Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scheduler/agents/gmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
- CLOUD_TIMEOUT: Maximum browser session time in minutes
"""

from browser_use import Agent, Browser, ChatBrowserUse, sandbox
from browser_use import Agent, Browser, ChatBrowserUse
from browser_use.sandbox import sandbox
from dotenv import load_dotenv
import os
import json
Expand Down
3 changes: 2 additions & 1 deletion scheduler/agents/x.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
- CLOUD_TIMEOUT: Maximum browser session time in minutes
"""

from browser_use import Agent, Browser, ChatBrowserUse, sandbox
from browser_use import Agent, Browser, ChatBrowserUse
from browser_use.sandbox import sandbox
from dotenv import load_dotenv
import os
import json
Expand Down
2 changes: 1 addition & 1 deletion scheduler/pyproject.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
description = "Browser automation with cloud sandbox configuration"
requires-python = ">=3.11"
dependencies = [
"browser-use @ git+https://github.com/ShawnPana/browser-use.git@main",
"browser-use>=0.13.8",
"python-dotenv",
]
Loading