0% found this document useful (0 votes)
44 views9 pages

Building Multi Agent System with Python and crewAI

Building Agent

Uploaded by

Ssk Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
44 views9 pages

Building Multi Agent System with Python and crewAI

Building Agent

Uploaded by

Ssk Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 9

Building

Multi Agent
Systems
with CrewAI

Bhavishya Pandit
Welcome to Crew AI

CrewAI is an open-source Python framework designed to


support developing and managing multi-agent AI systems.

CrewAI improves these AI systems by assigning specific


roles, enabling autonomous decision-making, and
facilitating communication between agents. This approach
allows them to tackle complex problems more effectively
than individual agents working alone.

Bhavishya Pandit
What are Multi-Agent
Systems

Multi-agent systems involve multiple independent software


agents that work together to solve tasks or problems.

Each agent acts autonomously but can communicate with


others to share information and coordinate actions, making
them useful for handling complex processes.

Bhavishya Pandit
Benefits of Using CrewAI

Enhanced Creativity: Crewai AI can generate innovative ideas and


concepts, helping teams brainstorm more effectively.
Time Efficiency: It automates routine tasks, allowing users to
focus on more strategic and creative work.
Collaborative Features: Supports team collaboration by enabling
multiple users to work together seamlessly.
Scalability: Easily adapts to different team sizes and project
scopes, making it suitable for both small startups and large
enterprises.
Bhavishya Pandit
A Quick Glimpse at
CrewAI Code
Let's roll up our sleeves and build a workflow using CrewAI tools to scrape the
content from the website and then perform RAG on it.

Step 1: Install the crewai-tools and crewai packages

Step 2: Scraping a website

Bhavishya Pandit
Step3: Write the extracted text to a file

Step 4: Set up the text search tool

Bhavishya Pandit
Step 5: Create an agent for the task and execute it

Output

Bhavishya Pandit
How many different
CrewAI tools have
you used?
Comment below

Bhavishya Pandit
Follow for more
AI/ML posts

SAVE LIKE SHARE

Bhavishya Pandit

You might also like