Agentic.Loop.Stages.TranscriptRecorder
(agentic v0.2.2)
Copy Markdown
Records session events to a transcript backend for session resumption.
Sits after ModeRouter in the pipeline. Records LLM responses, tool calls, tool results, and phase transitions as JSONL events via the configured transcript backend.
Requires ctx.callbacks[:transcript_backend] to be set. If not present,
this stage is a no-op pass-through.