LICENSE
README.md
pyproject.toml
src/contracts/__init__.py
src/contracts/models.py
src/escalation/__init__.py
src/escalation/manager.py
src/l0_deterministic/__init__.py
src/l0_deterministic/ast_parser.py
src/l0_deterministic/git_diff.py
src/m1_harness/__init__.py
src/m1_harness/agent_runner.py
src/m1_harness/m2_worker_tool.py
src/m1_m2_agent/__init__.py
src/m1_m2_agent/scaffold.py
src/m1_m2_agent.egg-info/PKG-INFO
src/m1_m2_agent.egg-info/SOURCES.txt
src/m1_m2_agent.egg-info/dependency_links.txt
src/m1_m2_agent.egg-info/entry_points.txt
src/m1_m2_agent.egg-info/requires.txt
src/m1_m2_agent.egg-info/top_level.txt
src/m1_m2_agent/core/__init__.py
src/m1_m2_agent/core/engine.py
src/m1_m2_agent/core/providers.py
src/m1_m2_agent/core/session.py
src/m1_m2_agent/dashboard/__init__.py
src/m1_m2_agent/dashboard/assets.py
src/m1_m2_agent/dashboard/broadcaster.py
src/m1_m2_agent/dashboard/server.py
src/m1_m2_agent/mcp/__init__.py
src/m1_m2_agent/mcp/server.py
src/m1_m2_agent/standalone/__init__.py
src/m1_m2_agent/standalone/cli.py
src/m1_m2_agent/standalone/m1_agent.py
src/m1_m2_agent/tools/__init__.py
src/m1_m2_agent/tools/converter.py
src/m1_m2_agent/tools/dispatcher.py
src/m2_engine/__init__.py
src/m2_engine/client.py
src/m2_engine/session_manager.py
src/routing/__init__.py
src/routing/router.py
src/telemetry/__init__.py
src/telemetry/metrics.py
src/tool_bridge/__init__.py
src/tool_bridge/dispatcher.py
src/tool_bridge/schema_converter.py
tests/test_antigravity_parity.py
tests/test_contracts.py
tests/test_dashboard_server.py
tests/test_end_to_end.py
tests/test_full_tool_autonomy.py
tests/test_l0_deterministic.py
tests/test_live_deepseek.py
tests/test_live_streaming_trace.py
tests/test_m1_m2_agent_package.py
tests/test_m2_trace_visibility.py
tests/test_routing_and_escalation.py
tests/test_schema_converter.py
tests/test_session_manager.py
tests/test_subagents.py
tests/test_telemetry.py
tests/test_tool_dispatcher.py