This project implements a simple, yet powerful, AI agent capable of interacting with your local file system. The agent is powered by a large language model and can perform actions such as reading, writing, and listing files.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.x
pipfor installing packages
-
Clone the repository:
git clone <repository-url> cd ai-bot
-
Install the required packages:
pip install pyyaml google-genai python-dotenv
-
Rename a
.env_tempfile in the root directory to.env. -
Add your Google API key and Model Name to the
.envfile:API_KEY="your-google-api-key" MODEL_NAME="gemini-2.5-pro"
To start the AI agent, run the main.py script:
python main.py
##