evaluate

abstract fun evaluate(context: ReplanContext): ReplanDecision?

Evaluate whether replanning is needed based on the tool result context.

Return

A ReplanDecision to trigger replanning, or null to continue normally

Parameters

context

The context containing result, agent process, and tool metadata