<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>AI创想 - LangGraph智能体</title>
    <link>https://m.llms-ai.com/forum.php?mod=forumdisplay&amp;fid=43</link>
    <description>Latest 20 threads of LangGraph智能体</description>
    <copyright>Copyright(C) AI创想</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 04 Jul 2026 10:36:25 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://m.llms-ai.com/static/image/common/logo_88_31.gif</url>
      <title>AI创想</title>
      <link>https://m.llms-ai.com/</link>
    </image>
    <item>
      <title>从 LangChain 到 LangGraph：开启语言模型应用的新纪元</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1689</link>
      <description><![CDATA[作者：AI Agent首席体验官
1. LangGraph 是什么?

LangGraph 是一个开源的 Python 框架，用于构建和管理基于语言模型（LLMs）的应用程序流程。它是由 LangChain 团队开发的，作为 LangChain 生态系统的一部分。
LangGraph 的核心特点包括：
基于有向图（DAG）结构 - 允 ...]]></description>
      <category>LangGraph智能体</category>
      <author>AI小编</author>
      <pubDate>Thu, 02 Jul 2026 01:11:44 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph框架入门：LangGraph是什么</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1687</link>
      <description><![CDATA[作者：CSDN博客
本系列专栏使用最新的 LangGraph V1.0 和 LangChain V1.0，系统介绍 LangGraph 的主要功能特性，后续也会同步将 LangChain 相关专栏升级至 LangChain V1.0。
接下来，本文将会介绍什么是LangGraph以及LangGraph基本的使用方法。
一、什么是LangGraph

1. ...]]></description>
      <category>LangGraph智能体</category>
      <author>AI小编</author>
      <pubDate>Thu, 02 Jul 2026 01:00:44 +0000</pubDate>
    </item>
    <item>
      <title>【LangGraph】03-LangGraph之state</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1685</link>
      <description><![CDATA[作者：CSDN博客
state通常用于保存当前会话中的消息，也可以自定义State用来存储额外的信息字段，state在节点之间传递，可以在节点中访问和修改state，此外LangGraph中的短期记忆通常使用state实现。
一、访问State中的消息

输出结果：
{\'messages\': [HumanMessage(con ...]]></description>
      <category>LangGraph智能体</category>
      <author>AI小编</author>
      <pubDate>Thu, 02 Jul 2026 00:51:27 +0000</pubDate>
    </item>
    <item>
      <title>【LangGraph】04-LangGraph之checkpointer</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1683</link>
      <description><![CDATA[作者：CSDN博客
LangGraph 内置了一个持久层，可以将图状态保存为检查点。当您使用检查点编译图时，执行的每一步的图状态都会保存成快照，并将其组织成线程。checkpointer非常重要，它是LangGraph中人机协作、对话记忆、中断恢复、时间旅行等核心功能的基础。
checkpoin ...]]></description>
      <category>LangGraph智能体</category>
      <author>AI小编</author>
      <pubDate>Thu, 02 Jul 2026 00:35:40 +0000</pubDate>
    </item>
    <item>
      <title>补充：LangGraph</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1681</link>
      <description><![CDATA[作者：CSDN博客
LangGraph 核⼼组件: Graphs, State, Nodes, Edges
LangGraph ⚡ 以图的⽅式构建语⾔代理 ⚡
官⽅⽂档地址：LangGraph是⼀个⽤于构建具有 LLMs 的有状态、多⻆⾊应⽤程序的库，⽤于创建代理和多代理 ⼯作流。与其他 LLM 框架相⽐，它提供了以下核⼼优势 ...]]></description>
      <category>LangGraph智能体</category>
      <author>创想小编</author>
      <pubDate>Thu, 02 Jul 2026 00:33:24 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1686</link>
      <description><![CDATA[作者：CSDN博客
LangGraph 概述

LangGraph 是一个低级编排框架和运行时环境，用于构建、管理和部署长期运行的有状
态智能体（agents）。核心理念是将Agent 工作流建模为图（Graph），其中：
**节点（Nodes）：**代表计算单元，可以是LLM 调用、工具执行或任何自定义逻 ...]]></description>
      <category>LangGraph智能体</category>
      <author>创想小编</author>
      <pubDate>Thu, 02 Jul 2026 00:33:12 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph 快速入门</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1688</link>
      <description><![CDATA[作者：张申傲
1. LangGraph 简介

随着大模型技术的不断演进，AI Agent 成为了大模型领域的焦点。开发者们纷纷投身其中，期望构建出能够自主决策、灵活交互的智能体。在这片竞争激烈的技术蓝海中，LangGraph 作为从 LangChain 孵化而来的独立平台，迅速崛起为 Multi-Age ...]]></description>
      <category>LangGraph智能体</category>
      <author>创想小编</author>
      <pubDate>Thu, 02 Jul 2026 00:32:44 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph入门知识学习笔记</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1684</link>
      <description><![CDATA[作者：CSDN博客
LangGraph概述

是什么：基于 LangChain 构建的、面向智能体多轮交互 / 状态持久化 / 分支并行执行的
图结构工作流框架，即LangGraph = LangChain + 图编排 + 状态机
LangGraph 是LangChain 生态的一部分，专门用于构建基于大模型（LLM）的复杂、有状态 ...]]></description>
      <category>LangGraph智能体</category>
      <author>米落枫</author>
      <pubDate>Thu, 02 Jul 2026 00:16:25 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph：解锁AI应用开发新境界，打造可记忆、可中断的智能系统！收藏必备！</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1682</link>
      <description><![CDATA[作者：CSDN博客
LangGraph是一个用于构建状态化、多步骤AI应用的Python库，它基于Pregel计算模型，提供了构建复杂AI工作流的高级抽象。LangGraph通过图结构解决了传统AI应用在多步骤推理、状态管理、循环处理和人工干预等方面的局限性，支持状态化管理、图结构、可扩展 ...]]></description>
      <category>LangGraph智能体</category>
      <author>AI小编</author>
      <pubDate>Thu, 02 Jul 2026 00:04:30 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph使用</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1673</link>
      <description><![CDATA[作者：大得369
有记忆，简单智能体
[code]from langchain_core.prompts import ChatPromptTemplate
from langchain_core.output_parsers import StrOutputParser
from langchain_openai import ChatOpenAI
from langchain_core.tools import tool
from langgraph.graph  ...]]></description>
      <category>LangGraph智能体</category>
      <author>米落枫</author>
      <pubDate>Thu, 02 Jul 2026 00:00:07 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph：构建分布式智能体协作的多智能体框架</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1678</link>
      <description><![CDATA[作者：CSDN博客
LangGraph：构建分布式智能体协作的多智能体框架

【免费下载链接】langgraphBuild resilient language agents as graphs.

 项目地址: https://gitcode.com/GitHub_Trending/la/langgraph 
多智能体框架是构建复杂人工智能系统的核心基础设施，而LangGr ...]]></description>
      <category>LangGraph智能体</category>
      <author>AI小编</author>
      <pubDate>Wed, 01 Jul 2026 23:55:27 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph-Cli创建并运行LangGraph应用</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1679</link>
      <description><![CDATA[作者：哏儿都老码
本文使用 LangGraph-Cli 创建LangGraph应用，应用内容包括：
✅ 通过 langgraph-cli 创建 LangGraph应用；✅ 使用 Ollama + Qwen 模型；✅ 启动后可通过 浏览器访问 Web UI（LangGraph Studio）；✅ 包含一个简单工具（如“天气查询”）；
 ...]]></description>
      <category>LangGraph智能体</category>
      <author>米落枫</author>
      <pubDate>Wed, 01 Jul 2026 23:55:12 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph——AI应用开发框架</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1680</link>
      <description><![CDATA[作者：CSDN博客
目录
一，LangGraph介绍
1.1 认识智能服务(Agent Server)
1.2 LangGraph -- Agent Server 的“操作系统”
1.3 LangGraph生态系统
二，LangGraph核心概念
2.1 Agent
2.2 工作流
2.3 实现工作流的核心概念
State（状态） - 快递的\&quot;包裹信息\&quot;
Nodes（节点） ...]]></description>
      <category>LangGraph智能体</category>
      <author>米落枫</author>
      <pubDate>Wed, 01 Jul 2026 23:54:10 +0000</pubDate>
    </item>
    <item>
      <title>简单学习 --＞ LangGraph</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1675</link>
      <description><![CDATA[作者：CSDN博客
什么是LangGraph?

1. LangGraph 与 传统 LangChain

技术定义： LangChain 主要用于构建线性的工作流（DAG，有向无环图），数据从头传到尾。而 LangGraph 是 LangChain 的扩展框架，专门用于构建包含“循环（Cycles）”和“状态记忆（Stateful）”的多 ...]]></description>
      <category>LangGraph智能体</category>
      <author>米落枫</author>
      <pubDate>Wed, 01 Jul 2026 23:48:59 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph ：构建复杂有状态智能体的核心框架</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1671</link>
      <description><![CDATA[作者：CSDN博客
目录
前言：LangGraph 到底是个啥？]]></description>
      <category>LangGraph智能体</category>
      <author>米落枫</author>
      <pubDate>Wed, 01 Jul 2026 23:48:54 +0000</pubDate>
    </item>
    <item>
      <title>LangGraph Studio</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1677</link>
      <description><![CDATA[作者：CSDN博客
概述

本文档介绍如何在本地使用 LangGraph Studio 对智能体进行可视化、交互与调试。LangGraph Studio 是免费使用、功能强大的智能体 IDE，与 LangSmith 集成，提供追踪、评估和提示词工程能力，可查看智能体的完整思考过程、追踪每一步决策，用于开发 ...]]></description>
      <category>LangGraph智能体</category>
      <author>创想小编</author>
      <pubDate>Wed, 01 Jul 2026 23:44:43 +0000</pubDate>
    </item>
    <item>
      <title>多智能体框架LangGraph介绍</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1676</link>
      <description><![CDATA[作者：CSDN博客
LangGraph 是LangChain 生态系统中的多智能体框架，它允许创建多个智能体组成的网络，这些智能体可以相互协作完成复杂任务。LangGraph 提供ReAct 、Plan-and-Execute 、Reflection &amp; Critique 、RAG 以及多智能体协作（如代理切换、群体智能）等多种模式 ...]]></description>
      <category>LangGraph智能体</category>
      <author>创想小编</author>
      <pubDate>Wed, 01 Jul 2026 23:43:52 +0000</pubDate>
    </item>
    <item>
      <title>基于RAG的企业智能客服项目，已拿70万offer！</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1586</link>
      <description><![CDATA[作者：CSDN博客
✨项目目标
基于 RAG 构建一套企业智能客服系统]]></description>
      <category>LangGraph智能体</category>
      <author>AI小编</author>
      <pubDate>Tue, 16 Jun 2026 23:51:50 +0000</pubDate>
    </item>
    <item>
      <title>Ollama+LangGraph构建本地化法律AI工作流：数据主权与隐私安全实践</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1584</link>
      <description><![CDATA[作者：CSDN博客
 1. 项目概述：当AI工作流开始“关起门来干活”

 你有没有过这种感觉：手头正处理一份刚签完的并购协议，或者客户发来的未公开产品白皮书，你本能地想让AI帮你快速梳理风险点、提取关键条款、甚至生成初版法律意见——但鼠标悬停在那个“发送”按钮上时 ...]]></description>
      <category>LangGraph智能体</category>
      <author>米落枫</author>
      <pubDate>Tue, 16 Jun 2026 23:49:49 +0000</pubDate>
    </item>
    <item>
      <title>Langgraph</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1582</link>
      <description><![CDATA[作者：CSDN博客
概述

为什么选用 langraph



 langchain和langgraph



langchain适合 工具集成，langgraph擅长 智能体之间
剩下的内容全都扔到网盘里了


原文地址：https://blog.csdn.net/qq_62260432/article/details/147354504 ...]]></description>
      <category>LangGraph智能体</category>
      <author>创想小编</author>
      <pubDate>Tue, 16 Jun 2026 23:42:04 +0000</pubDate>
    </item>
  </channel>
</rss>