LangChain
The OG LLM orchestration framework
AI Agents / Orchestration · OSS/MIT · 146k
What's Good
LangChain excels at chaining together prompts, tools, and retrievers into coherent workflows. LCEL made composition feel natural after years of callback hell. The integration ecosystem is unmatched: if a vector database or LLM provider exists, LangChain probably has a connector.
The Catch
Abstraction layers add complexity. Simple use cases feel over-engineered, and the learning curve is steeper than rolling your own for basic RAG.
Verdict
Essential for complex LLM apps, overkill for simple ones.
Embed
[](https://stackgems.com/gems/langchain)