@molroo-ai/sdk
    Preparing search index...

    Type Alias SDKEventType

    SDKEventType:
        | "emotion_changed"
        | "relationship_changed"
        | "memory_consolidated"
        | "reflection_generated"
        | "stage_transition"
        | "mask_exposure"
        | "goal_changed"

    Event Adapter interface for molroo SDK.

    Abstracts event emission so consumers can:

    • Log emotion changes, relationship updates, stage transitions
    • Send webhooks, push notifications, analytics events
    • Build reactive UIs that respond to persona state changes

    Events are derived from API response data (AgentResponse fields). Implementations are provided by the consumer — SDK only defines the interface.