use-caseintermediate
Code Generation
A2A agents that help write, review, and refactor code. Connect them to your IDE or CI pipeline.
Agents (5)
Github Agent (Official Sample)
A2A Project
56
Official A2A Python sample: GitHub agent for repository automation and code management
1,329code-generationpythonOfficial
Code Agent
Prassanna Ravishankar
50
An AI agent specialized in code generation, review, debugging, and software development assistance
code-generation
A2A MCP (Official Sample)
A2A Project
56
Official A2A Python sample: MCP integration bridging Model Context Protocol with A2A
1,329generalpythonOfficial
Content Editor (Official Sample)
A2A Project
56
Official A2A Java sample: content editing agent with AI-powered writing assistance
1,329generaljavaOfficial
LangGraph Research Agent
AlisterBaroi
38
Multi-agent research system in a node-based architecture represented in a cyclic graph, made with LangGraph, Gemini, FastAPI & React Vite.
2searchlanggraphtypescript
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/github-agent
3Install dependencies
$ pip install -r requirements.txt
4Run the agent
$ python main.py