Skip to content
View AlejandroMorgante's full-sized avatar
☁️
☁️

Block or report AlejandroMorgante

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AlejandroMorgante/README.md

Morgan

Little Morgan

Only those crazy enough to believe they can change the world are the ones who do.
I want to contribute to the world beyond my day-to-day work by leaving a trace of my nerdiness in public, so it can be useful to others.
May what I learn become a path others can walk to get further, faster, just as I once stood on the shoulders of giants.
I try to be a little better every day, treating setbacks as part of the process.

LinkedIn Medium


Now

Principal Data & AI Architect @ Mendel — building data and AI platforms.

Writing about agentic data systems on Medium — agents that debug their own pipelines, multi-agent architectures on AWS, modern data platform design.

Background in database systems through Universidad Tecnológica Nacional. Recognized at Hackathon 2025 - Harvard Health Systems Innovation Lab for building high-value health systems through AI.


Certified across cloud, data engineering, and AI


Writing


Projects

Bringing AI agent lifecycle orchestration to Apache Airflow

I am contributing a cross-cloud set of Airflow integrations that turns a Dag into a control plane for managed AI agent runtimes. These operators bring the deployment lifecycle into the workflow itself: create an agent runtime, wait for it without occupying a worker, invoke or query the agent, publish updates, and clean up the infrastructure when the workflow is done.

The larger idea is bring your own agent: the agent keeps its framework, reasoning loop, models, and tool integrations, while the cloud service operates the managed runtime around it. Airflow does not replace either layer; it orchestrates the agent's operational lifecycle as part of a larger data or AI workflow. Each contribution includes hooks, operators, deferrable triggers, documentation, unit tests, and end-to-end validation against the real cloud service.

apache/airflow contributor
Cross-cloud AI agent lifecycle integrations for AWS, Google Cloud, and Azure, plus data engineering operators

 
agentic-airflow-demo
Practical examples for integrating AI agents with Airflow — AWS Bedrock AgentCore and GCP Gemini Agent Platform

 

Pinned Loading

  1. airflow airflow Public

    Forked from apache/airflow

    Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

    Python