Files
crewAI/lib/crewai/tests/memory
Joao Moura 6e53a206f8 fix: remove duplicate memory extraction call from _finalize_kickoff
`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>
2026-04-26 17:07:33 -07:00
..
2025-10-20 14:10:19 -07:00