Skip to content

From AetherForge arises a complementary AI agent—a smart Python assistant to enhance your projects and workflows.

Notifications You must be signed in to change notification settings

sisu589/AetherForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AetherForge - Your Friendly AI Agent

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.

Features

  • Basic AI functionality (expand as needed!)
  • Python-based, easy to customize and extend.
  • Modular design for future enhancements.

Getting Started

  1. Clone the Repository:

    git clone [repository URL]
  2. Navigate to the Project Directory:

    cd AetherForge
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Configure API Key:

    • Create a .env file in the root directory.

    • Add your API key to the file:

      API_KEY="YOUR_API_KEY_HERE"
      

      Replace YOUR_API_KEY_HERE with your actual API key. Important: Do not commit the .env file to your repository!

  5. Set up the UV Environment:

    • Install Uv:

      pip install uv

Running the Application

Use Uv to run your application:

uv main.py

About

From AetherForge arises a complementary AI agent—a smart Python assistant to enhance your projects and workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages