Is your feature request related to a problem? Please describe.
We need to validate that plain A2A agents work seamlessly in AgentStack without SDK or modifications.
Describe the solution you'd like
Explore agents from https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents and test integration:
- Pick representative agents (e.g.
langgraph, crewai, helloworld, ag2)
- Try adding them via
agentstack add <url> or agentstack add <docker-image>
- Document results:
- If it works (both CLI + GUI) → record success
- If it fails → investigate root cause and what AgentStack needs to support it
Additional context
Part of #1918. Ideal outcome: all samples work out of the box.
Is your feature request related to a problem? Please describe.
We need to validate that plain A2A agents work seamlessly in AgentStack without SDK or modifications.
Describe the solution you'd like
Explore agents from https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents and test integration:
langgraph,crewai,helloworld,ag2)agentstack add <url>oragentstack add <docker-image>Additional context
Part of #1918. Ideal outcome: all samples work out of the box.