Skip to content

Upgrade from Delegation Mode to Agent Team Collaboration #27

@GCWing

Description

@GCWing

[Feature] Upgrade from Delegation Mode to Agent Team Collaboration

Current State

We already support superagent + subagent delegation, including parallel execution.
However, the current model is mostly task dispatch + result return. It does not provide team-level collaboration, inter-agent communication, or clear role semantics.

Goal

Build Agent Team collaboration on top of the existing delegation foundation, so agents can not only run in parallel but also coordinate with each other.

What We Want

  • Add team collaboration runtime based on current superagent/subagent delegation
  • Enable inter-agent communication (direct message and broadcast)
  • Support lightweight role semantics (e.g., coordinator, worker, reviewer)
  • Add shared task states (pending / in_progress / completed)
  • Support team lifecycle management (start, stop, cleanup)

Expected Value

  • Evolve from “parallel delegation” to “collaborative execution”
  • Improve efficiency and output quality for complex tasks (review, debugging, cross-module work)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions