Files
crewAI/lib
Joao Moura 406b2658d5 Also warn for method-level @persist flows; drop unused pytest import
Method-level @persist stamps persistence into the flow definition's
per-method config and never sets self.persistence, so the AMP parity
warning missed flows persisting only via method decorators. Detect
active persistence across instance/class-level backends, the flow-level
definition, and per-method persist configs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 22:33:23 -07:00
..