·memory-systems
</>

memory-systems

mjunaidca/mjs-agent-skills

設計和實現代理系統的內存架構。當構建需要跨會話保留狀態、維護實體一致性或對結構化知識進行推理的代理時使用。

3安裝·0熱度·@mjunaidca

安裝

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

快速解答

什麼是 memory-systems?

設計和實現代理系統的內存架構。當構建需要跨會話保留狀態、維護實體一致性或對結構化知識進行推理的代理時使用。 來源:mjunaidca/mjs-agent-skills。

如何安裝 memory-systems?

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

這個 Skill 的原始碼在哪?

https://github.com/mjunaidca/mjs-agent-skills