What is Agent Planning?
AI EngineeringLast updated:
The ability of AI agents to decompose goals into ordered sub-tasks and create execution strategies.
Planning modules allow agents to break complex objectives into manageable steps, sequence them logically, and re-plan when steps fail. Approaches range from LLM-generated plans to structured planning algorithms like tree search.