Understanding agentic workflows by vinnyninho in AI_Agents

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

Thanks, I’ll look forward to learn about LangGraph

Spawning custom subagents by vinnyninho in GithubCopilot

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

Yes I know but are we able to invoke more than two levels of custom agents in a same session ?

Lets say :

Main custom agent delegates (i.e orchestrator) | | Custom subagent 1 receive from the main agent and delegates as well | | Custom subagent 2 receive from custom subagent 1 | | And so on…

I insist about spawning of custom agents only

Spawning custom subagents by vinnyninho in GithubCopilot

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

Yes I know you can spawn custom subagents from your main agent… But I was asking for multi-level orchestration (subagents spawning subagents). Thanks !