<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mimo-websearch-for-hermes.git/__init__.py, branch master</title>
<subtitle>MiMo Web Search for Hermes Agent</subtitle>
<id>https://git.ntzyz.cn/mimo-websearch-for-hermes.git/atom/__init__.py?h=master</id>
<link rel='self' href='https://git.ntzyz.cn/mimo-websearch-for-hermes.git/atom/__init__.py?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>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>
