← Back to glossary
+Suggest a term
Concept·Agents & Automation·Added 23 days ago

Guardian agent

Also known as: guardian agents, supervisor agent, meta-agent, oversight agent

An autonomous agent whose job is to watch other agents, not do the main work itself. It monitors behavior, enforces policy, and flags or stops actions that fall outside defined boundaries, providing a governance layer on top of your agent fleet.

Most agentic systems focus on getting the task done. A guardian agent focuses on whether the task is being done safely, within scope, and in line with what the organization actually intended. It runs alongside your production agents, observes their actions in real time, and intervenes when something drifts, like an agent attempting to access data it shouldn't, producing outputs that violate policy, or making decisions outside its designated authority.

Gartner coined the term and published its inaugural Market Guide for Guardian Agents in February 2026, which helped crystallize the category. The core insight is that AI agents don't behave like traditional software: you can't just test before deployment and monitor quarterly. Governance has to happen at runtime, continuously, because agents can take hundreds of actions per session and each one carries risk. A guardian agent closes that gap by being an always-on control layer rather than an audit trail you review later.

The concept sits at the intersection of agent observability and active policy enforcement. Observability tells you what happened; a guardian agent can intervene before something happens. For builders, this matters most in multi-agent systems where one subagent's bad output can cascade through the whole pipeline. Practically, a guardian agent might be a separate reasoning model with its own set of rules, or a specialized framework that wraps your existing agents and adds a policy evaluation step at each decision point.

This definition is AI-generated and refreshed weekly. It may contain inaccuracies. Use your own judgment, especially for production decisions.
Related terms
Agent observabilityHuman-in-the-loopGuardrailsMulti-agent systemAgent evals