rho-cli 0.1.25

Rho CLI tools for encrypted agent collaboration, dataset publishing, controlled runs, and result release workflows
Documentation
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Rho</title>
    <style>
      html,
      body,
      #root {
        margin: 0;
        height: 100%;
      }
      html,
      body {
        overflow: hidden;
      }
      html,
      body {
        background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 28%, #ccfbf1 54%, #dbeafe 100%);
      }
      @media (prefers-color-scheme: dark) {
        html,
        body {
          background: linear-gradient(135deg, #0d3320 0%, #14532d 28%, #134e4a 55%, #1e3a5f 100%);
        }
      }
    </style>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/src/main.tsx"></script>
  </body>
</html>