Add CutOS Agent installer
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# CutOS Agent Installer
|
||||
|
||||
Install CutOS Agent and the Pi web console:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://git.cutos.ai/claw-daemon/cutos-agent/raw/main/install.sh | bash
|
||||
```
|
||||
|
||||
The installer:
|
||||
|
||||
- Installs `@earendil-works/pi-coding-agent@latest`.
|
||||
- Installs `@agegr/pi-web`.
|
||||
- Installs the default Pi extensions.
|
||||
- Creates and starts `pi-web.service`.
|
||||
- Runs `pi-web --no-open` from `$HOME/.pi`.
|
||||
|
||||
The local console listens at:
|
||||
|
||||
```text
|
||||
http://127.0.0.1:30141/
|
||||
```
|
||||
Reference in New Issue
Block a user