{ "cells": [ { "cell_type": "markdown", "id": "6e6a0a39-9a4c-47ae-a238-1a3a847eea5b", "metadata": {}, "source": [ "# How to add runtime configuration to your graph\n", "\n", "Sometimes you want to be able to configure your agent when calling it. \n", "Examples of this include configuring which LLM to use.\n", "Below we walk through an example of doing so.\n", "\n", "
Prerequisites
\n", "\n", " This guide assumes familiarity with the following:\n", "
Set up LangSmith for LangGraph development
\n", "\n", " Sign up for LangSmith to quickly spot issues and improve the performance of your LangGraph projects. LangSmith lets you use trace data to debug, test, and monitor your LLM apps built with LangGraph — read more about how to get started here. \n", "
\n", "