<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mimo-websearch-for-hermes.git, branch master</title>
<subtitle>MiMo Web Search for Hermes Agent</subtitle>
<id>https://git.ntzyz.cn/mimo-websearch-for-hermes.git/atom/?h=master</id>
<link rel='self' href='https://git.ntzyz.cn/mimo-websearch-for-hermes.git/atom/?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ntzyz.cn/mimo-websearch-for-hermes.git/'/>
<updated>2026-07-08T04:04:21Z</updated>
<entry>
<title>fix: use relative import for user plugin compatibility</title>
<updated>2026-07-08T04:04:21Z</updated>
<author>
<name>ntzyz</name>
<email>i@ntzyz.io</email>
</author>
<published>2026-07-08T04:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.ntzyz.cn/mimo-websearch-for-hermes.git/commit/?id=7219b3921bd6036a6cf94f169799a73cbd7059b7'/>
<id>urn:sha1:7219b3921bd6036a6cf94f169799a73cbd7059b7</id>
<content type='text'>
The absolute import 'from plugins.web.mimo.provider import ...' only works
when the plugin is bundled inside hermes-agent's plugins/ directory. When
installed as a user plugin to ~/.hermes/plugins/, Python cannot resolve the
module path and the plugin fails to load silently.

Switch to relative import (from .provider) which works in both locations.
</content>
</entry>
<entry>
<title>fix: expand reuse tip to cover MiMo LLM provider (Token Plan) users</title>
<updated>2026-07-07T05:52:33Z</updated>
<author>
<name>ntzyz</name>
<email>i@ntzyz.io</email>
</author>
<published>2026-07-07T05:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git.ntzyz.cn/mimo-websearch-for-hermes.git/commit/?id=47cd002c030d16868ed698fd2e379edf2461301e'/>
<id>urn:sha1:47cd002c030d16868ed698fd2e379edf2461301e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: split README and INSTALL, add setup.sh</title>
<updated>2026-07-07T04:51:48Z</updated>
<author>
<name>ntzyz</name>
<email>i@ntzyz.io</email>
</author>
<published>2026-07-07T04:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ntzyz.cn/mimo-websearch-for-hermes.git/commit/?id=3ab124f9c84e8d8a7485c905452fa83b94ff40e8'/>
<id>urn:sha1:3ab124f9c84e8d8a7485c905452fa83b94ff40e8</id>
<content type='text'>
- Split README.md (overview) and INSTALL.md (install for agents)
- Add setup.sh (reference only)
- Unify author to ntzyz &lt;i@ntzyz.io&gt;
- Add Windows PowerShell equivalents and reuse tip
</content>
</entry>
<entry>
<title>feat: MiMo web search plugin for Hermes Agent</title>
<updated>2026-06-26T11:00:22Z</updated>
<author>
<name>Hermes Agent</name>
<email>agent@nousresearch.com</email>
</author>
<published>2026-06-26T11:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.ntzyz.cn/mimo-websearch-for-hermes.git/commit/?id=de71e451c5f1283d642070ac5028fdbae842b988'/>
<id>urn:sha1:de71e451c5f1283d642070ac5028fdbae842b988</id>
<content type='text'>
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
</content>
</entry>
</feed>
