Xiaonuo d736d43f72 feat: read providers from cfg registry instead of config.yaml
- 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>
2026-04-21 11:07:31 +08:00

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
Hermes Agent CLI harness tools — personality management, scheduling, and more
Readme 79 KiB
Languages
TypeScript 100%