Open Agent Loops
API Reference

GoalResult

@open-agent-loops/core


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

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:129
gradeGradeThe final round's grade.goal/goal.types.ts:133
resultRunResultThe final round's inner-run result (full + newly-added messages).goal/goal.types.ts:135
roundsnumberNumber of outer rounds run (each a full inner runAgent run).goal/goal.types.ts:131

On this page