adk-web-multi-agent
by seehiong
Notebook demo of ADK-based multi-agent coordination querying Postgres and Data Commons
Overview
Coordinates specialist agents built with Google ADK to query PostgreSQL and Data Commons using OpenRouter models. Implements a coordinator pattern (director agent) that routes subtasks to specialist agents and aggregates responses using the MCP Toolbox. The Jupyter notebook demonstrates end-to-end flows for HDB resale lookups and global statistics, making the architecture easy to reproduce and adapt. Model Context Protocol (MCP).
Key Benefits
Target Use Cases
Researchers and engineers prototyping multi-agent workflows that need concrete examples of delegation, MCP-based messaging, and data-backed agents. For a structured approach, explore Evaluation-Driven Development Pattern.
Applications
- Prototype coordinator-directed agent pipelines that query relational and public data sources
- Inspect agent interaction patterns to identify delegation and aggregation failure modes
- Build reproducible examples for agent-to-agent evaluation and reputation signal design