AI agents हे असे सिस्टम आहेत जे LLM वापरून स्वायत्तपणे कार्य पूर्ण करतात — योजना बनवतात, साधने वापरतात, आणि लक्ष्य प्राप्त करण्यासाठी कारवाई करतात, फक्त एकल प्रॉम्प्टला प्रतिसाद देण्याऐवजी. ते अधिक सक्षम, स्वायत्त AI अनुप्रयोगांकडे विकासाचे प्रतिनिधित्व करतात.
AI agents म्हणजे काय
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
