Arkhe-Network/Arkhe-OS — reverse-engineered prompt

Reverse engineered prompt

Build this repo into a runnable project that actually matches the README. I want it to feel like one coherent toolkit instead of a huge pile of experiments. The main user facing flow should be two things. First, a simple quantum genomics style demo where someone can train on small DNA or RNA sequences and get a prediction like resistant or sensitive. Second, a polyglot code parser that can read code from multiple languages into one universal syntax tree and show at least one basic semantics preserving conversion between languages.

Please make the main path easy to use. I want a clear install flow, a Docker option, and a simple command line or small app entry point with a couple of working examples. Wire up the Python pieces and the Rust core in whatever way makes sense, then add tests so the happy path is real.

Also clean up the docs for a newcomer. Add a practical quickstart, explain what works now versus what is still experimental, and make the Windows installer path work if that is already part of the plan. Look up current docs online if you need to.

Want more depth? Deep Reverse