You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/commands.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -376,8 +376,8 @@ extropy simulate -s asi-announcement --early-convergence off
376
376
4. Resolves effective models/rate limits from CLI overrides then config defaults.
377
377
5. Runs simulation loop:
378
378
- seed + timeline + network exposures,
379
-
- chunked reasoning (two-pass by default, merged with `--merged-pass`),
380
-
- medium/high conversation interleaving,
379
+
- chunked reasoning (two-pass by default, merged with `--merged-pass`) with per-timestep reasoning budget,
380
+
- medium/high conversation interleaving with novelty + per-timestep conversation budget,
381
381
- timestep summary + stopping checks.
382
382
6. Persists run state to canonical `study.db` and writes results artifacts to `results/{scenario}/` (or `--output`).
383
383
@@ -462,6 +462,8 @@ Precedence:
462
462
-`--early-convergence auto` uses scenario YAML value when set; otherwise runtime auto-rule applies (do not early-stop while future timeline events remain).
463
463
-`low` fidelity skips conversations; `medium` and `high` enable conversations with stricter per-agent caps at lower fidelity.
464
464
-`--retention-lite` drops full raw reasoning payload retention to reduce DB/storage volume.
465
+
- Timeline events without explicit `exposure_rules` use bounded fallback filtering (not full-seed-rule replay).
466
+
-`extreme` re-reasoning is bounded to a high-salience subset, not all aware agents.
0 commit comments