A2A experiment - thangchung/mcp-labs GitHub Wiki
Articles
- https://github.com/ai-boost/awesome-a2a
- SAP GenAI Hub:
- https://community.sap.com/t5/technology-blog-posts-by-sap/building-an-agentic-ai-system-with-sap-generative-ai-hub/ba-p/14078187
- https://community.sap.com/t5/technology-blog-posts-by-sap/building-an-agentic-ai-system-with-model-context-protocol-mcp-and-sap-btp/ba-p/14090900
- https://community.sap.com/t5/technology-blog-posts-by-sap/building-an-agentic-ai-system-with-agent2agent-a2a-and-mcp-tools-on-sap-btp/ba-p/14093412
- https://dev.to/heetvekariya/devto-ai-agent-with-a2a-and-mcp-4d43 <= Host Agent -> Devto Agent -> Demo MCP Server
- https://github.com/chongdashu/adk-made-simple => series of YouTube videos need to check it???
A2A protocol
- https://github.com/google/adk-samples/tree/main/python/agents
- https://github.com/ksankaran/a2a-langgraph-mcp/tree/main
C#/.NET samples
- A2A protocol implementation, check to see which one is best?
Python samples
- https://github.com/trung-tlt/weather-agent-ai (***)
- <= might make the simple sample like this, and Chainlit at https://github.com/dapr/dapr-agents/blob/main/quickstarts/08-data-agent-mcp-chainlit/app.py
- https://github.com/junfanz1/MCP-MultiServer-Interoperable-Agent2Agent-LangGraph-AI-System <= good one includes many scenarios
- https://github.com/Tsadoq/a2a-mcp-tutorial
- https://github.com/google-gemini/gemini-fullstack-langgraph-quickstart
- https://github.dev/huudatscience/Agent-to-agent-ai-trading-vietnam <= base agent <=> (market, portfolio, risk agents): streamlit, gemini
- https://github.com/openai/openai-cs-agents-demo => OpenAI Sdk
Other projects & samples
- https://github.com/RubensZimbres/A2A_ADK_MCP => flow: Client Request → A2A Server → Judge Agent → SQL Agent → Mask Agent → Client Response
- https://github.com/tuannvm/jira-a2a => Golang, trpc-a2a-go <= (Jira agent, Jira Retrieval agent, information gathering agent). Cool one, at least the idea!!!
- https://github.com/aircodelabs/grasp <= automation flow with Playwright, looks magic!!!
- https://github.com/saigontechnology/AgentCrew <= from SaigonTech