AI agents ایسے نظام ہیں جو LLMs استعمال کرتے ہوئے خود مختار طریقے سے کام انجام دیتے ہیں — منصوبہ بندی، ٹولز استعمال کرنا، اور اہداف حاصل کرنے کے لیے کارروائی کریں، بجائے اس کے کہ صرف ایک سوال کے جواب دیں۔ یہ زیادہ طاقتور، خود مختار 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
