docker运行hermes集成第三方平台大模型
·
简介
Hermes Agent(昵称:爱马仕)是由Nous Research开发的一款开源自主AI智能体,于2026年2月开源,专为持久运行和自我成长设计,通过FTS5检索技术实现跨会话记忆,并能自主创建程序化技能。支持40多种内置工具,可通过Telegram、Discord、Slack、WhatsApp、原生支持微信等消息平台访问,兼容多种大语言模型提供商(包括Nous Portal、OpenAI、Anthropic、Google Gemini、MiniMax等),并内置cron调度器执行定时任务。
部署和集成
运行容器:
docker run -it --rm nousresearch/hermes-agent bash
配置第三方大模型,以阿里云百炼为例:
/opt/hermes/.venv/bin/hermes config set model.provider custom
/opt/hermes/.venv/bin/hermes config set model.base_url "https://dashscope.aliyuncs.com/compatible-mode/v1"
/opt/hermes/.venv/bin/hermes config set model.api_key "你的sk-xxx"
/opt/hermes/.venv/bin/hermes config set model.default "qwen3.6-plus"
开启聊天
/opt/hermes/.venv/bin/hermes
更多推荐




所有评论(0)