feat(WHE-22): ingest configured topic messages with idempotent persistence

This commit is contained in:
2026-03-05 04:32:58 +04:00
parent e72c145e3d
commit 67e9e2dee2
16 changed files with 1838 additions and 20 deletions

View File

@@ -14,6 +14,11 @@ TELEGRAM_BOT_TOKEN=your-telegram-bot-token
TELEGRAM_WEBHOOK_SECRET=your-webhook-secret
TELEGRAM_BOT_USERNAME=your_bot_username
TELEGRAM_WEBHOOK_PATH=/webhook/telegram
TELEGRAM_HOUSEHOLD_CHAT_ID=-1001234567890
TELEGRAM_PURCHASE_TOPIC_ID=777
# Household
HOUSEHOLD_ID=11111111-1111-4111-8111-111111111111
# Parsing / AI
OPENAI_API_KEY=your-openai-api-key