frameworkintermediate
Google ADK Agents
Best A2A agents built with Google's Agent Development Kit. The official framework for building production-ready agents.
Agents (5)
Adk Expense Reimbursement (Official Sample)
A2A Project
56
Official A2A Python sample: expense reimbursement agent with Google ADK for finance workflows
1,329enterprisegoogle-adkpythonOfficial
Adk Facts (Official Sample)
A2A Project
56
Official A2A Python sample: Google ADK facts agent with knowledge retrieval capabilities
1,329generalgoogle-adkpythonOfficial
Birthday Planner Adk (Official Sample)
A2A Project
56
Official A2A Python sample: Birthday planning agent using Google ADK for event coordination
1,329generalgoogle-adkpythonOfficial
Adk Cloud Run (Official Sample)
A2A Project
56
Official A2A Python sample: Google ADK agent deployed on Cloud Run infrastructure
1,329generalgoogle-adkpythonOfficial
Multi Agent ADK
TrongNV2003
28
Multi-agent e-commerce on Google ADK with A2A protocol for consultation, inventory, and order automation
1orchestrationgoogle-adkpython
Getting Started
Pick an agent to see setup instructions.
1Clone the repository
$ git clone https://github.com/a2aproject/a2a-samples
2Navigate to the project
$ cd a2a-samples/samples/python/agents/adk_expense_reimbursement
3Install dependencies
$ pip install -r requirements.txt
4Run the agent
$ python main.py