mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-08-11 00:42:48 +00:00
Return-only @listen handlers append the assistant message after kickoff, so per-method @persist snapshots miss it; re-save via _persist_method_completion after the fallback so the next session restore sees full message history.