A playground project for experimenting with LangGraph, featuring:
- Memory checkpointer for state persistence
- React graph with human interrupt node
- Hot reload support for development
Install dependencies:
pnpm installRun with hot reload:
pnpm devThe project uses tsx watch for automatic reloading when files change.
Build the project:
pnpm buildRun the built version:
pnpm start- Memory Checkpointer: Uses
MemorySaverto persist graph state - Human Interrupt Node: Automatically interrupts the agent every 3 turns
- React Graph: Stateful graph that maintains conversation history
- Hot Reload: Automatic reloading during development