frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: Agno – A full-stack framework for building Multi-Agent Systems

https://github.com/agno-agi/agno
73•bediashpreet•1d ago

Comments

JimDabell•1d ago
> 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.

sippeangelo•1d ago
I'm really curious what simple workflows they've seen that span THOUSANDS of agents?!
bediashpreet•1d ago
In general we instantiate one or even multiple agents per request (to limit data and resource access). At moderate scale, like 10,000 requests per minute, even small delays can impact user experience and resource usage.

Another example: there a large, fortune 10 company that has built an agentic system to sift through data in spreadsheets, they create 1 agent per row to validate everything in that row. You might be able to see how that would scale to thousands of agents per minute.

gkapur•1d ago
If you are running things locally (I would think especially on the edge, whether on not the LLM is local or in the cloud) this would matter. Or if you are running some sort of agent orchestration where the output of LLMs is streaming it could possibly matter?
bediashpreet•1d ago
You’re right, inference is typically the bottleneck and it’s reasonable to think the framework’s performance might not be critical. But here’s why we care deeply about it:

- High Performance = Less Bloat: As a software engineer, I value lean, minimal-dependency libraries. A performant framework means the authors have kept the underlying codebase lean and simple. For example: with Agno, the Agent is the base class and is 1 file, whereas with LangChain you'll get 5-7 layers of inheritance. Another example: when you install crewai, it installs the kubernetes library (along with half of pypi). Agno comes with a very small (i think <10 required dependencies).

- While inference is one part of the equation, parallel tool executions, async knowledge search and async memory updates improve the entire system's performance. Because we're focused on performance, you're guaranteed top of the line experience without thinking about it, its a core part of our philosophy.

- Milliseconds Matter: When deploying agents in production, you’re often instantiating one or even multiple agents per request (to limit data and resource access). At moderate scale, like 10,000 requests per minute, even small delays can impact user experience and resource usage.

- Scalability and Cost Efficiency: High-performance frameworks help reduce infrastructure costs, enabling smoother scaling as your user base grows.

I'm not sure why you would NOT want a performant library, sure inference is a part of it (which isn't in our control) but I'd definitely want to use libraries from engineers that value performance.

onebitwise•1d ago
I 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

maxtermed•1d ago
Good point. The cookbook can be hard to navigate right now, but that's mostly because the team is putting out a tremendous amount of work and updating things constantly, which is a good problem to have.

This example might be close to what you're describing: https://github.com/agno-agi/agno/blob/main/cookbook/workflow...

It chains agents for web research, content extraction, and writing with citations.

I used it as a starting point for a couple projects that are now in production. It helped clarify how to structure workflows.

bediashpreet•1d ago
Thank you for the feedback and the kind words.

Agree that the cookbooks have gotten messy. Not an excuse but sharing the root case behind it: we're building very, very fast and putting examples out for users quickly. We maintain backwards compatibility so sometimes you see 2 examples doing the same thing.

I'll make it a point to clean up the cookbooks and share more examples under this comment. Here are 2 to get started:

- Content creator team: https://github.com/agno-agi/agno/blob/main/cookbook/examples...

- Blog post generator workflow: https://github.com/agno-agi/agno/blob/main/cookbook/workflow...

Both are easily extensible. Always available for feedback at ashpreet[at]agno[dot]com

ElleNeal•1d ago
I love Agno, they make it so easy to build agents for my Databutton application. Great work guys!!
bediashpreet•1d ago
Thank you for the kind words <3
LarsenCC•1d ago
This is awesome!
bediashpreet•1d ago
<3
idan707•1d ago
Over 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!
bediashpreet•1d ago
Thank you for the kind words <3
lerchmo•1d ago
One 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.
maxtermed•1d ago
I've been using this framework for a while, it's really solid IMO. It abstracts just enough to make building reliable agents straightforward, but still leaves lots of room for customization.

The way agent construction is laid out (with a clear path for progressively adding tools, memory, knowledge, storage, etc.) feels very logical.

Definitely lowered the time it takes to get something working.

bediashpreet•1d ago
Thank you for using Agno and the kind words!
bosky101•1d ago
Your first 2 examples on your readme involve single agents. These are a waste of time. We don't need yet another llm api call wrapper. An agentic system with just 1 tool / agent is pointless.

Thankfully your third example half way down does have an eg with 3 agents. May have helped to have a judge/architect agent.

Not clear about the infra required or used.

Would help to have helper functions to get and set session state/memory. Being able to bootstrap from json could be a good feature.

Would help to have diff agents with diff llms to show that you have thought things through.

Why should spawning 1000's of agents even be in your benchmark. Since when did we start counting variables. Maybe saying each agent would take X memory/ram would suffice - because everything is subjective, can't be generalized.

Consider a rest api that can do what the examples did via curl?

Good luck!

fcap•23h ago
In my opinion to really lift off here you need to make sure we can use these agents in production. That means the complete supply chain has to be considered. The deployment part is the heavy part and most people can run it locally. So if you close that gap people will be able to mass adopt. I am totally fine if you monetize it as a cloud service but give a full docs from code, test monitoring to deployment. And one more thing. Show what the framework is capable of. What can I do. Lots of videos and use cases here. Every single second needs to be pushed out.

Show HN: AirAP AirPlay server - AirPlay to an iOS Device

https://github.com/neon443/AirAP
37•neon443•28m ago•1 comments

Show HN: An Alfred workflow to open GCP services and browse resources within

https://github.com/dineshgowda24/alfred-gcp-workflow
15•dineshgowda24•1h ago•0 comments

Show HN: Localize React apps without rewriting code

https://github.com/lingodotdev/lingo.dev
36•maxpr•3h ago•31 comments

Show HN: Controlling 3D models with voice and hand gestures

https://github.com/collidingScopes/3d-model-playground
67•getToTheChopin•5h ago•13 comments

Show HN: I wrote a Java decompiler in pure C language

https://github.com/neocanable/garlic
125•neocanable•8h ago•53 comments

Show HN: PinSend – Share text between devices using a PIN(P2P, no login)

https://pinsend.app
43•avovsya•5h ago•20 comments

Show HN: .NET Threading Mystery Classes

https://github.com/fbie/threading-mysteries
4•superF•1h ago•1 comments

Show HN: Use Just Your Voice To Author Flow Charts

https://www.loom.com/share/bf336caddabc4e8b84032aa95a7ff303?sid=5c24a0b3-8b28-4dbe-91ce-5077dce2ddaf
4•voice_prompt•1h ago•0 comments

Show HN: Asciilator.com

https://www.asciilator.com/
11•4m1rk•5h ago•5 comments

Show HN: SQLxport – Export SQL Query Results to Parquet, CSV, and S3

https://github.com/vahid110/sqlxport
5•wahid110•2h ago•0 comments

Show HN: I'm Building Ahrefs for AI Search Results

https://linrush.com/
5•devarifhossain•2h ago•1 comments

Show HN: A toy version of Wireshark (student project)

https://github.com/lixiasky/vanta
253•lixiasky•1d ago•71 comments

Show HN: pgarrow – A SQLAlchemy PostgreSQL dialect for ADBC

https://github.com/michalc/pgarrow
2•michalc•2h ago•0 comments

Show HN: Ultra-lightweight chunker library with emoji support

https://github.com/ushakov-igor/chonkify
16•Beardier•3h ago•4 comments

Show HN: Mosaique.info – Global news in context (solo dev, no ads, no tracking)

https://www.mosaique.info
3•msqinfo•3h ago•0 comments

Show HN: Psuedocode Expander

https://github.com/Explosion-Scratch/psuedocode-expander
2•explosion-s•3h ago•0 comments

Show HN: Slurm-web – open-source lightweight web UI for Slurm HPC/AI clusters

https://slurm-web.com/
6•rezib•5h ago•0 comments

Show HN: I build one absurd web project every month

https://absurd.website
263•absurdwebsite•1d ago•63 comments

Show HN: Rethinknig Serverless – Services, Observers, and Actors Now Available

3•genovalente•4h ago•0 comments

Show HN: Kan.bn – An open-source alterative to Trello

https://github.com/kanbn/kan
471•henryball•1d ago•211 comments

Show HN: Legal Eyes – Turn casual text into legalese with one click

https://www.legaleyes.uk/
4•ForgedLabsJames•4h ago•3 comments

Show HN: Cmd-K for the Terminal

https://github.com/mieubrisse/cmdk
5•mieubrisse•5h ago•1 comments

Show HN: Compliant LLM toolkit for ensuring compliance & security of AI systems

https://github.com/fiddlecube/compliant-llm
6•kaushik92•5h ago•0 comments

Show HN: Winhider – Hide windows from screenshare and Taskbar/Taskswitcher

https://github.com/aamitn/winhider
3•bigwiz•5h ago•0 comments

Show HN: I built an open source clone of Grok's DeepSearch

https://github.com/mendableai/firesearch
2•ericciarla•5h ago•0 comments

Show HN: Onlook – Open-source, visual-first Cursor for designers

https://github.com/onlook-dev/onlook
400•hoakiet98•5d ago•80 comments

Show HN: Penny-1.7B Irish Penny Journal style transfer

https://huggingface.co/dleemiller/Penny-1.7B
145•deepsquirrelnet•1d ago•72 comments

Show HN: Gitlab CI/CD and Helm Deploy on Minikube (No Runner Needed)

https://github.com/nuntin/gitlab-k8s-autodeploy
2•appendixv2•7h ago•1 comments

Show HN: Text to 3D simulation on a map (does history pretty well) with gmaps++

https://worldlens.co/map/
4•lukehollis•8h ago•0 comments

Show HN: I made an AI that turn live lecture into structured notes,mind-maps,PDF

https://www.notorium.app
26•pranav_harshan•1d ago•14 comments