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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/langsmith-agent-server-api-threads-copy-thread-workflow-guide.md | Markdown 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.text | An 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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