get_world_state
Retrieve the current state of a NetLogo model, including tick count, agent counts, and world dimensions, as structured JSON data.
Instructions
Get the current world state: tick count, agent counts, world dimensions.
Returns JSON with ticks, turtle/patch/link counts, and world bounds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |