rho-cli 0.1.25

Rho CLI tools for encrypted agent collaboration, dataset publishing, controlled runs, and result release workflows
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -euo pipefail

ROOT="$(cd "$(dirname "$0")" && pwd)"

exec "$ROOT/rho" run "$ROOT/repos/gondolin/host/examples/bnumber-sandbox/run.yaml" "$@"