From 12a8543564bb637cced5decfd8eb9ee9b2bdae94 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 27 Jul 2025 15:00:16 -0700 Subject: [PATCH] docs: explain future work --- ai-conversation/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ai-conversation/README.md b/ai-conversation/README.md index b85839e..c0e5470 100644 --- a/ai-conversation/README.md +++ b/ai-conversation/README.md @@ -26,3 +26,6 @@ _See more deps in Makefile `install-deps` command._ make ./main ``` + +## Future work +Add an event loop, maybe add multi-threading, so that we can interrupt the AI, ask follow-up questions, and make it sound like a back and forth conversation.