Skip to main content

Module tool_execution

Module tool_execution 

Source
Expand description

Tool execution utilities.

Structs§

ToolExecution
Result of one tool call execution.

Functions§

collect_patches
Collect patches from executions.
execute_single_tool
Execute a single tool call.
execute_single_tool_with_scope
Execute a single tool call with an optional scope context.
execute_tools_parallel
Execute tool calls in parallel using the same state snapshot for every call.
execute_tools_sequential
Execute tool calls sequentially, applying each resulting patch before the next call.