Renforge Game State Compact
renforge_game_state_compactRetrieve a bounded snapshot of a running Ren'Py game's live state, with optional variable filtering and depth/item limits. Defaults to interaction profile to avoid returning the full store.
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 | |||