.env.example
LICENSE
MANIFEST.in
README.md
multi-agent-architecture-spec-v6.md
pyproject.toml
dags/__init__.py
dags/coop_demo.json
dags/research_report.json
dashboard/__init__.py
dashboard/index.html
multi_agent_tool.egg-info/PKG-INFO
multi_agent_tool.egg-info/SOURCES.txt
multi_agent_tool.egg-info/dependency_links.txt
multi_agent_tool.egg-info/entry_points.txt
multi_agent_tool.egg-info/requires.txt
multi_agent_tool.egg-info/top_level.txt
orchestrator/__init__.py
orchestrator/api.py
orchestrator/context_packer.py
orchestrator/dag_loader.py
orchestrator/failure_handler.py
orchestrator/main.py
orchestrator/planner.py
orchestrator/recovery.py
orchestrator/scheduler.py
orchestrator/wizard.py
skills/__init__.py
skills/fact-check.md
skills/structured-output.md
storage/__init__.py
storage/memory_store.py
storage/state_store.py
storage/transcript_store.py
worker/__init__.py
worker/agent.py
worker/harness.py
worker/heartbeat.py
worker/llm_clients.py
worker/mcp_client.py
worker/sandbox.py
worker/sandbox_e2b.py
worker/skills.py
worker/tool_loop.py
worker/tools.py
worker/writeback.py