使用场景
创建不同的工作空间来隔离不同租户、团队或环境之间的数据。工作空间内的所有数据对其他工作空间不可见。 常见模式:- 多租户应用 — 每个客户一个工作空间
- 环境隔离 — 开发、测试、生产分别使用不同工作空间
- 团队隔离 — 每个业务部门一个工作空间
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
工作空间是 MemoryLake 中用于数据隔离的顶层命名空间
Workspace
├── Projects(知识容器)
│ ├── Documents
│ ├── Conversations → Facts(项目级)
│ └── Project Facts
├── Actor 绑定(谁可以参与)
│ └── Actor Facts(按用户记忆)
└── Agent 绑定(哪些 Agent 可用)