The GitHub Actions job "Tests" on airflow.git/aip-99-phase1-pydantic-ai-hook 
has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
f035e2c04a0a0793b40401d649e01326fa89e497 / Kaxil Naik <[email protected]>
Add PydanticAIHook to common.ai provider

Adds a hook for LLM access via pydantic-ai to the common.ai provider.
The hook manages connection credentials and creates pydantic-ai Model
and Agent objects, supporting any provider (OpenAI, Anthropic, Google,
Bedrock, Ollama, vLLM, etc.).

- get_conn() returns a pydantic-ai Model configured with credentials
  from the Airflow connection (api_key, base_url via provider_factory)
- create_agent() creates a pydantic-ai Agent with the hook's model
- test_connection() validates model resolution without an API call
- Connection UI fields: password (API Key), host (base URL), extra (model)
- Google Vertex/GLA providers delegate to default ADC auth

Co-Authored-By: GPK <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to