From 1b00f9740ab3e71590324b2744ec6cc7b262f2b8 Mon Sep 17 00:00:00 2001 From: Sameel Date: Sun, 16 Mar 2025 16:28:57 -0400 Subject: [PATCH] export agent types --- lib/index.ts | 1 + 1 file changed, 1 insertion(+) 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";