Inter-agent communication
Multiple agents must exchange information to coordinate effectively. Communication mechanisms define how data, requests, and results move between components.
- Passing messages — Sending structured data between agents.
- Sharing state — Maintaining coordinated access to common information.
- Coordinating via files and artifacts — Using shared outputs as communication channels.