Files
crewAI/lib
Joao Moura 450a4de67b Warn locally when a persisted flow gets a non-UUID id input (AMP parity)
CrewAI AMP deployments reject non-UUID inputs.id values with HTTP 422,
while the OSS library accepts any string locally, so the mismatch only
surfaces on first deployed run. Emit a one-time UserWarning at kickoff
when persistence is active and the provided id is not a valid UUID.
Local behavior is unchanged — non-UUID ids keep working.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 21:49:32 -07:00
..