Member Junction
    Preparing search index...

    One progress update from a goal run — emitted per perceive-act step (transport-neutral).

    interface RemoteBrowserGoalProgress {
        Message: string;
        Step: number;
        Url?: string;
    }
    Index

    Properties

    Properties

    Message: string

    A short, model-safe human-readable note (e.g. the controller's reasoning summary).

    Step: number

    1-based step number.

    Url?: string

    The page URL at this step, when known.