hendrik/lib
Dita Aji Pratama 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
..
__init__.py Cleanup refactor 2026-06-23 11:23:04 +07:00
agent_loop.py Fixing tools calling failure 2026-07-03 10:45:00 +07:00
gadget.py Cleanup refactor 2026-06-23 11:23:04 +07:00
ntro.py Cleanup refactor 2026-06-23 11:23:04 +07:00
personality.py allow roleplayer use tool calling 2026-07-07 06:32:34 +07:00
ragroleplay.py feat: change user reference from nickname to UUID in memories 2026-07-12 13:39:39 +07:00