tooluniverse.custom_tool module¶ CustomTool implementation for ToolUniverse Handles execution of dynamically generated tools with external code files class tooluniverse.custom_tool.CustomTool[source]¶ Bases: BaseTool CustomTool class for executing dynamically generated tools __init__(tool_config)[source]¶ run(arguments=None)[source]¶ Execute the custom tool Parameters: arguments (Any) – Input arguments for the tool ReturnsDict containing the result of tool execution