KI-Agenten sind Systeme, die LLMs nutzen, um autonom Aufgaben auszuführen — Planung, Werkzeugnutzung und Maßnahmen zur Erreichung von Zielen, anstatt nur auf einzelne Prompts zu reagieren. Sie stellen eine Entwicklung hin zu fähigeren, autonomeren KI-Anwendungen dar.
Was KI-Agenten sind
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
