LICENSE
README.md
pyproject.toml
src/cognitive_orchestra.egg-info/PKG-INFO
src/cognitive_orchestra.egg-info/SOURCES.txt
src/cognitive_orchestra.egg-info/dependency_links.txt
src/cognitive_orchestra.egg-info/entry_points.txt
src/cognitive_orchestra.egg-info/requires.txt
src/cognitive_orchestra.egg-info/top_level.txt
src/orchestra/__init__.py
src/orchestra/__main__.py
src/orchestra/adhd_support.py
src/orchestra/agent_coordinator.py
src/orchestra/bulkhead.py
src/orchestra/checkpoint.py
src/orchestra/claude_code_hook.py
src/orchestra/cognitive_orchestrator.py
src/orchestra/cognitive_stage.py
src/orchestra/cognitive_state.py
src/orchestra/cognitive_support.py
src/orchestra/cogroute_bench.py
src/orchestra/config.py
src/orchestra/convergence_tracker.py
src/orchestra/dashboard.py
src/orchestra/dashboard_bridge.py
src/orchestra/decision_engine.py
src/orchestra/expert_router.py
src/orchestra/fallback.py
src/orchestra/file_ops.py
src/orchestra/framework_orchestrator.py
src/orchestra/health.py
src/orchestra/http_server.py
src/orchestra/idempotency.py
src/orchestra/lifecycle.py
src/orchestra/logging_setup.py
src/orchestra/metrics.py
src/orchestra/otel_adapter.py
src/orchestra/parameter_locker.py
src/orchestra/prism_detector.py
src/orchestra/rate_limit.py
src/orchestra/research_agent.py
src/orchestra/resilience.py
src/orchestra/schemas.py
src/orchestra/synthesis_agent.py
src/orchestra/tension_surfacer.py
src/orchestra/tracing.py
src/orchestra/validation.py
src/orchestra/websocket_server.py
src/orchestra/cli/__init__.py
src/orchestra/cli/main.py
src/orchestra/cli/status.py
src/orchestra/cli/tui.py
src/orchestra/hooks/__init__.py
src/orchestra/hooks/__main__.py
src/orchestra/hooks/cognitive_hook.py
tests/test_adhd_support.py
tests/test_agent_coordinator.py
tests/test_bulkhead.py
tests/test_chaos.py
tests/test_checkpoint.py
tests/test_cognitive_engine.py
tests/test_config.py
tests/test_contracts.py
tests/test_decision_engine.py
tests/test_fallback.py
tests/test_file_ops.py
tests/test_health.py
tests/test_http_server.py
tests/test_idempotency.py
tests/test_integration.py
tests/test_lifecycle.py
tests/test_livrps_resolution.py
tests/test_logging_setup.py
tests/test_metrics.py
tests/test_orchestrator.py
tests/test_performance.py
tests/test_rate_limit.py
tests/test_resilience.py
tests/test_schemas.py
tests/test_tracing.py
tests/test_validation.py