From 796f12bf7007def4ecd375d4b60b755b238dd6b7 Mon Sep 17 00:00:00 2001 From: Ezra Date: Sun, 5 Apr 2026 07:42:22 +0000 Subject: [PATCH] =?UTF-8?q?[DEEP-DIVE]=20Automated=20intelligence=20briefi?= =?UTF-8?q?ng=20scaffold=20=E2=80=94=20supports=20#830?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scaffold/deep-dive/.env.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scaffold/deep-dive/.env.example diff --git a/scaffold/deep-dive/.env.example b/scaffold/deep-dive/.env.example new file mode 100644 index 0000000..ec32fb4 --- /dev/null +++ b/scaffold/deep-dive/.env.example @@ -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