adjust image size

This commit is contained in:
zachary62 2025-03-05 15:51:33 -05:00
parent 3f9a5bc368
commit 5eec153fc0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Agent is a powerful design pattern, where node can take dynamic actions based on
To express an agent, create a Node (the agent) with [branching](../core_abstraction/flow.md) to other nodes (Actions). To express an agent, create a Node (the agent) with [branching](../core_abstraction/flow.md) to other nodes (Actions).
<div align="center"> <div align="center">
<img src="https://github.com/the-pocket/PocketFlow/raw/main/assets/agent.png?raw=true" width="400"/> <img src="https://github.com/the-pocket/PocketFlow/raw/main/assets/agent.png?raw=true" width="250"/>
</div> </div>
> The core of build **performant** and **reliable** agents boils down to: > The core of build **performant** and **reliable** agents boils down to: