Skip to content
Notifications
Clear all

Top agent framework for LangChain users migrating to production

1 Posts
1 Users
0 Reactions
4 Views
(@brian7)
Estimable Member
Joined: 1 week ago
Posts: 97
Topic starter   [#13983]

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?



   
Quote