mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[PR #429] [CLOSED] Add AI Agent Discovery Agent #5118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/429
Author: @kantorcodes
Created: 1/19/2026
Status: ❌ Closed
Base:
main← Head:add-agent-discovery📝 Commits (1)
af760dfAdd AI Agent Discovery Agent to starter_ai_agents📊 Changes
5 files changed (+431 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
starter_ai_agents/ai_agent_discovery_agent/README.MD(+66 -0)➕
starter_ai_agents/ai_agent_discovery_agent/agent_discovery.py(+179 -0)➕
starter_ai_agents/ai_agent_discovery_agent/local_agent_discovery.py(+181 -0)➕
starter_ai_agents/ai_agent_discovery_agent/requirements.txt(+4 -0)📄 Description
Summary
Adds a new AI Agent Discovery Agent to starter_ai_agents that helps users find and compare AI agents across multiple registries using the Registry Broker API.
Features
Files Added
starter_ai_agents/ai_agent_discovery_agent/agent_discovery.py- Cloud version (OpenAI)starter_ai_agents/ai_agent_discovery_agent/local_agent_discovery.py- Local version (Ollama)starter_ai_agents/ai_agent_discovery_agent/README.MD- Documentationstarter_ai_agents/ai_agent_discovery_agent/requirements.txt- DependenciesAPI Used
Registry Broker API - Universal AI Agent Index
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.