Skip to content

Latest commit

 

History

History

langgraph-python

🦜🕸️ LangGraph with Code Interpreting

This example shows how to add code interpreting to an LLM using the Code Interpreter SDK and LangGraph.

Python notebook

Check out the official Python notebook related to this example.

Setup & run

1. Install dependencies

poetry install

2. Set up .env

Copy .env.template to .env and set the API keys

3. Run the example

poetry run start