Agentic AI - Production Agent Architecture
You have three async agents:
agentA, agentB, and agentC. agentC requires results from both agentA and agentB. Which async execution pattern correctly handles this dependency in Python?