Ladders
Path:
pi-cybernetic/src/harness/ladders.tsRelative: src/harness/ladders.tsSubproject: pi-cyberneticCategory: cybernetic-coreLines: 61Bytes: 1,995Imports: 3Exports: 2
Content Preview
- /**
- * Model escalation ladders — P2 variety expansion.
- * A ladder is an ordered list of rungs with strictly increasing internal
- * variety V(I). Loop 2 climbs one rung when variety is insufficient; Loop 1
- * climbs when a structural re-anchoring repeats (plan revision alone failed).
- */
- import { getModel } from "@earendil-works/pi-ai";
- import type { Model } from "@earendil-works/pi-ai";
- import type { ModelCapability, TaskCategory } from "../types/index.ts";
- export interface LadderRung {
- mo