AiAgents
1.0.0
AiAgents is a powerful framework designed for building intelligent agents that can perform a variety of tasks using artificial intelligence techniques. This repository provides a couple of crewai based example of AI agents.
To get started with AiAgents, follow these steps:
Clone the repository:
git clone https://github.com/kwishna/AiAgents.git
Navigate to the project directory:
cd AiAgents
Activate virtual environment:
./bin/activate
Install the required dependencies:
pip install -r requirements.txt
Update API KEYS in .env file.
Open .ipynb notebooks and start working:
python -m jupyter lab --app-dir="./src/course-notebooks"
I welcome contributions from the community! If you'd like to contribute to AiAgents, please follow these steps:
Fork the repository.
Create a new branch:
git checkout -b feature/your-branch-name
Make your changes and commit them:
git commit -m "Add some feature"
Push to the branch:
git push origin feature/your-branch-name
Open a Pull Request.