Setup
/Installation
Install Open LangGraph Server
Open LangGraph Server is a library that integrates seamlessly into your existing JavaScript projects. Choose the installation method that best fits your workflow.
Before you start
- You'll need Node.js 18 or later
- Have a LangGraph.js graph implementation ready
Install with pnpm
Add Open LangGraph Server to your JavaScript or TypeScript project:
Required peer dependencies
You'll also need to install LangGraph.js core dependencies:
Quick setup example
Hono.js setup
- Create your project structure:
- Install dependencies:
- Create your Hono app:
Environment configuration
Create a .env file in your project root with your API keys:
Start your server
Your Hono.js server with LangGraph integration is now running!
Test with Studio
Use for interactive testing and debugging:
Built with
Show your support! Star us on GitHub ⭐️