File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 3636async def main ():
3737 # Build a unified configuration object for Stagehand
3838 config = StagehandConfig (
39- # env="BROWSERBASE",
40- env = "LOCAL" ,
39+ env = "BROWSERBASE" ,
40+ # env="LOCAL",
4141 api_key = os .getenv ("BROWSERBASE_API_KEY" ),
4242 project_id = os .getenv ("BROWSERBASE_PROJECT_ID" ),
4343 model_name = "gpt-4o" ,
@@ -102,7 +102,7 @@ async def main():
102102 console .print (
103103 "\n " ,
104104 Panel .fit (
105- "[light_gray]Stagehand 🤘 Async Agent Example[/]" ,
105+ "[light_gray]Stagehand 🤘 Agent Example[/]" ,
106106 border_style = "green" ,
107107 padding = (1 , 10 ),
108108 ),
Original file line number Diff line number Diff line change 1616from playwright .async_api import Page as PlaywrightPage
1717
1818from .agent import Agent
19-
20- # from .agent_bb import Agent
2119from .api import _create_session , _execute
2220from .browser import (
2321 cleanup_browser_resources ,
You can’t perform that action at this time.
0 commit comments