AgentConfig


The config for the YAML schema to create an agent.

LlmAgentConfig

Type: object

The config for the YAML schema of a LlmAgent.

No Additional Properties

Agent Class

Type: enum (of string) Default: "LlmAgent"

The value is used to uniquely identify the LlmAgent class. If it is empty, it is by default an LlmAgent.

Must be one of:

  • "LlmAgent"
  • ""

Name

Type: string

Required. The name of the agent.

Description

Type: string Default: ""

Optional. The description of the agent.

Sub Agents

Default: null

Optional. The sub-agents of the agent.

Type: array
No Additional Items

Each item of this array must be: