Hey,
There are some features that would be helpful in the subagent graph and would make it more dynamic and work as any custom langgraph graph:
1- Config Not Passing to Subagent Graph
Unable to pass a custom config to the subagent's graph as we pass to any graph.
2- Can't Use astream with Subagent Graph
Unable to use astream() with the subagent graph — only ainvoke() works. Ideally, we'd like to stream results from the subagent as we do with the main graph.
#107