summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-02-11 09:21:46 +0300
committerGrail Finder <wohilas@gmail.com>2025-02-11 09:21:46 +0300
commitf0fb6a31370024f7bd4a711856f9af21e6e322c4 (patch)
tree33f1ff6a4c4bba6a5efc3b4ffb37baaf2c23b1d4 /README.md
parent54680539085d354ac9473fa451e284963e12000a (diff)
Fix: /v1 chat endpoint; linter
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index b21bd9a..f17c436 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,9 @@
- option to remove <thinking> from chat history; +
- connection to a model status; (need to be tied to some event, perhaps its own shortcut even) +
- char card is the sys message, but how about giving tools to char that does not have it? +
+- 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!"; +
- 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!";
- multirole support?
### FIX:
@@ -68,9 +68,8 @@
- table selection does not work; (ctrl+m is enter, it breakes all the tables) +
- name split for llamacpp completion. user msg should end with 'bot_name:'; +
- remove icons for agents/user; use only <role>: +
+- F4 after edit mode no colors; +
+- sql memory upsert fails with msg="failed to insert memory" query="INSERT INTO memories (agent, topic, mind) VALUES (:agent, :topic, :mind) RETURNING *;" error="constraint failed: UNIQUE constraint failed: memories.agent, memories.topic (1555); +
+- model info shold be an event and show disconnect status when fails; +
- add retry on failed call (and EOF);
-- 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;
-- sql memory upsert fails with msg="failed to insert memory" query="INSERT INTO memories (agent, topic, mind) VALUES (:agent, :topic, :mind) RETURNING *;" error="constraint failed: UNIQUE constraint failed: memories.agent, memories.topic (1555);
- F5 broke formatting and messages somehow;
-- F4 after edit mode no colors;