Initial commit: Discord-Claude Gateway with event-driven agent runtime

This commit is contained in:
2026-02-22 13:59:57 -05:00
parent b4f340b610
commit f2247ea3ac
28 changed files with 2056 additions and 205 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Required
DISCORD_BOT_TOKEN=your-discord-bot-token-here
# Recommended
OUTPUT_CHANNEL_ID=your-discord-channel-id-for-heartbeat-cron-output
# Optional
# CLAUDE_CLI_PATH=claude
# CONFIG_DIR=./config
# ALLOWED_TOOLS=Read,Write,Edit,Glob,Grep,WebSearch,WebFetch
# PERMISSION_MODE=bypassPermissions
# QUERY_TIMEOUT_MS=120000
# MAX_CONCURRENT_QUERIES=5
# MAX_QUEUE_DEPTH=100
# IDLE_SESSION_TIMEOUT_MS=1800000
# LOG_LEVEL=info