readme
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Folyo Server
|
# Folyo Server
|
||||||
|
|
||||||
Folyo is a small server that lets AI agents control devices or VMs over WebSockets.
|
The Folyo server lets AI agents control devices or VMs over WebSockets.
|
||||||
Devices connect to the server, identify themselves with a device ID, and stay online as execution targets. An AI client can then call the server and ask it to list connected devices or execute shell commands on a specific device. The server acts as the bridge between agent-facing APIs and device-side WebSocket sessions.
|
Devices connect to the server, identify themselves with a device ID, and stay online as execution targets. An AI client can then call the server and ask it to list connected devices or execute shell commands on a specific device. The server acts as the bridge between agent-facing APIs and device-side WebSocket sessions.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
@@ -14,7 +14,7 @@ cargo build --release
|
|||||||
Build the image:
|
Build the image:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker build -t folyo-server .
|
docker build -t server .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Endpoints
|
## Endpoints
|
||||||
|
|||||||
Reference in New Issue
Block a user