LICENSE
README.md
pyproject.toml
src/local_ai_agent_orchestrator/__init__.py
src/local_ai_agent_orchestrator/branding.py
src/local_ai_agent_orchestrator/cli.py
src/local_ai_agent_orchestrator/console_ui.py
src/local_ai_agent_orchestrator/interactive_ui.py
src/local_ai_agent_orchestrator/model_manager.py
src/local_ai_agent_orchestrator/phases.py
src/local_ai_agent_orchestrator/plan_git.py
src/local_ai_agent_orchestrator/prompts.py
src/local_ai_agent_orchestrator/reporting.py
src/local_ai_agent_orchestrator/runner.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/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_cli_interactive.py
tests/test_plan_git.py
tests/test_scheduler_and_chunks.py
tests/test_state_db.py
tests/test_validators.py
tests/test_workspace.py