Skip to content

Commit c5a8d66

Browse files
committed
remove unnecessary logger, updated readme, converted to smithery, custom models in config, session manager migrated to only use stagehand, rm browserbase SDK, remove unnecessary functions
1 parent e2431ed commit c5a8d66

19 files changed

+1457
-670
lines changed

stagehand/README.md

Lines changed: 411 additions & 93 deletions
Large diffs are not rendered by default.

stagehand/config.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { Cookie } from "playwright-core";
2+
import type { AvailableModelSchema } from "@browserbasehq/stagehand";
23

34
export type Config = {
45
/**
@@ -70,4 +71,11 @@ export type Config = {
7071
*/
7172
host?: string;
7273
};
74+
/**
75+
* The Model that Stagehand uses
76+
* Available models: OpenAI, Claude, Gemini, Cerebras, Groq, and other providers
77+
*
78+
* @default "google/gemini-2.0-flash"
79+
*/
80+
modelName?: AvailableModelSchema;
7381
};

0 commit comments

Comments
 (0)