Skip to content

feat: Add Conversation Memory Support to Agent#22

Open
Failureguy94 wants to merge 1 commit intomanas95826:mainfrom
Failureguy94:feat/conversational-memory
Open

feat: Add Conversation Memory Support to Agent#22
Failureguy94 wants to merge 1 commit intomanas95826:mainfrom
Failureguy94:feat/conversational-memory

Conversation

@Failureguy94
Copy link

This PR implements conversation memory support to enable context-aware responses.

✅ Created BaseMemory and ConversationBufferMemory classes
✅ Integrated memory into the Agent class to track user-agent history
✅ Added cookbooks/memory_chat_example.py to demonstrate usage
✅ Successfully tested with both mocked and real Groq LLMs

Fixes #12

@manas95826
Copy link
Owner

manas95826 commented Jun 27, 2025 via email

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.

Implement Conversational Memory

3 participants