#115 · Primary category: LLM Application Frameworks
LightMem
[ICLR 2026] LightMem: Lightweight and Efficient Memory-Augmented Generation
Project last updated:08/21/26
GitHub Stars
1.1K
Forks
105
Contributors
17
License
MIT
Why we included this project
Agents that keep forgetting earlier turns in a conversation are a common pain point, and LightMem addresses it directly. It gives LLM applications a small memory layer that stores, retrieves, and updates context, so a chatbot or agent can recall prior exchanges without rereading every message. The API is simple enough to integrate in a few lines, and the modular design lets you plug in different storage backends and retrieval strategies. You can run it against hosted models like OpenAI or DeepSeek, or local runtimes such as Ollama and vLLM, which makes prototyping in different setups straightforward. Tutorial notebooks for a travel-planning agent and a code assistant show how to wire everything together, and the benchmark scripts let you compare it against other memory approaches on LoCoMo and LongMemEval before you commit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform