[DEEP-DIVE] Automated intelligence briefing scaffold — supports #830
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
This commit is contained in:
13
scaffold/deep-dive/.env.example
Normal file
13
scaffold/deep-dive/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Deep Dive Environment Configuration
|
||||
|
||||
# Telegram (required for delivery)
|
||||
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
||||
TELEGRAM_CHANNEL_ID=-1001234567890
|
||||
|
||||
# Optional: LLM API for synthesis (defaults to local routing)
|
||||
# ANTHROPIC_API_KEY=sk-...
|
||||
# OPENROUTER_API_KEY=sk-...
|
||||
|
||||
# Optional: Custom paths
|
||||
# OUTPUT_DIR=./output
|
||||
# CHROMA_DB_DIR=./chroma_db
|
||||
Reference in New Issue
Block a user