Files
AutoGPT/autogpt_platform/backend
Nicholas Tindle 4a84f34b31 fix(blocks): add proper resource cleanup to video blocks
Add try/finally blocks to close MoviePy clips in loop.py, duration.py,
and add_audio.py. Without this, file handles and ffmpeg subprocesses
leak on each block execution.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 21:54:54 -06:00
..