You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-05-08-agentic-ai-with-quarkus-p3.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ image::wrokflowVsAgents.png[align="center", alt="AI Workflow Vs. Pure Agentic AI
20
20
21
21
== From Workflow to Agents
22
22
23
-
https://quarkus.io/blog/agentic-ai-with-quarkus/#routing[Routing] is one of the workflow pattern presented in the first article of this series. There we used a first LLM service to categorize the user request and then used that category to programmatically reroute that request to one of three other LLMs acting as medical, legal or technical expert.
23
+
https://quarkus.io/blog/agentic-ai-with-quarkus/#routing[Routing] is one of the workflow patterns presented in the first article of this series. There, we used a first LLM service to categorize the user request and then used that category to programmatically reroute that request to one of three other LLMs acting as medical, legal, or technical experts.
0 commit comments