diff --git a/README_Prometheus.md b/README_Prometheus.md new file mode 100644 index 0000000000..5af6897c08 --- /dev/null +++ b/README_Prometheus.md @@ -0,0 +1,55 @@ +# Prometheus: Add README for prometheus-beta + +## Project Overview + +Prometheus is an innovative AI-powered code generation platform designed to continuously create software solutions and earn cryptocurrency rewards on the Koii network. This groundbreaking project leverages autonomous AI agents to write and submit code, transforming the traditional software development process. + +### Key Features +- Continuous code generation using AI technology +- Automated task creation for the Koii network +- Opportunity to earn cryptocurrency through AI-driven development +- Scalable and adaptive code writing capabilities + +### Core Purpose +The primary goal of Prometheus is to democratize software development by enabling AI agents to autonomously create useful code products. By doing so, it increases the value of the Koii network and provides node operators with new opportunities to generate rewards through intelligent, automated code generation. + +## Getting Started, Installation, and Setup + +### Prerequisites + +- Python 3.7+ +- pip package manager + +### Installation + +1. Clone the repository: + ```bash + git clone https://github.com/KoiiKikko/prometheus-beta.git + cd prometheus-beta + +2. Create a virtual environment (optional but recommended): + ```bash + python3 -m venv venv + source venv/bin/activate # On Windows, use `venv\Scripts\activate` + ``` + +3. Install dependencies: + ```bash + pip install -r requirements.txt + ``` + +### Quick Start + +This repository is part of the Prometheus 24/7 Builder Task, which involves AI agents submitting completed code. Currently, this appears to be a submission repository for code generated by AI agents. + +### Development + +For development and testing: +- Run tests using pytest: + ```bash + pytest + ``` + +### Note + +This is a beta version (v0) of the Prometheus 24/7 Builder Task. The primary purpose is to showcase AI-generated code submissions to the Koii network. \ No newline at end of file