hendrik/lib
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
..
__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: auto table creation (lazy) for ragroleplay 2026-07-12 13:36:54 +07:00