( context: REPLHookContext, appendSystemMessage?: AppendSystemMessageFn, )
| 317 | * Per-turn cost when enabled: one GB cache read + one stat. |
| 318 | */ |
| 319 | export async function executeAutoDream( |
| 320 | context: REPLHookContext, |
| 321 | appendSystemMessage?: AppendSystemMessageFn, |
| 322 | ): Promise<void> { |
| 323 | await runner?.(context, appendSystemMessage) |
| 324 | } |
| 325 |