Skip to main content

BoxedToolExec

Type Alias BoxedToolExec 

Source
pub type BoxedToolExec = Box<dyn FnOnce() -> ToolExecFuture + Send>;
Expand description

A boxed, per-agent tool-execution closure. Built by the dispatch system so it captures that agent’s own tool registry, workdir, and policy; run once by the tool worker.

Aliased Type§

pub struct BoxedToolExec(/* private fields */);