What are the main components of an LLM agent?
LLM Engineer Interview Questions: LLM Agents, Tool Use, Multi-Step Reasoning, MCP Protocol
Audio flashcard · 0:20Nortren·
What are the main components of an LLM agent?
0:20
An LLM agent typically has a planner that breaks the task into steps, a memory that stores intermediate state, a set of tools the agent can call, an executor that runs the tools, and a loop that continues until the task is complete or a stopping condition is met. Modern agent frameworks like LangGraph, AutoGen, and CrewAI provide these components as building blocks.
langchain-ai.github.io