Skip to content

[Feature] Implement Advanced Agent Orchestration (Manager/Sub-agent) #2

@ab-613

Description

@ab-613

Description

The current agent logic in agent.js is a single-loop system. While functional, it lacks the ability to spawn specialized sub-agents for complex tasks (e.g., a "Researcher" agent vs. a "Coder" agent).

Tasks

  • Refactor AgentManager to support hierarchical task delegation.
  • Implement a "Manager" loop that can break down complex prompts into sub-tasks.
  • Add support for parallel sub-agent execution.

This is a pretty difficult one to nail, I don't expect any serious results for the moment.

Feel free to take a crack though!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions