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.

9 lines (8 loc) 872 B
/** sha256 of the golden corpus bytes these Views were parsed from — provenance for the generated data. */ export const FOUNDER_VIEW_SOURCE_SHA256 = "3648fcdc308b719e6a009c93f3141f211584089a11738171223d7012218e1bef"; /** Every founder View, keyed by its View name (the SKU the founder registry maps seats onto). */ export const FOUNDER_VIEWS = { "strategist-open": { name: "strategist-open", panes: [{ name: "instruments" }, { name: "levels" }, { name: "tape" }, { name: "chain" }, { name: "acting" }] }, "watcher-wake": { name: "watcher-wake", panes: [{ name: "delta" }, { name: "tape" }, { name: "levels" }, { name: "chain" }, { name: "acting" }] }, "scan-fire": { name: "scan-fire", panes: [{ name: "levels" }, { name: "series-summary" }, { name: "prior-context" }, { name: "tape", args: [{ kind: "arg-window", window: { value: 5, unit: "m" } }] }] }, };