更新与卸载

更新

Git 安装

hermes update

pip 安装

hermes update --check    # 检查新版
hermes update

更新后验证

  1. git status --short — 检查工作区
  2. hermes doctor — 检查配置和依赖
  3. hermes --version — 确认版本

回滚

cd /path/to/hermes-agent
git checkout <commit-hash>
git submodule update --init --recursive
uv pip install -e ".[all]"

卸载

Git 安装

hermes uninstall

pip 安装

pip uninstall hermes-agent

详见 workspace zh/getting-started/updating.md