Python Quickstart Tutorial: Building an A2A Agent
interface: a2a.server.agent_execution.AgentExecutor
execute()
cancel()
A2AStarletteApplication
DefaultRequestHandler
It routes incoming A2A RPC calls to the appropriate methods on your executor (like execute or cancel).