tooluniverse.compose_tool module¶
ComposeTool - A tool that composes other tools using custom code logic. Supports intelligent dependency management with automatic tool loading.
- class tooluniverse.compose_tool.ComposeTool[source]¶
Bases:
BaseToolA flexible tool that can compose other tools using custom code logic. Supports both inline composition_code and external Python files. Features intelligent dependency management with automatic tool loading.