Minor Changes
-
#374
207244eThanks @sameelarif! - Pass in a Stagehand Page object into theon("popup")listener to allow for multi-page handling. -
#367
75c0e20Thanks @kamath! - Logger in LLMClient is inherited by default from Stagehand. Named rather than positional arguments are used in implemented LLMClients. -
#385
5899ec2Thanks @sameelarif! - Moved the LLMClient logger paremeter to the createChatCompletion method options. -
#364
08907ebThanks @kamath! - exposed llmClient in stagehand constructor
Patch Changes
-
#383
a77efccThanks @sameelarif! - Unified LLM input/output types for reduced dependence on OpenAI types -
#353
5c6f14bThanks @kamath! - Throw custom error if context is referenced without initialization, remove act/extract handler from index -
#360
89841fcThanks @kamath! - Remove stagehand nav entirely -
#379
b1c6579Thanks @seanmcguire12! - dont require LLM Client to use non-ai stagehand functions -
#382
a41271bThanks @sameelarif! - Added example implementation of the Vercel AI SDK as an LLMClient -
#344
c1cf345Thanks @kamath! - Remove duplicate logging and expose Page/BrowserContext types