Workflow
Getting Started with LangSmith (3/8): Debugging with Studio
LangChainยท2025-09-29 04:28

Hi, today we'll be covering how to use Langmith to debug your AI applications and we'll be using a tool called Studio to do so. The studio is an IDE for building agents and you can use it with any langraph agent that you've built. Let's take a look at the repository for this course which contains our explain like 5 agent.We'll cover what you need to start using studio. You'll notice that in our repo, we have this file called langraph. json.langraph. json is a config file that tells studio where your agents ...