Overview
An agent architecture that interleaves reasoning traces and action steps, enabling language models to plan dynamically and use external tools to solve multi-step problems.
More in Agentic AI
Agentic Workflow
Enterprise ApplicationsA business process that is partially or fully executed by autonomous AI agents rather than human workers.
Worker Agent
Enterprise ApplicationsA specialised agent that performs specific tasks as directed by a supervisor or orchestrator agent.
Chain of Agents
Enterprise ApplicationsA workflow pattern where multiple specialised agents are sequentially connected, with each agent's output feeding the next.
Agent Benchmarking
Agent Reasoning & PlanningStandardised evaluation of AI agent capabilities across tasks like tool use, planning, reasoning, and task completion.
Agent Guardrails
Safety & GovernanceSafety constraints and boundaries that limit agent behaviour to prevent harmful, unintended, or out-of-scope actions.
Research Agent
Agent FundamentalsAn AI agent that autonomously gathers, synthesises, and analyses information from multiple sources to produce comprehensive research reports on specified topics.
Agent Loop
Agent Reasoning & PlanningThe iterative cycle of perception, reasoning, planning, and action execution that drives autonomous agent behaviour.
Plan-and-Execute Pattern
Agent Reasoning & PlanningAn agentic architecture where a planning module decomposes goals into ordered tasks and a separate executor carries them out, enabling complex multi-step problem solving.