langchain-ai/langserve
LangServe 🦜️🏓 observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 80
- Release rhythm 52
- Longevity 76
Flags: archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 29
- age_days: 1069
- days_rel: 320
- days_push: 120
- n_releases_24m: 6
Adoption not part of the score
2330 stars · 272 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LangServe is a Python library that deploys LangChain runnables and chains as REST APIs built on FastAPI, with automatic input/output schema validation, invoke/batch/stream endpoints, and a built-in playground UI. It also ships a client SDK (with a JavaScript client in LangChain.js) for calling remote runnables as if they were local, though the project is deprecated in favor of LangGraph Platform.
Use cases
- deploy a langchain chain as a rest api
- serve an llm app with fastapi endpoints
- expose a langchain runnable over http
- stream llm responses and intermediate steps to a frontend
- test langchain chains in an interactive playground
- call a deployed langchain server from javascript
When to choose
- you are maintaining an existing LangServe-based deployment and need community bug fixes
- you need to quickly expose simple LangChain runnables as invoke/batch/stream REST endpoints with automatic schemas
- you want a built-in playground and optional LangSmith tracing for a FastAPI-served chain
When to avoid
- starting a new project, since LangServe is deprecated in favor of LangGraph Platform
- deploying LangGraph graphs or agents, which it is not designed for
- you need new features or long-term official support, as only community bug fixes are accepted
Facets
library · maturity maintenance
deployment api-framework http-server sdk llm-inference large-language-models artificial-intelligence apis backend web-development developer-tools python langchain fastapi pydantic rest-api streaming playground langsmith-tracing runnables deprecated web-server
1 source
- readme: https://github.com/langchain-ai/langserve · fetched 2026-08-28 · e5d35a1547d0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| langchain-ai/langserve | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="langchain-ai/langserve")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem