Skip to content

Template Applications

Templates are open source reference applications designed to help you get started quickly when building with LangGraph. They provide working examples of common agentic workflows that can be customized to your needs.

Templates can be accessed via LangGraph Studio, or cloned directly from Github. You can download LangGraph Studio and see available templates here.

Available templates

  • New LangGraph Project: A simple, minimal chatbot with memory.
  • Python
  • JS/TS
  • ReAct Agent: A simple agent that can be flexibly extended to many tools.
  • Python
  • JS/TS
  • Memory Agent: A ReAct-style agent with an additional tool to store memories for use across conversational threads.
  • Python
  • JS/TS
  • Retrieval Agent: An agent that includes a retrieval-based question-answering system.
  • Python
  • JS/TS
  • Data-enrichment Agent: An agent that performs web searches and organizes its findings into a structured format.
  • Python
  • JS/TS

Comments