docs(examples): add Hermes web provider - #83
Open
liuhao1024 wants to merge 1 commit into
Open
Conversation
liuhao1024
force-pushed
the
codex/hermes-web-provider-example
branch
from
July 28, 2026 17:20
c535b98 to
d31b479
Compare
Author
|
Follow-up update: I expanded The documented tests are intentionally offline contract checks:
No change to the example's runtime scope or AgentKey's default install path. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Type
SKILL.md)Description
Adds a standalone Hermes web provider example under
examples/hermes-web-provider/.Hermes supports user-installed web provider plugins, but third-party product integrations are not expected to land in the Hermes core
plugins/tree. This example gives Hermes users an installable path for routing the built-inweb_searchandweb_extracttools through AgentKey without changing Hermes core.Scope:
WebSearchProviderweb_searchto AgentKeyagentkey_searchthrough the hosted MCP endpointweb_extractto AgentKeyagentkey_scrapeAGENTKEY_API_KEY~/.hermes/plugins/web/agentkeyFixes #82
Validation
PYTHONPATH=/tmp/hermes-agentkey-mcp.jls9fx /Users/liuhao/.hermes/hermes-agent/venv/bin/python -m pytest examples/hermes-web-provider/tests -q5 passedPYTHONPATH=/tmp/hermes-agentkey-mcp.jls9fx /Users/liuhao/.hermes/hermes-agent/venv/bin/python -m py_compile examples/hermes-web-provider/provider.py examples/hermes-web-provider/__init__.py examples/hermes-web-provider/tests/test_provider.py examples/hermes-web-provider/tests/agentkey_hermes_test_loader.pyPYTHONPATH=/tmp/hermes-agentkey-mcp.jls9fx /Users/liuhao/.hermes/hermes-agent/venv/bin/python -m ruff check examples/hermes-web-providerAll checks passed!HERMES_HOMEweb/agentkey backend agentkey AgentKeyChecklist
New social platform:
skills/agentkey/references/social/<platform>.mdcreatedsocial/overview.mdupdatedREADME.mdupdatedNew service / provider:
references/<category>/SKILL.mdStep 3 routing table updated (if new tool)README.mdupdatedAny change:
SKILL.md(routing logic only)CONTRIBUTING.md) — N/A; example plugin docs onlyContributor Agreement