⚙️
Agent工作流

awesome-LangGraph — AI Agent 工作流中文教程

基于 JavaScript · 无代码搭建完整 AI 自动化流程
英文名:awesome-LangGraph
⭐ 1.8k Stars 🍴 206 Forks 💻 JavaScript 📄 CC0-1.0 🏷 AI 8.6分
8.6AI 综合评分
aiawesomeawesome-listlangchainlanggraphllmmust-have-ai
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,awesome-LangGraph — AI Agent 工作流中文教程 获评「强烈推荐」。已获得 1.8k 颗 GitHub Star,这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.6 分,适合有一定技术背景的用户使用。

📚 深度解析
awesome-LangGraph — AI Agent 工作流中文教程 是一套完整的 AI Agent 自动化工作流方案。随着 AI 能力的不断提升,基于 Agent 的自动化工作流正在成为提升个人和团队效率的核心方式。区别于传统的 RPA 自动化(模拟鼠标键盘操作),AI Agent 工作流通过理解任务意图、动态规划执行路径,能够处理更复杂的非结构化任务。

awesome-LangGraph — AI Agent 工作流中文教程 工作流的设计遵循"最小配置,最大复用"原则:核心逻辑已经封装好,用户只需配置自己的 API Key 和业务参数即可快速上手。工作流内置错误处理和重试机制,在网络波动或 API 限速等情况下仍能稳定运行,适合作为生产环境的自动化基础设施。

在实际部署时,建议先在测试环境中运行 3-5 次,验证各个环节的输出结果符合预期,再部署到生产环境。AI Skill Hub 评分 8.6 分,是同类 Agent 工作流中的精选推荐。
📋 工具概览

awesome-LangGraph — AI Agent 工作流中文教程 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

GitHub Stars
⭐ 1.8k
开发语言
JavaScript
支持平台
Windows / macOS / Linux
维护状态
正常维护,社区驱动
开源协议
CC0-1.0
AI 综合评分
8.6 分
工具类型
Agent工作流
Forks
206
📖 中文文档
以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

awesome-LangGraph — AI Agent 工作流中文教程 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

📌 核心特色
  • 可视化 Agent 工作流编排,无需编写复杂代码
  • 支持多步骤自动化任务链,实现全流程无人值守
  • 与外部 API、数据库和第三方服务无缝集成
  • 内置错误处理与自动重试机制,保障稳定运行
  • 提供可复用的自动化模板,快速在同类场景部署
🎯 主要使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g awesome-langgraph

# 方式二:npx 直接运行(无需安装)
npx awesome-langgraph --help

# 方式三:项目依赖安装
npm install awesome-langgraph

# 方式四:从源码运行
git clone https://github.com/vonzosten/awesome-LangGraph
cd awesome-LangGraph
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
awesome-langgraph --help

# 基本用法
awesome-langgraph [options] <input>

# Node.js 代码中使用
const awesome_langgraph = require('awesome-langgraph');

const result = await awesome_langgraph.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# awesome-langgraph 配置说明
# 查看配置选项
awesome-langgraph --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export AWESOME_LANGGRAPH_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 40/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

🦜🕸️ Awesome LangGraph & LangChain Ecosystem ![Awesome](https://awesome.re/badge.svg) ![Last Updated](https://img.shields.io/github/last-commit/von-development/awesome-LangGraph)

The definitive index of frameworks, templates, and real-world projects for teams that want to build, observe, evaluate, and deploy stateful, tool-using AI agents with the LangChain + LangGraph stack.

Whether you’re prototyping your first workflow or operating production systems, this list maps the full lifecycle of agent development, from building with core libraries and integrations, to observing runs with platform tooling, evaluating quality and behavior, and deploying reliable agent applications.

What you’ll find - Core frameworks: LangChain, LangGraph, Deep Agents, and LangSmith - Resources for building, observing, evaluating, and deploying agent systems - Integrations & MCP tooling across models, vector stores, loaders, and tools - Official LangChain/LangGraph projects and prebuilt agent libraries - Community projects grouped by use case (RAG, web automation, research, finance, etc.) - Starter templates and learning resources to get productive fast

Contributions welcome—see the Contributing Guide.

---

Advanced Usage

Advanced capabilities and techniques for sophisticated AI applications

FeatureDescription
**🧠 [Long-term Memory](https://docs.langchain.com/oss/python/langchain/long-term-memory)**Persistent memory that survives across sessions
**🛡️ [Guardrails](https://docs.langchain.com/oss/python/langchain/guardrails)**Safety checks and policy enforcement for agent inputs, outputs, and tool usage
**🎯 [Context Engineering](https://docs.langchain.com/oss/python/langchain/context-engineering)**Techniques for optimizing prompts and context management
**📋 [Structured Output](https://docs.langchain.com/oss/python/langchain/structured-output)**Generate responses in specific formats and schemas
**🔗 [Model Context Protocol](https://docs.langchain.com/oss/python/langchain/mcp)**Standardized tool integration and context sharing
**👥 [Human-in-the-Loop](https://docs.langchain.com/oss/python/langchain/human-in-the-loop)**Approval workflows and interrupt-based human oversight for sensitive agent actions
**🤝 [Multi-agent](https://docs.langchain.com/oss/python/langchain/multi-agent)**Coordinated systems with multiple AI agents
**🔍 [Retrieval](https://docs.langchain.com/oss/python/langchain/retrieval)**Advanced document retrieval and RAG patterns
**⚙️ [Runtime](https://docs.langchain.com/oss/python/langchain/runtime)**Production deployment and runtime management
**🔧 [Middleware](https://docs.langchain.com/oss/python/langchain/middleware)**Custom processing layers and request/response modification

</details>

<details> <summary><strong>▫️ LangChain Libraries ▫️</strong></summary>

PackagePythonTypeScriptDescription
**LangChain**[langchain](https://github.com/langchain-ai/langchain/tree/master/libs/langchain)[langchain](https://github.com/langchain-ai/langchainjs/tree/main/langchain)Main framework with chains, agents, retrieval methods, and cognitive architecture
**LangChain Core**[langchain-core](https://github.com/langchain-ai/langchain/tree/master/libs/core)[@langchain/core](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-core)Base abstractions and runtime for the entire ecosystem
**Community**[langchain-community](https://github.com/langchain-ai/langchain/tree/master/libs/community)[@langchain/community](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-community)Third-party integrations and community contributions
**MCP Adapters**[langchain-mcp-adapters](https://github.com/langchain-ai/langchain-mcp-adapters)-Make Anthropic MCP tools compatible with agents
**Text Splitters**[langchain-text-splitters](https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters)[@langchain/textsplitters](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-textsplitters)Document processing and text splitting utilities
**Experimental**[langchain-experimental](https://github.com/langchain-ai/langchain/tree/master/libs/experimental)[@langchain/experimental](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-experimental)Beta features and experimental components
**CLI Tools**[langchain-cli](https://github.com/langchain-ai/langchain/tree/master/libs/cli)-Command line interface for project management
**Legacy**[langchain-legacy](https://github.com/langchain-ai/langchain/tree/master/libs/legacy)-Legacy components from pre-v1.0 (Python only)

<details> <summary><strong>▫️ LangChain Documentation ▫️</strong></summary>

Access the official LangChain documentation across the current unified docs experience and legacy redirect URLs:

DocsPythonJavaScriptNotes
**Current Open Source Docs**[Overview](https://docs.langchain.com/oss/python/langchain/overview)[Overview](https://docs.langchain.com/oss/javascript/langchain/overview)Current unified LangChain OSS docs on docs.langchain.com
**Legacy Redirects**[Legacy Entry](https://python.langchain.com/docs/introduction/)[Legacy Entry](https://js.langchain.com/docs/introduction/)Older URLs that now redirect to the current overview docs

</div>

AI-accessible documentation format for LLMs and IDEs - LangChain now exposes a unified llms.txt entrypoint on docs.langchain.com for programmatic access to the latest documentation across LangChain, LangGraph, LangSmith, and API references.

🌐 Web Automation & Scraping

</div>

Browser control, web task automation, and data extraction

ProjectDescriptionGitHub Stars
[esinecan/agentic-ai-browser](https://github.com/esinecan/agentic-ai-browser)Web automation agent with behavioral caching, DOM fidelity, and success pattern recording![GitHub stars](https://img.shields.io/github/stars/esinecan/agentic-ai-browser?style=social)<br>![Last commit](https://img.shields.io/github/last-commit/esinecan/agentic-ai-browser)
[browser-use/browser-use](https://github.com/browser-use/browser-use)Library for AI agents to control websites and automate tasks![GitHub stars](https://img.shields.io/github/stars/browser-use/browser-use?style=social)<br>![Last commit](https://img.shields.io/github/last-commit/browser-use/browser-use)
[stanford-mast/blast](https://github.com/stanford-mast/blast)High-performance serving engine for browser-augmented LLM applications with auto-scaling and OpenAI-compatible API![GitHub stars](https://img.shields.io/github/stars/stanford-mast/blast?style=social)<br>![Last commit](https://img.shields.io/github/last-commit/stanford-mast/blast)
[ScrapeGraphAI/scrapecraft](https://github.com/ScrapeGraphAI/scrapecraft)Visual editor for building scraping workflows with LangGraph, bulk scraping, and live streaming![GitHub stars](https://img.shields.io/github/stars/ScrapeGraphAI/scrapecraft?style=social)<br>![Last commit](https://img.shields.io/github/last-commit/ScrapeGraphAI/scrapecraft)
[nickhawn/news-agent](https://github.com/nickhawn/news-agent)News crawler that personalizes daily summaries with Tavily and memory![GitHub stars](https://img.shields.io/github/stars/nickhawn/news-agent?style=social)<br>![Last commit](https://img.shields.io/github/last-commit/nickhawn/news-agent)
[hermesagent/langchain-hermes](https://github.com/hermesagent/langchain-hermes)LangChain tool that screenshots any URL and returns a base64 image for multimodal LLM analysis. No signup required for basic use.![GitHub stars](https://img.shields.io/github/stars/hermesagent/langchain-hermes?style=social)<br>![Last commit](https://img.shields.io/github/last-commit/hermesagent/langchain-hermes)

🖥️ Chat Interfaces & GUIs

</div>

Frontend applications, chat interfaces, and graphical user interfaces for AI agents

ProjectDescriptionGitHub Stars
[GaiZhenbiao/ChuanhuChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT)GUI for ChatGPT/LLMs with agent support, web search, and knowledge base features![GitHub stars](https://img.shields.io/github/stars/GaiZhenbiao/ChuanhuChatGPT?style=social)<br>![Last commit](https://img.shields.io/github/last-commit/GaiZhenbiao/ChuanhuChatGPT)
[CopilotKit/open-multi-agent-canvas](https://github.com/CopilotKit/open-multi-agent-canvas)Multi-agent chat interface with travel/research examples and MCP servers![GitHub stars](https://img.shields.io/github/stars/CopilotKit/open-multi-agent-canvas?style=social)<br>![Last commit](https://img.shields.io/github/last-commit/CopilotKit/open-multi-agent-canvas)
[teddynote-lab/LangConnect-Client](https://github.com/teddynote-lab/LangConnect-Client)Streamlit RAG client with document management, semantic/hybrid search, and MCP integration![GitHub stars](https://img.shields.io/github/stars/teddynote-lab/LangConnect-Client?style=social)<br>![Last commit](https://img.shields.io/github/last-commit/teddynote-lab/LangConnect-Client)

Ecosystem Components:

🔗 LangChain - Provides integrations and composable components to streamline LLM application development. Contains agent abstractions built on top of LangGraph.

🕸️ LangGraph - The core framework for building stateful, multi-agent systems with complex workflows, collaboration, and memory management.

🧠 Deep Agents - An agent harness for building agents that can plan, decompose complex tasks, use subagents, manage large context with filesystem tools, and persist long-term memory.

🛠️ LangSmith - The platform layer for observing, evaluating, and deploying AI agents and LLM applications with tracing, prompt engineering, Agent Server deployment, sandboxes, and operational tooling.

🧩 LangSmith Fleet - A no-code platform for creating and managing AI agents from templates, connecting apps and accounts, automating routine work, and keeping humans in control with approvals and oversight.

🤝 LangChain Integrations & Partners - Third-party integrations and provider packages that extend LangChain's capabilities across the AI ecosystem. These integration packages provide standardized interfaces to work with popular AI services, databases, and tools.

---

Core Components

Essential building blocks for LangChain applications

ComponentDescription
**🤖 [Agents](https://docs.langchain.com/oss/python/langchain/agents)**Decision-making systems that use LLMs to determine which actions to take
**🧠 [Models](https://docs.langchain.com/oss/python/langchain/models)**Unified interfaces for LLMs and embedding models across providers
**💬 [Messages](https://docs.langchain.com/oss/python/langchain/messages)**Structured communication format between components
**🛠️ [Tools](https://docs.langchain.com/oss/python/langchain/tools)**External function calls and integrations for agents
**🧭 [Short-term Memory](https://docs.langchain.com/oss/python/langchain/short-term-memory)**Working memory for maintaining conversation context
**⚡ [Streaming](https://docs.langchain.com/oss/python/langchain/streaming)**Real-time response processing for partial results

🦜 LangChain Integrations & Partners 🤝

</div>

Third-party integrations and provider packages that extend LangChain's capabilities across the AI ecosystem. These integration packages provide standardized interfaces to work with popular AI services, databases, and tools.

<details> <summary><strong>🔸 Chat Models 🔸</strong></summary>

Language models that use message sequences as input/output for conversational AI. Support tool calling, structured output, streaming, and multimodal inputs for building sophisticated chat applications.

</details>

<details> <summary><strong>🔸 Tools & Toolkits 🔸</strong></summary>

Enable agents to interact with external systems. Define input schemas for tool calling and executing actions. Support web search, database queries, file operations, browser control, and API integrations.

</details>

<details> <summary><strong>🔸 Middleware 🔸</strong></summary>

Control and customize agent execution at every step. Add logging, retries, guardrails, human approval, rate limiting, prompt transforms, and other execution-time behavior.

</details>

<details> <summary><strong>🔸 Sandboxes 🔸</strong></summary>

Run agent-generated code in isolated execution environments. Sandboxes provide safer boundaries for shell access, filesystem operations, and code execution.

</details>

<details> <summary><strong>🔸 Checkpointers 🔸</strong></summary>

Persistence backends for LangGraph state. Save and resume agent state across interactions using in-memory, SQL, Redis, MongoDB, cloud, and other checkpoint stores.

</details>

<details> <summary><strong>🔸 Retrievers 🔸</strong></summary>

Advanced retrieval strategies that combine dense and sparse search methods. Enable sophisticated document retrieval patterns including hybrid search, reranking, and context-aware retrieval for RAG applications.

</details>

<details> <summary><strong>🔸 Text Splitters 🔸</strong></summary>

Break large documents into smaller, manageable chunks. Maintain semantic coherence while fitting within model context windows. Essential for RAG pipelines and document processing workflows.

</details>

<details> <summary><strong>🔸 Embedding Models 🔸</strong></summary>

Transform raw text into fixed-length vectors that capture semantic meaning. Enable machines to compare and search text based on meaning rather than exact words. Essential for retrieval, semantic search, and ranking workflows.

</details>

<details> <summary><strong>🔸 Vector Stores 🔸</strong></summary>

Databases optimized for storing and querying high-dimensional vectors using similarity metrics. Used with embedding models to power semantic search, retrieval, and knowledge base applications.

</details>

<details> <summary><strong>🔸 Document Loaders 🔸</strong></summary>

Integrations for ingesting data from files, websites, databases, APIs, and cloud systems. Transform diverse sources into LangChain Document objects for downstream processing.

</details>

<n></n>

---

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 做语音类 AI 产品的开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • embedding 模型与查询模型不一致导致检索失效
部署方案
  • Docker:awesome-LangGraph 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
awesome-LangGraph 中文教程awesome-LangGraph 安装报错怎么办awesome-LangGraph MCP 配置awesome-LangGraph Docker 部署awesome-LangGraph Agent 工作流awesome-LangGraph 与同类工具对比awesome-LangGraph 最佳实践awesome-LangGraph 适合谁用
⚡ 核心功能
👥 适合人群
自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队
🎯 使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
⚖️ 优点与不足
✅ 优点
  • +CC0-1.0 协议,可免费商用
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ CC0 1.0 — 公共领域贡献,完全放弃版权,无任何使用限制。

🔗 相关工具推荐
❓ 常见问题 FAQ
awesome-LangGraph 是一款JavaScript开发的AI辅助工具。An index of the LangChain + LangGraph ecosystem: concepts, projects, tools, templates, and guides for LLM & multi-agent apps.
💡 AI Skill Hub 点评

AI Skill Hub 点评:awesome-LangGraph — AI Agent 工作流中文教程 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ CC0-1.0 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 awesome-LangGraph — AI Agent 工作流中文教程
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 awesome-LangGraph
原始描述 An index of the LangChain + LangGraph ecosystem: concepts, projects, tools, templates, and guides for LLM & multi-agent apps.
Topics aiawesomeawesome-listlangchainlanggraphllmmust-have-ai
GitHub https://github.com/vonzosten/awesome-LangGraph
License CC0-1.0
语言 JavaScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/vonzosten/awesome-LangGraph

收录时间:2026-05-22 · 更新时间:2026-05-22 · License:CC0-1.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。