@karmaniverous/jeeves-runner
    Preparing search index...

    Function dispatchSession

    • Dispatch an LLM session via a worker script. The task prompt is piped to the worker's stdin.

      Parameters

      • task: string

        Prompt text for the LLM session.

      • options: DispatchOptions

        Dispatch configuration.

      • workerPath: string

        Path to the spawn-worker script.

      Returns Promise<number>

      Exit code from the worker process.