AI एजेन्टहरू LLMs को प्रयोग गर्ने प्रणालीहरू हुन् जसले स्वायत्त रूपमा कार्यहरू सम्पन्न गर्छन् — योजना बनाउँदै, उपकरणहरू प्रयोग गर्दै, र लक्ष्य हासिल गर्न कार्यहरू लिँदै, केवल एकल प्रम्प्टमा प्रतिक्रिया जनाउने भन्दा बढी। तिनीहरू अधिक सक्षम, स्वायत्त AI अनुप्रयोगहरु तर्फको विकास प्रतिनिधित्व गर्छन्।
AI एजेन्टहरू के हुन्
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
