v0.1.0 · Apache 2.0 · Self-hosted
Maintained by the Lyzr team ↗
Vercel for AI agents.
Build and ship
any agent.
Any framework. Any runtime. Build with LangChain, LlamaIndex, CrewAI, AutoGen, or your own SDK — then deploy, govern, and operate them on Kubernetes, Bedrock AgentCore, or Vertex AI Agent Engine. Self-hosted, end to end.
# 1. install curl -fsSL https://get.langship.sh | sh # 2. point at your project langship link my-agent # 3. ship langship deploy --env=prod
fig. 01 — control plane
A walkthrough
- 01GitHub push lands on main.
- 02Build, scan, SAST run in parallel.
- 03Approval gate held for human review.
- 04Deploy to Vertex Agent Engine.
- 05SLO watcher armed for 5 minutes.
Release flow
Environments
Same agent.
Different gates per stop.
Each environment owns its own pipeline, runtime, approval policy, and eval gate. Promotion between them is explicit, gated, and follows your branching strategy.
Branching
trunk-based·env-branches·release branches·customCI/CD as a graph
Drag, drop, ship.
YAML is the source of truth.
Visual canvas in the UI, declarative file in git. PR review, audit trail, rollback via git revert.
# committed to git, edited via UI or your editor name: ship-prod trigger: { kind: github, branch: main } nodes: - { type: build, engine: buildkit } - { type: scan, engine: trivy, fail-on: [HIGH, CRITICAL] } - { type: sast, engine: semgrep } - { type: approval, approvers: [eng-leads] } - { type: deploy, runtime: vertex-agent-engine } - { type: promote, to: [staging, prod] }
Runtime-agnostic
One agent. Any runtime.
Kubernetes
Self-hosted, any cloud. Helm chart for prod, Compose for local dev.
OSS · Self-hostedAWS Bedrock AgentCore
Managed agent runtime on AWS. Same pipeline, same governance.
Managed · AWSGCP Vertex AI Agent Engine
Managed agent runtime on Google Cloud. Same governance applies.
Managed · GCPWorks with
LangChain·LangGraph·LlamaIndex·CrewAI·AutoGen·Pydantic AI·DSPy·Haystack·Raw SDK- Helm chartprod
- Docker Composelocal dev
- CLImacOS · linux · windows
- LicenseApache 2.0
- Supportgithub · discord · email