diff --git a/lib/index.ts b/lib/index.ts index 3cdcf2d11..c4e6b0ede 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -853,4 +853,5 @@ export * from "../types/model"; export * from "../types/page"; export * from "../types/playwright"; export * from "../types/stagehand"; +export * from "../types/agent"; export * from "./llm/LLMClient";