Skip to main content

praisonaiagents.streaming

Core SDK PraisonAI Streaming Module. Provides the StreamEvent protocol for pass-through streaming from LLM providers. This module is lazily loaded to ensure zero performance impact when streaming features are not used. Usage: from praisonaiagents.streaming import ( StreamEvent, StreamEventType, StreamMetrics, StreamEventEmitter, create_text_printer_callback, )

Overview

This module provides components for streaming.