feat: 支持智能体可见范围管理

- 未分类智能体按可见范围绕过分类白名单

- 提供个人、部门、公开范围配置及列表状态标签
This commit is contained in:
2026-07-31 16:45:41 +08:00
parent 527336bfc9
commit 6df3dd9981
13 changed files with 725 additions and 44 deletions

View File

@@ -94,6 +94,7 @@ export function createEmptyAgent(): AgentInfo {
description: '',
avatar: '',
categoryId: '',
visibilityScope: 'PRIVATE',
executionConfigJson: {
documentContextBudgetTokens: 20_000,
},