Is there any way to parallelize subgraph -> sub...
# koog-agentic-framework
r
Is there any way to parallelize subgraph -> subgraphMultiple calls? I have a
researcher
and
research-supervisor
subgraphs. Supervisor can "decide" to split research into different topics, in this case that would be great to delegate to multiple researchers. What I think for now is to provide standalone
Agent.asTool(researcherStrategy)
to Supervisor and then just use
nodeXXXMultiple
out-of-the-box. This is "hidden" implementation, maybe there is better approach?
v