LangBot n8n工作流 是 AI Skill Hub 本期精选Agent工作流之一。在 GitHub 上收获超过 16.0k 颗 Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
基于n8n的生产级多平台智能机器人开发平台。支持钉钉、微信等主流IM,集成DeepSeek等大模型,提供低代码工作流构建。适合需要快速部署企业级对话机器人的开发者和企业。
LangBot n8n工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
基于n8n的生产级多平台智能机器人开发平台。支持钉钉、微信等主流IM,集成DeepSeek等大模型,提供低代码工作流构建。适合需要快速部署企业级对话机器人的开发者和企业。
LangBot n8n工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install langbot
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install langbot
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/langbot-app/LangBot
cd LangBot
pip install -e .
# 验证安装
python -c "import langbot; print('安装成功')"
# 命令行使用
langbot --help
# 基本用法
langbot input_file -o output_file
# Python 代码中调用
import langbot
# 示例
result = langbot.process("input")
print(result)
# langbot 配置文件示例(config.yml) app: name: "langbot" debug: false log_level: "INFO" # 运行时指定配置文件 langbot --config config.yml # 或通过环境变量配置 export LANGBOT_API_KEY="your-key" export LANGBOT_OUTPUT_DIR="./output"
<p align="center"> <a href="https://langbot.app"> <img width="130" src="res/logo-blue.png" alt="LangBot"/> </a>
<a href="https://www.producthunt.com/products/langbot?utm_source=badge-follow&utm_medium=badge&utm_source=badge-langbot" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/follow.svg?product_id=1077185&theme=light" alt="LangBot - Production-grade IM bot made easy. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
English / 简体中文 / 繁體中文 / 日本語 / Español / Français / 한국어 / Русский / Tiếng Việt
<img src="https://img.shields.io/badge/python-3.10 ~ 3.13 -blue.svg" alt="python">
<a href="https://langbot.app">Website</a> | <a href="https://link.langbot.app/en/docs/features">Features</a> | <a href="https://link.langbot.app/en/docs/guide">Docs</a> | <a href="https://link.langbot.app/en/docs/api">API</a> | <a href="https://space.langbot.app/cloud">Cloud</a> | <a href="https://space.langbot.app">Plugin Market</a> | <a href="https://langbot.featurebase.app/roadmap">Roadmap</a>
</div>
</p>
---
→ Learn more about all features
📍 Practical guides: deploy a multi-platform AI bot in 5 minutes, connect DeepSeek to WeChat, Discord, and Telegram, run a Dify Agent in Discord, Telegram, and Slack, and build an n8n-powered chatbot.
---
git clone https://github.com/langbot-app/LangBot
cd LangBot/docker
docker compose up -d
More options: Docker · Manual · BTPanel · Kubernetes
---
Try it now: https://demo.langbot.dev/
demo@langbot.applangbot123456Note: Public demo environment. Do not enter sensitive information.
---
| Provider | Type | Status |
|---|---|---|
| [OpenAI](https://platform.openai.com/) | LLM | ✅ |
| [Anthropic](https://www.anthropic.com/) | LLM | ✅ |
| [DeepSeek](https://www.deepseek.com/) | LLM | ✅ |
| [Google Gemini](https://aistudio.google.com/prompts/new_chat) | LLM | ✅ |
| [xAI](https://x.ai/) | LLM | ✅ |
| [Moonshot](https://www.moonshot.cn/) | LLM | ✅ |
| [Zhipu AI](https://open.bigmodel.cn/) | LLM | ✅ |
| [Ollama](https://ollama.com/) | Local LLM | ✅ |
| [LM Studio](https://lmstudio.ai/) | Local LLM | ✅ |
| [Dify](https://dify.ai) | LLMOps | ✅ |
| [MCP](https://modelcontextprotocol.io/) | Protocol | ✅ |
| [SiliconFlow](https://siliconflow.cn/) | Gateway | ✅ |
| [Aliyun Bailian](https://bailian.console.aliyun.com/) | Gateway | ✅ |
| [Volc Engine Ark](https://console.volcengine.com/ark/region:ark+cn-beijing/model?vendor=Bytedance&view=LIST_VIEW) | Gateway | ✅ |
| [ModelScope](https://modelscope.cn/docs/model-service/API-Inference/intro) | Gateway | ✅ |
| [GiteeAI](https://ai.gitee.com/) | Gateway | ✅ |
| [CompShare](https://www.compshare.cn/?ytag=GPU_YY-gh_langbot) | GPU Platform | ✅ |
| [PPIO](https://ppinfra.com/user/register?invited_by=QJKFYD&utm_source=github_langbot) | GPU Platform | ✅ |
| [ShengSuanYun](https://www.shengsuanyun.com/?from=CH_KYIPP758) | GPU Platform | ✅ |
| [接口 AI](https://jiekou.ai/) | Gateway | ✅ |
| [302.AI](https://share.302.ai/SuTG99) | Gateway | ✅ |
| [Qiniu](https://www.qiniu.com/ai/agent) | Gateway | ✅ |
---
活跃的生产级项目,结合n8n低代码平台与Agent能力,解决企业级IM机器人快速部署痛点,生态完整度高。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,LangBot n8n工作流 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | LangBot |
| 原始描述 | 开源n8n工作流:Production-grade platform for building agentic IM bots - 生产级多平台智能机器人开发平台. 提供 Age。⭐16.0k · Python |
| Topics | n8n工作流多平台IM机器人Agent框架低代码开发DeepSeek集成 |
| GitHub | https://github.com/langbot-app/LangBot |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端