Skip to content

Commit 420af0f

Browse files
committed
address comments
1 parent 265ccc6 commit 420af0f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

examples/agent_example.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
async 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
),

stagehand/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
from playwright.async_api import Page as PlaywrightPage
1717

1818
from .agent import Agent
19-
20-
# from .agent_bb import Agent
2119
from .api import _create_session, _execute
2220
from .browser import (
2321
cleanup_browser_resources,

0 commit comments

Comments
 (0)