EvalTranscriptRecorder class

Records a trial transcript from the shared AgentController.

Agent harnesses should focus on running the agent and collecting the final Outcome. This recorder captures the generic execution trace: messages, tool calls, retry/error events, reasoning text, and token/turn metrics.

Constructors

EvalTranscriptRecorder({required AgentController controller, required DateTime startedAt, DateTime now()?})

Properties

controller AgentController
final
hashCode int
The hash code for this object.
no setterinherited
now DateTime Function()
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt DateTime
final

Methods

dispose() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
snapshot() Transcript
Current transcript snapshot. Safe to call multiple times.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited