mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-08 13:55:06 -05:00
Use model_copy() instead of mutating shared ExecutionContext to prevent race conditions when multiple nodes execute concurrently. Each node now gets its own isolated copy with correct node_id and node_exec_id values. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>