Skip to content

Commit 8a0b946

Browse files
committed
Update Blog “from-generative-to-agentic-ai-—-part-2-what-makes-ai-agents-truly-intelligent”
1 parent b20284b commit 8a0b946

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/blog/from-generative-to-agentic-ai-—-part-2-what-makes-ai-agents-truly-intelligent.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ If you're ready to build with agents, here are the top frameworks that developer
8080
* LangChain
8181
* Autogen by Microsoft
8282

83+
| Framework | What it does | GitHub Link | ⭐ Stars |
84+
| --------------------- | -------------------------------------------------- | ------------------------------------------------------------- | ------- |
85+
| **AGNO (Phidata)** | Build fast, multi-modal agents (text + images) | [AGNO GitHub](https://github.com/phidatahq/phidata) | ⭐ 21.5k |
86+
| **Auto-GPT** | The first viral agent that automates tasks | [Auto-GPT GitHub](https://github.com/Torantulino/Auto-GPT) | ⭐ 174k |
87+
| **BabyAGI** | Agents that manage task lists autonomously | [BabyAGI GitHub](https://github.com/yoheinakajima/babyagi) | ⭐ 21.2k |
88+
| **LangChain Agents** | Powerful and flexible agent toolkit for developers | [LangChain GitHub](https://github.com/langchain-ai/langchain) | ⭐ 104k |
89+
| **Microsoft Autogen** | Build multi-agent systems that work together | [Autogen GitHub](https://github.com/microsoft/autogen) | ⭐ 42k |
90+
91+
92+
8393
Each offers a different approach — some focus on chaining tasks, others on autonomy and memory. Together, they make it easier than ever to bring agentic AI to life.
8494

8595
**Conclusion**

0 commit comments

Comments
 (0)