
Rotifer v0.1: CLI Framework & Rust Core — Building the Gene Lifecycle from Scratch
The first alpha of the Rotifer Playground is here. This release establishes the full gene development lifecycle in a single CLI, backed by a Rust core that takes WASM sandboxing, fitness computation, and algebraic composition seriously from day one. 10 CLI Commands The CLI covers the entire gene lifecycle out of the box: rotifer init # scaffold a project with genesis genes rotifer scan # discover candidate functions from source rotifer wrap # wrap functions as genes (phenotype generation) rotifer test # L2 sandbox testing rotifer compile # phenotype validation + fingerprinting rotifer arena submit # submit to local Arena with admission gate rotifer arena list # view rankings: F(g), V(g), Fidelity rotifer arena watch # placeholder for live ranking updates rotifer agent create # create Agents with gene genomes rotifer agent list # view all registered Agents Rust Core The rotifer-core crate provides the foundational type system and engines: Type System — Context, GeneResult, Phenotype, Ge
Continue reading on Dev.to
Opens in a new tab




