start_search
Initiate a bounded, synchronous search of an ink narrative file, returning findings and a checkpoint for resuming the exploration.
Instructions
Start one durable exact shared-search result window. Returns an opaque bearer capability plus bounded findings and a source-bound checkpoint when work remains. This call runs synchronously until the window boundary; it does not create a background job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the root .ink file | |
| seed | No | Seed for the reproducible shared frontier (default 1) | |
| maxDepth | No | Max choices deep to explore (default 100) | |
| maxStates | No | Total state grant for the first window (default 1000000, max 5000000) | |
| storySeed | No | Initial Ink runtime RNG seed (default 1) | |
| findingLimit | No | Maximum privacy-minimal saved finding summaries to return (default 20) | |
| maxFrontierMb | No | Maximum pending checkpoint payload in MiB (default unlimited) | |
| maxFrontierStates | No | Maximum pending checkpoints retained (default unlimited) |