We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2b25c commit 5024964Copy full SHA for 5024964
1 file changed
docs/docs/section-2/step-04.md
@@ -6,8 +6,8 @@ In the previous step, you created **nested workflows** that combined sequential,
6
build sophisticated multi-level orchestration.
7
8
That design was intentionally concrete. Step 03 introduced separate feedback agents and a straightforward
9
-[`@ParallelAgent`](../../../section-2/step-03/src/main/java/com/carmanagement/agentic/workflows/FeedbackWorkflow.java) workflow
10
-so you could clearly see how multiple specialized agents collaborate inside a larger workflow.
+[`@ParallelAgent`](https://github.com/msmiths/langchain4j-workshop/blob/main/section-2/step-03/src/main/java/com/carmanagement/agentic/workflows/FeedbackWorkflow.java)
+workflow so you could clearly see how multiple specialized agents collaborate inside a larger workflow.
11
12
In this step, the business problem evolves. We are still building on the same orchestration ideas, but the addition of a
13
third feedback dimension creates a good opportunity to refactor the architecture. Rather than adding yet another nearly
0 commit comments