danilop/strands-agents-semantic-summarizing-conversation-manager
A conversation management system for Strands Agents that combines summarization with exact message recall using semantic search.
This project helps AI agents remember conversations better. It takes in chat messages from your AI agent and intelligently combines short summaries with the ability to recall exact past statements, even from long conversations. This makes AI agents more helpful and consistent over time, and would be used by anyone building or deploying AI agents who needs them to maintain context.
Use this if you are building an AI agent and need it to maintain accurate, detailed, and long-term memory of past interactions.
Not ideal if your AI agent only has very short conversations, or if you need a solution that's already hardened for large-scale production without further optimization.
Stars
12
Forks
1
Language
Python
License
MIT
Category
Last pushed
Nov 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/danilop/strands-agents-semantic-summarizing-conversation-manager"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aiming-lab/SimpleMem
SimpleMem: Efficient Lifelong Memory for LLM Agents
zilliztech/memsearch
A Markdown-first memory system, a standalone library for any AI agent. Inspired by OpenClaw.
microsoft/kernel-memory
Research project. A Memory solution for users, teams, and applications.
zilliztech/GPTCache
Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
TeleAI-UAGI/telemem
TeleMem is a high-performance drop-in replacement for Mem0, featuring semantic deduplication,...