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)[source]ΒΆ
Bases:
pydantic.BaseModel
Wrapper 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)