From c68084f8a569aae5bd3a1136cd41e26f38cdfef7 Mon Sep 17 00:00:00 2001 From: Matt Low Date: Mon, 24 Jun 2024 17:45:18 +0000 Subject: [PATCH] Update TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index b24c5e0..b621c5d 100644 --- a/TODO.md +++ b/TODO.md @@ -14,6 +14,7 @@ system prompt, rather than having them in the conversation messages) - [ ] Agents may have some form of long term memory management (key-value? natural lang?). +- [ ] Sandboxed python, js interpreter (both useful for different reasons) - [ ] Support for arbitrary external script tools - [ ] Search - RAG driven search of existing conversation "hey, remind me of the conversation we had six months ago about X")