- providers/list/test now read from cfg (HERMES_CUSTOM_PROVIDERS) - switch writes target provider into config.yaml custom_providers and restarts gateway - standard providers (openrouter, anthropic) clear custom_providers on switch - fallback to config.yaml if cfg unavailable Signed-off-by: Xiaonuo <xiaonuo@shazhou.work>
hermes-harness
Hermes Agent CLI harness tools — personality management, scheduling, and more.
Install
bun install
bun link
Usage
# List all personalities
hermes-har personality list
# Show personality details
hermes-har personality show 日常团子
# Add a personality
hermes-har personality add "测试人格" "你是一个测试用的人格..."
# Remove a personality
hermes-har personality remove "测试人格"
# Switch personality (local config only)
hermes-har personality switch 日常团子
# Switch personality via Telegram (live session update)
hermes-har personality switch 娇媚团子 --tg
License
MIT
Description
Languages
TypeScript
100%