mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
- Move progress.start() inside the try block so the finally clause never calls progress.stop() on an un-started display - Replace asyncio.run() with new_event_loop/run_until_complete/loop.close() pattern, consistent with _test_new_agents and _train_new_agents Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>