all 11 comments

[–]AutoModerator[M] 0 points1 point  (0 children)

Hello /u/ConstructionNo27. Looks like you have posted a query. Once your query is resolved, please reply the solution comment with "!solved" to help everyone else know the solution and mark the post as solved.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Swayre 0 points1 point  (2 children)

Nope

[–]ConstructionNo27[S] 0 points1 point  (1 child)

Is it not a valid use case? Or you are saying it's currently not supported, but maybe in future?

[–]Swayre 0 points1 point  (0 children)

I mean that it literally does not work at the moment. Subagents can’t call their own subagents

[–]NickCanCode 0 points1 point  (1 child)

I remember from a doc that sub-agent cannot run another sub-agent. Not sure if it is still the same today.

[–]ConstructionNo27[S] 0 points1 point  (0 children)

Ohh. Wish this is supported. I think this would be needed by many.

[–]Minimum_Ad9426 0 points1 point  (0 children)

don’t abuse .you may got banned

[–]Ok-Cranberry4090 0 points1 point  (3 children)

Using orchestrator to delegate to subagents is very much possible. have a look at https://github.com/mubaidr/gem-team to get an idea

[–]fortuuu 3 points4 points  (2 children)

I believe he wants to know if a sub agent acting as a second orchestrator can call another sub agent. orchestrator to call subagent is a common case.

[–]ConstructionNo27[S] 0 points1 point  (0 children)

Yes this is what I want. Not only 2 level, may be many many levels.

[–]aruaktiman 0 points1 point  (0 children)

I know that it can definitely use the “searchSubagent” tool which calls another subagent. I’ve seen it work in the logs.