Skip to content

Commit 18c1021

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ In essence, an AI agent behaves more like a virtual assistant capable of doing a
4545

4646
The heart of an agentic system lies in this continuous loop:
4747

48-
Think: It starts with understanding the objective or problem at hand.\
49-
Plan: Based on that understanding, it creates a strategy — often a sequence of steps.\
50-
Act: It then begins executing the plan, calling tools, retrieving data, or initiating actions.\
48+
Think: It starts with understanding the objective or problem at hand.
49+
Plan: Based on that understanding, it creates a strategy — often a sequence of steps.
50+
Act: It then begins executing the plan, calling tools, retrieving data, or initiating actions.
5151
Respond: Finally, it summarizes or communicates the results — or loops back to continue solving.
5252

5353
This cycle allows agents to operate with minimal human intervention, even on complex, multi-step workflows.
@@ -96,6 +96,7 @@ If you're ready to build with agents, here are the top frameworks that developer
9696
* LangChain
9797
* Autogen by Microsoft
9898

99+
99100
| Framework | What it does | GitHub Link | ⭐ Stars |
100101
| --------------------- | -------------------------------------------------- | ------------------------------------------------------------- | ------- |
101102
| **AGNO (Phidata)** | Build fast, multi-modal agents (text + images) | [AGNO GitHub](https://github.com/phidatahq/phidata) | ⭐ 21.5k |

0 commit comments

Comments
 (0)