Skip to content

Config Creation Toolset

Tools for creating and managing agent configurations programmatically.

Basic Usage

agents:
  admin:
    toolsets:
      - type: config_creation

Use Cases

  • Generate agent configs from templates
  • Create configurations dynamically
  • Manage configuration files

Configuration Reference

Config Creation Toolset

Configuration for config creation with schema validation.

Config Creation Toolset (YAML)
1
2
3
4
5
6
7
8
toolsets:
- type: config_creation
  schema_path:  # Path or URL to the JSON schema for validation.
    path: schema/config-schema.json
    protocol: ''
    storage_options: {}
  markup: yaml  # Markup language for the configuration (yaml, json, toml).
  namespace: null  # Optional namespace prefix for tool names