DOCS/journey/research/memory/groeneveld_et_al_2023_memgpt.md
Claude-51124 22557e7132 docs: 오래된 트러블슈팅 아카이브 및 구조 정리
- 7-8월 초기 구축 문서 12개를 _archive/troubleshooting/2025_07-08_initial_setup/로 이동
- book/300_architecture/390_human_in_the_loop_intent_learning.md를 journey/research/intent_classification/로 이동 (개발 여정 문서)
- 빈 폴더 제거 (journey/assets/*)
2025-11-17 14:06:05 +09:00

487 B

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