br413 opened a new pull request, #70184: URL: https://github.com/apache/airflow/pull/70184
## Summary - Add `LLMTrigger` to run pydantic-ai `agent.run()` in the triggerer - Add `deferrable=True` on `LLMOperator` to free worker slots during LLM API calls - Rehydrate `output_type` on resume; `require_approval` chains after deferrable completion Step 1 of #70093 ## Test plan - [ ] `pytest providers/common/ai/tests/unit/common/ai/triggers/test_llm.py` - [ ] `pytest providers/common/ai/tests/unit/common/ai/operators/test_llm.py -k Deferrable` - [ ] `pytest providers/common/ai/tests/unit/common/ai/utils/test_output_type.py -k Serialization` - [ ] CI provider-common-ai checks pass -- 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]
