Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions README_Prometheus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Prometheus: Add README for prometheus-beta

Comment thread
KoiiKikko marked this conversation as resolved.
## 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.

Comment on lines +41 to +44

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Provide concrete Quick Start example
Show a real command or code snippet demonstrating how to run the AI agent or generate code:

python run_agent.py --task "generate_module_x" --output ./generated
🤖 Prompt for AI Agents
In README_Prometheus.md around lines 41 to 44, the Quick Start section lacks a
concrete example. Add a real command or code snippet demonstrating how to run
the AI agent or generate code, such as a bash command to execute the agent with
specific task and output parameters, to make the instructions actionable and
clear.

### 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.
Comment thread
KoiiKikko marked this conversation as resolved.