UNPKG

spaider

Version:

Deterministic-first AI code assistant that crawls your codebase to implement changes using open source LLMs

3 lines 193 B
import { PipelineStepDefinition } from "./types"; export declare const pipeline: <T>(...steps: PipelineStepDefinition<T>[]) => (context: T) => Promise<T>; //# sourceMappingURL=pipeline.d.ts.map