In the section ## Put it all together of this lesson: we have a subagent or subgraph defined as “agent” and as node “response_agent”, the call to this node is conditional. Why shouldn’t we define a conditional edge in the “email_agent” graph definition? is it because “agent” is defined with langraph.prebuilt?
I tried to add it as conditional edges, but it ends up creating double edges
What’s the reason, in this case, we don’t need to add the subgraph with conditional edges?