LICENSE
MANIFEST.in
README.md
THE_SHUNOLLO_CODEX.md
pyproject.toml
shunollo.egg-info/PKG-INFO
shunollo.egg-info/SOURCES.txt
shunollo.egg-info/dependency_links.txt
shunollo.egg-info/requires.txt
shunollo.egg-info/top_level.txt
shunollo_core/LICENSE
shunollo_core/__init__.py
shunollo_core/api.py
shunollo_core/cli.py
shunollo_core/config.py
shunollo_core/interfaces.py
shunollo_core/models.py
shunollo_core/physics.py
shunollo_core/actions/__init__.py
shunollo_core/actions/motor_cortex.py
shunollo_core/agents/__init__.py
shunollo_core/agents/base_agent.py
shunollo_core/agents/prompt_builder.py
shunollo_core/brain/__init__.py
shunollo_core/brain/autoencoder.py
shunollo_core/brain/neural_net.py
shunollo_core/cognition/brocas_area.py
shunollo_core/cognition/wernickes_area.py
shunollo_core/configs/signature_rules.yml
shunollo_core/connectors/base_connector.py
shunollo_core/data/codon_memory.json
shunollo_core/data/shunollo.sqlite
shunollo_core/data/shunollo.sqlite-shm
shunollo_core/data/shunollo.sqlite-wal
shunollo_core/data/experiments/test_01_reflex.pcap
shunollo_core/data/experiments/test_02_rhythm.pcap
shunollo_core/data/experiments/test_03_texture.pcap
shunollo_core/data/experiments/test_04_vigilance.pcap
shunollo_core/data/experiments/test_05_overload.pcap
shunollo_core/data/perception_cache/episodic_memory.jsonl
shunollo_core/data/perception_cache/event_visual_2293.ppm
shunollo_core/data/perception_cache/event_visual_2595.ppm
shunollo_core/data/perception_cache/event_visual_3141.ppm
shunollo_core/data/perception_cache/event_visual_4297.ppm
shunollo_core/data/perception_cache/event_visual_4314.ppm
shunollo_core/data/perception_cache/event_visual_4947.ppm
shunollo_core/data/perception_cache/event_visual_5009.ppm
shunollo_core/data/perception_cache/event_visual_5651.ppm
shunollo_core/data/perception_cache/event_visual_6735.ppm
shunollo_core/data/perception_cache/event_visual_9670.ppm
shunollo_core/data/perception_cache/event_visual_9716.ppm
shunollo_core/data/perception_cache/event_visual_9761.ppm
shunollo_core/examples/example_finance.py
shunollo_core/examples/example_iot.py
shunollo_core/feedback/__init__.py
shunollo_core/feedback/agent_feedback.jsonl
shunollo_core/feedback/agent_feedback.py
shunollo_core/feedback/audit_log.py
shunollo_core/feedback/feedback_store.py
shunollo_core/feedback/feedback_tracker.py
shunollo_core/feedback/score_utils.py
shunollo_core/feedback/scoring.py
shunollo_core/feedback/training_loop.py
shunollo_core/governance/training_governor.py
shunollo_core/learning/synaptic_plasticity.py
shunollo_core/memory/__init__.py
shunollo_core/memory/base.py
shunollo_core/memory/hippocampus.py
shunollo_core/motor/motor_cortex.py
shunollo_core/perception/agent_perception.py
shunollo_core/perception/auditory_cortex.py
shunollo_core/perception/codon_builder.py
shunollo_core/perception/codon_memory.py
shunollo_core/perception/confidence.py
shunollo_core/perception/generic_transducer.py
shunollo_core/perception/glossary.py
shunollo_core/perception/gustatory_cortex.py
shunollo_core/perception/haptic_driver.py
shunollo_core/perception/meta_gene_layer.py
shunollo_core/perception/mirrorlink.py
shunollo_core/perception/nervous_system.py
shunollo_core/perception/olfactory_bulb.py
shunollo_core/perception/parietal_cortex.py
shunollo_core/perception/percept_genome.py
shunollo_core/perception/perception_buffer.py
shunollo_core/perception/perception_bus.py
shunollo_core/perception/preprocessor.py
shunollo_core/perception/stimulus.py
shunollo_core/perception/synaptic_tuner.py
shunollo_core/perception/tuning_loop.py
shunollo_core/perception/visual_cortex.py
shunollo_core/perception/vocal_cords.py
shunollo_core/processors/__init__.py
shunollo_core/processors/perceptual_clusterer.py
shunollo_core/processors/signature_mapper.py
shunollo_core/processors/signature_rules.yaml
shunollo_core/subcortex/ras.py
shunollo_core/utils/rate_limiter.py
shunollo_runtime/__init__.py
shunollo_runtime/pyproject.toml
shunollo_runtime/thalamus.py
shunollo_runtime/agents/__init__.py
shunollo_runtime/agents/base_agent.py
shunollo_runtime/interfaces/__init__.py
shunollo_runtime/interfaces/thalamus.py
tests/test_neural_net.py
tests/test_physics_rag.py
tests/test_physics_sweep.py