AI agents ऐसे systems हैं जो autonomously tasks करने के लिए LLMs का उपयोग करते हैं — planning, tools का उपयोग, और goals हासिल करने के लिए actions लेना, केवल single prompts का जवाब देने के बजाय। वे अधिक सक्षम, autonomous AI applications की ओर एक विकास का प्रतिनिधित्व करते हैं।
What AI agents are
AI AGENT → an LLM-powered system that autonomously works toward a GOAL:
→ REASONS/plans → breaks a goal into steps
→ uses TOOLS → calls functions, APIs, searches, runs code, accesses data
→ takes ACTIONS and observes results → iterates (a loop of think → act → observe)
→ works toward the goal with some AUTONOMY (multi-step, not a single response)
→ beyond single Q&A → an LLM that can DO things over multiple steps
