Discover CrewAI’s extensive library of 40+ tools to supercharge your AI agents
CrewAI provides an extensive library of pre-built tools to enhance your agents’ capabilities. From file processing to web scraping, database queries to AI services - we’ve got you covered.
from crewai_tools import FileReadTool, SerperDevTool# Add tools to your agentagent = Agent( role="Research Analyst", tools=[FileReadTool(), SerperDevTool()], # ... other configuration)
Ready to explore? Pick a category above to discover tools that fit your use case!