LangGraph Platform extends the LangGraph framework for building stateful, multi-agent applications as graphs, which allows you to define control flow, manage persistence, and coordinate interactions across components or agents. LangGraph Platform is framework-agnostic, which means you can deploy and operate agents built with LangGraph or another framework. To get acquainted with LangGraph’s key concepts and features, complete the following LangGraph basics tutorials series in the LangGraph OSS docs:
  1. Build a basic chatbot
  2. Add tools
  3. Add memory
  4. Add human-in-the-loop controls
  5. Customize state
  6. Time travel
While the OSS framework introduces the core abstractions and execution model, LangGraph Platform adds capabilities including managed infrastructure, deployment models, assistants, and double-texting support. These platform-level features support the full lifecycle of LangGraph applications, from development to production at scale.