Skip to content

Commit 47c7205

Browse files
authored
Multi-Agent tutorial (#402)
* Multi-Agent tutorial * Make duckduckgo the default one * add the missing quote sign
1 parent 3b85278 commit 47c7205

File tree

3 files changed

+1073
-1
lines changed

3 files changed

+1073
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ To contribute to the tutorials, please check out our [Contributing Guidelines](.
3333
| [Retrieving a Context Window Around a Sentence](./tutorials/42_Sentence_Window_Retriever.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/42_Sentence_Window_Retriever.ipynb) | |
3434
| [Build a Tool-Calling Agent](./tutorials/43_Building_a_Tool_Calling_Agent.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/43_Building_a_Tool_Calling_Agent.ipynb) | |
3535
| [Creating Custom SuperComponents](./tutorials/44_Creating_Custom_SuperComponents.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/44_Creating_Custom_SuperComponents.ipynb) | |
36+
| [Creating a Multi-Agent System with Haystack](./tutorials/45_Creating_a_Multi_Agent_System.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/45_Creating_a_Multi_Agent_System.ipynb) | |

index.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ aliases = []
2525
completion_time = "15 min"
2626
created_at = 2023-11-30
2727
dependencies = ["colorama"]
28-
featured = true
2928

3029
[[tutorial]]
3130
title = "Serializing LLM Pipelines"
@@ -218,3 +217,15 @@ completion_time = "20 min"
218217
created_at = 2025-04-22
219218
dependencies = ["sentence-transformers>=4.1.0", "datasets", "accelerate"]
220219
featured = true
220+
221+
[[tutorial]]
222+
title = "Creating a Multi-Agent System with Haystack"
223+
description = "Use agents specialized in specific tasks to build more complex, modular agent workflows"
224+
level = "advanced"
225+
weight = 10
226+
notebook = "45_Creating_a_Multi_Agent_System.ipynb"
227+
aliases = []
228+
completion_time = "20 min"
229+
created_at = 2025-06-02
230+
dependencies = []
231+
featured = true

tutorials/45_Creating_a_Multi_Agent_System.ipynb

Lines changed: 1060 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)