·memory-systems
</>

memory-systems

guanyang/antigravity-skills

當用戶要求“實現代理內存”、“跨會話持久化狀態”、“構建知識圖”、“跟踪實體”或提到內存架構、時間知識圖、向量存儲、實體內存或跨會話持久性時,應該使用此技能。

16安裝·2熱度·@guanyang

安裝

$npx skills add https://github.com/guanyang/antigravity-skills --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/guanyang/antigravity-skills --skill memory-systems
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 memory-systems?

當用戶要求“實現代理內存”、“跨會話持久化狀態”、“構建知識圖”、“跟踪實體”或提到內存架構、時間知識圖、向量存儲、實體內存或跨會話持久性時,應該使用此技能。 來源:guanyang/antigravity-skills。

如何安裝 memory-systems?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/guanyang/antigravity-skills --skill memory-systems 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/guanyang/antigravity-skills