Agents Llm Client

Types

Types

LLMProvider

type LLMProvider = "anthropic" | "openai" | "lmstudio"

StreamChunk

type StreamChunk = TextDeltaChunk | ToolCallChunk | ToolResultChunk | FinishChunk

Environment

type Environment = "node" | "browser"
Previous
Interfaces