--- id: adagio version: "0.2.6" license: Apache-2.0 license_treatment: permissive maintenance: dormant --- # adagio — The Dag IO Framework for Fugue projects License: permissive · Maintenance: dormant · Downloads: 2.3M/mo ## 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 above — 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 pip install adagio uv add adagio poetry add adagio ## Installing 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_current - Install friction: low - Maintenance: dormant - Downloads: 2.3M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags dag workflow framework, directed acyclic graph python, fugue dag io, workflow orchestration dag, data pipeline dag framework, acyclic graph execution, fugue project integration, workflow-orchestration, fugue-ecosystem [View on SkillFed](https://skillfed.io/packages/adagio) · [View on PyPI](https://pypi.org/project/adagio/)