Skip to content

Parallel Multi-Agent Workflows First Version. #2510

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

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

Conversation

abelsummation
Copy link

@abelsummation abelsummation commented Jul 21, 2025

This PR contains the initial prototype for multi-agent parallel execution built on top of Browser Use in the parallel orchestrator folder. The main agent splits high-level prompts into subtasks, distributes them across agents, the agents complete the tasks in different tabs at the same time, and the base agent collects responses via shared memory and compiles a clean final answer.


Summary by cubic

Introduced a dynamic parallel orchestrator that takes any natural language task, splits it into subtasks, and runs them in parallel browser agents, then aggregates and cleans the results for a final answer.

  • New Features
    • Base agent analyzes prompts, decomposes tasks, and manages up to 10 worker agents for parallel execution.
    • Worker agents use browser automation to complete subtasks and write results to shared memory.
    • Shared memory enables safe, concurrent result sharing between agents.
    • Includes example usage, tests, and documentation for setup and workflow.

@CLAassistant
Copy link

CLAassistant commented Jul 21, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

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

Choose a reason for hiding this comment

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

cubic analysis

7 issues found across 10 files • Review in cubic

React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai to give feedback, ask questions, or re-run the review.

@pirate pirate marked this pull request as draft July 21, 2025 21:57
@abelsummation abelsummation force-pushed the main branch 2 times, most recently from ffa9057 to 3a94fb1 Compare July 22, 2025 11:34
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.

2 participants