Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

Latest commit

 

History

History
30 lines (26 loc) · 2.45 KB

File metadata and controls

30 lines (26 loc) · 2.45 KB

Sessions

Types:

from stagehand.types import (
    Action,
    ModelConfig,
    StreamEvent,
    SessionActResponse,
    SessionEndResponse,
    SessionExecuteResponse,
    SessionExtractResponse,
    SessionNavigateResponse,
    SessionObserveResponse,
    SessionReplayResponse,
    SessionStartResponse,
)

Methods: