diff --git a/providers/anthropic/docs/connections.rst b/providers/anthropic/docs/connections.rst index 961266f0f8ca4..55725e29ccfe5 100644 --- a/providers/anthropic/docs/connections.rst +++ b/providers/anthropic/docs/connections.rst @@ -100,7 +100,9 @@ Two ways: .. note:: - The Message Batches API, token counting and the Models API are served only by the - first-party Anthropic API (``platform="anthropic"``) and Claude Platform on AWS - (``platform="aws"``). They are **not** available on Amazon Bedrock, Google Vertex AI - or Microsoft Foundry; the hook raises a clear error if you call them on those platforms. + The Message Batches API, token counting, the Models API and Managed Agents (including + :class:`~airflow.providers.anthropic.operators.agent.AnthropicAgentSessionOperator`) are + served only by the first-party Anthropic API (``platform="anthropic"``) and Claude + Platform on AWS (``platform="aws"``). They are **not** available on Amazon Bedrock, + Google Vertex AI or Microsoft Foundry; the hook raises a clear error if you call them on + those platforms. diff --git a/providers/anthropic/docs/operators/anthropic.rst b/providers/anthropic/docs/operators/anthropic.rst index be0286d43f0ea..90b288a0c826d 100644 --- a/providers/anthropic/docs/operators/anthropic.rst +++ b/providers/anthropic/docs/operators/anthropic.rst @@ -117,7 +117,7 @@ AnthropicAgentSessionOperator ----------------------------- :class:`~airflow.providers.anthropic.operators.agent.AnthropicAgentSessionOperator` runs a -`Managed Agents `__ session: +`Managed Agents `__ session: Anthropic runs the agent loop server-side while the worker drives a session and waits for it to finish. Unlike the ``common.ai`` provider (a *local* pydantic-ai loop), the loop and its tool-execution sandbox run on Anthropic's infrastructure; the worker only orchestrates.