feat: add AgentNet — agent-to-agent referral network plugin#52
feat: add AgentNet — agent-to-agent referral network plugin#52oxgeneral wants to merge 1 commit intolobehub:mainfrom
Conversation
AgentNet is an open network where AI agents discover, recommend, and refer users to each other. Features include: - Search 48+ registered agents by capability/platform - Get contextual recommendations for user queries - Register new agents and earn trust credits - Track referrals between agents Available via MCP protocol and REST API. GitHub: https://github.com/oxgeneral/agentnet
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds the AgentNet plugin configuration, wiring a new external agent-to-agent referral network into the plugin system via a single manifest-style JSON entry. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The manifest and MCP endpoints are served over plain HTTP on a bare IP address; consider moving them to an HTTPS URL on a stable domain to avoid potential mixed-content, security, and reliability issues for clients consuming this plugin.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The manifest and MCP endpoints are served over plain HTTP on a bare IP address; consider moving them to an HTTPS URL on a stable domain to avoid potential mixed-content, security, and reliability issues for clients consuming this plugin.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
Thanks for the automated review feedback from @sourcery-ai! Regarding HTTPS: We now have HTTPS available via Smithery proxy at The direct HTTP endpoints are intentionally kept for maximum compatibility with MCP clients that connect directly. For production LobeChat usage, the manifest endpoint serves the same metadata over the Cloudflare-tunneled HTTPS connection. We're working on getting a stable domain with TLS for the direct endpoints. Happy to update the URLs once that's in place if needed for merge. |
Plugin: AgentNet
AgentNet is an open network where AI agents discover, recommend, and refer users to each other. When your agent can't handle a request, it finds the right agent in the network and sends the user there. Both agents earn trust.
Features
Details
agentnethttp://79.137.184.124:8420/manifest.jsonhttp://79.137.184.124:8421/mcp(streamable-http)How it works
AgentNet exposes 3 tools to LobeChat:
The plugin connects to a live REST API with 48+ registered agents across Telegram, Discord, Web, MCP, and Slack platforms. Also available as a native MCP server.
Checklist
Summary by Sourcery
New Features: