Hermes Agent Windows 共享虚拟环境,官方已经采纳了.
-
,系统 取消固定了此主题
-
我给 hermes agent 官方提了issue: 48716.
https://github.com/NousResearch/hermes-agent/issues/48716官方给我肯定, 赞许 我的集中 虚拟环境的 创新, 给我个P3.
还专门提了, Hermes Agent Windows 的原生开发,上次我修改的代码,他合并了代码.


-
@mark 保持低调哈。那天 Hermes 再把你征调去了美丽间。
主要是怕。大洋马 你把持不住。 -
@williamlouis 哈哈, 腰带我系的是死结. 自己都脱不下来.
-
大佬,我一直是在windows系统中使用您的hermes-agent-windows,昨天我将hermes agent升级到最新的0.17.0
【PS C:\Users\Administrator> hermes --version
Hermes Agent v0.17.0 (2026.6.19)
Project: D:\hermes-agent-windows.venv\Lib\site-packages
Python: 3.12.7
OpenAI SDK: 2.24.0
Up to date
PS C:\Users\Administrator>】然后Hermes就不能用了,在WebUI中对话报错:

powershell中的错误信息:
【
[webui] {"ts": "2026-06-22T23:29:27Z", "remote": "127.0.0.1", "method": "GET", "path": "/api/reasoning?model=Qwen3.6-27B-unslothMTP-Q4_K_M.gguf&provider=custom", "status": 200, "ms": 39.1}
️ API call failed (attempt 1/3): InternalServerError [HTTP 503]
Provider: custom Model: Qwen3.6-27B-unslothMTP-Q4_K_M.gguf
Endpoint: http://localhost:3527/v1
Error: HTTP 503: Error code: 503
️ Elapsed: 3.02s Context: 2 msgs, ~8,985 tokens
Retrying in 2.7s (attempt 1/3)...
️ API call failed (attempt 2/3): InternalServerError [HTTP 503]
Provider: custom Model: Qwen3.6-27B-unslothMTP-Q4_K_M.gguf
Endpoint: http://localhost:3527/v1
Error: HTTP 503: Error code: 503
️ Elapsed: 8.68s Context: 2 msgs, ~8,985 tokens
Retrying in 4.4s (attempt 2/3)...
️ API call failed (attempt 3/3): InternalServerError [HTTP 503]
Provider: custom Model: Qwen3.6-27B-unslothMTP-Q4_K_M.gguf
Endpoint: http://localhost:3527/v1
Error: HTTP 503: Error code: 503
️ Elapsed: 15.92s Context: 2 msgs, ~8,985 tokens
API failed after 3 retries — HTTP 503: Error code: 503
Final error: HTTP 503: Error code: 503
】然后怎么修改config.yaml都是同样的错误

这是具体配置:【
model:
provider: custom
default: Qwen3.6-27B-unslothMTP-Q4_K_M.gguf
base_url: http://localhost:3527/v1
providers:
custom:
api_key: ""
fallback_providers: []
credential_pool_strategies: {}
toolsets:- hermes-cli
max_concurrent_sessions: null
】
- hermes-cli
-
你有备份吗? 你去 网站 再 拉一次 , 整合包的代码 , 你肯定 手动升级,覆盖了 配置文件 .
长久看来 ,你还是 用linux , windows 跑 hermes agent , 有很多插件 不支持 windows
