UNPKG

@xynehq/jaf

Version:

Juspay Agent Framework - A purely functional agent framework with immutable state and composable tools

3 lines 190 B
import { ModelProvider } from '../core/types.js'; export declare const makeLiteLLMProvider: <Ctx>(baseURL: string, apiKey?: string) => ModelProvider<Ctx>; //# sourceMappingURL=model.d.ts.map