hermes-agent/website/docs
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
..
developer-guide fix(delegation): surface a child's undelivered steer instead of dropping it 2026-08-06 09:40:27 -07:00
getting-started feat(skills): actual-setup optional skill + provider docs 2026-08-05 14:08:32 -07:00
guides
integrations feat(skills): actual-setup optional skill + provider docs 2026-08-05 14:08:32 -07:00
reference docs(reference): document the desktop_ui toolset 2026-08-06 19:35:47 -06:00
user-guide Inspired by Energy: assistant presets — one-command role profiles 2026-08-06 20:11:45 -07:00
index.mdx
user-stories.mdx