validate_dag_acyclic
Validate a task list to confirm it forms an acyclic directed graph, preventing circular dependencies in execution planning.
Instructions
Validate that a task list forms an acyclic DAG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes |