Update docs to link agent hub (#17462)

* Docs: Add AI Hub agent registry documentation

Co-authored-by: krrishdholakia <krrishdholakia@gmail.com>

* Fix: Update AI Hub link in A2A documentation

Co-authored-by: krrishdholakia <krrishdholakia@gmail.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Krish Dholakia
2025-12-03 21:59:45 -08:00
committed by GitHub
parent 3134fc825b
commit dc7c2b9b05

View File

@@ -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.