Files
crewAI/lib
Devin AI 62bdc0f3b2 fix: enforce deterministic ordering for equal-priority crew tasks
Stamp each task with a stable _execution_index at crew-construction time
to lock insertion order as the deterministic tie-break contract.

- Add _execution_index PrivateAttr to Task
- Add stamp_execution_order model_validator to Crew
- Update _execute_tasks and _aexecute_tasks docstrings with ordering contract
- Add comprehensive regression tests

Closes #4664

Co-Authored-By: João <joao@crewai.com>
2026-03-01 16:27:15 +00:00
..
2026-02-27 09:44:47 -05:00