> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Delivery Channels • AI Agent SDK

> DeliveryChannels: Delivery channels for runtime execution results.

# DeliveryChannels

> Defined in the [**Turn Context**](../modules/turn_context) module.

<Badge color="blue">AI Agent</Badge>

Delivery channels for runtime execution results.

Encapsulates streaming handles, callbacks, and output formatting
configuration for the current turn.

## Properties

<ResponseField name="stream_emitter" type="Optional[StreamEventEmitter]">
  No description available.
</ResponseField>

<ResponseField name="output_formatter" type="Optional">
  No description available.
</ResponseField>

<ResponseField name="callbacks" type="Tuple[Any, ...]">
  No description available.
</ResponseField>

<ResponseField name="async_callbacks" type="Tuple[Any, ...]">
  No description available.
</ResponseField>

<ResponseField name="enable_streaming" type="bool">
  No description available.
</ResponseField>

<ResponseField name="enable_metrics" type="bool">
  No description available.
</ResponseField>

## Methods

<CardGroup cols={2}>
  <Card title="has_streaming()" icon="function" href="../functions/DeliveryChannels-has_streaming">
    Check if streaming is configured and enabled.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/turn_context.py#L125">
  `praisonaiagents/runtime/turn_context.py` at line 125
</Card>
