Lifecycle orchestration
Create, invoke, update and delete agent runtimes as explicit DAG operations.
Speaking · Apache Airflow Town Hall
A practical look at using an Airflow DAG as the orchestration layer for managed AI agent runtimes across AWS, Google Cloud and Microsoft Azure.
August 2026 · Official monthly town hall
The operating model
Managed agent runtimes give teams a place to deploy AI agents, but production systems still need scheduling, retries, monitoring and lifecycle control. The presentation shows how Apache Airflow can provide that operational layer without coupling a DAG to a single agent framework.
The implementation is grounded in native provider contributions for Amazon Bedrock AgentCore Runtime, Google Cloud Vertex AI Agent Engine and Microsoft Azure AI Foundry Agents. Each integration exposes lifecycle operations as explicit Airflow tasks.
That makes an agent one more governed component in a data workflow: something a team can invoke, update, observe and replace while the surrounding orchestration stays understandable.
Key ideas
Create, invoke, update and delete agent runtimes as explicit DAG operations.
Keep orchestration decisions visible while using the managed runtime that fits each workload.
Bring scheduling, retries and observability to agents through the same workflow control plane.