Go to file
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
agent feat: change user reference from nickname to UUID in memories 2026-07-12 13:39:39 +07:00
interfaces/tui Forcing to read the memories 2026-07-11 17:20:59 +07:00
lib feat: change user reference from nickname to UUID in memories 2026-07-12 13:39:39 +07:00
services feat: change user reference from nickname to UUID in memories 2026-07-12 13:39:39 +07:00
tools feat: change user reference from nickname to UUID in memories 2026-07-12 13:39:39 +07:00
.env.example Telegram Bot Client 2026-06-16 22:44:10 +07:00
.gitignore update gitignore 2026-06-17 15:05:14 +07:00
config.py feat: remove general-purpose RAG tools (rag.py) 2026-07-12 13:34:40 +07:00
default-config.yaml feat: remove general-purpose RAG tools (rag.py) 2026-07-12 13:34:40 +07:00
hendrik Model selector 2026-06-16 14:59:40 +07:00
hendrik.py feat: add --char CLI argument for character selection 2026-07-12 13:35:14 +07:00
requirements.txt Adding depenedncies lib baru 2026-07-07 17:13:02 +07:00