LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
thinking_engine_benchmark_report.md
arxiv_submission/arxiv_paper.pdf
arxiv_submission/neuron_evolution_cpu_demo.png
arxiv_submission/neuron_evolution_metal_demo.png
arxiv_submission/neuron_evolution_mps_demo.png
arxiv_submission/training_comparison.png
arxiv_submission/training_cpu_individual.png
arxiv_submission/training_metal_individual.png
arxiv_submission/training_mps_individual.png
core/agent_node.py
core/agent_router.py
core/backend.py
core/cognitive_scheduler.py
core/communication_bus.py
core/cortex.py
core/csr_synapse.py
core/distributed_manager.py
core/execution_engine.py
core/learning_manager.py
core/memory.py
core/organics_manager.py
core/thinking_node.py
core/topology_optimizer.py
core/utils.py
docs/index.html
docs/neuron_evolution_cpu_demo.png
docs/neuron_evolution_metal_demo.png
docs/neuron_evolution_mps_demo.png
docs/training_comparison.png
docs/training_cpu_individual.png
docs/training_metal_individual.png
docs/training_mps_individual.png
interfaces/native_agents/code_agent.py
interfaces/native_agents/file_agent.py
interfaces/native_agents/reasoning_agent.py
interfaces/native_agents/web_agent.py
systems/adaptive_loop.py
systems/cognitive_network.py
systems/distributed_topology.py
systems/energy_flow.py
tests/test_distributed.py
tests/test_multiplatform.py
tests/test_router.py
tests/test_topology_optimizer.py
thinking_engine/__init__.py
thinking_engine/cli.py
thinking_engine/server.py
thinking_engine.egg-info/PKG-INFO
thinking_engine.egg-info/SOURCES.txt
thinking_engine.egg-info/dependency_links.txt
thinking_engine.egg-info/entry_points.txt
thinking_engine.egg-info/not-zip-safe
thinking_engine.egg-info/requires.txt
thinking_engine.egg-info/top_level.txt
thinking_engine/core/__init__.py
thinking_engine/core/agent_node.py
thinking_engine/core/agent_router.py
thinking_engine/core/backend.py
thinking_engine/core/cognitive_scheduler.py
thinking_engine/core/communication_bus.py
thinking_engine/core/cortex.py
thinking_engine/core/csr_synapse.py
thinking_engine/core/distributed_manager.py
thinking_engine/core/execution_engine.py
thinking_engine/core/learning_manager.py
thinking_engine/core/memory.py
thinking_engine/core/organics_manager.py
thinking_engine/core/thinking_node.py
thinking_engine/core/topology_optimizer.py
thinking_engine/core/utils.py
thinking_engine/interfaces/__init__.py
thinking_engine/interfaces/native_agents/__init__.py
thinking_engine/interfaces/native_agents/code_agent.py
thinking_engine/interfaces/native_agents/file_agent.py
thinking_engine/interfaces/native_agents/reasoning_agent.py
thinking_engine/interfaces/native_agents/web_agent.py
thinking_engine/storage/__init__.py
thinking_engine/systems/__init__.py
thinking_engine/systems/adaptive_loop.py
thinking_engine/systems/cognitive_network.py
thinking_engine/systems/distributed_topology.py
thinking_engine/systems/energy_flow.py
wiki/API-Reference.md
wiki/Architecture.md
wiki/Biological-Learning.md
wiki/Getting-Started.md
wiki/Home.md