Agent toolbox: Wikipedia tool
This exercise is part of the course
Multi-Agent Systems with LangGraph
Exercise instructions
Make sure to first run the cell to install the libraries
- Create a tool called
wikipedia_tool()
that searches Wikipedia using thequery
argument, collects an eight-sentence summary of the top result, and returns the summary as a string. - Invoke the tool on
"Apple Inc."
to test that it works.
Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
