Prompt Buddy logoPrompt Buddy

langchain · LangGraph and LangChain Agents Docs

Langsmith Copy Thread

Explains how to use the LangSmith Agent Server API to create a new thread by duplicating the state and checkpoints from an existing thread.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Langsmith Copy Thread

Explains how to use the LangSmith Agent Server API to create a new thread by duplicating the state and checkpoints from an existing thread.

When To Use

Use when you need to duplicate an existing agent session's state and checkpoints to start a new conversation from a specific point in time.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/langsmith-agent-server-api-threads-copy-thread-workflow-guide.mdMarkdown documentation detailing the API endpoint and procedure for copying a thread within the Langsmith Agent Server.Questions about markdown documentation detailing the API endpoint and procedure for copying a thread within the Langsmith Agent Server.
examples/langsmith-agent-server-api-threads-copy-thread-langsmith-agent-server-ap.textAn OpenAPI 3.1.0 specification defining the endpoint and schema for copying threads within the LangSmith Agent Server API.Exact payloads, commands, or snippets shown in An OpenAPI 3.1.0 specification defining the endpoint and schema for copying threads within the LangSmith Agent Server...

What This Skill Covers

  • Documentation Index Fetch the complete documentation index at: https://docs.langchain.com/llms.txt Use this file to discover all available pages before ex...

  • Main sections: OpenAPI.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://docs.langchain.com/langsmith/agent-server-api/threads/copy-thread.md