LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clitemplatesTEMPLATES
    Attribute●Since v0.1

    TEMPLATES

    Copy
    TEMPLATES: dict[str, dict[str, str]] = {'Deep Agent': {'description': 'An opinionated deployment template for a Deep Agent.', 'python': 'https://github.com/langchain-ai/deep-agent-template/archive/refs/heads/main.zip'
    View source on GitHub
    ,
    'js'
    :
    'https://github.com/langchain-ai/deep-agent-template-js/archive/refs/heads/main.zip'
    }
    ,
    'Agent'
    :
    {
    'description'
    :
    'A simple agent that can be flexibly extended to many tools.'
    ,
    'python'
    :
    'https://github.com/langchain-ai/simple-agent-template/archive/refs/heads/main.zip'
    }
    ,
    'New LangGraph Project'
    :
    {
    'description'
    :
    'A simple, minimal chatbot with memory.'
    ,
    'python'
    :
    'https://github.com/langchain-ai/new-langgraph-project/archive/refs/heads/main.zip'
    ,
    'js'
    :
    'https://github.com/langchain-ai/new-langgraphjs-project/archive/refs/heads/main.zip'
    }
    }