T
traeai
Sign in

产品

LangGraph

别名:LangGraph Platform

用于构建智能代理工作流的Python框架

已跟踪 20 条高相关材料

TraeAI 观察

相关材料

已收录 20 条与 LangGraph 相关的内容,按评分排序。

Machine Learning Mastery 图标

Building Agentic Workflows in Python with LangGraph

Machine Learning Mastery2678 字 (约 11 分钟)
85

LangGraph 提供了一种结构化方法来构建 Python 中的智能代理工作流,通过状态、节点和边的组合实现可追踪的执行流程。

入选理由:LangGraph 的状态对象携带完整消息历史,使整个执行流程可见、可检查。

FeaturedArticle#LangGraph#Python#AI代理#状态管理英文
How to Build Your First Multi-Agent AI System in Python and LangGraph

How to Build Your First Multi-Agent AI System in Python and LangGraph

freeCodeCamp.org2452 字 (约 10 分钟)
85

本文详解使用Python和LangGraph构建多智能体AI系统,对比框架与无框架实现的差异,强调本地运行的低成本优势。

入选理由:LangGraph通过节点边实现工作流管理,降低多智能体系统开发复杂度

FeaturedArticle#Python#LangGraph#多智能体系统#AI#Ollama英文
Turn Any LangGraph Agent Into a Voice Agent in Minutes

Turn Any LangGraph Agent Into a Voice Agent in Minutes

LangChain3428 字 (约 14 分钟)
85

通过 Pipecat 框架,可在几分钟内将 LangGraph 代理转换为语音代理,适用于现有代理的多模态扩展。

入选理由:使用 Pipecat 框架可将 LangGraph 代理转换为语音代理。

FeaturedVideo#LangChain#LangGraph#Pipecat#语音代理英文
Machine Learning Mastery 图标

Building Browser-Using AI Agents in Python

Machine Learning Mastery8380 字 (约 34 分钟)
85

本文介绍了如何使用 Playwright 和 LangGraph 构建能够与真实网站交互的 AI 代理,适用于没有 API 的场景。

入选理由:Playwright 比 Selenium 快 30-50%,适合 2026 年的新项目。

FeaturedArticle#Playwright#AI 代理#Python#浏览器自动化英文
AI HOT 精选 图标

开源教程《Deep Agents 实战》发布

AI HOT 精选763 字 (约 4 分钟)
85

《Deep Agents 实战》教程系统讲解 LangChain 生态下的 Agent 开发三层架构,提供虚拟文件系统、子 Agent 和 Skills 等实战内容。

入选理由:教程基于 LangChain / LangGraph 生态,讲解如何用 Deep Agents 构建真实 Agent 应用。

FeaturedArticle#LangChain#Agent#开源教程#Deep Agents中文
AI HOT 精选 图标

开源教程《Deep Agents 实战》发布

AI HOT 精选625 字 (约 3 分钟)
85

《Deep Agents 实战》教程基于 LangChain / LangGraph 生态,讲解如何使用 Deep Agents 构建真实应用,重点介绍虚拟文件系统、任务规划、子 Agent 和 Skills 复用。

入选理由:Deep Agents 使用虚拟文件系统实现按需读取和局部读取大文件。

FeaturedArticle#LangChain#Deep Agents#AI Agent#教程中英混合
observability is non-optional for agents

observability is non-optional for agents

Harrison Chase(@hwchase17)79 字 (约 1 分钟)
85

可观测性对于智能代理是必不可少的,需结合 LangGraph 和 LangSmith 工具实现。

入选理由:LangGraph 用于智能代理的编排,LangSmith 用于追踪、评估和回归测试。

FeaturedTweet#可观测性#智能代理#LangGraph#LangSmith英文
Building AI agents for business support using Amazon Bedrock AgentCore

Building AI agents for business support using Amazon Bedrock AgentCore

AWS Machine Learning Blog1294 字 (约 6 分钟)
85

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 代理,分别处理通勤补贴申请和浏览器操作。

FeaturedArticle#AWS#Bedrock AgentCore#HR Automation#AI Agents中文
The Agent Development Lifecycle: Build, Test, Deploy, Monitor | Interrupt 26

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非确定性而难以预测,导致传统软件测试方法失效

FeaturedVideo#LangChain#AI Agent#LLM#MLOps#Software Engineering英文
AI HOT 精选 图标

OncoAgent是一个开源的隐私保护肿瘤临床决策支持系统,结合了双层LLM架构和LangGraph拓扑,显著提升了决策支持系统的性能和安全性。

入选理由:OncoAgent结合了双层LLM架构和LangGraph拓扑

FeaturedArticle#oncology#multi-agent#LangGraph#RAG#QLoRA#AMD中文
What the Agentic Era Means for Data Science

What the Agentic Era Means for Data Science

KDnuggets1505 字 (约 7 分钟)
82

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 响应模式。

FeaturedArticle#AI Agents#Data Science#LangGraph#AutoGen#LLM Orchestration英文
Don't Build Slop (4 Levels of AI Agent Maturity) - Ara Khan, Cline

Don't Build Slop (4 Levels of AI Agent Maturity) - Ara Khan, Cline

AI Engineer5334 字 (约 22 分钟)
75

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 等框架快速验证想法是否可行。

FeaturedVideo#AI Agent#Architecture#LangChain#State Machine#Cline英文
Deep Agents ship with durable execution out of the box: every agent step is checkpointed, so you get...

LangChain's Deep Agents Ship with Durable Execution Out of the Box

LangChain(@LangChainAI)240 字 (约 1 分钟)
75

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每一步都会进行检查点记录,确保可观测性、容错性和人机交互。

FeaturedTweet#LangChain#Deep Agents#DeltaChannel#Durable Execution中文
🎉 Congratulations to @OdessiaTravel on their public launch!

Odessia is an AI-powered travel agent ...

🎉 Congratulations to @OdessiaTravel on their public launch!

LangChain(@LangChainAI)137 字 (约 1 分钟)
50

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 构建

FeaturedTweet#AI#LangChain#Travel Agent#Product Launch英文

跨材料问答 · LangGraph

回答基于:LangGraph 相关 20 条材料
    0 / 500

    AI may generate inaccurate information. Please verify important content.