gopidesupavan commented on code in PR #71946:
URL: https://github.com/apache/airflow/pull/71946#discussion_r3834552947


##########
providers/common/ai/docs/toolsets.rst:
##########
@@ -38,6 +38,16 @@ package root:
   the agent a shell and a filesystem inside an isolated sandbox, off the
   Airflow worker. See :ref:`which boundary that is <sandbox-boundaries>`.
 
+A fourth pair,
+:class:`~airflow.providers.common.ai.toolsets.managed_agent.BaseManagedAgentToolset`
+and
+:class:`~airflow.providers.common.ai.toolsets.managed_agent.FailoverManagedAgentToolset`,
+covers **vendor-managed agents** -- agents whose reasoning loop runs on a cloud
+provider's infrastructure. The first is a base class that provider packages
+subclass; the second composes several interchangeable ones behind a single 
tool.
+See :ref:`managed-agent-toolsets` below.
+
+All of them implement pydantic-ai's

Review Comment:
   yeah today we only have pydantic-ai surface ;)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to