roboticus 0.9.8

Autonomous agent runtime — HTTP API, CLI, WebSocket push, and migration engine
Documentation
# roboticus


Autonomous agent runtime built in Rust as a single optimized binary. Wires all workspace crates together: HTTP API (axum, 50+ routes), embedded dashboard SPA, CLI (24 commands), WebSocket event push, and application bootstrap.

Part of the [Roboticus](https://github.com/robot-accomplice/roboticus) workspace.

## Installation


```bash
cargo install roboticus
```

Windows (PowerShell):

```powershell
irm https://roboticus.ai/install.ps1 | iex
```

## Usage


```bash
# Initialize configuration

roboticus init

# Start the server

roboticus serve

# Check system health

roboticus mechanic
```

## Documentation


- CLI help: `roboticus --help`
- API docs: [docs.rs]https://docs.rs/roboticus
- Full documentation: [github.com/robot-accomplice/roboticus]https://github.com/robot-accomplice/roboticus

## License


Licensed under Apache-2.0. See [LICENSE](https://github.com/robot-accomplice/roboticus/blob/main/LICENSE) for details.