<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Langgraph on AI Agents News</title>
    <link>https://aiagentsnews.top/tags/langgraph/</link>
    <description>Recent content in Langgraph on AI Agents News</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 25 Jul 2026 12:45:18 +0000</lastBuildDate>
    <atom:link href="https://aiagentsnews.top/tags/langgraph/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Enterprise agentic AI: 9-layer guardrails beat demos</title>
      <link>https://aiagentsnews.top/posts/enterprise-agentic-ai-9-layer-guardrails-beat-demos/</link>
      <pubDate>Wed, 15 Jul 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/enterprise-agentic-ai-9-layer-guardrails-beat-demos/</guid>
      <description>Analysis of 79 projects shows enterprise agentic AI needs LangGraph orchestration and 9-layer guardrails to handle production data reliably.</description>
    </item>
    <item>
      <title>LangGraph 1.2.4: Why 14ms Latency Beats Runtime Crashes</title>
      <link>https://aiagentsnews.top/posts/langgraph-124-why-14ms-latency-beats-runtime-crashes/</link>
      <pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-124-why-14ms-latency-beats-runtime-crashes/</guid>
      <description>LangGraph 1.2.4 adds 14ms latency to prevent critical runtime failures. Learn to verify GPG signatures for commit 054a6f3 before deploying agents.</description>
    </item>
    <item>
      <title>LangGraph Checkpointing: The Silent State Bug That Pages No One</title>
      <link>https://aiagentsnews.top/posts/langgraph-state-loss-why-60-of-agents-fail-silently/</link>
      <pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-state-loss-why-60-of-agents-fail-silently/</guid>
      <description>LangGraph deleted three weeks of agent memory with zero errors. Why state-management discipline, not heavier infrastructure, fixes silent checkpoint loss.</description>
    </item>
    <item>
      <title>LangGraph CLI 0.4.29 Adds HTTPS to Local Dev</title>
      <link>https://aiagentsnews.top/posts/langgraph-cli-0429-adds-https-to-local-dev/</link>
      <pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-cli-0429-adds-https-to-local-dev/</guid>
      <description>LangGraph CLI 0.4.29 enables HTTPS locally via certfile params, closing the security gap between testing and production environments.</description>
    </item>
    <item>
      <title>LangGraph SDK 0.4.1: Stateless Projections Explained</title>
      <link>https://aiagentsnews.top/posts/langgraph-sdk-041-stateless-projections-explained/</link>
      <pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-sdk-041-stateless-projections-explained/</guid>
      <description>LangGraph SDK 0.4.1 enforces stateless projections and extracts decoders. Learn how the 36.2k-star repo now handles V3 streaming for RemoteGraph instances.</description>
    </item>
    <item>
      <title>langgraphcli Release: Pinning Images for Safety</title>
      <link>https://aiagentsnews.top/posts/langgraphcli-0427-secure-agent-deployment/</link>
      <pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraphcli-0427-secure-agent-deployment/</guid>
      <description>langgraphcli 0.4.27 pins Docker images to specific digests, requiring GPG key B5690EEEBB952194 to verify binary authenticity.</description>
    </item>
    <item>
      <title>LangChain v1.0 drops AgentExecutor for LangGraph</title>
      <link>https://aiagentsnews.top/posts/langchain-v10-drops-agentexecutor-for-langgraph/</link>
      <pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langchain-v10-drops-agentexecutor-for-langgraph/</guid>
      <description>LangChain v1.0 removes AgentExecutor, enforcing LangGraph as the sole runtime. Python 3.10 is now required for typesafe streaming and structured outputs.</description>
    </item>
    <item>
      <title>LangGraph for complex stateful workflows explained</title>
      <link>https://aiagentsnews.top/posts/langgraph-for-complex-stateful-workflows-explained/</link>
      <pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-for-complex-stateful-workflows-explained/</guid>
      <description>Analysis of 18 production deployments shows LangGraph excels at managing complex stateful workflows where linear chains fail.</description>
    </item>
    <item>
      <title>LangGraph 1.2.0: Build Stateful Agents with Checkpoints</title>
      <link>https://aiagentsnews.top/posts/langgraph-120-build-stateful-agents-with-checkpoints/</link>
      <pubDate>Fri, 03 Jul 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-120-build-stateful-agents-with-checkpoints/</guid>
      <description>LangGraph 1.2.0 adds checkpoints and streaming. Learn to build RAG pipelines chunking at 1000 tokens using Qdrant and FastEmbed.</description>
    </item>
    <item>
      <title>LangGraph tutorial: build cyclic agents with state</title>
      <link>https://aiagentsnews.top/posts/langgraph-tutorial-build-cyclic-agents-with-state/</link>
      <pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-tutorial-build-cyclic-agents-with-state/</guid>
      <description>Learn how LangGraph replaces linear chains with cyclic graphs, using TypedDict to preserve conversation history across complex node interactions.</description>
    </item>
    <item>
      <title>LangGraph leads stateful agent frameworks today</title>
      <link>https://aiagentsnews.top/posts/langgraph-leads-stateful-agent-frameworks-today/</link>
      <pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-leads-stateful-agent-frameworks-today/</guid>
      <description>LangGraph holds 33,900 GitHub stars as engineers shift to stateful workflows. Compare top frameworks for production multiagent systems here.</description>
    </item>
    <item>
      <title>LangGraph vs CrewAI: Picking Your Agent Framework</title>
      <link>https://aiagentsnews.top/posts/langgraph-vs-crewai-picking-your-agent-framework/</link>
      <pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-vs-crewai-picking-your-agent-framework/</guid>
      <description>Compare LangGraph&#39;s DAGs and CrewAI&#39;s roles across a dozen options. Learn how to debug stateful workflows and avoid unstructured autonomy pitfalls.</description>
    </item>
    <item>
      <title>LangGraph 1.2.3 Fixes Remote Agent Config Merges</title>
      <link>https://aiagentsnews.top/posts/langgraph-123-fixes-remote-agent-config-merges/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-123-fixes-remote-agent-config-merges/</guid>
      <description>LangGraph 1.2.3 merges callbacks instead of overwriting them and adds V3 streaming. This update fixes config loss in nested RemoteGraph executions.</description>
    </item>
    <item>
      <title>LangGraph 1.2.5: Fixing Empty Thread Crashes</title>
      <link>https://aiagentsnews.top/posts/langgraph-125-fixing-empty-thread-crashes/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-125-fixing-empty-thread-crashes/</guid>
      <description>LangGraph 1.2.5 patches the updateState bug breaking deltaChannel on empty threads, a critical fix for the framework&#39;s 36.2k users.</description>
    </item>
    <item>
      <title>LangGraph SDK 0.4.2: Fixing Critical Stream Encoding</title>
      <link>https://aiagentsnews.top/posts/langgraph-sdk-042-fixing-critical-stream-encoding/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <author>AI Agents News Editorial</author>
      <guid>https://aiagentsnews.top/posts/langgraph-sdk-042-fixing-critical-stream-encoding/</guid>
      <description>LangGraph SDK 0.4.2 patches a critical path encoding flaw in V3 stream transport, fixing thread ID errors for local simulations.</description>
    </item>
  </channel>
</rss>
