Commit Graph

23 Commits

Author SHA1 Message Date
41669d4909 Rapihin pelan-pelan sambil kasih catatan 2026-07-16 17:04:56 +07:00
dba98e6fd8 cleanup a small prompts 2026-07-16 10:46:35 +07:00
24e6b7996d The red button 2026-07-14 12:58:00 +07:00
ed23a5ceb2 user load 2026-07-14 05:43:42 +07:00
96993adaee New fields 2026-07-13 17:07:55 +07:00
2da4fe26c4 farewell 2026-07-13 16:30:24 +07:00
7fa456ee5f feat: memories_latest limit=0 default, agent decides limit per call 2026-07-12 18:24:23 +07:00
1077381a4a feat: init_db on startup, fix users_update UUID, memories_latest limit 6, incremental profile + cross-platform instructions 2026-07-12 18:13:08 +07:00
2d87641cfd Refactor 2026-07-12 15:01:17 +07:00
b9a76d080a Refactor for override character 2026-07-12 14:51:58 +07:00
099cab60fb feat: change user reference from nickname to UUID in memories
- Change user field type from pyarrow.string() to pyarrow.uuid() in
  knowledge_memories and knowledge_scenario schemas
- Convert user to UUID via _uuid() in memories_store()
- Use UUID hex comparison in memories_filter() and memories_latest()
- Rename user to user_id in memories tool schemas with UUID description
- Convert user to UUID in memories tool handlers
- Add User ID (UUID) to User Context in telegram and xmpp clients
- Update roleplayer instructions to use user_id with UUID instead of
  nickname
2026-07-12 13:39:39 +07:00
2c65c51ec9 feat: add salutation field to user profile
- Add salutation field to knowledge_user schema (after alias, nullable)
- Update users_store() to accept and store salutation
- Add salutation to users_store and users_update tool schemas
- Add salutation to users_filter output display
- Add Salutation to User Context in telegram and xmpp clients
2026-07-12 13:38:02 +07:00
11d05a937e feat: auto table creation (lazy) for ragroleplay
- Refactor create_table() to use per-table schema functions
- Add _TABLE_SCHEMAS dict mapping table names to schema factories
- Add ensure_table() for lazy table creation on first access
- Tables auto-create if missing when any CRUD operation is called
2026-07-12 13:36:54 +07:00
8126258344 memories_latest tools 2026-07-11 10:42:56 +07:00
99d4f1d900 Improve ragroleplay 2026-07-11 05:59:55 +07:00
5779c9bcdf Fixing uuid issues 2026-07-07 16:57:46 +07:00
c99ccdcc34 allow roleplayer use tool calling 2026-07-07 06:32:34 +07:00
5dee3ad8fa memories 2026-07-07 06:03:21 +07:00
7c05c5c9a3 Improve personality 2026-07-05 23:55:24 +07:00
9993f1f0e7 Fixing tools calling failure 2026-07-03 10:45:00 +07:00
8a001cffa9 Strategist 2026-06-26 11:32:21 +07:00
1dba9e32f2 Fixing tool calling failure issue 2026-06-26 10:00:24 +07:00
059445de5e Cleanup refactor 2026-06-23 11:23:04 +07:00