From 5eec153fc0145b388ecd971ce597a4697be9265a Mon Sep 17 00:00:00 2001 From: zachary62 Date: Wed, 5 Mar 2025 15:51:33 -0500 Subject: [PATCH] adjust image size --- docs/design_pattern/agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_pattern/agent.md b/docs/design_pattern/agent.md index 0ab4a18..73404e4 100644 --- a/docs/design_pattern/agent.md +++ b/docs/design_pattern/agent.md @@ -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).
- +
> The core of build **performant** and **reliable** agents boils down to: