Skip to content

Feature: Multi-Agent Collaboration (Sub-Agent Spawning) #28

Description

@golemcore1

Description

Complex goals in Auto Mode are handled by a single agent loop, which can lead to context pollution and inefficiency when switching between different types of tasks (e.g., coding vs. research).

Proposed Solution

  • Allow the primary agent to spawn 'worker' agents with restricted toolsets and specific sub-tasks.
  • Workers report back to the primary agent, which then merges the results into the goal's diary.

Benefits

  • Parallel task execution.
  • Cleaner context management for complex, multi-stage goals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions