Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Browser use support #6041

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

edwinjosechittilappilly
Copy link
Collaborator

Draft PR.

This pull request includes updates to the Python package langflow and the addition of a new component for browser automation. The most important changes include updating the Python version requirement, adding new dependencies, and implementing a new BrowserUseAgentComponent.

Updates to pyproject.toml:

  • Updated the required Python version to ">=3.11,<3.14" (pyproject.toml).
  • Added new dependencies: playwright and browser-use (pyproject.toml).

New component implementation:

  • Added BrowserUseAgentComponent class in src/backend/base/langflow/components/agents/browser_use_agent.py to utilize browser automation tools within workflows.

@edwinjosechittilappilly edwinjosechittilappilly added the DO NOT MERGE Don't Merge this PR label Jan 31, 2025
@github-actions github-actions bot added the enhancement New feature or request label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Don't Merge this PR enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant