mirror of
https://github.com/langchain-ai/langgraph-messaging-integrations.git
synced 2026-07-01 13:19:54 -04:00
12 lines
401 B
Bash
12 lines
401 B
Bash
# These are available in the oauth section of your Slack App
|
|
SLACK_SIGNING_SECRET=
|
|
SLACK_BOT_TOKEN=xoxb-...
|
|
# If you're deploying the chatbot here, set other env vars
|
|
ANTHROPIC_API_KEY=...
|
|
|
|
# This is either a specific ID of an assistant or the name of a graph
|
|
# (the key of a graph in the key-value pairs in the langgraph.json file)
|
|
LANGGRAPH_ASSISTANT_ID=chat
|
|
# SLACK_BOT_USER_ID= (optional)
|
|
CONFIG=
|