fabro/.env.example
Bryan Helmkamp fb76c0ec3e Add arc-slack crate: Slack Socket Mode integration for interviewer
Implements a complete Slack integration for the interviewer system using
Socket Mode (WebSocket-based, no public URL required). Supports all five
question types: YesNo, Confirmation, MultipleChoice, MultiSelect, and
Freeform (via thread replies with @mention).

Modules: config, client, blocks, interaction, socket, dispatch,
connection, threads. 72 unit tests + e2e example.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-05 09:16:22 -05:00

20 lines
No EOL
450 B
Text

export ANTHROPIC_API_KEY=
export BRAVE_SEARCH_API_KEY=
export DAYTONA_API_KEY=
export GEMINI_API_KEY=
export INCEPTION_API_KEY=
export KIMI_API_KEY=
export MINIMAX_API_KEY=
export OPENAI_API_KEY=
export ZAI_API_KEY=
export ARC_JWT_PRIVATE_KEY=
export ARC_JWT_PUBLIC_KEY=
export SESSION_SECRET=
export GITHUB_APP_CLIENT_SECRET=
export GITHUB_APP_WEBHOOK_SECRET=
export GITHUB_APP_PRIVATE_KEY=
export ARC_SLACK_APP_TOKEN=
export ARC_SLACK_BOT_TOKEN=