Skip to content

Commit 391c9e1

Browse files
style: fix ruff lint issues and format code
1 parent f76d07c commit 391c9e1

15 files changed

Lines changed: 647 additions & 62 deletions

File tree

AGENTS.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@ It:
1616
## Core CLI Pipeline
1717

1818
```bash
19-
extropy spec -> extropy extend -> extropy sample -> extropy network -> extropy persona -> extropy scenario -> extropy simulate
20-
| |
21-
extropy estimate extropy results
19+
extropy spec → extropy scenario → extropy persona → extropy sample → extropy network → extropy simulate → extropy results
2220
```
2321

24-
Utility commands: `extropy validate`, `extropy config`.
22+
Commands:
23+
- `spec` — Create base population spec with attribute definitions
24+
- `scenario` — Create scenario spec (absorbs old `extend` — adds scenario attributes + event config)
25+
- `persona` — Generate persona rendering config for the scenario
26+
- `sample` — Sample agents from merged population + scenario attributes
27+
- `network` — Generate social network from sampled agents
28+
- `simulate` — Run simulation
29+
- `results` — View simulation results
30+
31+
Utility commands: `extropy validate`, `extropy config`, `extropy estimate`.
2532

2633
CLI entry point: `extropy` (from `pyproject.toml`), Python `>=3.11`.
2734

0 commit comments

Comments
 (0)