跳转到主要内容

hermes-agent多智能体协同

创建多职责智能体



# 创建一个后台编码智能体
hermes profile create code-backend-worker --clone-from park-smart

# 创建一个前台编码智能体
hermes profile create code-frontend-worker --clone-from park-smart

# 创建要给测试智能体
hermes profile create code-test-worker --clone-from park-smart

# 创建一个测试智能体
hermes profile create code-reviewer --clone-from park-smart