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

# Streaming

> Understand Anthropic streaming support in the current wrapper.

Anthropic streaming is not supported in the current Averta wrapper.

The wrapper fails closed before provider execution for:

* `messages.create({ stream: true })`
* `messages.stream(...)`

This is intentional. Returning an unchecked stream would make the integration look protected when output checks and rewrites are not running.

Use non-streaming `client.messages.create(...)` when you need Averta request, tool, tool-result, and output checks around Anthropic today.
