【AI-Agent】Hermes Agent 安装

张开发
2026/4/15 8:22:11 15 分钟阅读

分享文章

【AI-Agent】Hermes Agent 安装
Hermes Agent 安装官方文档https://hermes-agent.nousresearch.com/docs/getting-started/installation安装环境Debian GNU/Linux其他需要git安装命令curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash选择快速开始我本地安装了ollama所以提供商选择了ollama并制定我的本地模型 qwen3:1.7b配置通道我选择飞书启动了聊天报错模型不支持他最小上下文换一个模型我这里使用gemma4:e2b其他的配置命令hermes model # Choose your LLM provider and model hermes tools # Configure which tools are enabled hermes gateway setup # Set up messaging platforms hermes config set # Set individual config values hermes setup # Or run the full setup wizard to configure everything at once连接飞书hermes gateway setup选择飞书/Lark然后使用飞书或Lark手机应用扫描二维码。Hermes将自动创建一个具有正确权限的机器人应用并保存凭据。如果扫描二维码没用会自动退回手动设置这是后输入飞书机器人的凭据即可其他通道连接参考官方文档。

更多文章