Task Graph addresses the common challenges faced when AI agents tackle intricate projects, such as losing context, skipping steps, or creating conflicts. It provides a robust framework for structured execution through customizable phases, automatic guidance via transition prompts, and enforced quality gates. Crucially, it offers powerful multi-agent coordination primitives like advisory file locks, DAG dependencies, and atomic claiming, ensuring agents work efficiently without overwriting changes or duplicating effort, all while remaining token-efficient and tracking costs.
Key Features
01Structured Workflows with Phases and Prompts
02Multi-agent Coordination with File Locks and DAG Dependencies
03Configurable Quality Gates for Transitions
04Task Hierarchy and Full-text Search
05Built-in Token and Cost Accounting
060 GitHub stars