context-m
确定性代理记忆。μ=0。免费、本地、永久。与 Mem0 兼容。
Deterministic agent memory. μ=0. Free, local, forever. Mem0-compatible.
怎么安装
dsh plugin add github:ssmurfgg04-gif/context-m 简介
**cortexm remembers what you tell it. Forever. For free. On your machine. Same result every time.** Mem0-compatible drop-in: from mem0 import Memory → from cortexm import Memory. Zero LLM calls at ingest. Zero LLM calls at retrieval. Zero monthly cost. Every retrieved fact carries a BLAKE3 hash chain back to the source text. One .db file you own. Quick start bash pip install cortexm # works offline, no API keys, single command python from cortexm import Memory # Mem0-compatible surface m = Memory() m.add("I work at Google", user_id="alice") m.search("Where does Alice work?", user_id="alice") →…
推荐参考
信息
- 协议
- Apache-2.0
- 语言
- Python
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-09-03
- 创建于
- 2026-08-27
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:0xsline/awesome-deepseek-harness
- 主题标签
- agent-memory, bi-temporal, chroma, context-engineering, deterministic-ai, hippocampus, letta, llm-memory, local-first, long-term-memory, mcp, mem0, memgpt, provenance, rag, self-hosted, vector-symbolic-architecture, zep
同类推荐
get-shit-done
gsd-build/get-shit-done
由 TÂCHES 开发的轻量且强大的元提示、上下文工程和规格驱动开发系统,适用于 Claude Code。
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight:会学习的 Agent 长期记忆系统,自动召回/保存、知识页、深度反思与按仓库隔离的记忆银行。
OpenViking
volcengine/OpenViking/tree/main/examples/dsh-memory-plugin
面向 DeepSeek Harness 的 OpenViking 记忆与上下文插件:pre-step 自动召回与画像注入、会话捕获、`viking://` URI 防护,以及对接 OpenViking 服务端的 recall/write 记忆工具。