@cavell/kit API
    Preparing search index...

    Interface CavellCapabilities

    Capability profiles (ADR 0006 D4): the Cavell convention layer (sessions/feedback/starters/native HITL) is host-visible configuration so the kit degrades gracefully against generic AG-UI agents.

    interface CavellCapabilities {
        feedback: boolean;
        nativeHitl: boolean;
        sessions: boolean;
        starters: boolean;
    }
    Index
    feedback: boolean

    REST /feedback: thumbs up/down affordances on answers and tool results.

    nativeHitl: boolean

    Reserved-name HITL folding (request_approval/ask_user); off = spec-standard interrupts only.

    sessions: boolean

    REST /sessions history: the menu, auto-resume, and the list API.

    starters: boolean

    Welcome starters via the ephemeral init run (Cavell shared-state suggestions).