You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate the A2A (Agent-to-Agent) protocol and implement support if it proves valuable for the signals agent.
Background
The AdCP specification supports multiple protocols (MCP, A2A, REST). We currently support MCP. This issue tracks the evaluation and potential implementation of A2A support.
Tasks
Evaluation Phase
Research A2A Python SDK capabilities and requirements
Create proof-of-concept A2A server wrapper
Assess integration complexity and maintenance burden
Determine if A2A provides significant value over MCP
Implementation Phase (if proceeding)
Install a2a-sdk (minimal installation, no database features needed)
Overview
Evaluate the A2A (Agent-to-Agent) protocol and implement support if it proves valuable for the signals agent.
Background
The AdCP specification supports multiple protocols (MCP, A2A, REST). We currently support MCP. This issue tracks the evaluation and potential implementation of A2A support.
Tasks
Evaluation Phase
Implementation Phase (if proceeding)
Protocol Abstraction
Architecture
Considerations
Success Criteria
References