Interface ReplanPolicy
- All Known Implementing Classes:
ReplanPolicy.FailStop, ReplanPolicy.Ignore, ReplanPolicy.Replan
public sealed interface ReplanPolicy
permits ReplanPolicy.FailStop, ReplanPolicy.Replan, ReplanPolicy.Ignore
Policy governing how the planner reacts to missing expected outputs after an agent group
executes.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordStop immediately on failure with an error message.static final recordIgnore failures and proceed with the remaining plan as-is.static final recordAttempt to recompute the remaining plan from current world state.