2 products found
Products
Featured
Views
Creators
LangChain is the framework that powers most production LLM apps you've used. It's the plumbing behind the magic. What it provides: - Chains: Connect LLM calls with logic - Agents: LLMs that decide what actions to take - RAG: Retrieval-augmented generation made easy - Memory: Persistent context across conversations If you're building anything serious with LLMs, you'll probably touch LangChain. Python and JS/TS support. Huge ecosystem.
0
open-source
Phidata is a framework for building production-ready AI assistants. Think LangChain but more opinionated and batteries-included. Core features: - Built-in memory (conversations persist) - Knowledge bases (RAG out of the box) - Tool use (web search, APIs, code execution) - Structured outputs that actually work Less flexible than LangChain, more productive for common use cases. Python-first, actively maintained, strong documentation.