summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-12-05 18:36:05 +0300
committerGrail Finder <wohilas@gmail.com>2024-12-05 18:36:05 +0300
commit990e0695c582c2c8d647c258cde0342ac14e3a75 (patch)
treef773fa8cbd7b86e5cd62517d7d6bb4aebb179bd2 /README.md
parentb9a5c681a6620d9cf68e42fc4ec15d860f50ecd1 (diff)
Enha: add agent to chat history; gen-regen diff
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 176ec2e..2f0dc2e 100644
--- a/README.md
+++ b/README.md
@@ -43,3 +43,6 @@
- if option to show sys msg enabled: it show display new tool responses;
- when bot generation ended with err: need a way to switch back to the bot_resp_false mode;
- no selection focus on modal sys buttons after opening it a second time;
+- chat should contain char in it (one to many: char: []chats);
+- char card is the sys message, but how about giving tools to char that does not have it?
+- it is a bit clumsy to mix chats in db and chars from the external files, maybe load external files in db on startup?