LICENSE
README.md
pyproject.toml
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/contracts/__init__.py
src/m1_m2_agent/contracts/models.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/engine/__init__.py
src/m1_m2_agent/engine/client.py
src/m1_m2_agent/engine/config.py
src/m1_m2_agent/engine/llm_client.py
src/m1_m2_agent/engine/session_manager.py
src/m1_m2_agent/escalation/__init__.py
src/m1_m2_agent/escalation/manager.py
src/m1_m2_agent/harness/__init__.py
src/m1_m2_agent/harness/agent_runner.py
src/m1_m2_agent/harness/m2_worker_tool.py
src/m1_m2_agent/l0/__init__.py
src/m1_m2_agent/l0/ast_parser.py
src/m1_m2_agent/l0/git_diff.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/config_wizard.py
src/m1_m2_agent/telemetry/__init__.py
src/m1_m2_agent/telemetry/metrics.py
src/m1_m2_agent/tools/__init__.py
src/m1_m2_agent/tools/dispatcher.py
src/m1_m2_agent/tools/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_enhanced_dashboard.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_multi_provider.py
tests/test_routing_and_escalation.py
tests/test_schema_converter.py
tests/test_security_sandbox.py
tests/test_session_manager.py
tests/test_subagents.py
tests/test_tdd_diagnostic_loop.py
tests/test_telemetry.py
tests/test_tool_dispatcher.py