8 Comments
User's avatar
Chen Reuven's avatar

What about lang chain? :-)

Expand full comment
Nir Diamant's avatar

They are the ones behind LangGraph

Expand full comment
Chen Reuven's avatar

Yep but it kinda different framework for different mission, no?

Expand full comment
Suhrab Khan's avatar

Great breakdown! Choosing the right framework really comes down to understanding the problem you’re solving, not just the features of the tool. LangGraph for complex workflows, Google SDK for enterprise, makes perfect sense.

Expand full comment
Alexander Gurevich's avatar

Agno also supports multi agents, teams and workflow while you mentioned correct characteristic of Agno I feel you did it disservice by not mentioning other characteristics.

Expand full comment
Inbal Ben Shitrit's avatar

Thanks for the great overview! I was surprised that LangGraph wasn’t mentioned. It has become one of the key frameworks for agent orchestration, especially with its state-machine/graph-based approach to managing multi-step flows, retries, and human-in-the-loop scenarios. Many developers now see it as a modern and more streamlined alternative to LangChain when building complex, multi-turn or tool-driven applications.

Expand full comment
Nir Diamant's avatar

thanks for the comment, I've updated the blogpost :)

Expand full comment
Josh Mo's avatar

Hi! You appear to have forgotten about Rig, the leading AI agent framework in Rust. It was recently mentioned in the SurrealDB blog as well as Solana dev docs: https://github.com/0xPlaygrounds/rig

Expand full comment