@@ -12,13 +12,25 @@ This section covers how to package, build, and deploy your _agents_ and applicat
1212
1313A typical deployment workflow consists of the following steps:
1414
15- 1 . ** [ Test locally] ( /langsmith/local-server ) ** : Run your application on a local server.
16- 2 . ** [ Choose hosting] ( /langsmith/hosting ) ** : (Required for deployment) Select Cloud, Hybrid, or Self-hosted.
17- 3 . ** Deploy your app** :
18- - [ ** Cloud** ] ( /langsmith/deploy-to-cloud ) : Push code from a git repository
19- - [ ** Hybrid or Self-hosted with control plane** ] ( /langsmith/deploy-with-control-plane ) : Build and push Docker images, deploy via UI
20- - [ ** Standalone servers** ] ( /langsmith/deploy-standalone-server ) : Deploy directly without control plane
21- 4 . ** [ Monitor & manage] ( /langsmith/observability ) ** : Track traces, alerts, and dashboards.
15+ <Steps >
16+ <Step title = { <a href = " /langsmith/local-server" >Test locally</a >} >
17+ Run your application on a local server.
18+ </Step >
19+ <Step title = { <a href = " /langsmith/application-structure" >Configure app for deployment</a >} >
20+ Set up dependencies, project structure, and environment configuration.
21+ </Step >
22+ <Step title = { <a href = " /langsmith/hosting" >Choose hosting</a >} >
23+ (Required for deployment) Select Cloud, Hybrid, or Self-hosted.
24+ </Step >
25+ <Step title = " Deploy your app" >
26+ - [ ** Cloud** ] ( /langsmith/deploy-to-cloud ) : Push code from a git repository
27+ - [ ** Hybrid or Self-hosted with control plane** ] ( /langsmith/deploy-with-control-plane ) : Build and push Docker images, deploy via UI
28+ - [ ** Standalone servers** ] ( /langsmith/deploy-standalone-server ) : Deploy directly without control plane
29+ </Step >
30+ <Step title = { <a href = " /langsmith/observability" >Monitor & manage</a >} >
31+ Track traces, alerts, and dashboards.
32+ </Step >
33+ </Steps >
2234
2335## What you'll learn
2436
0 commit comments