Canvas (macOS ilovasi)
macOS ilovasiWKWebView yordamida agent tomonidan boshqariladigan Canvas panelini joylashtiradi. U HTML/CSS/JS, A2UI va kichik interaktiv UI yuzalari uchun yengil vizual ish maydonidir.
Canvas qayerda joylashgan
Canvas holati Application Support ostida saqlanadi:~/Library/Application Support/OpenClaw/canvas/<session>/...
openclaw-canvas://<session>/<path>
openclaw-canvas://main/→<canvasRoot>/main/index.htmlopenclaw-canvas://main/assets/app.css→<canvasRoot>/main/assets/app.cssopenclaw-canvas://main/widgets/todo/→<canvasRoot>/main/widgets/todo/index.html
index.html mavjud bo‘lmasa, ilova o‘rnatilgan andoza sahifani ko‘rsatadi.
Panel xatti-harakati
- Chegarasiz, o‘lchami o‘zgartiriladigan panel menyu paneli (yoki sichqoncha kursori) yoniga mahkamlanadi.
- Har bir sessiya uchun o‘lcham/joylashuvni eslab qoladi.
- Mahalliy canvas fayllari o‘zgarganda avtomatik qayta yuklanadi.
- Only one Canvas panel is visible at a time (session is switched as needed).
CANVAS_DISABLED.
Agent API surface
Canvas is exposed via the Gateway WebSocket, so the agent can:- show/hide the panel
- navigate to a path or URL
- evaluate JavaScript
- capture a snapshot image
canvas.navigateaccepts local canvas paths,http(s)URLs, andfile://URLs.- If you pass
"/", the Canvas shows the local scaffold orindex.html.
A2UI in Canvas
A2UI is hosted by the Gateway canvas host and rendered inside the Canvas panel. When the Gateway advertises a Canvas host, the macOS app auto‑navigates to the A2UI host page on first open. Default A2UI host URL:A2UI commands (v0.8)
Canvas currently accepts A2UI v0.8 server→client messages:beginRenderingsurfaceUpdatedataModelUpdatedeleteSurface
createSurface (v0.9) is not supported.
CLI example:
Triggering agent runs from Canvas
Canvas can trigger new agent runs via deep links:openclaw://agent?...
Security notes
- Canvas scheme blocks directory traversal; files must live under the session root.
- Local Canvas content uses a custom scheme (no loopback server required).
- External
http(s)URLs are allowed only when explicitly navigated.