mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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>
20 lines
No EOL
450 B
Text
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= |