【笔记】HermesAgent学习笔记
前言
The Agent That Grows With You(官网)
下载依赖
Linux & MacOS
1 | curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash |
Windows
1 | irm https://hermes-agent.nousresearch.com/install.ps1 | iex |
初始化
1 | hermes setup |
启动对话
启动CLI
1 | hermes |