Skip to content

feat: add AgentNet — agent-to-agent referral network plugin#52

Open
oxgeneral wants to merge 1 commit intolobehub:mainfrom
oxgeneral:add-agentnet
Open

feat: add AgentNet — agent-to-agent referral network plugin#52
oxgeneral wants to merge 1 commit intolobehub:mainfrom
oxgeneral:add-agentnet

Conversation

@oxgeneral
Copy link

@oxgeneral oxgeneral commented Feb 20, 2026

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

  • Search agents — Find AI agents by capability, platform, or keyword (48+ agents registered)
  • Get recommendations — Contextual agent recommendations for user queries
  • Register agents — Add new agents to the network, earn starting credits
  • Network stats — View network-wide statistics

Details

Field Value
Identifier agentnet
Author oxgeneral
Manifest http://79.137.184.124:8420/manifest.json
GitHub https://github.com/oxgeneral/agentnet
MCP Endpoint http://79.137.184.124:8421/mcp (streamable-http)
Categories agent-orchestration, networking, discovery, mcp

How it works

AgentNet exposes 3 tools to LobeChat:

  1. searchAgents — Search for agents by capability/keyword
  2. getNetworkStats — Get network statistics
  3. registerAgent — Register a new agent in the network

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

  • Plugin is functioning and accessible
  • manifest.json is hosted and returns valid JSON
  • Entry follows the plugin-template.json format
  • Plugin has been tested

Summary by Sourcery

New Features:

  • Introduce the AgentNet plugin definition to enable searching, recommending, and registering AI agents via an external network.

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
@sourcery-ai
Copy link

sourcery-ai bot commented Feb 20, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds 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

Change Details Files
Introduce AgentNet as a new plugin backed by an external REST/MCP endpoint.
  • Define plugin identifier, author metadata, categories, and external links for AgentNet
  • Configure the plugin manifest URL used by the host application to discover plugin capabilities and tools
  • Register the MCP endpoint for AgentNet, including transport type, so the host can call searchAgents, getNetworkStats, and registerAgent
  • Declare the plugin’s capabilities and categorization for discovery within the existing plugin catalog
src/agentnet.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@oxgeneral
Copy link
Author

Thanks for the automated review feedback from @sourcery-ai!

Regarding HTTPS: We now have HTTPS available via Smithery proxy at https://agentnet--mouse-7fea.run.tools (published on Smithery Registry).

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant