Foundry Agent Service and A2A support already active? #92
-
According to several Microsoft blog posts the Foundry Agent Service is supporting the A2A protocol: But is A2A support for Foundry Agents really already available? To test the A2A protocol I created a simple Foundry Agent and tried to retrieve the Agent Card (with the /.well-known/agent.json path). When using the generated code (in the foundry playground) I'm able to execute the agent (so network or authentication is no issue). Anybody already successfully succeeded to connect to and execute a Foundry Agent with A2A? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Foundry-specific A2A SDK is not yet available. However, you can use the official A2A SDK as a workaround to establish the connection you need. Workaround Available: I've added working examples to help you get started: 📁 Examples: https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents/azureaifoundry_sdk These samples demonstrate how to integrate with Azure AI Foundry using the current A2A SDK implementation. |
Beta Was this translation helpful? Give feedback.
The Foundry-specific A2A SDK is not yet available. However, you can use the official A2A SDK as a workaround to establish the connection you need.
Workaround Available:
I've added working examples to help you get started:
📁 Examples: https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents/azureaifoundry_sdk
These samples demonstrate how to integrate with Azure AI Foundry using the current A2A SDK implementation.