feat(mma): Implement worker pool and configurable concurrency for DAG engine and mark track 'True Parallel Worker Execution' as complete

This commit is contained in:
2026-03-06 16:55:45 -05:00
parent 616675d7ea
commit 7da2946eff
5 changed files with 251 additions and 55 deletions

View File

@@ -39,5 +39,8 @@ font_path = ""
font_size = 14.0
scale = 1.0
[mma]
max_workers = 4
[headless]
api_key = "test-secret-key"