Hacker News with Generative AI: Apache Airflow

LLM Workflows then Agents: Getting Started with Apache Airflow (github.com/astronomer)
This repository contains an SDK for working with LLMs from Apache Airflow, based on Pydantic AI. It allows users to call LLMs and orchestrate agent calls directly within their Airflow pipelines using decorator-based tasks. The SDK leverages the familiar Airflow @task syntax with extensions like @task.llm, @task.llm_branch, and @task.agent.
New Apache Airflow Operators for Google Generative AI (cloud.google.com)