adagio
The Dag IO Framework for Fugue projects
What it is and what it does
Adagio is a DAG (directed acyclic graph) framework designed specifically for the Fugue project ecosystem. It provides abstractions and utilities for constructing and executing workflows as acyclic task graphs, where each node represents a computation and edges represent data dependencies. The package is lightweight, with only one runtime dependency (triad), and supports Python 3.8 through 3.12.
The package is currently in Alpha status and has not received updates for 730 days, though its repository remains accessible and the codebase is compatible with modern Python versions. It is positioned as a workflow orchestration tool for developers building data pipelines within Fugue, particularly those who need explicit DAG semantics for task scheduling and execution.
Use it for:
- Define multi-step data transformation workflows as directed acyclic graphs within Fugue projects.
- Orchestrate dependent tasks where outputs of one stage feed into the next in a controlled, acyclic manner.
- Build reproducible data pipelines that integrate with the broader Fugue ecosystem for distributed computing.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adagio provides a directed acyclic graph (DAG) framework for defining and executing data workflows within the Fugue ecosystem.
Yes-with-conditions. Install if you are actively using Fugue and need DAG-based workflow orchestration within that ecosystem. The low install friction and permissive Apache-2.0 license are favorable. However, the 730-day dormancy and Alpha status suggest you should verify that Adagio remains the recommended approach for your use case within Fugue, as the project may have evolved or been superseded by other tooling.
Install
adagio on PyPI
pip
pip install adagiouv
uv add adagiopoetry
poetry add adagioInstalling adagio
Before you install
Low install friction with a single runtime dependency (triad). The package is in Alpha status and has been dormant for 730 days since its last release on 2024-08-14, though the repository remains active and the codebase supports current Python versions (3.8–3.12).
License in practice
Licensed under Apache-2.0 (permissive), which allows free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
pip install adagio
import adagio
# Adagio provides DAG construction and execution for Fugue workflows
Requires Python >= 3.8 and the triad runtime dependency.
Verify before relying
- Whether the package is actively maintained or if dormancy signals deprecation in favor of newer Fugue tooling.
- Whether Adagio's DAG capabilities are still the recommended approach for Fugue workflows or if alternative patterns are now preferred.
- Specific use cases and real-world adoption beyond the Fugue project ecosystem.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — triad |
| Maintenance | dormant — 730 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,319,178/month — #3,143 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: adagio-0.2.6-py3-none-any.whl
Keywords: adagio, dag, directed, acyclic, graph, workflow
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
apache-hamiltonApache Hamilton is a Python library for…
permissive · top 15,000 on PyPI
ipydagred3ipydagred3 is an ipywidgets library for…
permissive · top 15,000 on PyPI
dagger-ioDagger Python SDK is a client for defining and…
permissive · top 15,000 on PyPI
fugueFugue provides a unified Python interface to…
permissive · top 5,000 on PyPI
bigtreeBigtree provides tree, binary tree, and…
permissive · top 15,000 on PyPI
apache-airflow-coreApache Airflow's core runtime that schedules,…
permissive · top 5,000 on PyPI
DAWG2-PythonRead-only access to DAWG (directed acyclic word…
permissive · top 15,000 on PyPI
triadTriad provides utility functions for working…
permissive · top 5,000 on PyPI
DAWG-PythonReads DAWG (Directed Acyclic Word Graph) files…
permissive · top 15,000 on PyPI
jobflowJobflow is a Python library for defining and…
permissive · top 15,000 on PyPI