Severity: priority/warning
Source: NousResearch/hermes-agent v0.11.0, PR #9934
Area: packages/runtime-node, packages/core, packages/storage
Problem
Hermes resumes interrupted agent work after a gateway restart from the last checkpoint instead of starting a fresh turn. CrowClaw has SessionCheckpoint storage (packages/storage/src/index.ts:517) but no auto-resume on boot.
Proposed fix
- On runtime startup, read
SessionCheckpoint for any session marked 'in_progress'.
- Re-hydrate the session and continue from the last assistant turn / tool call.
- Operator override:
--no-resume flag.
- Surface a
session:resumed event for observability.
References
Severity: priority/warning
Source: NousResearch/hermes-agent v0.11.0, PR #9934
Area:
packages/runtime-node,packages/core,packages/storageProblem
Hermes resumes interrupted agent work after a gateway restart from the last checkpoint instead of starting a fresh turn. CrowClaw has
SessionCheckpointstorage (packages/storage/src/index.ts:517) but no auto-resume on boot.Proposed fix
SessionCheckpointfor any session marked'in_progress'.--no-resumeflag.session:resumedevent for observability.References