Agentic frameworks refer to design architectures or models that define how agents (whether artificial or natural) can perform tasks, make decisions and interact with their environment in an autonomous, intelligent manner. These frameworks provide the structure and guidelines for how agents operate, reason and adapt in various settings.
Reactive architectures
Reactive architectures map situations directly to actions. They are reflexive, making decisions based on immediate stimuli from the environment rather than drawing on memory or predictive capabilities. They can’t learn from the past or plan for the future.
Deliberative architectures
A deliberative architecture is an AI system that makes decisions based on reasoning, planning and internal models of the world. Unlike reactive agents, deliberative agents analyze their environment, predict future outcomes and make informed choices before acting.
Cognitive architectures
A cognitive agentic architecture is an advanced AI system that mimics human-like thinking, reasoning, learning and decision-making.
These agents incorporate elements of perception, memory, reasoning and adaptation, each represented by individual modules, enabling them to operate in complex, uncertain environments while improving over time. This is the most advanced type of agentic architecture.
A BDI architecture (more commonly referred to as a model or framework) is designed to model rational decision-making in intelligent agents, and it's based on the belief-desire-intention (BDI) framework.
This architecture models human-like reasoning in a BDI agent, with:
Example: "The door is closed."
Example: "I want to enter the room."
Example: "I will open the door to enter the room."