Skip to content

samyilin/capstone-mas

Repository files navigation

Capstone MAS Crew AI

Welcome to the CapstoneMas Crew project, powered by crewAI.

Setup Instructions

Follow the steps below to set up your environment and install poetry.

1. Create a Conda Environment

First, create a fresh and empty Conda environment:

conda create -n poetry-env
2. Activate the newly created environment
conda activate poetry-env
3. Install poetry
conda install poetry -y
4. Clone this github repository.

Once the environment is set up and poetry is installed, poetry will take care of the dependencies.

5. This will install all dependencies from pyproject.toml
poetry install
6. Run the crewai project.
poetry run weekly_update

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages