Skip to main content

SpawnAgentHook

Trait SpawnAgentHook 

Source
pub trait SpawnAgentHook: Send + Sync {
    // Required method
    fn spawn_agent(
        &self,
        ctx: SpawnAgentToolContext,
    ) -> BoxFuture<'static, Result<SpawnAgentToolResult>>;
}

Required Methods§

Implementors§