diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,7 @@ - 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: - bot responding (or hanging) blocks everything; + @@ -70,3 +71,6 @@ - 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; |