LICENSE
README.md
pyproject.toml
python/synapse/__init__.py
python/synapse/agent/__init__.py
python/synapse/agent/executor.py
python/synapse/agent/learning.py
python/synapse/agent/protocol.py
python/synapse/core/__init__.py
python/synapse/core/aliases.py
python/synapse/core/audit.py
python/synapse/core/crypto.py
python/synapse/core/determinism.py
python/synapse/core/errors.py
python/synapse/core/gates.py
python/synapse/core/protocol.py
python/synapse/core/queue.py
python/synapse/memory/__init__.py
python/synapse/memory/agent_state.py
python/synapse/memory/context.py
python/synapse/memory/evolution.py
python/synapse/memory/markdown.py
python/synapse/memory/models.py
python/synapse/memory/patterns.py
python/synapse/memory/scene_memory.py
python/synapse/memory/sqlite_store.py
python/synapse/memory/store.py
python/synapse/routing/__init__.py
python/synapse/routing/adaptation.py
python/synapse/routing/cache.py
python/synapse/routing/knowledge.py
python/synapse/routing/parser.py
python/synapse/routing/planner.py
python/synapse/routing/recipes.py
python/synapse/routing/router.py
python/synapse/server/__init__.py
python/synapse/server/api_adapter.py
python/synapse/server/auth.py
python/synapse/server/guards.py
python/synapse/server/handlers.py
python/synapse/server/handlers_memory.py
python/synapse/server/handlers_node.py
python/synapse/server/handlers_render.py
python/synapse/server/handlers_usd.py
python/synapse/server/hwebserver_adapter.py
python/synapse/server/introspection.py
python/synapse/server/metrics.py
python/synapse/server/resilience.py
python/synapse/server/start_hwebserver.py
python/synapse/server/websocket.py
python/synapse/session/__init__.py
python/synapse/session/summary.py
python/synapse/session/tracker.py
python/synapse/ui/__init__.py
python/synapse/ui/panel.py
python/synapse/ui/tabs/__init__.py
python/synapse/ui/tabs/activity.py
python/synapse/ui/tabs/connection.py
python/synapse/ui/tabs/context.py
python/synapse/ui/tabs/decisions.py
python/synapse/ui/tabs/search.py
python/synapse_houdini.egg-info/PKG-INFO
python/synapse_houdini.egg-info/SOURCES.txt
python/synapse_houdini.egg-info/dependency_links.txt
python/synapse_houdini.egg-info/requires.txt
python/synapse_houdini.egg-info/top_level.txt
tests/test_agent.py
tests/test_auth.py
tests/test_capture.py
tests/test_core.py
tests/test_crypto.py
tests/test_design_system.py
tests/test_errors.py
tests/test_guards.py
tests/test_hwebserver_integration.py
tests/test_integration_pipeline.py
tests/test_introspection.py
tests/test_keyframe_aov.py
tests/test_knowledge.py
tests/test_live_capture.py
tests/test_load.py
tests/test_materials.py
tests/test_mcp_roundtrip.py
tests/test_memory_patterns.py
tests/test_pipeline_efficiency.py
tests/test_render.py
tests/test_resilience.py
tests/test_routing.py
tests/test_scene_memory.py
tests/test_sqlite_store.py
tests/test_stress.py
tests/test_tops_assembly.py
tests/test_v5_features.py