Expand description
Canvas store for real-time rich content delivery.
Agents push content via CanvasTool and the gateway exposes REST + WebSocket
endpoints for clients to consume it. The store is scoped per canvas ID.
Structs§
- Canvas
- A canvas instance with current content and history.
- Canvas
Frame - A single frame of canvas content.
- Canvas
Store - Thread-safe store for canvas state. Shared between the tool and gateway.
- Canvas
Summary - Summary info for listing canvases.
Constants§
- MAX_
CONTENT_ BYTES - Maximum content size per frame (256 KiB).
- MAX_
HISTORY_ FRAMES - Maximum history frames per canvas.