# `Agentic.Loop.Stages.TranscriptRecorder`

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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
