version: "1.0.0"
tool_type: config-schema
executor_id: null
category: agent
description: "Schema for agent.yaml — provider settings and output token limits"

target_config: agent.yaml

schema:
  type: object
  properties:
    schema_version:
      type: string
    provider:
      type: object
      properties:
        default:
          type: string
    max_output_tokens:
      type: integer
