Expand description
Direct task execution strategy.
This module implements a direct execution strategy for tasks, where tasks are executed in dependency order with parallel execution of independent tasks. It supports runtime control for stopping tasks, sending stdin input, and terminating specific tasks.