Show HN: Agno – A full-stack framework for building Multi-Agent Systems
1–10 of 23 posts
Re: Show HN: Agno – A full-stack framework for building Multi-Agent Systems
#2> At Agno, we're obsessed with performance. Why? because even simple AI workflows can spawn thousands of Agents. Scale that to a modest number of users and performance becomes a bottleneck.
This strikes me as odd. Aren’t all these agents pushing tokens through LLMs? The number of milliseconds needed to instantiate a Python object and the number of kilobytes it takes up in memory seem irrelevant in this context.
Re: Show HN: Agno – A full-stack framework for building Multi-Agent Systems
#3I feel the cookbook is a little messy. I would love to see an example using collaborative agents, like an editorial team that write articles based on searches and expert of topics (just as example)
Can be better to have a different repo for examples?
Btw great project! Kudos
Re: Show HN: Agno – A full-stack framework for building Multi-Agent Systems
#4I love Agno, they make it so easy to build agents for my Databutton application. Great work guys!!
Re: Show HN: Agno – A full-stack framework for building Multi-Agent Systems
#5[dead]
Re: Show HN: Agno – A full-stack framework for building Multi-Agent Systems
#6[deleted]
Re: Show HN: Agno – A full-stack framework for building Multi-Agent Systems
#7> At Agno, we're obsessed with performance. Why? because even simple AI workflows can spawn thousands of Agents. Scale that to a modest number of users and performance becomes a bottleneck. This strikes me as odd. Aren’t all these agents pushing tokens through LLMs? The number of milliseconds needed to instantiate a Python object and the number of kilobytes it takes up in memory seem irrelevant in this context.
I'm really curious what simple workflows they've seen that span THOUSANDS of agents?!
Re: Show HN: Agno – A full-stack framework for building Multi-Agent Systems
#8This is awesome!
Re: Show HN: Agno – A full-stack framework for building Multi-Agent Systems
#9Over the past few months, I've transitioned to using Agno in production, and I have to say, the experience has been nothing short of fantastic. A huge thank you for creating such an incredible framework!
Re: Show HN: Agno – A full-stack framework for building Multi-Agent Systems
#10One thing I don’t understand about these agent frameworks… cursor, Claude, Claude code, cline, v0… all of the large production agents with leaked prompts use xml function calling, and it seems like these frameworks all only support native json schema function calling. This is maybe the most important decision and from my experience native tool calling is just about the worst option.