Glossary term
Glossary term
Agentic Systems
Agent Planner breaks down high-level goals into executable steps, generating multi-step action plans based on intent, context, and available tools, enabling agents to act with foresight and adapt autonomously.
BabyAGI and AutoGPT use an agent planner module to generate task lists from a high-level objective like Research a market.
LangChain's Plan-and-Execute agents use a separate planner LLM to draft the full plan before any tool calls.
Claude with extended thinking in Claude Code creates explicit plans before editing files in large codebases.