Files
nexus/wiki/concepts/Cowork-UI.md
2026-04-27 20:02:52 +08:00

22 lines
904 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Cowork-UI"
type: concept
tags: [ai-agent, ui, visualization]
sources: [aionui-cowork-desktop]
last_updated: 2026-04-27
---
## Definition
Cowork-UI 是一种 AI Agent 桌面协作界面范式——在可视化工作空间中实时展示 Agent 读写文件、运行终端命令、浏览网页的全过程,用户不再是"只能看日志",而是真正"看见 Agent 在做什么"。
## Key Characteristics
- **操作可视化**:文件读写、终端命令、网页浏览等操作均有图形化展示
- **多 Agent 并行**:支持 OpenClaw、Claude Code、Codex 等 12+ Agent 在同一界面中切换或并行运行
- **上下文共享**:工作空间内所有 Agent 共享同一 MCP 配置
## Related Concepts
- [[Remote-Rescue]]Cowork-UI 的远程接入扩展
- [[Multi-Agent-Unified-MCP]]Cowork-UI 的配置统一机制
- [[Tool-Integration]]Cowork-UI 的工具层基础