Execution Flow
When an agent runs with local tools:LocalToolExecutor
TheLocalToolExecutor manages tool execution with built-in error handling:
execute()
Returns: String result (JSON for dict/list, str for strings, str() for other types)
How tools are executed and error handling
LocalToolExecutor manages tool execution with built-in error handling: