Launch the assistant
Tap the floating button in the bottom-left corner of the desktop to open the assistant.Assistant launcher on the uOS desktop
Two ways to use it
- Chat: Ask questions and get streaming answers in a normal conversation.
- Agent Mode: Hand it a task. It picks the right app, runs it, and shows a live thinking panel plus an active task card with progress.
Task: to force it.
Agent Mode layout
In Agent Mode the assistant widens into a split view: AI Thinking Process on the left, chat on the right, with the Active Task card pinned above the conversation.Agent Mode: thinking panel, active task, and chat (matches the live UI)
Both panels can be detached into floating windows on the desktop so you can keep working in other apps while a task runs.
AI Thinking Process
The left column streams step-by-step reasoning (location, screen changes, and actions) with a terminal-style cursor while the task is running. For uGAME tasks, a live game screenshot can appear at the bottom of this panel.Active Task
The task card shows what you’re running, a progress bar, step count, which app is open, and the current action.Active Task card: pink pulse indicator, progress bar, app badge
What it can actually do
The Assistant classifies your request and routes it to the right place:| You ask about… | What happens |
|---|---|
| Games / Pokémon | Opens uGAME and starts playing in Agent Mode |
| Tokens / launches | Opens uTOKENIZE and can deploy a token from your description |
| Agent services | Searches the agent marketplace and can call a paid service |
| Chat / anything else | Answers conversationally |
How it works in the OS
- App orchestration: Opens and drives apps like uGAME and uTOKENIZE through the OS window system.
- Background tasks: A running task keeps going even if you close the Assistant window; its state is saved to local storage and restored when you reopen.
- Cross-app events: Emits
aiTaskStateChangeandaiTaskProgressbrowser events so other parts of uOS can react to task status and progress. - Bridges: Talks to uGAME through the game agent bridge and to uTOKENIZE through the token deployment provider.
Paying for agent services
uOS includes an agent marketplace: external agents and services discoverable through the Assistant (via x402 and ERC-8004). When you call a paid service, you authorize a USDC micropayment from your connected wallet for that specific call.Roadmap: task escrow and settlement. A fuller economic model (fund a task into escrow, route it to an agent, release on acceptance with a challenge window and a revenue split across developers, treasury, and the payment layer) is designed but not yet live. Today’s payments are simple per-call USDC authorizations, not escrowed task settlements.