Skip to main content

Module executor

Module executor 

Source

Structs§

CacheEntry
Tool result cache entry

Functions§

execute_tool
execute_tool_cached
Execute a tool with cache support. Returns (result, was_cache_hit)
execute_tools_parallel
Execute multiple independent tool calls in parallel

Type Aliases§

ToolCache
Global tool cache — survives across tool calls within the same iteration