Files
crewAI/lib
Tiago Freire 63b59dcd97 fix(tracing): route mark-as-failed to correct endpoint and gate backend_initialized on success
mark_trace_batch_as_failed always hit the non-ephemeral endpoint, causing
  404s when called on ephemeral batches — the same class of endpoint mismatch
  this branch aims to fix. Add mark_ephemeral_trace_batch_as_failed to PlusAPI
  and a _mark_batch_as_failed helper on TraceBatchManager that routes based on
  is_current_batch_ephemeral.

  Also gate backend_initialized on trace_batch_id being set so the non-first-time
  path no longer reports success when _initialize_backend_batch actually failed.
2026-03-25 09:47:58 -03:00
..
2026-03-25 20:06:13 +08:00