Xiaonuo d78116ed26 fix: read api_key_env from .env file for provider auth
Supports api_key_env field in custom_providers config, reads
from process.env first then falls back to ~/.hermes/.env.

Signed-off-by: Xiaonuo <xiaonuo@shazhou.work>
2026-04-21 10:22:55 +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%