Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/langsmith/cicd-pipeline-example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ While this example uses GitHub, the CI/CD pipeline works with other Git hosting

LangSmith supports multiple deployment methods, depending on how your [LangSmith instance is hosted](/langsmith/platform-setup):

- <Icon icon="cloud" /> **Cloud LangSmith**: Direct GitHub integration or Docker image deployment.
- <Icon icon="cloud" /> **Cloud LangSmith**: Direct GitHub integration.
- <Icon icon="server" /> **Self-Hosted/Hybrid**: Container registry-based deployments.

The deployment flow starts by modifying your agent implementation. At minimum, you must have a [`langgraph.json`](/langsmith/application-structure) and dependency file in your project (`requirements.txt` or `pyproject.toml`). Use the `langgraph dev` CLI tool to check for errors—fix any errors; otherwise, the deployment will succeed when deployed to LangSmith Deployment.
Expand Down