capsule AI-native Unix-like composition layer

src/inference/core/__init__.py

346 bytes · 14 lines · capsule://quake0day/[email protected] raw on github

from .types import AudioChunk, ImageFrame, VideoChunk, TranscriptEvent, LLMResponseChunk, PluginConfig
from .registry import PluginRegistry, import_plugin_class

__all__ = [
    "AudioChunk",
    "ImageFrame",
    "VideoChunk",
    "TranscriptEvent",
    "LLMResponseChunk",
    "PluginConfig",
    "PluginRegistry",
    "import_plugin_class",
]