Skip to content

knivore/crew-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrewAI Tutorial

A quick guide to get started with CrewAI

Table of Contents
  1. About The Project
  2. Getting Started
  3. Acknowledgments

About The Project

This repository is a tutorial on how to get started with CrewAI. CrewAI is a framework built for orchestrating role-playing, autonomous AI Agents. CrewAI focuses on empowering agents to work together seamlessly, tackling complex tasks with capabilities ranging from web search, data analysis to collaboration & delegating tasks among coworkers.

Built With

CrewAI Python OpenAI

(back to top)

Getting Started

To get started, follow these simple steps:

Prerequisites

  • Python 3.8 or higher
  • Basic understanding of Python
  • OpenAI API Key (Sign up & obtain here)

Setting up OpenAI's API Key.

  • Create a .env file and populate:
OPENAI_API_KEY="sk-xxx"

OR you can also export the API key in your terminal:

export OPENAI_API_Key = "sk-xxx"

Installation

  • To run the application, you will need to first create a virtual environment and install the dependencies and all required libraries.

MacOS:

pip install virtualenv
python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Windows:

pip install virtualenv
python3.11 -m venv venv
venv/Scripts/activate.bat
pip install -r requirements.txt

Starting

  • To start each tutorial application, you can run the following command:

(back to top)

Contact

For any enquiry or support, you may drop an email to Keh

(back to top)

Acknowledgments

Developed using CrewAI

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages