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
@@ -57,7 +57,7 @@ public interface MedicalExpert {
57
57
}
58
58
----
59
59
60
-
In this way it is possible to provide a second alternative implementation of the same expert interrogation service, this time using a pure agentic approach, where the Router Agent is replaced by a single LLM, having the three expert as tools, that can autonomously decide which expert to invoke based on the user request.
60
+
This way, it is possible to provide a second alternative implementation of the same expert interrogation service, this time using a pure agentic approach. The Router Agent is replaced by a single LLM, having the three experts as _tools_, that can autonomously decide to which expert the question must be delegated.
0 commit comments