Skip to content

team / Exports / TaskAgentConfig

Interface: TaskAgentConfig

Configuration for creating a task-specific agent

Table of contents

Properties

Properties

taskDescription

taskDescription: string

Description of the task the agent will perform

Defined in

types.ts:226


requiredTools

requiredTools: string[]

Required tools for the task

Defined in

types.ts:228


agentConfig

Optional agentConfig: Partial<AgentConfig>

Agent configuration overrides

Defined in

types.ts:230

Released under the MIT License.