Trajectory: The complete execution history of an agent, including its reasoning (thoughts), actions taken (tool calls), and the observations/results returned.
Strategy Tip: Guidance extracted from a 'clean success' trajectory, capturing effective patterns like verifying prerequisites before action.
Recovery Tip: Guidance extracted from a sequence where an agent encountered an error but successfully fixed it, capturing the detection and correction logic.
Optimization Tip: Guidance extracted from a 'successful but inefficient' trajectory, suggesting more efficient alternatives (e.g., bulk API calls over loops).
Provenance: A link back to the specific source trajectory and outcome from which a memory/tip was derived, enabling validation and debugging.
ReAct: Reason+Act—a paradigm where agents generate a thought/reasoning trace before taking an action.
Decision Attribution: The process of identifying which specific reasoning step or decision in a chain was the causal factor for a subsequent failure or success.