Hermes Agent Windows 共享虚拟环境,官方已经采纳了.
-
感谢你的澄清,也感谢把这个标记为 P3 来跟踪。我很认同你关于 install.ps1 和 Agent 仓库已有 Windows 原生支持的说法。
我想在这里分享我真正的动机—— 我做这个不是为了自己 。我是为了那些不懂技术的普通 Windows 用户,他们很多人的机器配置很低, 内存甚至不到 8GB 。对他们来说,WSL2 或 Docker Desktop 根本不是选项——要么不会装,要么硬件跑不动。
我的目标是让 Hermes Agent 被更多人用起来——帮助它成为 每个人的个人助理 ,而不仅仅是拥有强大 Linux 机器的开发者才能用的工具。共享 venv + PowerShell 方案就是我试图把门槛降到最低的方式:克隆、安装、一条命令、搞定。
我会继续完善这个包(路径自动检测替代硬编码等),也欢迎团队的任何指导。
-
,
T terry 固定了此主题
-
,系统 取消固定了此主题
-
我给 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
