Open Agent Loops
API Reference

GoalResult

@open-agent-loops/core


Defined in: goal/goal.types.ts:141

The outcome of a runGoal run.

Properties

PropertyTypeDescriptionDefined in
donebooleanWhether the goal was satisfied. true means the grader returned done before the cap; false means maxRounds was reached without a done verdict.goal/goal.types.ts:147
gradeGradeThe final round's grade.goal/goal.types.ts:151
resultRunResultThe final round's inner-run result (full + newly-added messages).goal/goal.types.ts:153
roundsnumberNumber of outer rounds run (each a full inner runAgent run).goal/goal.types.ts:149

On this page