Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
A2A Deep dive
A practical walkthrough of Google’s A2A protocol, covering design principles, client/server implementation, and task manager communication for interoperable AI agents in real‑world.
Agent To Agent (A2A) is a newly proposed protocol by google that aims at standardizing how Agents communicate with other vendors, this is particularly useful in the case of 3rd party AI Agents.
In this demo, I’ll walk through some of the key design principles of A2A, by walking through code and highlighting how the principles are/can be implemented. We’ll step through what a client and server for A2A should look like and how communication between the two is facilitated by a task manager.
This Python AI agent leverages Google A2A for news/riddle interaction.