nexus-agents - v2.80.0
    Preparing search index...

    Type Alias WaveTaskExecutor<T>

    WaveTaskExecutor: (task: WaveTask<T>) => Promise<string>

    Executor function that processes a single WaveTask. Returns the output string (which will be truncated by the scheduler).

    Type Parameters

    • T = unknown

    Type Declaration