Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.93 KB

File metadata and controls

41 lines (29 loc) · 1.93 KB

Quick Start

Prerequisites

Prepare 3 Inputs

  1. requirement_definition.md — edit from template, or ask PM to create it interactively
  2. _remote_info/ — site-specific connection info (details)
  3. BaseCode/ — your code to optimize

Launch

# Optional: configure SSH agent (only if remote execution needed)
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/your_private_key

# Setup creates tmux sessions and launches PM inside them
python3 -m vibecodehpc setup --name MyProject -w 4

PM starts automatically in a tmux session. It reads the requirement definition and handles worker (SE, PG, CD) startup, CLI/model selection, and directory design.

What Happens Next

  1. PM reads requirements and surveys the environment
  2. PM designs directory hierarchy and assigns agents
  3. PG agents iterate: code → compile → run → benchmark
  4. SE agents track statistics and generate reports
  5. Results accumulate in User-shared/ with a final report