Interface: AgentConfig
Configuration for creating an agent
Table of contents
Properties
Properties
provider
• provider: string
AI provider to use (e.g., 'openai', 'anthropic', 'google')
Defined in
model
• model: string
Model name to use
Defined in
systemPrompt
• Optional
systemPrompt: string
System prompt for the agent
Defined in
maxTokens
• Optional
maxTokens: number
Maximum tokens for responses
Defined in
temperature
• Optional
temperature: number
Temperature for response generation