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 Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Stop immediately on failure with an error message.
    static final record 
    Ignore failures and proceed with the remaining plan as-is.
    static final record 
    Attempt to recompute the remaining plan from current world state.