hermes agent 初体验

张开发
2026/4/19 1:36:23 15 分钟阅读

分享文章

hermes agent 初体验
一、安装参考链接https://dashscope.aliyuncs.com/compatible-mode二、报错及解决问题1WSL2安装报错我是WSL2安装的期间报错Failed to install uv。我并没有按照他的要求手动去安装而是再次执行curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash。**解决办法**再来一次问题2安装包失败error: Request failed after 3 retries in 70.4sCaused by: Failed to fetch:https://files.pythonhosted.org/packages/de/1f/77fa3081e4f66ca3576c896ae5d31c3002ac6607f9747d2e3aa49227e464/markdown-3.10.2-py3-none-any.whl.metadataCaused by: error sending request for url (https://files.pythonhosted.org/packages/de/1f/77fa3081e4f66ca3576c896ae5d31c3002ac6607f9747d2e3aa49227e464/markdown-3.10.2-py3-none-any.whl.metadata)Caused by: client error (SendRequest)Caused by: connection errorCaused by: peer closed connection without sending TLS close_notify: https://docs.rs/rustls/latest/rustls/manual/_03_howto/index.html#unexpected-eof解决办法pip install markdown --break-system-packages问题3报错ModuleNotFoundError: No module named ‘fire’。原因运行 hermes 需要依赖 python 库 fire但你没装。解决办法cd ~/.hermes/hermes-agentpip3 install fire --break-system-packages3.运行进入文件夹/.hermes/hermes-agent输入./hermes setup配置参考https://cloud.tencent.com/developer/article/2652370./hermes dashboard启动图形页面访问页面切换为中文

更多文章