@pouchy_ai/companion-sdk - v0.1.0
    Preparing search index...

    Variable OUTBOUND_TYPESConst

    OUTBOUND_TYPES: readonly [
        "hello.ack",
        "companion.message",
        "companion.audio",
        "companion.tool_call",
        "companion.ui_action",
        "companion.ui_update",
        "companion.expression",
        "companion.voice_inject",
        "companion.confirm_request",
        "companion.social_message",
        "companion.typing",
        "control.call_ready",
        "control.error",
        "control.usage",
    ] = ...

    Pouchy → app (control/data plane). NOTE: three types are RESERVED — part of the vocabulary + typed handlers, but the server does NOT emit them yet, so onAudio / onExpression / onUsage are safe to register but won't fire until a producer ships. Don't build a UX that depends on them today. (companion.audio → non-call reply TTS; companion.expression → avatar viseme/expression cues; control.usage → per-turn usage-metering echo.)