跳转到主要内容

hermes 个人助理

安装

windows操作系统需要先安装wsl

# 显示可用的linux镜像
wsl --list --online

# 安装linux镜像,默认是ubuntu
wsl --install

# 进入系统
wsl

# 以root身份进入
wsl -u root

安装和配置


# 显示智能体列表
hermes profile list

# 创建一个智能体
hermes profile create first