---
title: "Announcing LangGraph v0.1 & LangGraph Cloud: Running agents at scale, reliably"
url: https://daily.dev/posts/announcing-langgraph-v0-1-langgraph-cloud-running-agents-at-scale-reliably-sakfiyghj
source_url: https://www.langchain.com/blog/langgraph-cloud
type: article
source: "LangChain"
published: 2026-08-26T16:33:56.430Z
updated: 2026-08-26T20:31:38.590Z
tags: ["ai-agents", "langchain", "langgraph", "llm-observability"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Announcing LangGraph v0.1 & LangGraph Cloud: Running agents at scale, reliably

**[LangChain](https://daily.dev/sources/langchain)** · 7 min read · 0 upvotes · 0 comments

## Summary

LangChain announced a stable release of LangGraph v0.1, a framework for building agentic and multi-agent applications with low-level control over agent workflows, human-in-the-loop collaboration, and streaming support. Alongside it, the company launched LangGraph Cloud in closed beta, purpose-built infrastructure for deploying agents at scale with fault-tolerant task queues, a Postgres checkpointer, double-texting handling, async background jobs, cron jobs, and an integrated LangGraph Studio for visualizing and debugging agent trajectories. Companies like Klarna, Replit, Ally Financial, Elastic, and Norwegian Cruise Line are cited as early adopters. Note: LangGraph Platform has since been renamed to LangSmith Deployment.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.langchain.com/blog/langgraph-cloud>

## Questions this post answers

### What new deployment infrastructure did LangChain introduce for LangGraph agents?

LangChain introduced LangGraph Cloud, infrastructure for deploying LangGraph agents in a scalable, fault-tolerant way, launched in closed beta. It manages horizontally-scaling task queues, servers, and a Postgres checkpointer for concurrent users, and adds double-texting, asynchronous background jobs, and cron jobs, plus LangGraph Studio for visualizing and debugging agent runs.

_Developers deploying agent infrastructure can follow launches like this one on daily.dev._

### What is LangGraph Platform now called?

LangGraph Platform was renamed to LangSmith Deployment as of October 2025. It remains the infrastructure product for deploying and scaling LangGraph agents, integrated with LangSmith for visibility into usage, errors, performance, and costs.

_Teams tracking LangChain product naming changes can follow updates like this on daily.dev._

### What is double-texting in LangGraph Cloud and how does it handle new user input?

Double-texting is a LangGraph Cloud feature that handles new user inputs arriving on a currently-running thread of an agent graph. It supports four strategies: reject, queue, interrupt, and rollback, letting developers choose how the system responds when a user sends another message before the agent finishes its current task.

_Developers designing agent interaction patterns can track features like double-texting on daily.dev._

## Similar posts on daily.dev

- [LangChain & LangChain 1.0 alpha releases](https://daily.dev/posts/langchain-langchain-1-0-alpha-releases-l0sh0tvsj) · LangChain · 7 upvotes · 0 comments
- [LangChain raises $125M to build the platform for agent engineering](https://daily.dev/posts/langchain-raises-125m-to-build-the-platform-for-agent-engineering-yoaitytpt) · LangChain · 0 upvotes · 0 comments
- [LangChain raises $125M to build the platform for agent engineering](https://daily.dev/posts/langchain-raises-125m-to-build-the-platform-for-agent-engineering-6pbhh5utn) · LangChain · 5 upvotes · 0 comments
- [LangChain and LangGraph Agent Frameworks Reach v1.0 Milestones](https://daily.dev/posts/langchain-and-langgraph-agent-frameworks-reach-v1-0-milestones-ixehqpj4v) · LangChain · 33 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#langchain](https://daily.dev/tags/langchain), [#langgraph](https://daily.dev/tags/langgraph), [#llm-observability](https://daily.dev/tags/llm-observability)

[View this post on daily.dev](https://daily.dev/posts/announcing-langgraph-v0-1-langgraph-cloud-running-agents-at-scale-reliably-sakfiyghj)
