Multi-Stack Interaction (Sub-Agent)

This animation demonstrates how a parent agent can delegate work to a sub-agent. The parent stack pushes an AgentCall, the child agent executes its task, and returns an AgentResult to the parent.

1
Parent pushes
AgentCall
2
Child receives
task
3
Child
executes
4
Child returns
result
5
Parent receives
AgentResult
6
Parent
completes task