Skip to content

allow dispatching of subagents #6039

@lambda72453

Description

@lambda72453

** Please make sure you read the contribution guide and file the issues in the right place. **
Contribution guide.

🔴 Required Information

Please ensure all items in this section are completed to allow for efficient
triaging. Requests without complete information may be rejected / deprioritized.
If an item is not applicable to you - please mark it as N/A

please implement a pattern that allows you to dispatch subagents in the background. this is different from the current supported methods as all currently supported methods require you to wait for the agents to finish to move onto the next step. This allows the agent to dispatch subagents in the background while continuing to perform other tasks. dispatched subagents should be able to ping the parent once complete without the parent needing to wait or check for it. this pattern is already implemented in claude code which has been proven to be useful.

Is your feature request related to a specific problem?

Please describe the problem you are trying to solve. (Ex: "I'm always frustrated
when I have to manually handle X...")

create pattern to allow agents to be dispatch in the background. i have a working prototype for this and works off of the agent as a tool concept.

Describe the Solution You'd Like

A clear and concise description of the feature or API change you want.
Be specific about input/outputs if this involves an API change.

allow agent to dispatch other agents in the background without stopping the progress of the parent.

Impact on your work

How does this feature impact your work and what are you trying to achieve?
If this is critical for you, tell us if there is a timeline by when you need
this feature.

this is a feature i wish we had since 0.0.1

Willingness to contribute

Are you interested in implementing this feature yourself or submitting a PR?
(Yes/No)


🟡 Recommended Information

Describe Alternatives You've Considered

A clear and concise description of any alternative solutions or workarounds
you've considered and why they didn't work for you.

Proposed API / Implementation

If you have ideas on how this should look in code, please share a
pseudo-code example.

Additional Context

Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

Labels

core[Component] This issue is related to the core interface and implementationneeds review[Status] The PR/issue is awaiting review from the maintainer
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions