@cavell/kit API
    Preparing search index...

    Interface CavellSharedState

    The AG-UI shared state the Cavell backend maintains (libs/companion/agui/state.py).

    interface CavellSharedState {
        context?: Record<string, unknown>;
        message_timestamps?: Record<string, string>;
        pending?: { open_calls?: OpenCall[] };
        suggestions?: { followups?: string[]; starters?: Starter[]; turn?: number };
        v?: number;
    }
    Index
    context?: Record<string, unknown>
    message_timestamps?: Record<string, string>

    Wire-message-id → server UTC ISO stamp (protocol.wire_message_timestamps); tool results are keyed result:{toolCallId}.

    pending?: { open_calls?: OpenCall[] }
    suggestions?: { followups?: string[]; starters?: Starter[]; turn?: number }
    v?: number