feat(chat): add workspace chat, attachments and agent delegation

This commit is contained in:
2026-09-06 23:17:35 +08:00
parent 68a1bb2b10
commit 12b732d936
37 changed files with 723 additions and 37 deletions
@@ -0,0 +1,10 @@
id: chat-policy
name: 聊天执行规范
version: 1.0.0
description: 检查智能体执行计划,返回预算与权限约束;无网络和文件副作用。
permissions: []
contributes:
tools: [chat-policy.plan]
backend:
type: internal_rpc
transport: none