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
8
9
10
11
12
13
14
15
16
17
18
# Local Pi Extensions

`hello-eval.ts` is the first local test extension.

Load it with the `rho` wrappers:

```bash
./rho -e ./extensions/hello-eval.ts user1 "Use hello_eval to evaluate 1+1."
./rho-chat -e ./extensions/hello-eval.ts user1
```

Inside interactive mode you can also run:

```text
/hello-eval-demo
```

That queues a follow-up message telling the model to call the tool.