·memory-systems
</>

memory-systems

shipshitdev/library

에이전트 시스템을 위한 메모리 아키텍처를 설계하고 구현합니다. 세션 전반에 걸쳐 상태를 유지하거나, 엔터티 일관성을 유지하거나, 구조화된 지식에 대한 추론이 필요한 에이전트를 구축할 때 사용합니다.

52설치·0트렌드·@shipshitdev

설치

$npx skills add https://github.com/shipshitdev/library --skill memory-systems

SKILL.md

Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that balance immediate context needs with long-term knowledge retention. The evolution from vector stores to knowledge graphs to tempor...

Memory exists on a spectrum from immediate context to permanent storage. At one extreme, working memory in the context window provides zero-latency access but vanishes when sessions end. At the other extreme, permanent storage persists indefinitely but requires retrieval to enter context.

Simple vector stores lack relationship and temporal structure. Knowledge graphs preserve relationships for reasoning. Temporal knowledge graphs add validity periods for time-aware queries. Implementation choices depend on query complexity, infrastructure constraints, and accuracy requirements.

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/shipshitdev/library --skill memory-systems
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

memory-systems이란?

에이전트 시스템을 위한 메모리 아키텍처를 설계하고 구현합니다. 세션 전반에 걸쳐 상태를 유지하거나, 엔터티 일관성을 유지하거나, 구조화된 지식에 대한 추론이 필요한 에이전트를 구축할 때 사용합니다. 출처: shipshitdev/library.

memory-systems 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/shipshitdev/library --skill memory-systems 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/shipshitdev/library