Notifications
Clear all
Topic starter
19/07/2026 8:33 am
I've been building a few prototypes with LangChain, mostly using the SimpleSequentialChain and some basic tools. It's great for learning. But I'm starting to plan a move to a more production-ready setup.
For those who have gone down this path, what's the top agent framework you'd recommend for a LangChain user? I'm especially interested in something with better error handling, observability, and maybe easier deployment than the standard LangGraph setup. Should I be looking at something like LlamaIndex's agent, or frameworks built on LangChain like AutoGen? Or is the best move to just use LangGraph directly and add a lot of custom tooling?