Skip to content

Tool Management Toolset

Allows agents to dynamically enable or disable tools during execution.

Basic Usage

agents:
  my_agent:
    toolsets:
      - type: tool_management

Use Cases

  • Temporarily disable destructive tools
  • Enable tools only when needed
  • Implement tool-based permissions

Configuration Reference

Tool Management Toolset

Configuration for tool management toolset.

Tool Management Toolset (YAML)
1
2
3
4
toolsets:
- type: tool_management
  tools: null  # Optional tool filter to enable/disable specific tools.
  namespace: null  # Optional namespace prefix for tool names