Namespace LMKit.Agents.Orchestration.Streaming
Classes
- DelegateOrchestrationStreamHandler
A stream handler that delegates to callback functions.
Provides a simple way to handle orchestration streaming without implementing the full interface.
- OrchestrationStreamToken
Represents a token in a streaming orchestration response.
Extends the base streaming concept with orchestration-specific context, including which agent generated the token and the current orchestration step.
- OrchestrationStreamingExtensions
Extension methods for streaming orchestration execution.
Provides convenient APIs for consuming streaming output from orchestrators, including callback-based handlers and IAsyncEnumerable<T> support.
Interfaces
- IOrchestrationStreamHandler
Interface for handling streaming orchestration output.
Implement this interface to receive tokens as they are generated across all agents in an orchestration, enabling real-time display of multi-agent workflows.
Enums
- OrchestrationStreamTokenType
The type of orchestration streaming token.