Documentation - GitHub Repository: https://github.com/shuding/better-all Note: This library is not yet indexed in DeepWiki or Context7. better-all Library provides with automatic dependency optimization. Instead of manually analyzing which tasks can run in parallel, tasks declare dependencies inline and execution is automatically optimized. Installation Basic Usage Key Advantage: Automatic Optimization Type Inference Results are fully typed based on task return types: References - For complex DAG patterns, see dag-patterns.md ---