Expand description
RL trajectory recording primitives.
The default runtime trace is intentionally lightweight and diagnostic. This module records an opt-in training-oriented JSONL stream that can reconstruct LLM turns, tool calls, tool observations, token usage, and termination reasons. It is opt-in: normal sessions pay only a cheap disabled-recorder branch.