The LangGraph API Server deployment is suitable for building and debugging end-to-end user applications.
- Activate your virtual environment:
source venv/bin/activate
- Run the command below and wait for the message indicating that the server is running. By default, it will be available at http://localhost:8124:
python3 -m jockey server
- Once the server is running, you can interact with Jockey using HTTP requests or the LangGraph Python SDK.
The LangGraph API Server includes a debugger that you can use for monitoring and debugging Jockey:
- Open a web browser and navigate to http://localhost:8124.
- Select "jockey" under the "Assistants" section.
- Click "New Thread" to start a new conversation with Jockey.
- Use the debugger to step into the Jockey instance. You can add breakpoints to examine and validate the graph state for any given input.