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/config.py
shunollo_core/domain_adapter.py
shunollo_core/interfaces.py
shunollo_core/models.py
shunollo_core/physics_flow.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/active_inference.py
shunollo_core/cognition/brocas_area.py
shunollo_core/cognition/decision.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/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/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/memory/holographic.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/spade.py
shunollo_core/perception/stimulus.py
shunollo_core/perception/stochastic_resonance.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/physics/__init__.py
shunollo_core/physics/constants.py
shunollo_core/physics/graph.py
shunollo_core/physics/mechanics.py
shunollo_core/physics/network.py
shunollo_core/physics/optics.py
shunollo_core/physics/quantum.py
shunollo_core/physics/thermo.py
shunollo_core/physics/time_series.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_active_inference.py
tests/test_advanced_physics.py
tests/test_e2e_pipeline.py
tests/test_holographic.py
tests/test_integration_math_foundations.py
tests/test_integrative_physics.py
tests/test_neural_net.py
tests/test_performance.py
tests/test_physics_flow.py
tests/test_physics_rag.py
tests/test_physics_sweep.py
tests/test_spade.py
tests/test_stochastic_resonance.py