There was an error while loading. Please reload this page.
1 parent b000804 commit 6ea8414Copy full SHA for 6ea8414
1 file changed
docs/tutorials/real-world/03-multi-agent.md
@@ -13,14 +13,14 @@ flowchart LR
13
topic --> factual[factual_researcher]
14
topic --> stat[statistician]
15
topic --> quote[quoter]
16
- factual --|chunk| logger[logger]
17
- stat --|chunk| logger
18
- quote --|chunk| logger
19
- factual --|finding| synth[synthesizer]
20
- stat --|finding| synth
21
- quote --|finding| synth
22
- synth --|chunk| logger
23
- synth --|answer| sink[sink]
+ factual -->|chunk| logger[logger]
+ stat -->|chunk| logger
+ quote -->|chunk| logger
+ factual -->|finding| synth[synthesizer]
+ stat -->|finding| synth
+ quote -->|finding| synth
+ synth -->|chunk| logger
+ synth -->|answer| sink[sink]
24
```
25
26
Two properties of the graph matter. The three specialists run
0 commit comments