From 3e11a8d7f87fa25acddda354e7066727ea172aad Mon Sep 17 00:00:00 2001 From: parker110-crypto Date: Mon, 2 Jun 2025 11:09:30 +0000 Subject: [PATCH 1/3] empty commit From 5947abcd3be96cfef126eb16014f6eb4f2012de0 Mon Sep 17 00:00:00 2001 From: parker110-crypto Date: Mon, 2 Jun 2025 11:11:01 +0000 Subject: [PATCH 2/3] Create Prometheus-generated README file --- README_Prometheus.md | 56 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 README_Prometheus.md diff --git a/README_Prometheus.md b/README_Prometheus.md new file mode 100644 index 0000000000..927018367c --- /dev/null +++ b/README_Prometheus.md @@ -0,0 +1,56 @@ +# 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/koii-network/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 From 62734e21a100ce746c60cc7fb40191e987229ab2 Mon Sep 17 00:00:00 2001 From: KoiiKikko Date: Tue, 3 Jun 2025 06:42:38 -0400 Subject: [PATCH 3/3] Update README_Prometheus.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- README_Prometheus.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README_Prometheus.md b/README_Prometheus.md index 927018367c..5af6897c08 100644 --- a/README_Prometheus.md +++ b/README_Prometheus.md @@ -24,9 +24,8 @@ The primary goal of Prometheus is to democratize software development by enablin 1. Clone the repository: ```bash - git clone https://github.com/koii-network/prometheus-beta.git + git clone https://github.com/KoiiKikko/prometheus-beta.git cd prometheus-beta - ``` 2. Create a virtual environment (optional but recommended): ```bash