module documentation
Tool registry and execution dispatcher.
| Function | execute |
Execute a named tool with the given arguments. |
| Function | get |
Return the list of available tools. |
| Function | get |
Return the mapping of tool names to their execution functions. |
Execute a named tool with the given arguments.
| Parameters | |
viewViewManager | The view manager for tool execution. |
name:str | The tool name. |
args:dict or None | The tool arguments. Defaults to None. |
| **kwargs | Extra keyword arguments merged into the payload. |
| Returns | |
object | The tool result. |