Skip to main content
This guide shows you how to add Snow Leopard data retrieval to a LangGraph workflow.

Prerequisites

Don’t have data? Use our sample superheroes dataset to get started, or choose from our other sample datasets.

Start from scratch

Clone and run the complete working example:
Install dependencies:
Set your environment variables:
Run the example:

Bring your own agent

Already have a LangGraph workflow? Add Snow Leopard data retrieval with these steps.

1. Install dependencies

2. Add Snow Leopard fields to your state

Add fields to your graph state to store query results:

3. Create a Snow Leopard query node

Create a node that calls Snow Leopard to retrieve data:

4. Add the node to your workflow

Add the query node and connect it to your existing workflow:

Next steps