Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ To contribute to the tutorials, please check out our [Contributing Guidelines](.
| [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) | |
| [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) | |
| [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) | |
| [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) | |
13 changes: 12 additions & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ aliases = []
completion_time = "15 min"
created_at = 2023-11-30
dependencies = ["colorama"]
featured = true

[[tutorial]]
title = "Serializing LLM Pipelines"
Expand Down Expand Up @@ -218,3 +217,15 @@ completion_time = "20 min"
created_at = 2025-04-22
dependencies = ["sentence-transformers>=4.1.0", "datasets", "accelerate"]
featured = true

[[tutorial]]
title = "Creating a Multi-Agent System with Haystack
description = "Use agents specialized in specific tasks to build more complex, modular agent workflows"
level = "advanced"
weight = 10
notebook = "45_Creating_a_Multi_Agent_System.ipynb"
aliases = []
completion_time = "20 min"
created_at = 2025-06-02
dependencies = []
featured = true
1,069 changes: 1,069 additions & 0 deletions tutorials/45_Creating_a_Multi_Agent_System.ipynb

Large diffs are not rendered by default.

Loading