A multi-agent research pipeline demonstrating SequentialAgent orchestration with Gemini models.
User Query → SearchAgent → ScraperAgent → CuratorAgent → WriterAgent → Report
- SequentialAgent - Pipeline orchestration pattern
- Gemini 2.5 Flash - Consistent model across all agents
- Google Search grounding - Built-in search tool
- Custom tools - Web scraping with BeautifulSoup
- What are the latest developments in AI agent frameworks?
- Research the current state of autonomous agents.
# CLI
adk run contributing/samples/research_orchestration
# Web UI
adk web contributing/samplesgoogle-adk:pip install google-adk- BeautifulSoup:
pip install beautifulsoup4 lxml - Configure
GOOGLE_API_KEYin.env