pig/agent/tool_worker
Owned, cancellable execution for one tool call.
Types
Values
pub fn start(
registry: tool.ToolRegistry,
call: message.ToolCall,
notify: fn(Result(json.Json, tool.ToolError), Int) -> Nil,
) -> Worker
Start one tool operation and return before its handler executes.