Validates DAG structures, performs topological sorting, detects cycles, and resolves dependency conflicts. Uses Kahn's algorithm for optimal execution ordering. Activate on 'resolve dependencies', 'topological sort', 'cycle detection', 'dependency order', 'validate dag'. NOT for building DAGs (use dag-graph-builder) or scheduling execution (use dag-task-scheduler).
Validates DAG structures, performs topological sorting, detects cycles, and resolves dependency conflicts. Uses Kahn's algorithm for optimal execution ordering. Activate on 'resolve dependencies', 'topological sort', 'cycle detection', 'dependency order', 'validate dag'. NOT for building DAGs (use dag-graph-builder) or scheduling execution (use dag-task-scheduler).
验证有向无环图结构,执行拓扑排序,检测环路,并解决依赖冲突。使用 Kahn 算法以生成最优执行顺序。在“解析依赖”“拓扑排序”“环路检测”“依赖顺序”“验证有向无环图”等命令触发。不要用于构建有向无环图(请使用有向无环图图构建器)或调度执行(请使用有向无环图任务调度器)。
Category: other · Author: curiositech · Version: @main · License: MIT
Tags: dag, orchestration, topological-sort, dependencies, cycle-detection
该 Skill 暂无文档文件。
Category:other
Tags:dag, orchestration, topological-sort, dependencies, cycle-detection