mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-22 19:06:25 +00:00
crewAI mints a project id into pyproject.toml and it is committed, so it is the same id on every machine, in CI, and for a teammate. `crewai eval` already read it on its way past and threw it away; it now travels with the request, so a project's evaluations can be shown together rather than each run standing alone. Omitted entirely outside a crewAI project, where there is no id to send. 85 passed; ruff and mypy clean. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>