Search Wikipedia with WikipediaAgent
WikipediaAgent
—a powerful
agent equipped with built-in wiki search tools right out of the box!
"wikipedia
and openai
since we use OpenAI’s LLMs in
our example:
Note: If you have been usingYou’re all set! Now you can start using Wikipedia Search with AG2.autogen
orag2
, all you need to do is upgrade it using:orasautogen
, andag2
are aliases for the same PyPI package.
WikipediaAgent
comes packaged with two Wikipedia tools,
WikipediaQueryRunTool
for running title/keyword searches and
WikipediaPageLoadTool
for fetching full page content. Together with
the fact that it has a pre-configured system message (which you can
override), you only need to create the agent and add it to a chat to get
going.
WikipediaAgent
and run it. Using the agent’s run
command
will automatically