From eb731d413dfba196ee9b5096f77502056b173b79 Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Tue, 17 Oct 2023 23:13:21 -0700 Subject: [PATCH] Update README.md add roadmap --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 13340bc5..76f08480 100644 --- a/README.md +++ b/README.md @@ -224,3 +224,11 @@ If you have any further questions, or have anything to share, we are excited to ## Datasets Datasets used in our [paper](https://arxiv.org/abs/2310.08560) can be downloaded at [Hugging Face](https://huggingface.co/MemGPT). + +## Project Roadmap +- [x] Release MemGPT Discord bot demo (perpetual chatbot) +- [x] Add additional workflows (load SQL/text into MemGPT external context) +- [ ] CLI UI improvements +- [ ] Integrate with AutoGen +- [ ] Add official gpt-3.5-turbo support +- [ ] Release MemGPT using open models (eg finetuned Mistral)