Skip to content

intelligaia/ResBot_Agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resbot crewai

Before getting started make sure poetry is installed. To install poetry install pipx first and then install poetry using pipx.

create virtual environment in windows

py -m venv env

for specific python version (if required)

C:\Users\lenovo\AppData\Local\Programs\Python\Python311\python.exe -m venv env  

Check Python version it must be Python >=3.10 and <=3.13

python --version

Activate Virtual Environment

.\env\Scripts\activate

install packages using requirements file

pip install -r /path/to/requirements.txt

or install manually if required else skip 1 and 2 below.

1. install Crewai (if required)

pip install crewai

2. install crewai tools (if required)

pip install crewai crewai-tools

Move to project folder

cd resbot

follow further instruction in README.md file in resbot.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%