Xiaonuo f195e6a8aa feat: models command — providers/list/test/status/switch with --aux and --tg support
- models providers: list configured custom providers
- models list [provider]: fetch and display available models from /v1/models
- models test [provider]: connectivity check with latency
- models status: show current main + auxiliary model config
- models switch: change provider/model for main or auxiliary tasks
  - --aux <task>: target specific auxiliary tasks (repeatable)
  - --tg: switch via Telegram /model command (current session)
  - --global: persistent switch (with --tg)

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