Commit Graph

14 Commits

Author SHA1 Message Date
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
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
4995412bc1 Forcing to read the memories 2026-07-11 17:20:59 +07:00
379307278d Fixing telegram client bug 2026-07-11 12:52:26 +07:00
27b64a3a54 Auto-search user info with services ID 2026-07-07 17:17:50 +07:00
9993f1f0e7 Fixing tools calling failure 2026-07-03 10:45:00 +07:00
059445de5e Cleanup refactor 2026-06-23 11:23:04 +07:00
7aa1f56124 Refactoring 2026-06-22 11:39:11 +07:00
6725b7bf0c Renaming persona into personality 2026-06-21 11:47:34 +07:00
dd4c6c674d Unbuffered output 2026-06-18 08:12:59 +07:00
3b5ef010df Telegram Bot Client 2026-06-16 22:44:10 +07:00