summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 759d018..fe4aca1 100644
--- a/README.md
+++ b/README.md
@@ -35,13 +35,13 @@
- DRY; +
- keybind to switch between openai and llamacpp endpoints (chat vs completion); +
=======
+- separate messages that are stored and chat and send to the bot, i.e. option to omit tool calls and thinking (there might be a point where they are no longer needed in ctx); +
+- option to remove <thinking> from chat history; +
- char card is the sys message, but how about giving tools to char that does not have it?
- lets say we have two (or more) agents with the same name across multiple chats. These agents go and ask db for topics they memorised. Now they can access topics that aren't meant for them. (so memory should have an option: shareable; that indicates if that memory can be shared across chats);
- server mode: no tui but api calls with the func calling, rag, other middleware;
- boolean flag to use/not use tools. I see it as a msg from a tool to an llm "Hey, it might be good idea to use me!";
- connection to a model status; (need to be tied to some event, perhaps its own shortcut even)
-- separate messages that are stored and chat and send to the bot, i.e. option to omit tool calls and thinking (there might be a point where they are no longer needed in ctx);
-- option to remove <thinking> from chat history;
### FIX:
- bot responding (or hanging) blocks everything; +
@@ -69,3 +69,4 @@
- model info shold be an event and show disconnect status when fails;
- message editing broke ( runtime error: index out of range [-1]); out of index
- remove icons for agents/user; use only <role>:
+- table selection does not work;