AgentConfig
Properties
Section titled “Properties”agents?
Section titled “agents?”optional agents?: AgentConfig[];description?
Section titled “description?”optional description?: string;effectTools?
Section titled “effectTools?”optional effectTools?: Record<string, AnyTool>;flows?
Section titled “flows?”optional flows?: Flow[];guardrails?
Section titled “guardrails?”optional guardrails?: Guardrails;handoffs?
Section titled “handoffs?”optional handoffs?: string[];id: string;instructions?
Section titled “instructions?”optional instructions?: Instructions;knowledge?
Section titled “knowledge?”optional knowledge?: AgentKnowledge;limits?
Section titled “limits?”optional limits?: Limits;memory?
Section titled “memory?”optional memory?: AgentMemory;model?
Section titled “model?”optional model?: LanguageModel;optional name?: string;routes?
Section titled “routes?”optional routes?: Route[];routing?
Section titled “routing?”optional routing?: RoutingPolicy;tools?
Section titled “tools?”optional tools?: ToolSet;