Glossary
Message Queue (Agent)
A message queue in an agent architecture is a durable buffer that decouples the producers of agent tasks from the agents that process them, enabling asynchronous execution, load levelling, and guaranteed delivery. It also provides a natural audit log of all tasks submitted to an agent system.