Files
crewAI/lib
alex-clawd 92b24334d5 fix: move progress.start() into try block and use shared event loop in benchmark command
- 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>
2026-05-13 12:36:56 -07:00
..
2026-05-13 02:54:13 +08:00