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
-
Clone the repository:
git clone https://github.com/your-username/langgraph-deployment-kit.git cd langgraph-deployment-kit
-
Install dependencies:
pip install -e .
-
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.