docs a2a gateway

This commit is contained in:
Ishaan Jaffer 2025-12-14 11:51:35 -08:00
parent 11187024b3
commit 338dbaa6bc
2 changed files with 20 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 MiB

View File

@ -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
<Image
img={require('../../img/a2a_gateway2.png')}
style={{width: '100%', display: 'block', margin: '2rem auto'}}
/>
<br/>
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
<Image