更新与卸载
更新
Git 安装
hermes updatepip 安装
hermes update --check # 检查新版
hermes update更新后验证
git status --short— 检查工作区hermes doctor— 检查配置和依赖hermes --version— 确认版本
回滚
cd /path/to/hermes-agent
git checkout <commit-hash>
git submodule update --init --recursive
uv pip install -e ".[all]"卸载
Git 安装
hermes uninstallpip 安装
pip uninstall hermes-agent详见 workspace zh/getting-started/updating.md