Files
my-pi/pi-subagents/test/helpers/pi-ai.ts
T

8 lines
410 B
TypeScript

/**
* pi-ai.ts — single import point for the two test helpers that pi-ai ≥0.80
* exports only from the `/compat` subpath (all lived on the package root in
* ≤0.75.x). Upstream deletes `/compat` with its coding-agent ModelManager
* migration; the replacement then is `fauxProvider()` + `createModels()`.
*/
export { getModel, registerFauxProvider, streamSimple } from "@earendil-works/pi-ai/compat";