Glossary
Event-Driven Agent Architecture
An event-driven agent architecture is a design pattern where AI agents are triggered by events — such as a new message, a database change, or a scheduled signal — rather than polling for work or receiving direct calls. Events are produced to a message bus and consumed by agents, enabling loose coupling, horizontal scaling, and full event-sourced audit trails.