You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
857 B
38 lines
857 B
|
1 month ago
|
# Project Registry - Agent 与项目的归属关系
|
||
|
|
# 决定 project 级记忆的访问权限
|
||
|
|
# 位置: /root/.openclaw/workspace/skills/mem0-integration/project_registry.yaml
|
||
|
|
|
||
|
|
projects:
|
||
|
|
life:
|
||
|
|
name: "生活服务"
|
||
|
|
description: "日程管理、黄历查询、运程推送、生活建议"
|
||
|
|
members:
|
||
|
|
- "life"
|
||
|
|
owner: "main"
|
||
|
|
|
||
|
|
advert:
|
||
|
|
name: "广告业务"
|
||
|
|
description: "广告项目管理、报价、素材、客户关系"
|
||
|
|
members:
|
||
|
|
- "advert_pm"
|
||
|
|
owner: "main"
|
||
|
|
|
||
|
|
# crypto:
|
||
|
|
# name: "加密货币"
|
||
|
|
# description: "行情监控、策略分析"
|
||
|
|
# members:
|
||
|
|
# - "crypto_analyst"
|
||
|
|
# owner: "main"
|
||
|
|
|
||
|
|
global:
|
||
|
|
name: "全局共享"
|
||
|
|
description: "所有 Agent 可访问的通用知识"
|
||
|
|
members:
|
||
|
|
- "*"
|
||
|
|
owner: "main"
|
||
|
|
|
||
|
|
# 默认配置
|
||
|
|
defaults:
|
||
|
|
visibility: "private"
|
||
|
|
project_id: null
|