Resume durable sessions
Journaled turns let an agent continue after a crash, restart, or deliberate pause with its context and tool history intact.
// Agent control plane
Long-running work needs operational controls. PasClaw makes sessions resumable, steerable, delegatable, and observable without discarding progress.
Journaled turns let an agent continue after a crash, restart, or deliberate pause with its context and tool history intact.
Push additional direction into a running loop without terminating the current tool call or rebuilding the session from scratch.
Spawn child agents with their own prompts and tool allowlists so research or repetitive work does not crowd the parent context.
Hooks around turns, tool calls, and errors provide extension points for approvals, policy, logging, metrics, and custom behavior.
From the documentation
Implementation notes drawn from the PasClaw repository documentation.
The gateway exposes operator views for MCP servers, schedules, skills, memory, sandboxed files, redacted configuration, logs, and aggregate statistics.
OpenTelemetry OTLP/HTTP spans connect inbound requests to agent turns, provider chat, and tool execution.
Common questions
Keep exploring
See how the rest of PasClaw fits together.