Skip to main content

Module revert

Module revert 

Source
Expand description

Model-invocable tool for Composition I “braking”: tree-structured revert between turns. See docs/concepts/concept-brake.md §5.

Structs§

RevertRecord
Structured metadata persisted in the details field of the synthetic revert_to_state ToolResult, and (mirroring PrunRecord) carried into the AgentEvent::RevertApplied payload by apply_revert.
RevertRequest
A pending revert request the LLM submitted via revert_to_state.
RevertTool
Model-invocable tool that enqueues a revert request between turns.