This is a REPL for the Rib programming language, allowing you to interact with golem workers quickly
The REPL by itself is a `lib` which can be used from anywhere such as `golem-cli`
To experiment with the Repl directly, you can try the following command:
```bash
cargo run --features embedded
```