diff --git a/docs/my-website/img/a2a_gateway2.png b/docs/my-website/img/a2a_gateway2.png new file mode 100644 index 0000000000..2adc18f8c0 Binary files /dev/null and b/docs/my-website/img/a2a_gateway2.png differ diff --git a/docs/my-website/release_notes/v1.80.10-stable/index.md b/docs/my-website/release_notes/v1.80.10-stable/index.md index 8d832a8262..168cfa9bf5 100644 --- a/docs/my-website/release_notes/v1.80.10-stable/index.md +++ b/docs/my-website/release_notes/v1.80.10-stable/index.md @@ -1,5 +1,5 @@ --- -title: "[Preview] v1.80.10.rc.1 - Agent Gateway & A2A Cost Tracking" +title: "[Preview] v1.80.10.rc.1 - Agent Gateway: Azure Foundry & Bedrock AgentCore" slug: "v1-80-10" date: 2025-12-13T10:00:00 authors: @@ -56,6 +56,25 @@ pip install litellm==1.80.10 --- +## Agent Gateway - 4 New Agent Providers + + + +
+ +This release adds support for agents from the following providers: +- **LangGraph Agents** - Deploy and manage LangGraph-based agents +- **Azure AI Foundry Agents** - Enterprise agent deployments on Azure +- **Bedrock AgentCore** - AWS Bedrock agent integration +- **A2A Agents** - Agent-to-Agent protocol support + +AI Gateway admins can now add agents from any of these providers, and developers can invoke them through a unified interface using the A2A protocol. + +For all agent requests running through the AI Gateway, LiteLLM automatically tracks request/response logs, cost, and token usage. + ### Agent (A2A) Usage UI