是否可以支持多租户记忆隔离,提供详细的api文档 #795
Replies: 3 comments
|
哈哈 你让他自己搞 |
|
看你要的「多租户」指什么。如果是「不同项目 / 不同实例的记忆互不串」,插件生态今天有两档真实隔离粒度:
没有的那半也明说:如果你要的是服务端多租户 + REST API 文档(一个记忆服务、多个租户经 API 接入),插件面给不了——插件暴露的是会话内工具(memory_add/memory_search 等),不是对外 API 服务,那属于产品级诉求。 边界:我们端到端验过的是跨会话召回(example,两会话代号实验);project 隔离那半我只核了源码,没单独实测。利益相关:pi2dsh 是我们维护的。 |
|
You're asking for exactly the half of the design space that plugins can't cover — That's precisely what we built: Cube Memory (https://cubememory.com.br) is a
There's also a one-file dsh plugin (self-contained Python MCP server, MIT) that [disclosure: I built/maintain this] |
Uh oh!
There was an error while loading. Please reload this page.
是否可以支持多租户记忆隔离,提供详细的api文档
All reactions