diff options
| author | Hermes Agent <agent@nousresearch.com> | 2026-06-26 19:00:22 +0800 |
|---|---|---|
| committer | ntzyz <i@ntzyz.io> | 2026-06-26 19:00:22 +0800 |
| commit | de71e451c5f1283d642070ac5028fdbae842b988 (patch) | |
| tree | 8c1038ed1d4eb35b564a551d7f1a939523bb69d6 /plugin.yaml | |
feat: MiMo web search plugin for Hermes Agent
Xiaomi MiMo 联网搜索 (server-side web search) provider plugin.
- WebSearchProvider subclass calling MiMo Chat Completions API
with tools=[{type: web_search, force_search: true}]
- Parses url_citation annotations into Hermes standard format
- Supports XIAOMI_BASE_URL for Token Plan endpoints
- Standalone test_search.py CLI script (no Hermes dependency)
- Configurable model, max_keyword, timeout via config.yaml
Diffstat (limited to 'plugin.yaml')
| -rw-r--r-- | plugin.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugin.yaml b/plugin.yaml new file mode 100644 index 0000000..a7e620d --- /dev/null +++ b/plugin.yaml @@ -0,0 +1,9 @@ +name: web-mimo +version: 1.0.0 +description: "Xiaomi MiMo Web Search — server-side web search via MiMo's 联网搜索 tool (Chat Completions API). Requires XIAOMI_API_KEY (https://platform.xiaomimimo.com)." +author: NousResearch +kind: backend +provides_web_providers: + - mimo +requires_env: + - XIAOMI_API_KEY |
