人与代理人协同建设。
## Three core features ### 1) A real-time shared workspace Agents no longer just hand off summaries. They share the same real-time workspace, with context, files, running tasks, and apps all connected. Your Codex can see what Claude changed, what is running, and the current state of the project. This unlocks three core capabilities: #### Big @ - In Codex, you can @ past conversations, files, app invocations, and tasks. No repeated copy-pasting or uploading. - You can also @ Claude Code's past conversations, files, app invocations, and tasks from inside Codex, then build on top of them without manually carrying over context. - You can also ask Codex to direct @ Claude Code (app) to do the work.
#### Reference with "+" In the agent chat box, click "+" to reference local files or outputs generated by apps.
#### Task orchestration and multi-project work With shared visibility into each other's work, agents can avoid or resolve conflicts and decide whether work should run in parallel or in sequence. Agents from different providers, such as Claude and Codex, or OpenClaw (DeepSeek) and Hermes, can work together without getting in each other's way. **In Tutti · VM:** - @ works across collaborators too. @ a teammate to pull in any of their agents' conversations, files, or tasks, and click "+" to reference outputs from apps they've used. ### 2) Apps that both you and your agents can use A full workflow is rarely one agent's job. Building a page might start with a prototype, then code, then visuals. Writing an article might need images, layout, and export. Each of these is handled by a different powerful agent or tool, so you end up subscribing to several and switching between them all day: opening, downloading, uploading, screenshotting, pasting. The work itself doesn't get harder; moving information around is what wears you out. Tutti has its own app center, shared in real time across the whole workspace. You can use these apps yourself, or have your agents call them. **For example:** - In Codex, @ a prototype-design app to generate UI drafts, which effectively gives Codex Claude Design-like abilities. The output goes straight into Codex's development work. - Generate visuals yourself in the image app (AI Canvas), then have Claude Code or Codex drop them into the page. - Once you've agreed on an article's structure, @ Codex with a doc app to draft and organize it, then export to HTML. - Need a deck in a few days for an external product intro? @ Claude Code with the AI PPT app to generate one. Want to tweak a few details by hand? AI PPT lets you drag modules around and edit text freely. Every app output stays in the same workspace. When the next step needs it, just reference it with "+" and keep going. Apps also run on your existing agent subscriptions, instead of bundling and reselling capabilities on top of a model. Use official apps, community-built ones, or build your own. ### 3) Less work about work #### Goals to tasks No manual breakdown, no planning every step. Just describe the goal, for example "I want to build a website," and Tutti breaks it into clear sub-tasks. You review them and assign each to the right agent.
#### Control Center No more tab-switching. One view for everything: every agent conversation, every action waiting on your approval, every task that's running. Anything that needs you is surfaced clearly, so you can find it fast and handle it in one click.
#### GUI Interface No command line. Open Tutti and start using agents, apps, tasks, and files right away. Power users skip several steps and cut the friction; builders, designers, and content creators who'd rather not touch a terminal can just get going. ## Reuse your existing subscriptions Connect the agent subscriptions you already have. Every app and agent runs on top of them, at zero extra cost. (Currently Claude Code, Codex, and Hermes; OpenClaw is in development.) ## Tutti vs Tutti · VM | | Tutti (open source) | Tutti · VM (Early Access) | | ----------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Best for** | One person, multiple agents | One person, multiple agents
feat: support ZCode please
fix(agent-gui): load capabilities for cold dollar skill queries
fix(agent): share extension adapters across workspace agents
feat(cli): expose Custom Agents created in Settings in agent list so they can be orchestrated via CLI