├── Figure ├── framework.jpg ├── intro-a.jpg └── intro-b.jpg ├── LICENSE ├── README.md ├── data └── locomo10.json ├── load_dataset.py ├── memory_layer.py ├── requirements.txt ├── test_advanced.py └── utils.py /Figure/framework.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/Figure/framework.jpg -------------------------------------------------------------------------------- /Figure/intro-a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/Figure/intro-a.jpg -------------------------------------------------------------------------------- /Figure/intro-b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/Figure/intro-b.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/README.md -------------------------------------------------------------------------------- /data/locomo10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/data/locomo10.json -------------------------------------------------------------------------------- /load_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/load_dataset.py -------------------------------------------------------------------------------- /memory_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/memory_layer.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/requirements.txt -------------------------------------------------------------------------------- /test_advanced.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/test_advanced.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WujiangXu/A-mem/HEAD/utils.py --------------------------------------------------------------------------------