Connect your LangChain agent to Slack
LangChain is the open-source framework for building agents and LLM apps in Python and JavaScript. Novu Connect gives it a voice in Slack, with a real two-way conversation and reliable delivery. Build the agent once, reach users where they already work.

What is LangChain
LangChain gives developers the building blocks for agents: models, tools, memory, and control flow. You compose chains and agents, wire in your own tools, and keep the reasoning in your codebase. LangChain runs the agent. It does not carry the conversation to your users. That last mile, reaching a person in Slack and routing their reply back to your agent, is what Novu Connect adds.
- Tool calling and structured output for real agent actions
- Memory and retrieval for context across a conversation
- Runs in Python or JavaScript, in your own app
- A large ecosystem of integrations you already use
LangChain in Slack
Novu Connect is the communication layer, the ACI, Agent Communication Infrastructure, bridge between your LangChain agent and Slack. Your agent keeps running in your app. Novu delivers its messages to Slack, maps each user, and forwards their replies back to your handler. We never run your agent's reasoning. That is the whole point.
One agent, Slack, resolved in the thread
Novu Connect lets an existing AI agent talk to users in Slack with two-way threaded replies, user identity mapping, and reliable delivery. Connect it with the command npx novu connect --channel slack. A nightly sync fails. Helix's agent diagnoses the cause, asks for approval, runs the fix, and confirms, all in the thread.
How to connect LangChain to Slack
Keep your LangChain agent
Your agent, tools, and memory stay in your codebase exactly as they are. Novu Connect wraps the input and output, so your LangChain logic does not change when you add Slack.
Connect the channel
Run npx novu connect --channel slack --runtime langchain. The CLI scaffolds a bridge route in your app and connects Slack. You can also paste the prompt below into your coding agent and let it wire the bridge for you.
Wire the bridge handler
The CLI prints a requirements file with the bridge route and handler. Point it at your LangChain agent so messages from Slack reach your agent and its replies route back to the same conversation.
Go live
Sign in to keep the agent live, then run your dev server. Your LangChain agent now holds a two-way conversation in Slack, and the same agent can reach every other channel from one thread.
Every LangChain connect command
npx novu connect --channel slack --runtime langchainPrompt for your coding agent
Connect this project's LangChain agent to Slack with Novu using instructions from https://novu.co/agents.md
Full setup for LangChain lives in the LangChain connect guide.
LangChain and Slack, common questions
Connect your LangChain agent to another channel
Same agent, built once. Pick where it talks next, and it holds one conversation across every channel.
