Optional logger: LDLoggerOptional Protected Optional _loggerCreate a Runner for an agent AI Config.
Override in provider subclasses to return a configured Runner.
Default implementation returns undefined.
Optional _tools: ToolRegistryOptional Promise resolving to a Runner, or undefined if this
provider does not support agent creation.
Create an AgentGraphRunner for an agent graph definition.
Override in provider subclasses to return a configured AgentGraphRunner.
Default implementation returns undefined.
Optional _tools: ToolRegistryOptional Promise resolving to an AgentGraphRunner, or undefined if
this provider does not support graph execution.
Create a model runner from a completion AI configuration.
The completion (or judge) AI configuration.
Whether the runner should accumulate conversation history
across successive run() calls. Defaults to true (chat semantics).
Pass false for stateless runners such as judges.
Static createStatic mapMap LaunchDarkly model parameters to Vercel AI SDK parameters.
Parameter mappings:
Optional parameters: { Optional
Generated using TypeDoc
Factory for creating Vercel AI runners.
Vercel ships only a model runner; agent and graph runners are not provided because the Vercel AI SDK is a thin model layer rather than an agent framework.