Skip to content

Commit 5024964

Browse files
committed
Try again
Signed-off-by: Martin Smithson <msmiths@uk.ibm.com>
1 parent 5a2b25c commit 5024964

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/section-2/step-04.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ In the previous step, you created **nested workflows** that combined sequential,
66
build sophisticated multi-level orchestration.
77

88
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.
9+
[`@ParallelAgent`](https://github.com/msmiths/langchain4j-workshop/blob/main/section-2/step-03/src/main/java/com/carmanagement/agentic/workflows/FeedbackWorkflow.java)
10+
workflow so you could clearly see how multiple specialized agents collaborate inside a larger workflow.
1111

1212
In this step, the business problem evolves. We are still building on the same orchestration ideas, but the addition of a
1313
third feedback dimension creates a good opportunity to refactor the architecture. Rather than adding yet another nearly

0 commit comments

Comments
 (0)