ksp_wait_for_event
Block until the next KSP telemetry event arrives, then return so an AI can observe construction, ignition, staging, orbit crossings, or touchdown without vision.
Instructions
Wait for the next KSP telemetry event and return immediately when the event cursor advances; this is the primary event-driven primitive for an AI without vision to observe construction, ignition, staging, orbit crossings, and touchdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| timeout | No | ||
| sections | No | Optional telemetry sections; omit for all, [] for event/scene metadata only. | |
| poll_interval | No | ||
| include_events | No |