CHANGELOG.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
notebooks/01_coherence_engine.ipynb
notebooks/02_streaming_oversight.ipynb
notebooks/03_vector_store.ipynb
notebooks/04_physics_bridge.ipynb
notebooks/05_ssgf_geometry.ipynb
notebooks/06_lyapunov_proofs.ipynb
src/director_ai/__init__.py
src/director_ai/cli.py
src/director_ai/server.py
src/director_ai.egg-info/PKG-INFO
src/director_ai.egg-info/SOURCES.txt
src/director_ai.egg-info/dependency_links.txt
src/director_ai.egg-info/entry_points.txt
src/director_ai.egg-info/requires.txt
src/director_ai.egg-info/top_level.txt
src/director_ai/core/__init__.py
src/director_ai/core/actor.py
src/director_ai/core/agent.py
src/director_ai/core/async_streaming.py
src/director_ai/core/batch.py
src/director_ai/core/bridge.py
src/director_ai/core/config.py
src/director_ai/core/exceptions.py
src/director_ai/core/kernel.py
src/director_ai/core/knowledge.py
src/director_ai/core/metrics.py
src/director_ai/core/nli.py
src/director_ai/core/scorer.py
src/director_ai/core/streaming.py
src/director_ai/core/types.py
src/director_ai/core/vector_store.py
src/director_ai/integrations/__init__.py
src/director_ai/integrations/langchain_callback.py
src/director_ai/integrations/providers.py
src/director_ai/research/__init__.py
src/director_ai/research/consciousness/__init__.py
src/director_ai/research/consciousness/benchmark.py
src/director_ai/research/consciousness/pgbo.py
src/director_ai/research/consciousness/tcbo.py
src/director_ai/research/consilium/__init__.py
src/director_ai/research/consilium/director_core.py
src/director_ai/research/physics/__init__.py
src/director_ai/research/physics/gpu_upde.py
src/director_ai/research/physics/l16_closure.py
src/director_ai/research/physics/l16_mechanistic.py
src/director_ai/research/physics/lyapunov_proof.py
src/director_ai/research/physics/scpn_params.py
src/director_ai/research/physics/sec_functional.py
src/director_ai/research/physics/ssgf_cycle.py
tests/test_advanced_coherence.py
tests/test_async_streaming.py
tests/test_batch.py
tests/test_chroma_integration.py
tests/test_cli.py
tests/test_config.py
tests/test_consilium.py
tests/test_consumer_api.py
tests/test_cross_validation.py
tests/test_deception_detection.py
tests/test_gpu_upde.py
tests/test_import_guard.py
tests/test_lyapunov_proof.py
tests/test_metrics.py
tests/test_nli_integration.py
tests/test_nli_scorer.py
tests/test_phase2_hardening.py
tests/test_phase3_hardening.py
tests/test_phase4_hardening.py
tests/test_physics_bridge.py
tests/test_physics_layer16.py
tests/test_providers.py
tests/test_rag_integration.py
tests/test_research_imports.py
tests/test_server.py
tests/test_ssgf_integration.py
tests/test_streaming.py
tests/test_vector_store.py