Overview
Safety constraints imposed on AI agents that limit their action space, prevent dangerous operations, enforce budgets, and require approval for irreversible decisions.
Cross-References(1)
More in Agentic AI
AI Agent
Agent FundamentalsAn autonomous software entity that perceives its environment, makes decisions, and takes actions to achieve specified objectives.
Agent Benchmarking
Agent Reasoning & PlanningStandardised evaluation of AI agent capabilities across tasks like tool use, planning, reasoning, and task completion.
Agentic AI
Agent FundamentalsAI systems that can autonomously plan, reason, and take actions to achieve goals with minimal human intervention.
Task Decomposition
Agent Reasoning & PlanningBreaking down complex tasks into smaller, manageable subtasks that can be distributed among AI agents.
Agent Autonomy Level
Agent FundamentalsThe degree of independence an AI agent has in making and executing decisions without human approval.
Coding Agent
Agent FundamentalsAn AI agent specialised in writing, debugging, refactoring, and testing software code, capable of operating across multiple files and understanding project-level context.
Function Calling
Tools & IntegrationA mechanism allowing language models to invoke external functions or APIs based on natural language instructions.
Agentic RAG
Agent Reasoning & PlanningAn advanced retrieval-augmented generation pattern where an agent dynamically decides what information to retrieve, from which sources, and how to refine queries iteratively.