Robuta

https://www.cnblogs.com/yclh/p/19899321 AI开发-python-LangGraph框架(3-29-LangGraph 「覆盖式状态」的原理与实践) - 万笑佛 - 博客园 Apr 21, 2026 - LangGraph 核心状态管理:一文读懂「覆盖式状态」的原理与实践 在基于 LangGraph 构建智能工作流、多步骤任务执行时,状态管理是整个流程的核心枢纽,它负责串联所有节点、存储全流程数据。今天给大家分享 LangGraph 中最基础、最常用的状态模式 ——覆盖式状态,也是新手入门必须掌握的 pythonlanggraph https://www.cnblogs.com/yclh/p/19893774 AI开发-python-LangGraph框架(3-28-LangGraph 判断节点实战) - 万笑佛 - 博客园 Apr 20, 2026 - LangGraph 判断节点实战:用条件路由打造智能天气查询 Agent 在 AI Agent 开发中,动态决策与流程分支是核心能力。传统线性调用难以应对 “是否需要调用工具”“是否结束对话” 等灵活场景,而 LangGraph 的判断节点与条件边机制,能以极简方式实现工作流的智能路由。本文结合天气 pythonlanggraph https://www.diagrid.io/solutions/langgraph-production Take LangGraph to Production | Durable AI Agents | Diagrid LangGraph checkpoints save state but can't detect failures or recover automatically. Diagrid adds true durable execution to LangGraph, built on the open-source... ai agentstakelanggraphproductiondurable https://www.langchain.com/blog/customers-trellix How Trellix cut log parsing time from days to minutes with LangGraph Studio and LangSmith Apr 9, 2026 - See how cybersecurity company Trellix used LangGraph Studio to visualize and debug agent interactions, plus LangSmith for agent evaluations trellixcutlogparsingtime https://www.cnblogs.com/yclh/p/19921759 AI开发-python-LangGraph框架(3-32-LangGraph 并行验证) - 万笑佛 - 博客园 Apr 24, 2026 - LangGraph 实战:轻松实现工作流并行执行,大幅提升处理效率 在构建复杂 AI 工作流、多任务处理流程时,并行执行是提升效率、缩短整体耗时的核心能力。传统的流程编排工具往往需要复杂的配置、额外的并发控制代码,而 LangGraph 凭借极简的设计,让并行任务的实现变得开箱即用。 今天就和大家分 pythonlanggraph https://www.cnblogs.com/yclh/p/19906352 AI开发-python-LangGraph框架(3-30-LangGraph 「追加式消息状态」的原理与实践) - 万笑佛 - 博客园 Apr 22, 2026 - LangGraph 状态管理实战:解锁追加式消息历史,打造流畅对话系统 在基于 LangGraph 构建对话类应用(聊天机器人、智能助手)时,状态管理是核心痛点之一。传统的状态更新往往是「覆盖式」的,每次更新都会清空原有数据,这对于需要保留完整对话历史的场景完全不适用。 今天就给大家分享 LangG pythonlanggraph https://auth0.com/blog/genai-tool-calling-build-agent-that-calls-gmail-securely-with-langgraph-vercelai-nextjs/ Build an AI Assistant with LangGraph, Vercel, and Next.js: Use Gmail as a Tool Securely Apr 14, 2025 - Learn how to build a tool-calling AI agent using LangGraph, Vercel AI SDK, and Next.js. Integrate different kinds of tools in them. Use Google services like... ai assistantnext jsbuildlanggraphvercel https://towardsdatascience.com/smarter-model-tuning-an-ai-agent-with-langgraph-streamlit-that-boosts-ml-performance/ Smarter Model Tuning: An AI Agent with LangGraph + Streamlit That Boosts ML Performance | Towards... Aug 20, 2025 - Automating model tuning in Python with Gemini, LangGraph, and Streamlit for regression and classification improvements ai agentsmartermodeltuninglanggraph https://towardsdatascience.com/langgraph-scipy-building-an-ai-that-reads-documentation-and-makes-decisions/ LangGraph + SciPy: Building an AI That Reads Documentation and Makes Decisions | Towards Data... Aug 11, 2025 - Stop guessing your statistical test. Let this AI do it for you. langgraphscipybuildingaireads https://www.langchain.com/langgraph LangGraph: Agent Orchestration Framework for Reliable AI Agents Build controllable agents with LangGraph, our low-level agent orchestration framework agent orchestrationai agentslanggraphframeworkreliable https://towardsdatascience.com/using-langgraph-and-mcp-servers-to-create-my-own-voice-assistant/ Using LangGraph and MCP Servers to Create My Own Voice Assistant | Towards Data Science Built over 14 days, all locally run, no API keys, cloud services, or subscription fees. mcp serversmy ownvoice assistantdata scienceusing https://www.udacity.com/course/ai-agents-with-langchain-and-langgraph--cd13764 AI Agents with LangChain and LangGraph | Online Course | Udacity Develop advanced AI agents using LangChain and LangGraph. Connect language models to apps, automate workflows, and solve complex tasks. ai agentsonline courselangchainlanggraphudacity https://www.cnblogs.com/yclh/p/19913849 AI开发-python-LangGraph框架(3-31-LangGraph 「合并式状态管理」的原理与实践) - 万笑佛 - 博客园 Apr 23, 2026 - LangGraph 实战:并行结果安全合并与合并式状态管理深度解析 在多智能体协作、并行任务处理的场景中,结果覆盖、数据冲突、状态混乱是最常见的痛点。当多个并行节点同时修改状态时,如何保证数据安全聚合、不丢失、不覆盖?LangGraph 提供的合并式状态(Annotated 自定义合并函数) 完美解 pythonlanggraph https://sparkco.ai/blog/mastering-langgraph-checkpointing-best-practices-for-2025 Mastering LangGraph Checkpointing: Best Practices for 2025 Apr 23, 2026 - Explore advanced LangGraph checkpointing techniques for durability, safety, and scalability in 2025. A must-read for developers. best practicesmasteringlanggraphcheckpointing