- 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/*)
487 B
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