
Hermes
又称爱马仕 ,它的核心吸引力在于其“自进化(Self-Improving)”的设计哲学。 LangChain在我心中已经很完美了,当然Agent的大token问题目前还没有很好的得到解决。
现在又来一个了一个Hermes, 他解决一个新好问题,自进化。
背景
Hermes Agent是由硅谷知名AI实验室 Nous Research 在2026年2月25日正式开源的一款自主AI智能体框架。 github 地址
https://github.com/NousResearch/hermes-agentweb地址 https://hermes-agent.nousresearch.com/hermes-agent 网页的风格非常复古。
安装尝试
# Linux / macOS / WSL2 / Android (Termux)curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash他是python源代码。安装时间有点长,观察到中间安装了nodejs和chrome 无头浏览器。 和playwright,看来是 后台用了脚本操作了浏览器。
配置 ollama model
hermes setup选择

APIKEY
No Ollama Cloud API key configured.OLLAMA_API_KEY (or Enter to cancel): 可任意输入
BASE URL
Base URL [https://ollama.com/v1]: http://127.0.0.1:11434/v1model name
Enter model name: kimi-k2.5:cloud对话

训练他的记忆

告诉他这么做

测试成果

测试成功
