From dc7c2b9b058a2fd3be3c2ac555f1dd3b6709a4a4 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Wed, 3 Dec 2025 21:59:45 -0800 Subject: [PATCH] Update docs to link agent hub (#17462) * Docs: Add AI Hub agent registry documentation Co-authored-by: krrishdholakia * Fix: Update AI Hub link in A2A documentation Co-authored-by: krrishdholakia --------- Co-authored-by: Cursor Agent --- docs/my-website/docs/a2a.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/my-website/docs/a2a.md b/docs/my-website/docs/a2a.md index 7851f50d88..ef19e22dab 100644 --- a/docs/my-website/docs/a2a.md +++ b/docs/my-website/docs/a2a.md @@ -196,3 +196,9 @@ LiteLLM follows the [A2A JSON-RPC 2.0 specification](https://github.com/google/A } } ``` + +## Agent Registry + +Want to create a central registry so your team can discover what agents are available within your company? + +Use the [AI Hub](./proxy/ai_hub) to make agents public and discoverable across your organization. This allows developers to browse available agents without needing to rebuild them.