Commit Graph

7 Commits

Author SHA1 Message Date
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
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
8126258344 memories_latest tools 2026-07-11 10:42:56 +07:00
99d4f1d900 Improve ragroleplay 2026-07-11 05:59:55 +07:00
a77c1cfbba Still fixing uuid issues 2026-07-07 16:59:16 +07:00
5dee3ad8fa memories 2026-07-07 06:03:21 +07:00