Dagu Blog
关于命令工作流、自动化以及在生产环境运行 Dagu 的文章与实践笔记。
Introducing Agent DAGs: let the model choose what runs next
The industry is arguing about whether agents should run as loops or graphs. I think both miss the same thing: give the agent a task list and let it reconcile.
Inside Dagu v2.7.0: Reproducible Workflows
Dagu v2.7.0 makes workflow runs easier to reproduce by moving action versions, files, tools, inputs, outputs, and run evidence into the workflow contract.
The Gap Between Cron and Airflow
Cron is too small, Airflow is too big, and most teams live in the gap between them. Here is why that gap exists and what belongs in it.
Own Your AI Harness: Why Workflow Sovereignty Will Define the Next Decade
Claude and OpenAI are racing past 'just a model' into platforms and harnesses. That is a lock-in trap, and keeping control of your AI workflows matters.
Complete Guide to SubDAGs
A comprehensive guide to using SubDAGs in Dagu. Learn how to organize complex workflows by breaking them into reusable, modular components for better maintainability and scalability.
Using SSH Executor in Dagu: A Complete Guide
A comprehensive guide to using Dagu's SSH executor for running workflows on remote servers. Learn how to configure SSH authentication, manage remote tasks, and build distributed workflows.
Understanding Partial Success in DAG Systems: Building Resilient Workflows
Learn how to handle partial success scenarios in DAG-based workflow systems and build more resilient workflows with proper error handling strategies.
Dagu – L’orchestrateur de workflows pour oublier les crontabs
A French tech blog post exploring Dagu as the ideal middle ground between simple cron jobs and heavy orchestrators like Airflow. Covers how Dagu’s YAML-based DAG definitions bring clarity to complex job dependencies without requiring script rewrites.