Autonomous Task Planner – Agentic AI (Module 3)
This project implements an autonomous task planning system based on a
Plan → Execute → Evaluate → Retry/Replan loop.
The system accepts a high-level user goal, decomposes it into tasks, executes them step by step, evaluates the results, retries or replans when necessary, and terminates safely using predefined guardrails.
Traditional scripts execute predefined steps and fail silently when conditions change.
There is a need for systems that can reason about progress, evaluate outcomes, and adapt autonomously instead of following a static flow.
The Autonomous Task Planner addresses this by implementing:
The system continues autonomously until the goal is completed or a safe termination condition is reached.
Goal:
Prepare a 4-week Python interview preparation plan
Result:

GitHub:
https://github.com/prithvi-18/Agentic-AI-Developer-Certification-Program
📁 Module Folder: Autonomous_Task_Planner/