TrajectoryInsight

@Serializable
data class TrajectoryInsight(val reasoning: String, val errorIdentification: String, val rootCauseAnalysis: String, val correctApproach: String, val keyInsight: String, val bulletTags: List<ACEOptimizer.BulletTag>)

A single diagnosis of an agent trajectory produced by the reflector.

Constructors

Link copied to clipboard
constructor(reasoning: String, errorIdentification: String, rootCauseAnalysis: String, correctApproach: String, keyInsight: String, bulletTags: List<ACEOptimizer.BulletTag>)

Properties

Link copied to clipboard

Helpful/harmful/neutral tags for each playbook bullet the trajectory used.

Link copied to clipboard

What the model should have done instead.

Link copied to clipboard

What specifically went wrong in the reasoning.

Link copied to clipboard

Strategy, formula, or principle to remember to avoid the error.

Link copied to clipboard

Chain-of-thought analysis of the trajectory.

Link copied to clipboard

Why the error occurred / which concept was misunderstood.