Installation - janardhanhere/langgraph-deployment-kit GitHub Wiki

Installation Guide

Prerequisites

  • Python 3.11 or higher
  • Node.js (for React frontend)
  • Optional: Langfuse account for analytics

Backend Installation

  1. Clone the repository:

    git clone https://github.com/your-username/langgraph-deployment-kit.git
    cd langgraph-deployment-kit
    
  2. Install dependencies:

    pip install -e .
    
  3. Set up environment variables:

    cp .env.example .env
    # Edit .env with your configuration
    

Frontend Installation

If you want to use the React components:

npm install agent-react-hook

See the React Integration guide for more details.