hermes-agent/website/docs/user-guide
Teknium 85440ed2a3
Inspired by Energy: assistant presets — one-command role profiles
Energy (getenergy.com) ships one-click specialized assistants (Inbox Zero,
Research Scout, ...) instead of making users hand-assemble memory, skills,
and automations per role. Hermes has every underlying piece — profiles,
SOUL.md personas, kanban-routable descriptions, Automation Blueprints —
but composing a role took four manual steps.

- hermes_cli/assistant_presets.py: curated preset catalog (persona +
  description + suggested blueprint automations); no new object type,
  storage, or scheduler — applies through existing profile files and
  fill_blueprint -> create_job inside the new profile's HERMES_HOME
- hermes profile create <name> --preset <key> [--with-automations]
- hermes profile presets: catalog listing
- preset key validated before any directory is created
- preset-seeded jobs drop 'origin' delivery (no chat origin yet) and
  fall back to local
- tests: 11 new (catalog contract vs blueprint catalog, file application,
  create_profile integration, unknown-key atomicity)
- docs: user-guide/profiles.md section
2026-08-06 20:11:45 -07:00
..
egress
features fix(delegation): harden steer lifecycle ownership 2026-08-06 09:40:27 -07:00
messaging
secrets
skills refactor(skills): move polymarket to optional-skills/finance 2026-08-06 11:30:58 -07:00
_category_.json
checkpoints-and-rollback.md
cli.md
configuration.md refactor(gateway): extract the hygiene recovery gate and forward the failure reason 2026-08-06 15:04:53 +05:30
configuring-models.md
desktop.md
docker.md
git-worktrees.md
import-from-other-agents.md
managed-scope.md
multi-profile-gateways.md
profile-distributions.md
profiles.md Inspired by Energy: assistant presets — one-command role profiles 2026-08-06 20:11:45 -07:00
security.md
sessions.md docs: four small accuracy fixes 2026-08-05 21:33:44 +05:30
tui.md
which-file-does-what.md docs: add 'Which File Does What?' - one-page map of SOUL/USER/MEMORY/AGENTS 2026-08-05 21:33:44 +05:30
windows-native.md docs: fix stale PATH location in windows-native common pitfalls 2026-08-05 21:33:44 +05:30
windows-wsl-quickstart.md