renforge_game_state_compact
Get a compact, bounded view of live Ren'Py game state. Limit depth and item count, filter variables by name or prefix, and control output bytes to avoid full-store payloads.
Instructions
Return bounded live state, optionally with selected variables.
Defaults to state_profile='interaction' so the full store is never returned in the payload unless state_profile='full' is requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | ||
| max_items | No | ||
| project_path | Yes | ||
| state_profile | No | interaction | |
| variable_names | No | ||
| variable_prefix | No | ||
| max_output_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||