Implement persistent conversational AI chat

This commit is contained in:
2026-07-19 16:18:01 +02:00
parent fb5cae2131
commit ac611e3f7f
31 changed files with 4035 additions and 43 deletions

View File

@@ -1,3 +1,4 @@
pub mod chat;
pub mod db_notification;
pub mod generated_file_hash;
pub mod import_definition;