langchain · LangGraph and LangChain Agents Docs
Langsmith Create Run, Wait for Output
Explains how to use the LangSmith Agent Server API to initiate a run and synchronously wait for the final output to be returned.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Langsmith Create Run, Wait for Output
Explains how to use the LangSmith Agent Server API to initiate a run and synchronously wait for the final output to be returned.
When To Use
Use when you need to execute a LangSmith agent run and block execution until the final response is received via a single API call.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/langsmith-agent-server-api-stateless-runs-create-run-wait-for-workflow-guide.md | OpenAPI specification documentation for the Langsmith Agent Server API endpoint to create a run and wait for its output. | Questions about openAPI specification documentation for the Langsmith Agent Server API endpoint to create a run and wait for its output. |
examples/langsmith-agent-server-api-stateless-runs-create-run-wait-for-langsmith-.text | An OpenAPI 3.1.0 specification defining the LangSmith Agent Server API endpoint for creating a run and waiting for its output. | Exact payloads, commands, or snippets shown in An OpenAPI 3.1.0 specification defining the LangSmith Agent Server API endpoint for creating a run and waiting for it... |
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/stateless-runs/create-run-wait-for-output.md