@vendoai/apps 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/README.md +8 -0
- package/dist/adapter-conformance.d.ts +48 -0
- package/dist/adapter-conformance.d.ts.map +1 -0
- package/dist/adapter-conformance.js +196 -0
- package/dist/adapter-conformance.js.map +1 -0
- package/dist/agent-tools.d.ts +10 -0
- package/dist/agent-tools.d.ts.map +1 -0
- package/dist/agent-tools.js +252 -0
- package/dist/agent-tools.js.map +1 -0
- package/dist/app-data.d.ts +23 -0
- package/dist/app-data.d.ts.map +1 -0
- package/dist/app-data.js +129 -0
- package/dist/app-data.js.map +1 -0
- package/dist/app-token.d.ts +24 -0
- package/dist/app-token.d.ts.map +1 -0
- package/dist/app-token.js +61 -0
- package/dist/app-token.js.map +1 -0
- package/dist/audit.d.ts +11 -0
- package/dist/audit.d.ts.map +1 -0
- package/dist/audit.js +19 -0
- package/dist/audit.js.map +1 -0
- package/dist/automation-plan.d.ts +43 -0
- package/dist/automation-plan.d.ts.map +1 -0
- package/dist/automation-plan.js +212 -0
- package/dist/automation-plan.js.map +1 -0
- package/dist/bench/client.d.ts +43 -0
- package/dist/bench/client.d.ts.map +1 -0
- package/dist/bench/client.js +129 -0
- package/dist/bench/client.js.map +1 -0
- package/dist/bench/fixtures.d.ts +42 -0
- package/dist/bench/fixtures.d.ts.map +1 -0
- package/dist/bench/fixtures.js +146 -0
- package/dist/bench/fixtures.js.map +1 -0
- package/dist/bench/judge.d.ts +9 -0
- package/dist/bench/judge.d.ts.map +1 -0
- package/dist/bench/judge.js +71 -0
- package/dist/bench/judge.js.map +1 -0
- package/dist/bench/metrics.d.ts +32 -0
- package/dist/bench/metrics.d.ts.map +1 -0
- package/dist/bench/metrics.js +172 -0
- package/dist/bench/metrics.js.map +1 -0
- package/dist/bench/prompts.d.ts +17 -0
- package/dist/bench/prompts.d.ts.map +1 -0
- package/dist/bench/prompts.js +100 -0
- package/dist/bench/prompts.js.map +1 -0
- package/dist/bench/report.d.ts +43 -0
- package/dist/bench/report.d.ts.map +1 -0
- package/dist/bench/report.js +74 -0
- package/dist/bench/report.js.map +1 -0
- package/dist/bench/runner.d.ts +15 -0
- package/dist/bench/runner.d.ts.map +1 -0
- package/dist/bench/runner.js +26 -0
- package/dist/bench/runner.js.map +1 -0
- package/dist/bench/toolfork.d.ts +18 -0
- package/dist/bench/toolfork.d.ts.map +1 -0
- package/dist/bench/toolfork.js +125 -0
- package/dist/bench/toolfork.js.map +1 -0
- package/dist/box-agent.d.ts +78 -0
- package/dist/box-agent.d.ts.map +1 -0
- package/dist/box-agent.js +137 -0
- package/dist/box-agent.js.map +1 -0
- package/dist/box-env.d.ts +26 -0
- package/dist/box-env.d.ts.map +1 -0
- package/dist/box-env.js +52 -0
- package/dist/box-env.js.map +1 -0
- package/dist/call.d.ts +23 -0
- package/dist/call.d.ts.map +1 -0
- package/dist/call.js +45 -0
- package/dist/call.js.map +1 -0
- package/dist/cloud.d.ts +4917 -0
- package/dist/cloud.d.ts.map +1 -0
- package/dist/cloud.js +16 -0
- package/dist/cloud.js.map +1 -0
- package/dist/e2b/index.d.ts +30 -0
- package/dist/e2b/index.d.ts.map +1 -0
- package/dist/e2b/index.js +273 -0
- package/dist/e2b/index.js.map +1 -0
- package/dist/egress-approval.d.ts +73 -0
- package/dist/egress-approval.d.ts.map +1 -0
- package/dist/egress-approval.js +74 -0
- package/dist/egress-approval.js.map +1 -0
- package/dist/engine.d.ts +188 -0
- package/dist/engine.d.ts.map +1 -0
- package/dist/engine.js +1507 -0
- package/dist/engine.js.map +1 -0
- package/dist/fn.d.ts +22 -0
- package/dist/fn.d.ts.map +1 -0
- package/dist/fn.js +108 -0
- package/dist/fn.js.map +1 -0
- package/dist/history.d.ts +21 -0
- package/dist/history.d.ts.map +1 -0
- package/dist/history.js +158 -0
- package/dist/history.js.map +1 -0
- package/dist/inclient.d.ts +48 -0
- package/dist/inclient.d.ts.map +1 -0
- package/dist/inclient.js +68 -0
- package/dist/inclient.js.map +1 -0
- package/dist/index.d.ts +24 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +25 -0
- package/dist/index.js.map +1 -0
- package/dist/interchange.d.ts +17 -0
- package/dist/interchange.d.ts.map +1 -0
- package/dist/interchange.js +133 -0
- package/dist/interchange.js.map +1 -0
- package/dist/machine-lifecycle.d.ts +102 -0
- package/dist/machine-lifecycle.d.ts.map +1 -0
- package/dist/machine-lifecycle.js +360 -0
- package/dist/machine-lifecycle.js.map +1 -0
- package/dist/manifest.d.ts +42 -0
- package/dist/manifest.d.ts.map +1 -0
- package/dist/manifest.js +53 -0
- package/dist/manifest.js.map +1 -0
- package/dist/open.d.ts +45 -0
- package/dist/open.d.ts.map +1 -0
- package/dist/open.js +245 -0
- package/dist/open.js.map +1 -0
- package/dist/parked-action.d.ts +51 -0
- package/dist/parked-action.d.ts.map +1 -0
- package/dist/parked-action.js +29 -0
- package/dist/parked-action.js.map +1 -0
- package/dist/persistence.d.ts +41 -0
- package/dist/persistence.d.ts.map +1 -0
- package/dist/persistence.js +86 -0
- package/dist/persistence.js.map +1 -0
- package/dist/pins.d.ts +231 -0
- package/dist/pins.d.ts.map +1 -0
- package/dist/pins.js +213 -0
- package/dist/pins.js.map +1 -0
- package/dist/pipeline.d.ts +142 -0
- package/dist/pipeline.d.ts.map +1 -0
- package/dist/pipeline.js +1014 -0
- package/dist/pipeline.js.map +1 -0
- package/dist/prewired-schema.d.ts +16 -0
- package/dist/prewired-schema.d.ts.map +1 -0
- package/dist/prewired-schema.js +48 -0
- package/dist/prewired-schema.js.map +1 -0
- package/dist/redaction.d.ts +13 -0
- package/dist/redaction.d.ts.map +1 -0
- package/dist/redaction.js +67 -0
- package/dist/redaction.js.map +1 -0
- package/dist/runtime.d.ts +463 -0
- package/dist/runtime.d.ts.map +1 -0
- package/dist/runtime.js +1715 -0
- package/dist/runtime.js.map +1 -0
- package/dist/sandbox.d.ts +90 -0
- package/dist/sandbox.d.ts.map +1 -0
- package/dist/sandbox.js +2 -0
- package/dist/sandbox.js.map +1 -0
- package/dist/schedules.d.ts +89 -0
- package/dist/schedules.d.ts.map +1 -0
- package/dist/schedules.js +334 -0
- package/dist/schedules.js.map +1 -0
- package/dist/secret-exposure.d.ts +55 -0
- package/dist/secret-exposure.d.ts.map +1 -0
- package/dist/secret-exposure.js +53 -0
- package/dist/secret-exposure.js.map +1 -0
- package/dist/ship-diff.d.ts +47 -0
- package/dist/ship-diff.d.ts.map +1 -0
- package/dist/ship-diff.js +39 -0
- package/dist/ship-diff.js.map +1 -0
- package/dist/testing/fake-box.d.ts +67 -0
- package/dist/testing/fake-box.d.ts.map +1 -0
- package/dist/testing/fake-box.js +166 -0
- package/dist/testing/fake-box.js.map +1 -0
- package/dist/testing/fake-sandbox-v2.d.ts +59 -0
- package/dist/testing/fake-sandbox-v2.d.ts.map +1 -0
- package/dist/testing/fake-sandbox-v2.js +121 -0
- package/dist/testing/fake-sandbox-v2.js.map +1 -0
- package/dist/testing/fake-sandbox.d.ts +94 -0
- package/dist/testing/fake-sandbox.d.ts.map +1 -0
- package/dist/testing/fake-sandbox.js +239 -0
- package/dist/testing/fake-sandbox.js.map +1 -0
- package/dist/testing/guard-fixture.d.ts +19 -0
- package/dist/testing/guard-fixture.d.ts.map +1 -0
- package/dist/testing/guard-fixture.js +134 -0
- package/dist/testing/guard-fixture.js.map +1 -0
- package/dist/testing/index.d.ts +8 -0
- package/dist/testing/index.d.ts.map +1 -0
- package/dist/testing/index.js +8 -0
- package/dist/testing/index.js.map +1 -0
- package/dist/testing/memory-store.d.ts +5 -0
- package/dist/testing/memory-store.d.ts.map +1 -0
- package/dist/testing/memory-store.js +4 -0
- package/dist/testing/memory-store.js.map +1 -0
- package/dist/testing/scripted-model.d.ts +32 -0
- package/dist/testing/scripted-model.d.ts.map +1 -0
- package/dist/testing/scripted-model.js +112 -0
- package/dist/testing/scripted-model.js.map +1 -0
- package/dist/testing/seed-app-row.d.ts +4 -0
- package/dist/testing/seed-app-row.d.ts.map +1 -0
- package/dist/testing/seed-app-row.js +7 -0
- package/dist/testing/seed-app-row.js.map +1 -0
- package/dist/unified-diff.d.ts +13 -0
- package/dist/unified-diff.d.ts.map +1 -0
- package/dist/unified-diff.js +127 -0
- package/dist/unified-diff.js.map +1 -0
- package/dist/version-hash.d.ts +9 -0
- package/dist/version-hash.d.ts.map +1 -0
- package/dist/version-hash.js +12 -0
- package/dist/version-hash.js.map +1 -0
- package/package.json +84 -0
package/dist/engine.d.ts
ADDED
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import { type AppDocument, type DomainManifest, type NormalizedCatalog, type ShapeType, type ToolSemantics, type TreeV2, type VendoTheme } from "@vendoai/core";
|
|
2
|
+
import type { LanguageModel } from "ai";
|
|
3
|
+
import { type PipelineConfig, type PipelineEvent } from "./pipeline.js";
|
|
4
|
+
import { type PinBaseline } from "./pins.js";
|
|
5
|
+
/** The slice of a tool descriptor generation needs: prompt context and the
|
|
6
|
+
* query-tool existence check. `inputSchema` (W4 pipeline) feeds the
|
|
7
|
+
* structured-repair payload skeleton for mutation-without-payload fixes. */
|
|
8
|
+
export interface HostToolInfo {
|
|
9
|
+
name: string;
|
|
10
|
+
description: string;
|
|
11
|
+
risk: string;
|
|
12
|
+
inputSchema?: Record<string, unknown>;
|
|
13
|
+
}
|
|
14
|
+
/** v2 spec §§1,4 — a compiled prefix of the streaming wire: always a
|
|
15
|
+
* validateTreeV2-passing tree (valid-while-partial) plus the islands
|
|
16
|
+
* admitted so far. */
|
|
17
|
+
export interface GeneratedPartial {
|
|
18
|
+
name?: string;
|
|
19
|
+
tree: TreeV2;
|
|
20
|
+
components?: Record<string, string>;
|
|
21
|
+
}
|
|
22
|
+
/** Speed lane (vendo-v2-speed) — structured create timing emitted per lane.
|
|
23
|
+
* `atMs` is milliseconds since the create() call began; `first-partial` fires
|
|
24
|
+
* when the first compiled prefix reaches the seam (time-to-paint) and
|
|
25
|
+
* `complete` when the lane's stream ends (with token usage). The full lane may
|
|
26
|
+
* repair up to 3× on validation failure, so it emits one `complete` per
|
|
27
|
+
* attempt — the LAST `full`/`complete` is the successful document; earlier
|
|
28
|
+
* ones are failed attempts. Opt-in: nothing is emitted unless `onTiming` is
|
|
29
|
+
* wired. */
|
|
30
|
+
export interface GenerationTimingEvent {
|
|
31
|
+
lane: "paint" | "full" | "outline" | "section" | "repair" | "end-pass";
|
|
32
|
+
phase: "first-partial" | "complete";
|
|
33
|
+
atMs: number;
|
|
34
|
+
thinking: boolean;
|
|
35
|
+
usage?: {
|
|
36
|
+
inputTokens?: number;
|
|
37
|
+
outputTokens?: number;
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export interface GenerationDependencies {
|
|
41
|
+
model: LanguageModel;
|
|
42
|
+
/** The composition-normalized catalog (01 §14): propsJsonSchema is derived. */
|
|
43
|
+
catalog: NormalizedCatalog;
|
|
44
|
+
theme?: VendoTheme;
|
|
45
|
+
/** Host design rules for the generation prompt. The function form is
|
|
46
|
+
* resolved every time prompt sections are built, so a per-call source
|
|
47
|
+
* (e.g. `.vendo/design-rules.md`) is re-read on each create/edit. */
|
|
48
|
+
designRules?: string | (() => string | undefined);
|
|
49
|
+
pinBaselines?: readonly PinBaseline[];
|
|
50
|
+
/** v2 spec §3 — shape-card outputs keyed by tool; when present, create and
|
|
51
|
+
* edit compiles type-check bindings and surface shape-mismatch repair. */
|
|
52
|
+
toolShapes?: Readonly<Record<string, ShapeType>>;
|
|
53
|
+
/** The host tools queries may name. When present they are listed in the
|
|
54
|
+
* generation prompt and a query naming any other tool is a validation
|
|
55
|
+
* error routed to repair (verify-v2: the model invents tool names). */
|
|
56
|
+
tools?: readonly HostToolInfo[];
|
|
57
|
+
/** W3 (v3 spec §Context) — per-tool field semantics from
|
|
58
|
+
* `.vendo/semantics.json`: annotate the shape cards, drive Kit format
|
|
59
|
+
* defaults, and feed the law checks. Keyed by tool name. */
|
|
60
|
+
semantics?: Readonly<Record<string, ToolSemantics>>;
|
|
61
|
+
/** W3 — the host's domain manifest (has / has-NOT), surfaced to generation
|
|
62
|
+
* as fact so out-of-domain asks get a Disclaimer, never invented data. */
|
|
63
|
+
domains?: DomainManifest;
|
|
64
|
+
/** 06-apps §5 — additive, optional partial-tree streaming seam. */
|
|
65
|
+
onPartial?: (partial: GeneratedPartial) => void | Promise<void>;
|
|
66
|
+
/**
|
|
67
|
+
* v2 spec §4 — the tier-0 paint lane. The lane runs only when a streaming
|
|
68
|
+
* consumer (onPartial) is wired: the instant paint exists to reach a screen.
|
|
69
|
+
* `model` is the no-think switch — point it at a thinking-disabled model
|
|
70
|
+
* instance and the paint lane runs on it while the full lane keeps the main
|
|
71
|
+
* model. `disabled` forces the single-lane flow.
|
|
72
|
+
*/
|
|
73
|
+
paint?: {
|
|
74
|
+
model?: LanguageModel;
|
|
75
|
+
disabled?: boolean;
|
|
76
|
+
};
|
|
77
|
+
/** Speed lane — opt-in structured timing seam (see GenerationTimingEvent). */
|
|
78
|
+
onTiming?: (event: GenerationTimingEvent) => void;
|
|
79
|
+
/** W4 pipeline knobs (structured repair / region-parallel / end pass). */
|
|
80
|
+
pipeline?: PipelineConfig;
|
|
81
|
+
/** W4 pipeline — opt-in per-stage diagnostics (rounds, fallbacks, timing);
|
|
82
|
+
* nothing is emitted unless wired. */
|
|
83
|
+
onPipeline?: (event: PipelineEvent) => void;
|
|
84
|
+
}
|
|
85
|
+
export interface GenerationCreateInput {
|
|
86
|
+
prompt: string;
|
|
87
|
+
}
|
|
88
|
+
export interface GenerationEditInput {
|
|
89
|
+
app: AppDocument;
|
|
90
|
+
instruction: string;
|
|
91
|
+
repairIssues?: string[];
|
|
92
|
+
}
|
|
93
|
+
export type GeneratedAppDocument = Omit<AppDocument, "id">;
|
|
94
|
+
/**
|
|
95
|
+
* execution-v2 Wave 3 — the engine emits ONLY tree documents now. Server code
|
|
96
|
+
* no longer rides a model "code edit" dialect: it is written BY the in-box
|
|
97
|
+
* coding agent (box-agent.ts) during graduation, and the tree gains its `fn:`
|
|
98
|
+
* bindings through this same tree-edit path afterward. The vestigial code
|
|
99
|
+
* lane (rungs 2–4 file plans) is deleted.
|
|
100
|
+
*/
|
|
101
|
+
export type GenerationEditResult = {
|
|
102
|
+
kind: "document";
|
|
103
|
+
document: GeneratedAppDocument;
|
|
104
|
+
} | {
|
|
105
|
+
kind: "failure";
|
|
106
|
+
issues: string[];
|
|
107
|
+
};
|
|
108
|
+
/** 06-apps §5 — replaceable generation seam used by createApps(). */
|
|
109
|
+
export interface GenerationEngine {
|
|
110
|
+
create(input: GenerationCreateInput, deps: GenerationDependencies): Promise<GeneratedAppDocument>;
|
|
111
|
+
edit(input: GenerationEditInput, deps: GenerationDependencies): Promise<GenerationEditResult>;
|
|
112
|
+
}
|
|
113
|
+
/** The fictional host used by the exemplars. Exported so the exemplar-validity
|
|
114
|
+
* test compiles every exemplar against these exact tools — a broken example
|
|
115
|
+
* teaches broken apps, so the examples are pinned by test. */
|
|
116
|
+
export declare const V4_EXEMPLAR_TOOLS: HostToolInfo[];
|
|
117
|
+
export declare const V4_EXEMPLARS: ReadonlyArray<{
|
|
118
|
+
title: string;
|
|
119
|
+
request: string;
|
|
120
|
+
wire: string;
|
|
121
|
+
why: string;
|
|
122
|
+
}>;
|
|
123
|
+
export declare const wireContractV4: (deps: GenerationDependencies) => string;
|
|
124
|
+
export declare const distinctIssues: (current: string[], next: string[]) => string[];
|
|
125
|
+
/** The deterministic fork core (06-apps §8): copies the TRUSTED captured
|
|
126
|
+
* baseline into the named generated component, mints and attaches the node,
|
|
127
|
+
* and records the pin — no model involvement, source is never retyped.
|
|
128
|
+
* Gesture-owned forking (2026-07-21): the runtime's pins.fork surface is the
|
|
129
|
+
* primary caller (the user's Remix gesture); the <ForkPin> extension op keeps
|
|
130
|
+
* compiling for stored apps but is no longer taught to the model. */
|
|
131
|
+
export declare const applyPinFork: (app: AppDocument, props: Record<string, unknown>, pinBaselines: readonly PinBaseline[] | undefined) => string[];
|
|
132
|
+
/**
|
|
133
|
+
* Speed lane — page-open prewarm. Pays the provider import + TLS/keep-alive
|
|
134
|
+
* connection cost up front with a throwaway 1-token generation so the first
|
|
135
|
+
* real create reuses a live socket instead of opening one cold. Best-effort:
|
|
136
|
+
* any failure (no key, offline) is swallowed. Measured effect on first-paint
|
|
137
|
+
* is small (model time-to-first-token dominates), so this is a cheap
|
|
138
|
+
* worst-case guard, not a headline win — see docs/verification/vendo-v2-speed.
|
|
139
|
+
*/
|
|
140
|
+
export declare const prewarmModels: (models: readonly LanguageModel[]) => Promise<void>;
|
|
141
|
+
/** 06-apps §§2,5; v2 spec §§2,4 — wire-backed rung-1 generation and
|
|
142
|
+
* two-dialect edit planning. */
|
|
143
|
+
export declare const modelEngine: GenerationEngine;
|
|
144
|
+
/**
|
|
145
|
+
* execution-v2 Wave 3 — the graduation judgment: whether an instruction needs
|
|
146
|
+
* server capability (scheduled/background work, third-party egress, heavy
|
|
147
|
+
* logic, app-owned state) and so must ride the in-box agent (runtime graduates
|
|
148
|
+
* 1→2, delegates the server work to the box, then lands fn: bindings via the
|
|
149
|
+
* tree-edit path). A false answer keeps the edit on the pure tree path.
|
|
150
|
+
* Ambiguous words like "api" or "function" count only when they are not
|
|
151
|
+
* labeling a visible element — "make the API status card blue" must stay on
|
|
152
|
+
* the cheap tree path (ENG-349).
|
|
153
|
+
*/
|
|
154
|
+
export declare const instructionRequiresServer: (app: Pick<AppDocument, "ui">, instruction: string) => boolean;
|
|
155
|
+
/**
|
|
156
|
+
* execution-v2 Wave 9 — the server-work ESCALATION LADDER (Yousef's economics
|
|
157
|
+
* ruling: box graduation costs minutes of model round trips; the existing
|
|
158
|
+
* automations engine covers most server-shaped needs in seconds). For a
|
|
159
|
+
* server-shaped instruction the runtime prefers, in order:
|
|
160
|
+
*
|
|
161
|
+
* (a) "steps" — expressible as deterministic tool calls (host + connected
|
|
162
|
+
* tools + existing fn: refs) with jsonata reshaping, forEach,
|
|
163
|
+
* and park/resume approval gates. A steps automation on the
|
|
164
|
+
* EXISTING automations engine; no machine.
|
|
165
|
+
* (b) "agentic" — needs per-run judgment, but every effect is tool-reachable.
|
|
166
|
+
* An agentic automation (the agent-loop run model); no machine.
|
|
167
|
+
* (c) "box" — only when actual custom code is required (real computation,
|
|
168
|
+
* libraries, complex persistent state, non-tool-shaped egress,
|
|
169
|
+
* latency-sensitive logic). Box graduation — EXPERIMENTAL,
|
|
170
|
+
* gated by `experimentalMachines`.
|
|
171
|
+
*
|
|
172
|
+
* `null` means the instruction is not server-shaped at all (pure tree path).
|
|
173
|
+
* Same judge shape as {@link instructionRequiresServer}: deterministic word
|
|
174
|
+
* classes with the ENG-349 visible-element rule for ambiguous terms. A served
|
|
175
|
+
* (ui: "http") app is always box-shaped — its whole surface lives in its
|
|
176
|
+
* machine.
|
|
177
|
+
*/
|
|
178
|
+
export declare const serverWorkRung: (app: Pick<AppDocument, "ui">, instruction: string) => "steps" | "agentic" | "box" | null;
|
|
179
|
+
/**
|
|
180
|
+
* execution-v2 Wave 4 — the 2→3 escalation judgment (same judge shape as
|
|
181
|
+
* {@link instructionRequiresServer}): whether an instruction's UI needs exceed
|
|
182
|
+
* the tree, so the box agent must build a REAL web app the machine serves
|
|
183
|
+
* (layer 3, experimental — the runtime refuses this path unless the host
|
|
184
|
+
* enabled `experimentalServedApps`). An already-served app is always a
|
|
185
|
+
* layer-3 subject: every edit of it is served-app work.
|
|
186
|
+
*/
|
|
187
|
+
export declare const instructionRequiresServedApp: (app: Pick<AppDocument, "ui">, instruction: string) => boolean;
|
|
188
|
+
//# sourceMappingURL=engine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"engine.d.ts","sourceRoot":"","sources":["../src/engine.ts"],"names":[],"mappings":"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"}
|