README.md
pyproject.toml
src/agent_orchestrator_mcp_launcher.py
src/agent_orchestrator_mcp/__init__.py
src/agent_orchestrator_mcp/__main__.py
src/agent_orchestrator_mcp/api.py
src/agent_orchestrator_mcp/cli.py
src/agent_orchestrator_mcp/lanes.py
src/agent_orchestrator_mcp/orchestration/__init__.py
src/agent_orchestrator_mcp/orchestration/_env.py
src/agent_orchestrator_mcp/orchestration/ace_metrics.py
src/agent_orchestrator_mcp/orchestration/backend_adapter.py
src/agent_orchestrator_mcp/orchestration/backend_registry.py
src/agent_orchestrator_mcp/orchestration/bootstrap_lane.py
src/agent_orchestrator_mcp/orchestration/daemon_startup.py
src/agent_orchestrator_mcp/orchestration/dashboard_extension.py
src/agent_orchestrator_mcp/orchestration/dashboard_live.py
src/agent_orchestrator_mcp/orchestration/dashboard_tui.py
src/agent_orchestrator_mcp/orchestration/generate_agent_config.py
src/agent_orchestrator_mcp/orchestration/generate_lane_manifest.py
src/agent_orchestrator_mcp/orchestration/handoff_guidance_summary.py
src/agent_orchestrator_mcp/orchestration/handoff_integrity_guard.py
src/agent_orchestrator_mcp/orchestration/handoff_read_shapes.py
src/agent_orchestrator_mcp/orchestration/lane_config.py
src/agent_orchestrator_mcp/orchestration/lane_exec.py
src/agent_orchestrator_mcp/orchestration/lane_manifest.py
src/agent_orchestrator_mcp/orchestration/lane_prompt.py
src/agent_orchestrator_mcp/orchestration/lane_result.py
src/agent_orchestrator_mcp/orchestration/orchestrator_daemon.py
src/agent_orchestrator_mcp/orchestration/orchestrator_guidance.py
src/agent_orchestrator_mcp/orchestration/orchestrator_guidance_policy.py
src/agent_orchestrator_mcp/orchestration/orchestrator_helpers.py
src/agent_orchestrator_mcp/orchestration/orchestrator_lanes.py
src/agent_orchestrator_mcp/orchestration/review_dispatch.py
src/agent_orchestrator_mcp/orchestration/review_ready.py
src/agent_orchestrator_mcp/orchestration/review_runner.py
src/agent_orchestrator_mcp/orchestration/slice_review_packet.py
src/agent_orchestrator_mcp/orchestration/task_plan_parser.py
src/agent_orchestrator_mcp/orchestration/worker_daemon.py
src/agent_orchestrator_mcp/orchestration/worker_daemon_ctl.py
src/agent_orchestrator_mcp/orchestration/adapters/claude_code.py
src/agent_orchestrator_mcp/orchestration/adapters/codex_cli.py
src/agent_orchestrator_mcp/orchestration/adapters/codex_subagent.py
src/agent_orchestrator_mcp/orchestration/adapters/local_model.py
src/agent_orchestrator_mcp/orchestration/adapters/structured_turn.py
src/mcp_agent_orchestrator.egg-info/PKG-INFO
src/mcp_agent_orchestrator.egg-info/SOURCES.txt
src/mcp_agent_orchestrator.egg-info/dependency_links.txt
src/mcp_agent_orchestrator.egg-info/entry_points.txt
src/mcp_agent_orchestrator.egg-info/requires.txt
src/mcp_agent_orchestrator.egg-info/top_level.txt
tests/test_ace_metrics.py
tests/test_ace_reflect.py
tests/test_backend_registry.py
tests/test_bootstrap_lane.py
tests/test_codex_subagent.py
tests/test_cross_vendor_subagent_equivalence.py
tests/test_daemon_startup_warning.py
tests/test_execution_adapters.py
tests/test_generate_agent_config.py
tests/test_generate_lane_manifest.py
tests/test_hardening.py
tests/test_lane_config.py
tests/test_lane_exec.py
tests/test_lane_manifest.py
tests/test_lane_prompt.py
tests/test_lane_prompt_artifacts.py
tests/test_lane_result.py
tests/test_lanes_and_handoff_state.py
tests/test_local_model.py
tests/test_orchestrator_build.py
tests/test_orchestrator_daemon.py
tests/test_orchestrator_guidance.py
tests/test_orchestrator_lanes.py
tests/test_orchestrator_tools.py
tests/test_package_metadata.py
tests/test_plan_cursor_gate.py
tests/test_protocol_contract.py
tests/test_review_dispatch.py
tests/test_review_fix_cycle.py
tests/test_review_mode.py
tests/test_review_ready.py
tests/test_review_runner.py
tests/test_review_schema.py
tests/test_smoke_apps_lane.py
tests/test_task_plan_parser.py
tests/test_worker_daemon.py
tests/test_worker_daemon_ctl.py
tests/test_worktree_lane.py