shelley
Manage Shelley agent on VMs
Manage Shelley agent on VMs
## Usage
```
shelley <subcommand> [args...]
```
## Subcommands
### shelley install
Install or upgrade Shelley to the current version
**Usage:**
```
shelley install <vm>
```
### shelley prompt
Send a prompt to Shelley on a VM
**Usage:**
```
shelley prompt [--model=<model>] [--reasoning=<level>] <vm> <prompt>
```
**Options:**
- `--model`: model for the conversation
- `--reasoning`: reasoning level for the conversation: one of off, minimal, low, medium, high, xhigh, max (model support varies)