Understand the A2A Multi-Agent Workflow
mainThe A2A system uses a collaborative multi-agent architecture where an Auditor orchestrates a workflow between a Critic and a Reviser to verify facts.
Agent Roles and Responsibilities
| Agent | Tools Used | Role Description |
|---|---|---|
| Auditor | None | A Sequential Agent that coordinates the entire fact-checking workflow and delivers the final answer. |
| Critic | DuckDuckGo via MCP | Gathers real-time external evidence via live web searches to support or refute a claim. |
| Reviser | None | Refines and finalizes the answer using internal reasoning alone, without external tools. |
Architecture Flow
- User Question is received by the Auditor.
- Auditor delegates to the Critic.
- Critic uses an MCP Gateway to perform searches via the DuckDuckGo API.
- Critic passes findings to the Reviser.
- Reviser refines the conclusion using internal reasoning.
- Auditor receives the refined conclusion and provides the Final Answer.
All agents perform inference through a Docker Model Runner.