fix: run autonomy workers by default
This commit is contained in:
+3
-10
@@ -1,8 +1,7 @@
|
||||
# Duriin autonomy runtime
|
||||
|
||||
The autonomy runtime is additive to the existing archive and intelligence
|
||||
tables. It is deliberately disabled until the paper-trading cutover is
|
||||
approved.
|
||||
tables. Its workers are part of the default runtime and restart automatically.
|
||||
|
||||
## Services
|
||||
|
||||
@@ -13,16 +12,10 @@ approved.
|
||||
- `calibration`: creates empirical calibration snapshots and deterministic decisions.
|
||||
- `intelligence`: legacy worker, available only under the `legacy` Compose profile.
|
||||
|
||||
Start only the API by default:
|
||||
Start the API and autonomy runtime:
|
||||
|
||||
```bash
|
||||
docker compose up -d api
|
||||
```
|
||||
|
||||
The new runtime is explicitly opt-in:
|
||||
|
||||
```bash
|
||||
docker compose --profile autonomy up -d autonomy coordinator autonomy-outcomes calibration
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Authority rules
|
||||
|
||||
Reference in New Issue
Block a user