Skip to main content

Module rl_trajectory

Module rl_trajectory 

Source
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.

Structs§

CapturedText
ExecutionStartRecord
RlTrajectoryConfig
RlTrajectoryContext
RlTrajectoryRecorder

Enums§

RlTrajectoryMode

Constants§

RL_TRAJECTORY_SCHEMA