Skip to content

fix: resolve memory duplication bug when processing list fields - #148

Merged
Eigenwise merged 1 commit into
mainfrom
feature/memory-bugfix
Jul 9, 2025
Merged

fix: resolve memory duplication bug when processing list fields#148
Eigenwise merged 1 commit into
mainfrom
feature/memory-bugfix

Conversation

@Eigenwise

Copy link
Copy Markdown
Owner
  • Fixed get_history() method in AgentMemory to prevent duplicate message entries
  • Non-multimodal list fields are now serialized once per field instead of per item
  • Added test for _process_multimodal_paths edge case to achieve 100% coverage
  • Updated example comments in base_agent.py to reflect the fix

  - Fixed get_history() method in AgentMemory to prevent duplicate message entries
  - Non-multimodal list fields are now serialized once per field instead of per item
  - Added test for _process_multimodal_paths edge case to achieve 100% coverage
  - Updated example comments in base_agent.py to reflect the fix
@Eigenwise
Eigenwise merged commit f96db08 into main Jul 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant