The agent serves as a bridge between large models and real-world applications, making it incredibly important.
From a functional perspective, an Agent consists of several components, including planning, memory, and tool usage.
Agent = LLM + Planning + Feedback + Tool Use
Today, let's focus on one component: Memory.



