dory
活跃·★ 11·MIT·更新于 2026-05-24
★ 时下流行★ 记忆与上下文★ 大模型基础设施
Dory是一个本地优先的记忆守护进程,为所有AI代理提供统一的记忆层。
Dory是一个本地优先的记忆守护进程,为所有AI代理提供统一的记忆层。它使用Markdown作为事实来源,SQLite作为可丢弃的辅助程序,通过窄API让代理读写共享记忆。这样就不需要在不同工具(如Claude、Codex、opencode等)之间重复解释上下文。
#智能体#AI 智能体#Claude Code
Dory是一个本地优先的记忆守护进程,为所有AI代理提供统一的记忆层。
Dory是一个本地优先的记忆守护进程,为所有AI代理提供统一的记忆层。它使用Markdown作为事实来源,SQLite作为可丢弃的辅助程序,通过窄API让代理读写共享记忆。这样就不需要在不同工具(如Claude、Codex、opencode等)之间重复解释上下文。
Markdown as the source of truth for agent memory is the right call — readable, editable, not locked in a proprietary format.
CLI/HTTP/MCP all supported — flexible enough to integrate with whatever agent architecture you're running.
MCP native support works cleanly. Plugged into an existing agent setup in under 10 minutes.
Finally a memory layer that doesn't require running a separate server or managing a cloud account.
The local-first approach means memory actually persists between sessions without cloud dependencies.