Execution Flow
When an agent runs with local tools:LocalToolExecutor
TheLocalToolExecutor manages tool execution with built-in error handling:
execute()
| Parameter | Type | Description |
|---|---|---|
tool_name | str | Name of tool to execute |
arguments | dict | Arguments to pass to the function |