The GitHub Actions job "Tests" on 
airflow.git/docs/toolsets-direct-pydanticai-usage has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
f0d488ea029353c0bc52ef136258c06dfcdd7d4b / Kaxil Naik <[email protected]>
Add docs for using toolsets directly with PydanticAI in any task

Toolsets like SQLToolset are standard pydantic-ai AbstractToolset
implementations that work independently of AgentOperator. Document this
pattern with an example showing @task + PydanticAIHook + SQLToolset,
and explain the tradeoffs vs AgentOperator (no durable execution, HITL,
or automatic tool logging).

SQLToolset import is inside the task function because common-sql is an
optional dependency of common-ai -- a top-level import would break the
other example DAGs in the file at parse time.

Report URL: https://github.com/apache/airflow/actions/runs/23567777476

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to