Persistent LiveView widget — iframe stays pinned while agent narrates steps
Minimal divider lines — clean business style
The LiveView widget is created with persistent: true. Instead of being recreated in each message, it gets lifted into a pinned panel above the chat. New messages show a compact reference card while the iframe stays mounted.
{
type: "live_view",
id: "browser-session-1",
persistent: true,
props: {
src: "https://example.com",
title: "Browser Session",
aspectRatio: "16/9"
}
}src without reload flash