Skip to content

Bedrock Agentcore  >  Structures  >  LiveViewStream

LiveViewStream

Structure Class

LiveViewStream dataclass

The configuration for a stream that provides a visual representation of a browser session in Amazon Bedrock AgentCore. This stream enables agents to observe the current state of the browser, including rendered web pages, visual elements, and the results of interactions.

Attributes

stream_endpoint class-attribute instance-attribute
stream_endpoint: str | None = None

The endpoint URL for the live view stream. This URL is used to establish a connection to receive visual updates from the browser session.