Skip to Content
FrameworksHermes Managed Mode

Hermes Managed Mode

Managed mode is the default Hatcher runtime path for Hermes agents. Hatcher owns the container lifecycle, while the agent keeps a persistent workspace volume for memory, sessions, skills, logs, and generated files.

What You Get

  • Persistent workspace under the Hermes home directory
  • Generated config.yaml, .env, and SOUL.md
  • Dashboard access to config, files, logs, chat, integrations, and billing
  • Included File Manager and Full Logs on every tier
  • Skills/tools available without separate plugin billing
  • Workspace quota tracking by tier
  • Hosted model routing through AI Credits, or BYOK provider-paid routing

Startup Flow

  1. Hatcher creates or reuses the agent Docker volume.
  2. Init writes canonical Hermes settings, model config, integration secrets, and SOUL.md.
  3. Hosted mode receives Hatcher LLM proxy credentials; BYOK receives encrypted provider credentials at startup.
  4. The Hermes container starts on port 8642.
  5. Health checks, logs, push notifications, and lifecycle state are tracked by Hatcher.

File Layout

/home/hermes/ ├── .hermes/ │ ├── config.yaml │ ├── .env │ ├── SOUL.md │ ├── memories/ │ ├── sessions/ │ ├── cron/ │ ├── logs/ │ ├── skills/ │ ├── state.db │ └── response_store.db └── (other files the agent writes)

Editing Config

Use the dashboard config screen for the supported settings:

SettingPurpose
Provider/modelHosted or BYOK LLM selection
Max turnsTool-call loop budget
CompressionConversation compression threshold
MemoryHermes memory behavior
StreamingToken streaming behavior
IntegrationsPlatform credentials and routing

Secrets and auth-critical fields are not editable as raw files. Change BYOK keys and platform tokens through the dashboard so they remain encrypted and masked.

Workspace Quotas

TierWorkspace quota
Free2 GB
Starter10 GB
Pro25 GB
Business50 GB
Founding Member40 GB

Workspace quota is enforced as usage grows. Hatcher does not preallocate the full quota for every agent.

FAQ

Can I back up my memory files? Use File Manager or ask the agent to package/export the files it owns in the workspace.

Will deleting an agent remove files? Yes. Deleting an agent removes the associated workspace volume.

Can I change model config manually? Use the dashboard model selector. Direct edits to provider credentials or proxy config can break hosted routing.

Does managed mode apply to OpenClaw too? Yes. OpenClaw has its own managed-mode path and file layout. See OpenClaw Managed Mode.

Last updated on