mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 01:32:36 +00:00
`AgentExecutor._save_to_memory` (added in 62d097a7) already handles
memory persistence with full conversation context after each kickoff.
Leaving the older `_save_kickoff_to_memory` call in `_finalize_kickoff`
caused `extract_memories` to be invoked twice, breaking
`test_agent_kickoff_memory_recall_and_save`.
Update the test assertion to match the conversation-aware format now
produced by `AgentExecutor._save_to_memory` (checks for "Conversation:"
or "Final result:" instead of the stale "Input:/Agent:/Result:" markers).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>