Skip to content

Commit b3753d8

Browse files
Update _posts/2025-11-12-agentic-ai-patterns.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent a14599e commit b3753d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-12-agentic-ai-patterns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public interface WriteupAndReviewLoop {
143143
}
144144
----
145145

146-
In this way, the single `Writer` agent can be replaced with this loop, so that the final agentic system could overcome one of the typical limitation of the goal oriented strategy and be defined as follows:
146+
In this setup, the single `Writer` agent can be replaced by a reflection loop, allowing the final agentic system to overcome one of the typical limitations of the goal-oriented strategy. The resulting system can then be defined as follows:
147147

148148
[source,java]
149149
----

0 commit comments

Comments
 (0)