diff --git a/README.md b/README.md
index 0a71391..47e3f81 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ LightMem2 is intended to host multiple long-running-agent components over time.
* π Citation
* π€ Contributing
* π Contributors
+* π Related Works
* π¬ Community
@@ -634,6 +635,7 @@ Please cite our paper if you use LightMem2 in your work.
We welcome bug fixes, host adapter improvements, onboarding fixes, tests, and documentation updates, see [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
+
## πContributors
@@ -642,7 +644,18 @@ We welcome bug fixes, host adapter improvements, onboarding fixes, tests, and do
We thank all the contributors to this project, more contributors are welcome!
-#### Other Related Projects
+
+
+
+## π Related Works
+
+### LightMem Series
+This repository belongs to ZJUNLP LightMem series, focusing on solving context bloat, excessive token consumption and low cache utilization for long-running LLM agents:
+- [LightMem](https://github.com/zjunlp/LightMem) β Lightweight memory-augmented generation
+- [LightMem2](https://github.com/zjunlp/LightMem2) β This repo, multi-host runtime modular framework for agents
+- [LightMem-Ego](https://github.com/zjunlp/LightMem-Ego) β Temporal memory extension for ego-centric autonomous agents
+
+### Other Related Projects
- [LLMLingua-2](https://github.com/microsoft/LLMLingua) β Token-level prompt compression
- [SelectiveContext](https://github.com/liyucheng09/Selective_Context) β Self-information-based context reduction
@@ -650,7 +663,6 @@ We thank all the contributors to this project, more contributors are welcome!
- [MemoBrain](https://github.com/qhjqhj00/MemoBrain) β Executive memory for long-horizon reasoning agents
- [AgentSwing](https://github.com/Alibaba-NLP/DeepResearch) β Adaptive parallel context management routing for web agents
- [MemOS](https://github.com/MemTensor/MemOS) β Memory operating system for LLM agents
-- [LightMem](https://github.com/zjunlp/LightMem) β Lightweight memory-augmented generation
- [Headroom](https://github.com/chopratejas/headroom) β Compresses everything when AI agent reads