Kikoyu Core API Reference / AgentConfig
Interface: AgentConfig
Properties
guardrails?
optionalguardrails:Guardrail<any>[]
Defined in
types.ts:117
handoffs?
optionalhandoffs:any[]
Defined in
types.ts:119
instructions
instructions:
string
Defined in
types.ts:114
maxHandoffs?
optionalmaxHandoffs:number
Defined in
types.ts:121
maxRetries?
optionalmaxRetries:number
Defined in
types.ts:122
model
model:
ModelProvider
Defined in
types.ts:115
name
name:
string
Defined in
types.ts:113
responseSchema?
optionalresponseSchema:ZodTypeAny
Defined in
types.ts:120
tools?
optionaltools:Tool<any,any,any>[]
Defined in
types.ts:116