haive.core.graph.tool_manager¶
Tool manager wrapper for dynamic tool management.
Classes¶
Wrapper for the core ToolManager with simplified interface. |
Module Contents¶
- class haive.core.graph.tool_manager.ToolManager(name='tool_manager', **kwargs)¶
Bases:
pydantic.BaseModelWrapper for the core ToolManager with simplified interface.
This class provides a simplified interface for managing tools while maintaining compatibility with the existing ToolManager infrastructure.
Initialize a new tool manager.
- Parameters:
name (str)