Skip to content

fix: install scheduler from official Browser Use package - #14

Merged
MagMueller merged 2 commits into
mainfrom
agency/scheduler-official-package
Aug 31, 2026
Merged

fix: install scheduler from official Browser Use package#14
MagMueller merged 2 commits into
mainfrom
agency/scheduler-official-package

Conversation

@MagMueller

@MagMueller MagMueller commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

What changed

  • replace the moving ShawnPana/browser-use@main Scheduler dependency with the official browser-use>=0.13.8 package
  • import the callable sandbox decorator from browser_use.sandbox in both bundled agents

The package-only swap exposed a clean-room TypeError: module object is not callable: the root sandbox export resolves to the module in 0.13.8. The two explicit submodule imports are the matching fix. Scope is exactly three Scheduler files.

Verification

  • both repository validators passed all 11 templates
  • py_compile passed for Scheduler main and both agents
  • clean isolated uv sync installed browser-use 0.13.8
  • Agent, Browser, ChatBrowserUse, and callable browser_use.sandbox.sandbox imported
  • Scheduler main, Gmail agent, and X agent imported without credentials
  • git diff --check passed

Summary by cubic

Swaps the Scheduler's ShawnPana/browser-use@main git dependency for the official browser-use>=0.13.8 package. Because the root sandbox export in 0.13.8 is the module rather than the callable decorator, both bundled agents now import sandbox from browser_use.sandbox explicitly.

Written for commit fdccc5c. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Re-trigger cubic

@MagMueller
MagMueller merged commit 57dd7b1 into main Aug 31, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant