Skip to content

AgentFactory

AgentFactory<TConfig, TResult> = (id, config, options?) => AgentDefinition<TResult>

Defined in: scoring/agents.ts:276

Factory function type for creating agents Providers implement this to create configured agents

TConfig

TResult = unknown

string

TConfig

Partial<AgentConfig>

AgentDefinition<TResult>