Building Agentic Workflows in Python with LangGraph
LangGraph 提供了一种结构化方法来构建 Python 中的智能代理工作流,通过状态、节点和边的组合实现可追踪的执行流程。
入选理由:LangGraph 的状态对象携带完整消息历史,使整个执行流程可见、可检查。
产品
别名:LangGraph Platform
用于构建智能代理工作流的Python框架
已跟踪 20 条高相关材料
最近变化
2026-07-20 · LangGraph 的状态对象携带完整消息历史,使整个执行流程可见、可检查。
为什么值得关注
LangGraph 被反复提及时,通常意味着它正在影响产品路线、开发者工作流或 AI 产业判断。这个页面把分散材料合并成一个可持续更新的观察入口。
Building Agentic Workflows in Python with LangGraph
Machine Learning Mastery · 8.5 分
LangGraph 提供了一种结构化方法来构建 Python 中的智能代理工作流,通过状态、节点和边的组合实现可追踪的执行流程。
How to Build Your First Multi-Agent AI System in Python and LangGraph
freeCodeCamp.org · 8.5 分
本文详解使用Python和LangGraph构建多智能体AI系统,对比框架与无框架实现的差异,强调本地运行的低成本优势。
How a local-first personal AI agent uses orchestration, memory, tools, LangGraph, background workflo...
Harrison Chase(@hwchase17) · 8.5 分
本地优先AI代理通过LangGraph和子代理实现复杂任务编排,提升响应效率。
已收录 20 条与 LangGraph 相关的内容,按评分排序。
LangGraph 提供了一种结构化方法来构建 Python 中的智能代理工作流,通过状态、节点和边的组合实现可追踪的执行流程。
入选理由:LangGraph 的状态对象携带完整消息历史,使整个执行流程可见、可检查。
本文详解使用Python和LangGraph构建多智能体AI系统,对比框架与无框架实现的差异,强调本地运行的低成本优势。
入选理由:LangGraph通过节点边实现工作流管理,降低多智能体系统开发复杂度
本地优先AI代理通过LangGraph和子代理实现复杂任务编排,提升响应效率。
入选理由:LangGraph用于动态任务流程编排,降低系统耦合度
通过 Pipecat 框架,可在几分钟内将 LangGraph 代理转换为语音代理,适用于现有代理的多模态扩展。
入选理由:使用 Pipecat 框架可将 LangGraph 代理转换为语音代理。
本文介绍了如何使用 Playwright 和 LangGraph 构建能够与真实网站交互的 AI 代理,适用于没有 API 的场景。
入选理由:Playwright 比 Selenium 快 30-50%,适合 2026 年的新项目。
《Deep Agents 实战》教程系统讲解 LangChain 生态下的 Agent 开发三层架构,提供虚拟文件系统、子 Agent 和 Skills 等实战内容。
入选理由:教程基于 LangChain / LangGraph 生态,讲解如何用 Deep Agents 构建真实 Agent 应用。
《Deep Agents 实战》教程基于 LangChain / LangGraph 生态,讲解如何使用 Deep Agents 构建真实应用,重点介绍虚拟文件系统、任务规划、子 Agent 和 Skills 复用。
入选理由:Deep Agents 使用虚拟文件系统实现按需读取和局部读取大文件。
可观测性对于智能代理是必不可少的,需结合 LangGraph 和 LangSmith 工具实现。
入选理由:LangGraph 用于智能代理的编排,LangSmith 用于追踪、评估和回归测试。
AWS Machine Learning Blog article discusses how AWS Generative AI Innovation Center collaborated with Works Human Intelligence to build two AI agents using Amazon Bedrock AgentCore, showcasing cost reductions and increased efficiency.
入选理由:通过使用 Amazon Bedrock AgentCore,成功构建了两个业务支持的 AI 代理,分别处理通勤补贴申请和浏览器操作。
LangChain introduces the Agent Development Lifecycle (ADLC), dividing agent development into four phases—build, test, deploy, and monitor—emphasizing that its fundamental difference from traditional software lies in infinite input/output spaces and non-determinism, with successful teams adopting a "ship early, iterate fast" pattern.
入选理由:Agent输入空间无限(自然语言/多模态),输出因LLM非确定性而难以预测,导致传统软件测试方法失效
OncoAgent是一个开源的隐私保护肿瘤临床决策支持系统,结合了双层LLM架构和LangGraph拓扑,显著提升了决策支持系统的性能和安全性。
入选理由:OncoAgent结合了双层LLM架构和LangGraph拓扑
Data science has entered the 'Agentic Era,' shifting the focus from manual procedural execution to the evaluation and supervision of autonomous AI agents. These agents use a 'Perceive-Reason-Act-Evaluate' loop to handle data cleaning, EDA, and tuning, evolving the data scientist's role from an executor of 'how' to a decision-maker of 'whether'.
入选理由:AI 智能体采用迭代循环机制(感知-推理-行动-评估),而非传统的单次 Prompt 响应模式。
Building AI Agents should follow four maturity levels: validate with frameworks, customize with state machines, optimize UX with Kanban, and deploy to the cloud. Avoid hype and evolve from simple to complex based on needs.
入选理由:Level 1 使用 LangChain 等框架快速验证想法是否可行。
LangChain's Deep Agents come with durable execution, where every agent step is checkpointed, ensuring observability, fault tolerance, and human-in-the-loop. DeltaChannel addresses the storage scaling issue for long-running agents.
入选理由:LangChain的Deep Agents每一步都会进行检查点记录,确保可观测性、容错性和人机交互。
LangChain推出基于代理的RFP处理系统,通过四个自动化代理提升响应效率,集成LangGraph和LangSmith技术。
入选理由:需求提取代理可自动解析RFP中的范围、SLA和法规条款
Leve 是一个基于 LangGraph 的文件系统优先的持久化代理框架,通过目录结构定义代理并编译运行。
入选理由:Leve 使用文件系统定义代理,将目录编译为可运行的代理。
GPT Researcher 是基于 deepagents 的高性能开源工具,简化了深度研究代理的构建。
入选理由:GPT Researcher 已获得近 30k 星标,是开源研究代理的热门实现
通过pipecat_ai工具可将LangGraph代理快速转换为语音代理,LangSmith支持全流程追踪。
入选理由:使用pipecat_ai无需重建即可实现语音代理转换
文章推荐了一门关于代理AI的课程,涵盖LangChain、LangGraph等工具,但内容信息密度较低。
入选理由:课程时长近10小时,内容涵盖LangChain、LangGraph等工具。
Odessia is an AI-powered travel agent supported by LangChain technology, allowing users to plan and book entire trips in one conversation.
入选理由:Odessia 使用 LangSmith 和 LangGraph 构建