API ReferenceinterfacesAgentconfig

Kikoyu Core API Reference


Kikoyu Core API Reference / AgentConfig

Interface: AgentConfig

Properties

guardrails?

optional guardrails: Guardrail<any>[]

Defined in

types.ts:117


handoffs?

optional handoffs: any[]

Defined in

types.ts:119


instructions

instructions: string

Defined in

types.ts:114


maxHandoffs?

optional maxHandoffs: number

Defined in

types.ts:121


maxRetries?

optional maxRetries: number

Defined in

types.ts:122


model

model: ModelProvider

Defined in

types.ts:115


name

name: string

Defined in

types.ts:113


responseSchema?

optional responseSchema: ZodTypeAny

Defined in

types.ts:120


tools?

optional tools: Tool<any, any, any>[]

Defined in

types.ts:116