ApplicationsAgent, RAG and prompt engineering practices

记忆机制

The ability of an agent to retain and use information across interactions.

Memory splits into short-term (current context) and long-term (persistent storage, usually a vector DB holding preferences and history). It makes agents feel like they "know you"; the context window is the physical limit.

Related terms