Table of Contents

Class TrajectoryRecorder

Namespace
Emissary
Assembly
Emissary.dll

Collects the turns of a live agent run. Pass one to the ClaudeAgent(AgentOptions, TrajectoryRecorder) constructor, run the agent, then call ToTrajectory() to snapshot the recording.

public sealed class TrajectoryRecorder
Inheritance
TrajectoryRecorder
Inherited Members

Methods

ToTrajectory()

Snapshots everything recorded so far as a Trajectory.

public Trajectory ToTrajectory()

Returns

Trajectory