mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
8 lines
410 B
TypeScript
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";
|