msoedov/langcorn
Langcorn is an API server that serves LangChain LLM chains and agents over REST endpoints using FastAPI.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
Langcorn provides a deployment solution for LangChain models and pipelines by wrapping them in a FastAPI application. Users define a LangChain chain or agent and expose it via a simple CLI command that starts an async HTTP server. The server handles authentication, async request processing, and provides auto-generated API documentation for interacting with the LLM application.