Go to file
Dita Aji Pratama 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
agent Forcing to read the memories 2026-07-11 17:20:59 +07:00
interfaces/tui Forcing to read the memories 2026-07-11 17:20:59 +07:00
lib feat: auto table creation (lazy) for ragroleplay 2026-07-12 13:36:54 +07:00
services Forcing to read the memories 2026-07-11 17:20:59 +07:00
tools feat: remove general-purpose RAG tools (rag.py) 2026-07-12 13:34:40 +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