Skip to content

Commit

Permalink
Add joke at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-roucher committed Sep 6, 2024
1 parent 9171efe commit ba39edc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions notebooks/en/multiagent_web_assistant.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"\n",
"For web browsing, we can already use our pre-existing [`DuckDuckGoSearchTool`](https://github.com/huggingface/transformers/blob/main/src/transformers/agents/search.py) tool to provide a Google search equivalent.\n",
"\n",
"But then we will need to be able to peak into page.\n",
"But then we will also need to be able to peak into page found by the `DuckDuckGoSearchTool`.\n",
"\n",
"So for this, let's create a new tool using `markdownify`."
]
Expand Down Expand Up @@ -821,7 +821,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Our agents managed to efficiently collaborate towards solving the task! ✅"
"Our agents managed to efficiently collaborate towards solving the task! ✅\n",
"\n",
"💡 You can easily extend this to more agents : one does the code execution, one the web search, one handles file loadings...\n",
"\n",
"🤔💭 One could even think of doing more complex, tree-like hierarchies, with one CEO agent handling multiple middle managers, each with several reports.\n",
"\n",
"We could even add more intermediate layers, and each one adds a bit more friction to ensure the tasks never get done... Ehm wait, no, let's stick with our simple structure."
]
}
],
Expand Down

0 comments on commit ba39edc

Please sign in to comment.