{ "cells": [ { "cell_type": "markdown", "id": "992c4695-ec4f-428d-bd05-fb3b5fbd70f4", "metadata": {}, "source": [ "# How to use the prebuilt ReAct agent" ] }, { "cell_type": "markdown", "id": "e0fcced0-9767-412f-90f9-7f3cd618ff90", "metadata": {}, "source": [ "
Prerequisites
\n", "\n", " This guide assumes familiarity with the following:\n", "
Prebuilt Agent
\n", "\n", "Please note that here will we use a prebuilt agent. One of the big benefits of LangGraph is that you can easily create your own agent architectures. So while it's fine to start here to build an agent quickly, we would strongly recommend learning how to build your own agent so that you can take full advantage of LangGraph.\n", "
\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", "