The Belief-Desire-Intention (BDI) architecture is a computational model for intelligent agents where an agent's decision-making cycle is driven by its beliefs (a representation of its knowledge about the world), its desires (its overarching goals or objectives), and its intentions (the specific plans it has committed to executing to achieve those goals). This model provides a clear separation between an agent's internal mental state and its external actions, enabling modular and explainable agent design. It is a cornerstone of deliberative agent systems, contrasting with purely reactive models.
