The official tools library for CrewAI, the multi-agent orchestration framework. Includes SerperDevTool, WebsiteSearchTool, FileReadTool, CSVSearchTool, GitHubSearchTool, YouTubeSearchTool, and 15+ more tools that CrewAI agents can use out of the box.
CrewAI Tools is the official toolbox for CrewAI agents. Each tool works seamlessly with CrewAI’s role-based multi-agent system, where different agents specialize in research, analysis, writing, or coding — and each gets the right tools for their role.
from crewai import Agent
from crewai_tools import SerperDevTool, WebsiteSearchTool
researcher = Agent(
role="Senior Researcher",
goal="Find comprehensive information",
tools=[SerperDevTool(), WebsiteSearchTool()],
)
from crewai_tools import SerperDevTool, FileReadTool, CSVSearchTool
search = SerperDevTool()
result = search.run("latest AI agent frameworks 2026")
ByteDance's research superagent — long-horizon research with web search, coding, and report generation.
Autonomous research agent that searches the web, synthesizes findings, and produces cited research reports.
AI reads Twitter/X, Reddit, YouTube, and GitHub — multi-platform social intelligence for agents.