LICENSE
README.md
pyproject.toml
src/local_ai_agent_orchestrator/__init__.py
src/local_ai_agent_orchestrator/analyzers.py
src/local_ai_agent_orchestrator/benchmarks.py
src/local_ai_agent_orchestrator/branding.py
src/local_ai_agent_orchestrator/cli.py
src/local_ai_agent_orchestrator/consistency.py
src/local_ai_agent_orchestrator/console_ui.py
src/local_ai_agent_orchestrator/dashboards.py
src/local_ai_agent_orchestrator/history.py
src/local_ai_agent_orchestrator/interactive_ui.py
src/local_ai_agent_orchestrator/interrupts.py
src/local_ai_agent_orchestrator/kpi.py
src/local_ai_agent_orchestrator/model_manager.py
src/local_ai_agent_orchestrator/phases.py
src/local_ai_agent_orchestrator/pilot.py
src/local_ai_agent_orchestrator/pilot_tools.py
src/local_ai_agent_orchestrator/pilot_ui.py
src/local_ai_agent_orchestrator/plan_git.py
src/local_ai_agent_orchestrator/project_registry.py
src/local_ai_agent_orchestrator/prompts.py
src/local_ai_agent_orchestrator/repair.py
src/local_ai_agent_orchestrator/report_schema.py
src/local_ai_agent_orchestrator/reporting.py
src/local_ai_agent_orchestrator/runner.py
src/local_ai_agent_orchestrator/schema_lints.py
src/local_ai_agent_orchestrator/settings.py
src/local_ai_agent_orchestrator/state.py
src/local_ai_agent_orchestrator/tools.py
src/local_ai_agent_orchestrator/unified_ui.py
src/local_ai_agent_orchestrator/validators.py
src/local_ai_agent_orchestrator.egg-info/PKG-INFO
src/local_ai_agent_orchestrator.egg-info/SOURCES.txt
src/local_ai_agent_orchestrator.egg-info/dependency_links.txt
src/local_ai_agent_orchestrator.egg-info/entry_points.txt
src/local_ai_agent_orchestrator.egg-info/requires.txt
src/local_ai_agent_orchestrator.egg-info/top_level.txt
tests/test_analyzers.py
tests/test_architect_schema.py
tests/test_benchmarks.py
tests/test_cli_interactive.py
tests/test_dashboards.py
tests/test_history.py
tests/test_interrupts.py
tests/test_kpi.py
tests/test_phase_confidence.py
tests/test_pilot.py
tests/test_pilot_tools.py
tests/test_plan_git.py
tests/test_project_registry.py
tests/test_repair.py
tests/test_report_schema.py
tests/test_reporting_v2.py
tests/test_scheduler_and_chunks.py
tests/test_state_db.py
tests/test_unified_ui.py
tests/test_validators.py
tests/test_workspace.py