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将自动创建一个具有正确权限的机器人应用并保存凭据。
如果扫描二维码没用,会自动退回手动设置,这是后输入飞书机器人的凭据即可,其他通道连接参考官方文档。