diff --git a/lib/index.ts b/lib/index.ts index 51c835c86..75145855e 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1030,4 +1030,5 @@ export * from "../types/stagehand"; export * from "../types/stagehandApiErrors"; export * from "../types/stagehandErrors"; export * from "./llm/LLMClient"; +export * from "./llm/aisdk"; export { connectToMCPServer };