fix: run autonomy workers by default

This commit is contained in:
ImBenji
2026-08-03 14:43:30 +01:00
parent c4028cc394
commit 0724f5dc36
3 changed files with 23 additions and 23 deletions
+3 -10
View File
@@ -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