feat(bot): add configurable household assistant behavior

This commit is contained in:
2026-03-12 03:22:43 +04:00
parent 146f5294f4
commit 4e7400e908
22 changed files with 4127 additions and 96 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "households" ADD COLUMN "assistant_context" text;
ALTER TABLE "households" ADD COLUMN "assistant_tone" text;