UNPKG

gepa-ts

Version:

TypeScript implementation of GEPA (Gradient-free Evolution of Prompts and Agents) - Complete port with 100% feature parity

6 lines 175 B
export { DSPyExecutor, createDSPyExecutor } from './dspy-executor.js'; export type { DSPyExecutorConfig, DSPyExample, DSPyExecutionResult } from './dspy-executor.js';