Skip to main content

Module post_invocation

Module post_invocation 

Source
Expand description

Post-invocation hook pipeline executed after a tool returns output.

Structs§

PipelineOutcome
Outcome of running the pipeline.
PostInvocationContext
Context available to post-invocation hooks after a tool has executed.
PostInvocationPipeline
Pipeline of post-invocation hooks evaluated in registration order.

Enums§

PostInvocationVerdict
Verdict from a post-invocation hook.

Traits§

PostInvocationHook
A hook that inspects tool responses after invocation.