From 2e17857ca753032ea08357763235fad8fbcf569b Mon Sep 17 00:00:00 2001 From: Arjun Natarajan Date: Tue, 13 May 2025 13:57:18 -0400 Subject: [PATCH] verb tense --- docs/docs/cloud/how-tos/clone_traces_studio.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/cloud/how-tos/clone_traces_studio.md b/docs/docs/cloud/how-tos/clone_traces_studio.md index 26df9d755..31cbbf10d 100644 --- a/docs/docs/cloud/how-tos/clone_traces_studio.md +++ b/docs/docs/cloud/how-tos/clone_traces_studio.md @@ -1,4 +1,5 @@ -# Debugging LangSmith traces +# Debug LangSmith traces + This guide explains how to open LangSmith traces in LangGraph Studio for interactive investigation and debugging. ## Open deployed threads @@ -6,7 +7,7 @@ This guide explains how to open LangSmith traces in LangGraph Studio for interac 1. Open the LangSmith trace, selecting the root run. 2. Click "Run in Studio". -This will open LangGraph Studio connected to the associated LangGraph Platform deployment with the trace's parent thread selected. +This will open LangGraph Studio connected to the associated LangGraph Platform deployment with the trace's parent thread selected. ## Testing local agents with remote traces @@ -16,9 +17,9 @@ This section explains how to test a local agent against remote traces from LangS - A LangSmith traced thread - A locally running agent. See [here](../how-tos/studio/quick_start.md#local-development-server) for setup - instructions. + instructions. -!!! info "Prerequisites for local agent" +!!! info "Local agent requirements" - langgraph>=0.3.18 - langgraph-api>=0.0.32 @@ -33,4 +34,3 @@ This section explains how to test a local agent against remote traces from LangS 5. If multiple graphs exist, select the target graph. A new thread will be created in your local agent with the thread history inferred and copied from the remote thread, and you will be navigated to LangGraph Studio for your locally running application. -