DOCS/research/memory/groeneveld_et_al_2023_memgpt.md
2025-08-13 14:04:25 +09:00

487 B
Executable File

MemGPT: Towards LLMs as Operating Systems

  • Authors: P. Groeneveld, I. K. et al.
  • Year: 2023
  • Summary: This paper presents MemGPT, a system that manages the limited context window of LLMs using techniques from traditional operating systems. It uses a tiered memory system (main context and external context) and intelligent paging to provide the illusion of an infinite context window, which is crucial for long-term memory.
  • Link: https://arxiv.org/abs/2310.08560