UNPKG

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.

13 lines (9 loc) 199 B
import { print } from "./bin-2ywrx58g.js"; // src/canonical/plans.ts function canonicalPlansText(documents) { return documents.map((d) => print(d)).join(` `); } export { canonicalPlansText };