Tools
-
Tools
-
LangChain Agent
-
External Tools
-
DuckDuckGo Agent
-
arXiv Agent
-
Calculator Agent
-
CSV Agent
-
DuckDB Agent
-
Excel Agent
-
File Agent
-
JSON Agent
-
Newspaper Agent
-
Pandas Agent
-
Python Agent
-
Shell Agent
-
Spider Agent
-
Wikipedia Agent
-
XML Agent
-
YAML Agent
-
YFinance Agent
-
Low Code Custom Tools
-
Tools as Class
-
PraisonAI Tools Creator GPT
-
DuckDuckGo PraisonAI Integration
-
Langchain Tools
-
Wikipedia PraisonAI Integration
-
YouTube Search PraisonAI Integration
-
Tavily PraisonAI Integration
-
Reddit PraisonAI Integration
-
You.com PraisonAI Integration
-
Crawl4AI PraisonAI Integration
-
Mem0 and PraisonAI Integration
-
Composio PraisonAI Integration
-
Google Calendar Tools
External Tools
Wikipedia Search Tool
Guide for using the Wikipedia Search tool with PraisonAI agents.
Overview
The Wikipedia Search tool is a tool that allows you to search and retrieve information from Wikipedia.
Copy
pip install langchain-community
export OPENAI_API_KEY=your_api_key_here
Copy
from praisonaiagents import Agent, PraisonAIAgents
from langchain_community.utilities import WikipediaAPIWrapper
data_agent = Agent(instructions="Gather all of Messi's record in LaLiga", tools=[WikipediaAPIWrapper])
summarise_agent = Agent(instructions="Summarize the data into a well structured format")
agents = PraisonAIAgents(agents=[data_agent, summarise_agent])
agents.start()
On this page
Assistant
Responses are generated using AI and may contain mistakes.