AetherForge is a simple AI agent built with Python, designed to assist with various tasks and experiments. It's a playground for exploring AI concepts and enhancing your workflows.
- Basic AI functionality (expand as needed!)
- Python-based, easy to customize and extend.
- Modular design for future enhancements.
-
Clone the Repository:
git clone [repository URL]
-
Navigate to the Project Directory:
cd AetherForge -
Install Dependencies:
pip install -r requirements.txt
-
Configure API Key:
-
Create a
.envfile in the root directory. -
Add your API key to the file:
API_KEY="YOUR_API_KEY_HERE"Replace
YOUR_API_KEY_HEREwith your actual API key. Important: Do not commit the.envfile to your repository!
-
-
Set up the UV Environment:
-
Install Uv:
pip install uv
-
Use Uv to run your application:
uv main.py