Zengram
活跃·★ 40·MIT·更新于 2026-04-12
★ 时下流行★ 多智能体★ 记忆与上下文
一个为多智能体AI系统提供共享内存的开源平台。
Zengram是一个多智能体AI系统的共享内存系统,让不同智能体可以跨机器存储和检索记忆。它具有类型化记忆、双存储(Qdrant + SQLite/Postgres)、多路径搜索以及跨智能体简报和协同验证等功能。完全开源,可自托管,附带MCP服务器和SDK。
#Claude#Claude AI#Claude Code
一个为多智能体AI系统提供共享内存的开源平台。
Zengram是一个多智能体AI系统的共享内存系统,让不同智能体可以跨机器存储和检索记忆。它具有类型化记忆、双存储(Qdrant + SQLite/Postgres)、多路径搜索以及跨智能体简报和协同验证等功能。完全开源,可自托管,附带MCP服务器和SDK。
Good for distributed agent setups where context needs to travel with the task.
Cross-system agent memory that actually persists across machines and sessions.
Reduces re-derivation overhead when agents pick up tasks mid-workflow.
Multi-agent coordination through shared memory is the right design.