Re-exports§
pub use step::StepContext;pub use types::Phase;pub use types::PhasePolicy;pub use types::RunAction;pub use types::StepOutcome;pub use types::SuspendTicket;pub use types::ToolCallAction;
Modules§
Structs§
- Action
Set - A typed collection of actions for a specific phase.
- After
Inference Context - After
Tool Execute Context - Before
Inference Context - Before
Tool Execute Context - RunEnd
Context - RunStart
Context - Step
EndContext - Step
Start Context
Enums§
- After
Inference Action - Actions valid in
AfterInference. - After
Tool Execute Action - Actions valid in
AfterToolExecute. - Before
Inference Action - Actions valid in
BeforeInference. - Before
Tool Execute Action - Actions valid in
BeforeToolExecute. - Lifecycle
Action - Actions valid in lifecycle phases: RunStart, StepStart, StepEnd, RunEnd.
Traits§
- Phase
Context - Shared read access available to all phase contexts.