ingest: aionui-cowork-desktop - AionUi desktop cowork hub for OpenClaw

- Source page: sources/aionui-cowork-desktop.md
- Entity: AionUi (Multi-Agent Hub with Cowork workspace + Remote rescue)
- Concepts: CoworkWorkspace, RemoteRescuePattern, Multi-AgentHub, MCPOnceAllAgents
- Updated: index.md, overview.md, log.md
This commit is contained in:
2026-04-22 23:35:32 +08:00
parent fd3f24ba27
commit 377d32cd39
9 changed files with 487 additions and 18 deletions

View File

@@ -0,0 +1,36 @@
---
title: "Cowork Workspace"
type: concept
tags: []
sources: []
last_updated: 2026-04-22
---
# Cowork Workspace
一种 Agent 交互范式,提供文件感知的工作空间界面,用户可以直接看到 Agent 读写文件、运行命令、浏览网页——而非仅终端日志或聊天消息输出。
## 核心特征
- **可视化操作**Agent 的每一步操作(文件变更、命令执行、网页导航)都以可视化方式呈现
- **文件感知**:界面直接展示 Agent 正在操作的文件列表和内容变化
- **实时反馈**:用户实时观察 Agent 工作进展,而非等待任务完成后的日志摘要
## 与传统模式的对比
| 维度 | 传统 Terminal/Chat 模式 | Cowork Workspace |
|------|------------------------|------------------|
| 文件可见性 | 需主动查询 | 直接展示 |
| 操作可见性 | 推断自日志 | 实时可视化 |
| 交互方式 | 命令式/文本式 | 视觉 + 文本混合 |
| 远程场景 | 纯日志输出 | 部分可视化(远程桌面)|
## 典型场景
- [[AionUi]] 提供 OpenClaw 的 Cowork 工作空间
- Claude Code Desktop 的文件树和终端面板
- Cursor Composer 的工作区视图
## 相关概念
- [[RemoteRescuePattern]]Cowork 模式在远程场景下的扩展
- [[Multi-AgentHub]]:同一界面管理多个 Agent 的协作空间