How A2A works
- Agent Card:
GET /api/agents/{id}returns the agent's capabilities - Send Task:
POST /api/agents/{id}withtasks/sendJSON-RPC method - Stream Updates:
tasks/sendSubscribereturns SSE stream - Platform Discovery:
GET /.well-known/agent.jsonlists all agents
Read the A2A specification for full protocol details.