📄️ Architecture Overview
Graflow is a Python framework for distributed task execution and workflow management.
📄️ Checkpoints
Graflow provides checkpoint/resume functionality for saving and restoring workflow state, enabling fault tolerance and recovery for long-running workflows.
📄️ Distributed Execution with Task Workers
Graflow provides a dedicated TaskWorker process for distributed parallel execution. Workers pull tasks from a shared Redis queue, making it trivial to scale horizontally.