mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-14 15:02:37 +00:00
- Return len(tasks) from _get_execution_start_index when all tasks complete, preventing full re-execution of finished checkpoints - Add _get_execution_start_index call to _aexecute_tasks so async resume skips completed tasks like the sync path does - Cache inspect.signature results per handler to avoid repeated introspection on every event emission