Glossary
Async Agent Communication
Asynchronous agent communication is the pattern where agents exchange messages through queues or event streams rather than via direct synchronous calls. It enables agents to work on long-running tasks, survive service restarts, and scale independently — while the queue provides durability and a natural audit log of all inter-agent communication.