Skip to content

Repository files navigation

Project Setup

Follow these steps to set up the project environment and install the required dependencies.

Setup Virtual Environment

  1. Create a new virtual environment using Python 3.11:
py -3.11 -m venv myenv

  1. Activate the virtual environment:
myenv\Scripts\activate

cd ai-agents

Install Dependencies

  1. Install the main project dependencies:
pip install crewai python-dotenv langchain_openai langchain_community
  1. Install additional tools for crewai:
pip install 'crewai[tools]'

pip install -r requirements.txt

Next Steps

After completing these steps, your environment will be set up and ready for development. Make sure to run all project-related commands within this activated virtual environment.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages