Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 507 Bytes

File metadata and controls

26 lines (20 loc) · 507 Bytes

Omi Plugin SDK

Shared Python primitives for Omi plugins.

Install locally from the repository checkout:

pip install -e plugins/omi-plugin-sdk

Canonical imports:

from omi_plugin_sdk.models import (
    ActionItem,
    Conversation,
    ConversationPhoto,
    EndpointResponse,
    Event,
    Structured,
    TranscriptSegment,
)

The SDK owns Omi webhook payload models. App-specific OAuth state, persisted settings, provider clients, and business logic stay inside each app.