Skip to content

jslmorrison/crewai-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crewAI example

This is a simple project to demonstrate crewAI's ability.

Overview

This project defines 2 agents each with thier own specific task and outputs the result to a file in addition to terminal output.

Usage

To use this sample project:

  1. Clone the repository
  2. enter the shell with nix develop
  3. create virtual env with python -m venv .venv
  4. activate the venv with source .venv/bin/activate
  5. install requirements with pip install -r requirements.txt
  6. copy/rename the .env.example file to .env and include your own api key
  7. Run python main.py to see the agents working

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published