kestrel.markets
Version:
A typed, token-efficient language + runtime for agentic trading: agents author bounded plans, the runtime fires them at the tick. CLI + typed library + MCP server.
15 lines • 1.04 kB
TypeScript
/**
* # support — re-export of the promoted protocol support surface (kestrel-h314, D5)
*
* The four-cell SIGNED partition + named READ VIEWS (kestrel-dpy, ADR-0014) now live on the zero-dependency
* PROTOCOL surface at {@link ../protocol/support.ts} — promoted there (kestrel-h314) so the certified
* `fill_claim` evidence the protocol Blotter carries, the OSS grader ({@link ../protocol/grade.ts}), and any
* self-hosted outsider all read the SAME `bankableEv` / `bankableEvOf` policy from ONE published place.
*
* This module is retained as a thin re-export so the runtime's in-tree consumers (the fill seam, the Blotter
* projector, grade) keep their existing `../support/index.ts` import surface unchanged. It is NOT a second
* copy — there is one source (ADR-0014, single owner of the vocabulary).
*/
export { isCalibratedSupport, partition, rawEv, bankableEvOf, bankableEv, } from "../protocol/support.ts";
export type { FillSupport, SupportPartition } from "../protocol/support.ts";
//# sourceMappingURL=index.d.ts.map