stitchkit 0.65.0 → 0.66.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/dist/agent-runtime/coordinator.d.ts +8 -5
- package/dist/agent-runtime/coordinator.d.ts.map +1 -1
- package/dist/agent-runtime/events.d.ts +36 -30
- package/dist/agent-runtime/events.d.ts.map +1 -1
- package/dist/agent-runtime/injection.d.ts +28 -0
- package/dist/agent-runtime/injection.d.ts.map +1 -0
- package/dist/agent-runtime/observability.d.ts +22 -20
- package/dist/agent-runtime/observability.d.ts.map +1 -1
- package/dist/agent-runtime/prompt.d.ts +11 -1
- package/dist/agent-runtime/prompt.d.ts.map +1 -1
- package/dist/agent-runtime/run-execution.d.ts +11 -0
- package/dist/agent-runtime/run-execution.d.ts.map +1 -1
- package/dist/agent-runtime/runtime-internals.d.ts.map +1 -1
- package/dist/agent-runtime/runtime.d.ts.map +1 -1
- package/dist/agent-runtime/schemas.d.ts +75 -21
- package/dist/agent-runtime/schemas.d.ts.map +1 -1
- package/dist/agent-runtime/store-driver.d.ts +21 -15
- package/dist/agent-runtime/store-driver.d.ts.map +1 -1
- package/dist/agent-runtime/store.d.ts +280 -46
- package/dist/agent-runtime/store.d.ts.map +1 -1
- package/dist/agent-runtime/terminal-commit.d.ts +33 -3
- package/dist/agent-runtime/terminal-commit.d.ts.map +1 -1
- package/dist/agent-runtime/terminal-status.d.ts.map +1 -1
- package/dist/agent-runtime-openrouter.js +1 -1
- package/dist/agent-runtime.d.ts +2 -2
- package/dist/agent-runtime.d.ts.map +1 -1
- package/dist/agent-runtime.js +385 -97
- package/dist/{index-sbkyvacf.js → index-fhsmrzj7.js} +45 -5
- package/dist/testing/agent-store-conformance.d.ts.map +1 -1
- package/dist/testing.js +149 -1
- package/llms-full.txt +252 -18
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type ToolSet } from 'ai';
|
|
2
2
|
import { type AgentRuntimeEvent } from './events';
|
|
3
|
+
import type { AgentInjectionRegistry } from './injection';
|
|
3
4
|
import type { AgentRuntimeConfig } from './runtime';
|
|
4
5
|
import type { AgentRuntimeResult } from './runtime-result';
|
|
5
6
|
import { type AgentRun } from './schemas';
|
|
@@ -13,6 +14,14 @@ export interface RunExecutorDependencies<CONTEXT, TOOLS extends ToolSet> {
|
|
|
13
14
|
checkpointEveryEvents: number;
|
|
14
15
|
maxSteps: number;
|
|
15
16
|
idleTimeoutMs?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Present only when this runtime's `inputPolicy` can ever produce `inject`.
|
|
19
|
+
*
|
|
20
|
+
* `undefined` keeps the executor on exactly the path it had before: no
|
|
21
|
+
* `prepareStep` is installed unless the application asked for one, and no
|
|
22
|
+
* boundary does any work.
|
|
23
|
+
*/
|
|
24
|
+
injection?: AgentInjectionRegistry;
|
|
16
25
|
}
|
|
17
26
|
/**
|
|
18
27
|
* One acquired run, executed to a terminal commit.
|
|
@@ -27,5 +36,7 @@ export declare function createRunExecutor<CONTEXT, TOOLS extends ToolSet>(depend
|
|
|
27
36
|
acceptedRun: AgentRun;
|
|
28
37
|
context: CONTEXT;
|
|
29
38
|
signal: AbortSignal;
|
|
39
|
+
/** The admission lane this run belongs to — the key injection is offered on. */
|
|
40
|
+
key: string;
|
|
30
41
|
}) => Promise<AgentRuntimeResult>;
|
|
31
42
|
//# sourceMappingURL=run-execution.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run-execution.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/run-execution.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"run-execution.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/run-execution.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,OAAO,EACb,MAAM,IAAI,CAAC;AAEZ,OAAO,EAAE,KAAK,iBAAiB,EAAuB,MAAM,UAAU,CAAC;AAEvE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAG1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAapD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAKL,KAAK,QAAQ,EAKd,MAAM,WAAW,CAAC;AAQnB,8DAA8D;AAC9D,MAAM,WAAW,uBAAuB,CAAC,OAAO,EAAE,KAAK,SAAS,OAAO;IACrE,MAAM,EAAE,kBAAkB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IAC3C,OAAO,CAAC,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,IAAI,MAAM,CAAC;IACrB,GAAG,IAAI,IAAI,CAAC;IACZ,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,sBAAsB,CAAC;CACpC;AAED;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,KAAK,SAAS,OAAO,EAC9D,YAAY,EAAE,uBAAuB,CAAC,OAAO,EAAE,KAAK,CAAC,WAcb;IACtC,WAAW,EAAE,QAAQ,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,WAAW,CAAC;IACpB,gFAAgF;IAChF,GAAG,EAAE,MAAM,CAAC;CACb,KAAG,OAAO,CAAC,kBAAkB,CAAC,CA21BhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtime-internals.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/runtime-internals.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,IAAI,CAAC;AAC7C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAEL,KAAK,gBAAgB,EAErB,KAAK,QAAQ,EACb,KAAK,mBAAmB,EACxB,KAAK,UAAU,EAChB,MAAM,WAAW,CAAC;AAGnB;;;;;GAKG;AAEH,wBAAgB,OAAO,CAAC,IAAI,EAAE,SAAS,QAAQ,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,QAAQ,CAI1E;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAG5E;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,OAAO;;;;cAI9C;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,gBAAgB,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAQxE;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,WAAW,GAAG,mBAAmB,CAK5E;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,SAAS,EAAE,IAAI,EAAE,UAAU,GAAG,UAAU,CAuDpF;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,cAAc,CAC5B,QAAQ,EAAE,UAAU,EACpB,WAAW,EAAE,UAAU,GAAG,SAAS,GAClC,UAAU,CAiBZ;AAED;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,CAYrE;AAED,8EAA8E;AAC9E,wBAAgB,YAAY,IAAI,UAAU,CAUzC;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,kBAAkB,GAAG,UAAU,
|
|
1
|
+
{"version":3,"file":"runtime-internals.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/runtime-internals.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,IAAI,CAAC;AAC7C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAEL,KAAK,gBAAgB,EAErB,KAAK,QAAQ,EACb,KAAK,mBAAmB,EACxB,KAAK,UAAU,EAChB,MAAM,WAAW,CAAC;AAGnB;;;;;GAKG;AAEH,wBAAgB,OAAO,CAAC,IAAI,EAAE,SAAS,QAAQ,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,QAAQ,CAI1E;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAG5E;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,OAAO;;;;cAI9C;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,gBAAgB,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAQxE;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,WAAW,GAAG,mBAAmB,CAK5E;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,SAAS,EAAE,IAAI,EAAE,UAAU,GAAG,UAAU,CAuDpF;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,cAAc,CAC5B,QAAQ,EAAE,UAAU,EACpB,WAAW,EAAE,UAAU,GAAG,SAAS,GAClC,UAAU,CAiBZ;AAED;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,CAYrE;AAED,8EAA8E;AAC9E,wBAAgB,YAAY,IAAI,UAAU,CAUzC;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,kBAAkB,GAAG,UAAU,CAmBvE;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,GAAG,SAAS;;iBAEhE,IAAI;;EAiBxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/runtime.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,YAAY,EACZ,mBAAmB,EACnB,aAAa,EACb,OAAO,EACR,MAAM,IAAI,CAAC;AACZ,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,EAC5B,KAAK,eAAe,EAGrB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAE3B,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/runtime.ts"],"names":[],"mappings":"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"}
|
|
@@ -243,6 +243,7 @@ export declare const AgentRunStateSchema: z.ZodEnum<{
|
|
|
243
243
|
}>;
|
|
244
244
|
export declare const AgentTerminalReasonSchema: z.ZodEnum<{
|
|
245
245
|
abandoned: "abandoned";
|
|
246
|
+
absorbed: "absorbed";
|
|
246
247
|
cancelled: "cancelled";
|
|
247
248
|
context_overflow: "context_overflow";
|
|
248
249
|
interrupted: "interrupted";
|
|
@@ -263,8 +264,53 @@ export type AgentTerminalReason = z.infer<typeof AgentTerminalReasonSchema>;
|
|
|
263
264
|
* derive from one statement instead of asserting the same thing twice.
|
|
264
265
|
*/
|
|
265
266
|
export declare function runStateForTerminalReason(reason: AgentTerminalReason): z.infer<typeof AgentRunStateSchema>;
|
|
267
|
+
/**
|
|
268
|
+
* How a number came to be known — one vocabulary for the whole entrypoint.
|
|
269
|
+
*
|
|
270
|
+
* There used to be two, and they did not share a word: a spend figure could be
|
|
271
|
+
* `provider-reported` or `computed`, a prompt-budget count `measured`, and
|
|
272
|
+
* neither type accepted the other's terms. A consumer holding both — and it
|
|
273
|
+
* holds both for the *same request*, `AgentPromptBudget.toolSchemas` beside
|
|
274
|
+
* `AgentUsage.inputTokens` — wrote two switches over one question, and the
|
|
275
|
+
* difference between `measured` and `provider-reported` could not be explained
|
|
276
|
+
* without reading both files.
|
|
277
|
+
*
|
|
278
|
+
* The words are now defined once, here, and each surface declares the subset it
|
|
279
|
+
* can produce with `.extract`. No surface widened: a reader's exhaustive switch
|
|
280
|
+
* still sees exactly the values that surface emits, and adding a word to the
|
|
281
|
+
* vocabulary does not silently add it to a surface.
|
|
282
|
+
*
|
|
283
|
+
* `measured` and `provider-reported` are **not** the same fact, which is why
|
|
284
|
+
* both survive:
|
|
285
|
+
*
|
|
286
|
+
* - `provider-reported` — the provider stated this number about a request it
|
|
287
|
+
* served. Nothing else can produce it.
|
|
288
|
+
* - `measured` — this process counted it exactly, before any request was made.
|
|
289
|
+
* A tokenizer over a string is the case.
|
|
290
|
+
* - `computed` — arithmetic over other values. A sum of exact numbers is still
|
|
291
|
+
* `computed`, because what a caller filtering for a billable figure wants is
|
|
292
|
+
* a number it can bill against unchanged, and a sum is not that.
|
|
293
|
+
* - `estimated` — a heuristic. Not exact and not claimed to be.
|
|
294
|
+
* - `unavailable` — not known. `value` is then absent, and that is a different
|
|
295
|
+
* fact from a reported zero.
|
|
296
|
+
*/
|
|
297
|
+
export declare const AgentProvenanceSchema: z.ZodEnum<{
|
|
298
|
+
computed: "computed";
|
|
299
|
+
estimated: "estimated";
|
|
300
|
+
measured: "measured";
|
|
301
|
+
"provider-reported": "provider-reported";
|
|
302
|
+
unavailable: "unavailable";
|
|
303
|
+
}>;
|
|
304
|
+
export type AgentProvenance = z.infer<typeof AgentProvenanceSchema>;
|
|
305
|
+
/**
|
|
306
|
+
* A token count, and how it came to be known.
|
|
307
|
+
*
|
|
308
|
+
* `z.int()` rather than `z.number()`: a fractional token is not a thing, and
|
|
309
|
+
* accepting `3.5` is how a bad estimator's output survives validation and turns
|
|
310
|
+
* up later as a context-window decision nobody can reproduce.
|
|
311
|
+
*/
|
|
266
312
|
export declare const AgentUsageValueSchema: z.ZodObject<{
|
|
267
|
-
value: z.ZodOptional<z.
|
|
313
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
268
314
|
provenance: z.ZodEnum<{
|
|
269
315
|
computed: "computed";
|
|
270
316
|
estimated: "estimated";
|
|
@@ -272,6 +318,10 @@ export declare const AgentUsageValueSchema: z.ZodObject<{
|
|
|
272
318
|
unavailable: "unavailable";
|
|
273
319
|
}>;
|
|
274
320
|
}, z.core.$strip>;
|
|
321
|
+
/**
|
|
322
|
+
* Money, which is fractional by nature — so `value` stays `z.number()` here and
|
|
323
|
+
* only here. Everything counted in tokens is an integer.
|
|
324
|
+
*/
|
|
275
325
|
export declare const AgentCostValueSchema: z.ZodObject<{
|
|
276
326
|
value: z.ZodOptional<z.ZodNumber>;
|
|
277
327
|
currency: z.ZodOptional<z.ZodString>;
|
|
@@ -284,7 +334,7 @@ export declare const AgentCostValueSchema: z.ZodObject<{
|
|
|
284
334
|
}, z.core.$strip>;
|
|
285
335
|
export declare const AgentUsageSchema: z.ZodObject<{
|
|
286
336
|
inputTokens: z.ZodObject<{
|
|
287
|
-
value: z.ZodOptional<z.
|
|
337
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
288
338
|
provenance: z.ZodEnum<{
|
|
289
339
|
computed: "computed";
|
|
290
340
|
estimated: "estimated";
|
|
@@ -293,7 +343,7 @@ export declare const AgentUsageSchema: z.ZodObject<{
|
|
|
293
343
|
}>;
|
|
294
344
|
}, z.core.$strip>;
|
|
295
345
|
outputTokens: z.ZodObject<{
|
|
296
|
-
value: z.ZodOptional<z.
|
|
346
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
297
347
|
provenance: z.ZodEnum<{
|
|
298
348
|
computed: "computed";
|
|
299
349
|
estimated: "estimated";
|
|
@@ -302,7 +352,7 @@ export declare const AgentUsageSchema: z.ZodObject<{
|
|
|
302
352
|
}>;
|
|
303
353
|
}, z.core.$strip>;
|
|
304
354
|
reasoningTokens: z.ZodOptional<z.ZodObject<{
|
|
305
|
-
value: z.ZodOptional<z.
|
|
355
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
306
356
|
provenance: z.ZodEnum<{
|
|
307
357
|
computed: "computed";
|
|
308
358
|
estimated: "estimated";
|
|
@@ -311,7 +361,7 @@ export declare const AgentUsageSchema: z.ZodObject<{
|
|
|
311
361
|
}>;
|
|
312
362
|
}, z.core.$strip>>;
|
|
313
363
|
cacheReadTokens: z.ZodOptional<z.ZodObject<{
|
|
314
|
-
value: z.ZodOptional<z.
|
|
364
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
315
365
|
provenance: z.ZodEnum<{
|
|
316
366
|
computed: "computed";
|
|
317
367
|
estimated: "estimated";
|
|
@@ -320,7 +370,7 @@ export declare const AgentUsageSchema: z.ZodObject<{
|
|
|
320
370
|
}>;
|
|
321
371
|
}, z.core.$strip>>;
|
|
322
372
|
cacheWriteTokens: z.ZodOptional<z.ZodObject<{
|
|
323
|
-
value: z.ZodOptional<z.
|
|
373
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
324
374
|
provenance: z.ZodEnum<{
|
|
325
375
|
computed: "computed";
|
|
326
376
|
estimated: "estimated";
|
|
@@ -373,6 +423,7 @@ export declare const AgentRunSchema: z.ZodObject<{
|
|
|
373
423
|
fencingToken: z.ZodOptional<z.ZodInt>;
|
|
374
424
|
terminalReason: z.ZodOptional<z.ZodEnum<{
|
|
375
425
|
abandoned: "abandoned";
|
|
426
|
+
absorbed: "absorbed";
|
|
376
427
|
cancelled: "cancelled";
|
|
377
428
|
context_overflow: "context_overflow";
|
|
378
429
|
interrupted: "interrupted";
|
|
@@ -385,9 +436,10 @@ export declare const AgentRunSchema: z.ZodObject<{
|
|
|
385
436
|
timeout: "timeout";
|
|
386
437
|
}>>;
|
|
387
438
|
terminalPolicyName: z.ZodOptional<z.ZodString>;
|
|
439
|
+
absorbedIntoRunId: z.ZodOptional<z.ZodString>;
|
|
388
440
|
usage: z.ZodOptional<z.ZodObject<{
|
|
389
441
|
inputTokens: z.ZodObject<{
|
|
390
|
-
value: z.ZodOptional<z.
|
|
442
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
391
443
|
provenance: z.ZodEnum<{
|
|
392
444
|
computed: "computed";
|
|
393
445
|
estimated: "estimated";
|
|
@@ -396,7 +448,7 @@ export declare const AgentRunSchema: z.ZodObject<{
|
|
|
396
448
|
}>;
|
|
397
449
|
}, z.core.$strip>;
|
|
398
450
|
outputTokens: z.ZodObject<{
|
|
399
|
-
value: z.ZodOptional<z.
|
|
451
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
400
452
|
provenance: z.ZodEnum<{
|
|
401
453
|
computed: "computed";
|
|
402
454
|
estimated: "estimated";
|
|
@@ -405,7 +457,7 @@ export declare const AgentRunSchema: z.ZodObject<{
|
|
|
405
457
|
}>;
|
|
406
458
|
}, z.core.$strip>;
|
|
407
459
|
reasoningTokens: z.ZodOptional<z.ZodObject<{
|
|
408
|
-
value: z.ZodOptional<z.
|
|
460
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
409
461
|
provenance: z.ZodEnum<{
|
|
410
462
|
computed: "computed";
|
|
411
463
|
estimated: "estimated";
|
|
@@ -414,7 +466,7 @@ export declare const AgentRunSchema: z.ZodObject<{
|
|
|
414
466
|
}>;
|
|
415
467
|
}, z.core.$strip>>;
|
|
416
468
|
cacheReadTokens: z.ZodOptional<z.ZodObject<{
|
|
417
|
-
value: z.ZodOptional<z.
|
|
469
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
418
470
|
provenance: z.ZodEnum<{
|
|
419
471
|
computed: "computed";
|
|
420
472
|
estimated: "estimated";
|
|
@@ -423,7 +475,7 @@ export declare const AgentRunSchema: z.ZodObject<{
|
|
|
423
475
|
}>;
|
|
424
476
|
}, z.core.$strip>>;
|
|
425
477
|
cacheWriteTokens: z.ZodOptional<z.ZodObject<{
|
|
426
|
-
value: z.ZodOptional<z.
|
|
478
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
427
479
|
provenance: z.ZodEnum<{
|
|
428
480
|
computed: "computed";
|
|
429
481
|
estimated: "estimated";
|
|
@@ -550,6 +602,7 @@ export declare const AgentSnapshotSchema: z.ZodObject<{
|
|
|
550
602
|
fencingToken: z.ZodOptional<z.ZodInt>;
|
|
551
603
|
terminalReason: z.ZodOptional<z.ZodEnum<{
|
|
552
604
|
abandoned: "abandoned";
|
|
605
|
+
absorbed: "absorbed";
|
|
553
606
|
cancelled: "cancelled";
|
|
554
607
|
context_overflow: "context_overflow";
|
|
555
608
|
interrupted: "interrupted";
|
|
@@ -562,9 +615,10 @@ export declare const AgentSnapshotSchema: z.ZodObject<{
|
|
|
562
615
|
timeout: "timeout";
|
|
563
616
|
}>>;
|
|
564
617
|
terminalPolicyName: z.ZodOptional<z.ZodString>;
|
|
618
|
+
absorbedIntoRunId: z.ZodOptional<z.ZodString>;
|
|
565
619
|
usage: z.ZodOptional<z.ZodObject<{
|
|
566
620
|
inputTokens: z.ZodObject<{
|
|
567
|
-
value: z.ZodOptional<z.
|
|
621
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
568
622
|
provenance: z.ZodEnum<{
|
|
569
623
|
computed: "computed";
|
|
570
624
|
estimated: "estimated";
|
|
@@ -573,7 +627,7 @@ export declare const AgentSnapshotSchema: z.ZodObject<{
|
|
|
573
627
|
}>;
|
|
574
628
|
}, z.core.$strip>;
|
|
575
629
|
outputTokens: z.ZodObject<{
|
|
576
|
-
value: z.ZodOptional<z.
|
|
630
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
577
631
|
provenance: z.ZodEnum<{
|
|
578
632
|
computed: "computed";
|
|
579
633
|
estimated: "estimated";
|
|
@@ -582,7 +636,7 @@ export declare const AgentSnapshotSchema: z.ZodObject<{
|
|
|
582
636
|
}>;
|
|
583
637
|
}, z.core.$strip>;
|
|
584
638
|
reasoningTokens: z.ZodOptional<z.ZodObject<{
|
|
585
|
-
value: z.ZodOptional<z.
|
|
639
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
586
640
|
provenance: z.ZodEnum<{
|
|
587
641
|
computed: "computed";
|
|
588
642
|
estimated: "estimated";
|
|
@@ -591,7 +645,7 @@ export declare const AgentSnapshotSchema: z.ZodObject<{
|
|
|
591
645
|
}>;
|
|
592
646
|
}, z.core.$strip>>;
|
|
593
647
|
cacheReadTokens: z.ZodOptional<z.ZodObject<{
|
|
594
|
-
value: z.ZodOptional<z.
|
|
648
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
595
649
|
provenance: z.ZodEnum<{
|
|
596
650
|
computed: "computed";
|
|
597
651
|
estimated: "estimated";
|
|
@@ -600,7 +654,7 @@ export declare const AgentSnapshotSchema: z.ZodObject<{
|
|
|
600
654
|
}>;
|
|
601
655
|
}, z.core.$strip>>;
|
|
602
656
|
cacheWriteTokens: z.ZodOptional<z.ZodObject<{
|
|
603
|
-
value: z.ZodOptional<z.
|
|
657
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
604
658
|
provenance: z.ZodEnum<{
|
|
605
659
|
computed: "computed";
|
|
606
660
|
estimated: "estimated";
|
|
@@ -628,7 +682,7 @@ export declare const AgentRunMetricsSchema: z.ZodObject<{
|
|
|
628
682
|
partial: z.ZodBoolean;
|
|
629
683
|
usage: z.ZodObject<{
|
|
630
684
|
inputTokens: z.ZodObject<{
|
|
631
|
-
value: z.ZodOptional<z.
|
|
685
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
632
686
|
provenance: z.ZodEnum<{
|
|
633
687
|
computed: "computed";
|
|
634
688
|
estimated: "estimated";
|
|
@@ -637,7 +691,7 @@ export declare const AgentRunMetricsSchema: z.ZodObject<{
|
|
|
637
691
|
}>;
|
|
638
692
|
}, z.core.$strip>;
|
|
639
693
|
outputTokens: z.ZodObject<{
|
|
640
|
-
value: z.ZodOptional<z.
|
|
694
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
641
695
|
provenance: z.ZodEnum<{
|
|
642
696
|
computed: "computed";
|
|
643
697
|
estimated: "estimated";
|
|
@@ -646,7 +700,7 @@ export declare const AgentRunMetricsSchema: z.ZodObject<{
|
|
|
646
700
|
}>;
|
|
647
701
|
}, z.core.$strip>;
|
|
648
702
|
reasoningTokens: z.ZodOptional<z.ZodObject<{
|
|
649
|
-
value: z.ZodOptional<z.
|
|
703
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
650
704
|
provenance: z.ZodEnum<{
|
|
651
705
|
computed: "computed";
|
|
652
706
|
estimated: "estimated";
|
|
@@ -655,7 +709,7 @@ export declare const AgentRunMetricsSchema: z.ZodObject<{
|
|
|
655
709
|
}>;
|
|
656
710
|
}, z.core.$strip>>;
|
|
657
711
|
cacheReadTokens: z.ZodOptional<z.ZodObject<{
|
|
658
|
-
value: z.ZodOptional<z.
|
|
712
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
659
713
|
provenance: z.ZodEnum<{
|
|
660
714
|
computed: "computed";
|
|
661
715
|
estimated: "estimated";
|
|
@@ -664,7 +718,7 @@ export declare const AgentRunMetricsSchema: z.ZodObject<{
|
|
|
664
718
|
}>;
|
|
665
719
|
}, z.core.$strip>>;
|
|
666
720
|
cacheWriteTokens: z.ZodOptional<z.ZodObject<{
|
|
667
|
-
value: z.ZodOptional<z.
|
|
721
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
668
722
|
provenance: z.ZodEnum<{
|
|
669
723
|
computed: "computed";
|
|
670
724
|
estimated: "estimated";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,mBAAmB,aAAoB,CAAC;AACrD,eAAO,MAAM,wBAAwB,UAAwB,CAAC;AAC9D,eAAO,MAAM,oBAAoB,kBAAmC,CAAC;AACrE,eAAO,MAAM,qBAAqB,2CAAiC,CAAC;AAEpE,eAAO,MAAM,2BAA2B;;;;iBAItC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,mBAAmB;;;iBAG9B,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;iBAInC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;iBAK9B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;iBAKhC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;iBAMlC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;iBAMpC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;iBAGhC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;iBAGjC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BASjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,eAAO,MAAM,sBAAsB;;;;;EAAqD,CAAC;AACzF,eAAO,MAAM,wBAAwB;;;;;;;EAOnC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAW7B,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,+BAA+B;;;;;;;;iBAQ1C,CAAC;AAEH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAExF,eAAO,MAAM,mBAAmB;;;;;;;;;;EAU9B,CAAC;AAEH,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,mBAAmB,aAAoB,CAAC;AACrD,eAAO,MAAM,wBAAwB,UAAwB,CAAC;AAC9D,eAAO,MAAM,oBAAoB,kBAAmC,CAAC;AACrE,eAAO,MAAM,qBAAqB,2CAAiC,CAAC;AAEpE,eAAO,MAAM,2BAA2B;;;;iBAItC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,mBAAmB;;;iBAG9B,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;iBAInC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;iBAK9B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;iBAKhC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;iBAMlC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;iBAMpC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;iBAGhC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;iBAGjC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BASjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,eAAO,MAAM,sBAAsB;;;;;EAAqD,CAAC;AACzF,eAAO,MAAM,wBAAwB;;;;;;;EAOnC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAW7B,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,+BAA+B;;;;;;;;iBAQ1C,CAAC;AAEH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAExF,eAAO,MAAM,mBAAmB;;;;;;;;;;EAU9B,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;EAuBpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;;;;;GAMG;AACH,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,mBAAmB,GAC1B,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAiBrC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,qBAAqB;;;;;;EAMhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;iBAQhC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;iBAS/B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAkD1D;;;;;;;;;;GAUG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+CzB,CAAC;AAWH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEtD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB9B,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEhE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAkBhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -30,6 +30,7 @@ export declare const AgentStoredRunSchema: z.ZodObject<{
|
|
|
30
30
|
fencingToken: z.ZodOptional<z.ZodInt>;
|
|
31
31
|
terminalReason: z.ZodOptional<z.ZodEnum<{
|
|
32
32
|
abandoned: "abandoned";
|
|
33
|
+
absorbed: "absorbed";
|
|
33
34
|
cancelled: "cancelled";
|
|
34
35
|
context_overflow: "context_overflow";
|
|
35
36
|
interrupted: "interrupted";
|
|
@@ -42,9 +43,10 @@ export declare const AgentStoredRunSchema: z.ZodObject<{
|
|
|
42
43
|
timeout: "timeout";
|
|
43
44
|
}>>;
|
|
44
45
|
terminalPolicyName: z.ZodOptional<z.ZodString>;
|
|
46
|
+
absorbedIntoRunId: z.ZodOptional<z.ZodString>;
|
|
45
47
|
usage: z.ZodOptional<z.ZodObject<{
|
|
46
48
|
inputTokens: z.ZodObject<{
|
|
47
|
-
value: z.ZodOptional<z.
|
|
49
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
48
50
|
provenance: z.ZodEnum<{
|
|
49
51
|
computed: "computed";
|
|
50
52
|
estimated: "estimated";
|
|
@@ -53,7 +55,7 @@ export declare const AgentStoredRunSchema: z.ZodObject<{
|
|
|
53
55
|
}>;
|
|
54
56
|
}, z.core.$strip>;
|
|
55
57
|
outputTokens: z.ZodObject<{
|
|
56
|
-
value: z.ZodOptional<z.
|
|
58
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
57
59
|
provenance: z.ZodEnum<{
|
|
58
60
|
computed: "computed";
|
|
59
61
|
estimated: "estimated";
|
|
@@ -62,7 +64,7 @@ export declare const AgentStoredRunSchema: z.ZodObject<{
|
|
|
62
64
|
}>;
|
|
63
65
|
}, z.core.$strip>;
|
|
64
66
|
reasoningTokens: z.ZodOptional<z.ZodObject<{
|
|
65
|
-
value: z.ZodOptional<z.
|
|
67
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
66
68
|
provenance: z.ZodEnum<{
|
|
67
69
|
computed: "computed";
|
|
68
70
|
estimated: "estimated";
|
|
@@ -71,7 +73,7 @@ export declare const AgentStoredRunSchema: z.ZodObject<{
|
|
|
71
73
|
}>;
|
|
72
74
|
}, z.core.$strip>>;
|
|
73
75
|
cacheReadTokens: z.ZodOptional<z.ZodObject<{
|
|
74
|
-
value: z.ZodOptional<z.
|
|
76
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
75
77
|
provenance: z.ZodEnum<{
|
|
76
78
|
computed: "computed";
|
|
77
79
|
estimated: "estimated";
|
|
@@ -80,7 +82,7 @@ export declare const AgentStoredRunSchema: z.ZodObject<{
|
|
|
80
82
|
}>;
|
|
81
83
|
}, z.core.$strip>>;
|
|
82
84
|
cacheWriteTokens: z.ZodOptional<z.ZodObject<{
|
|
83
|
-
value: z.ZodOptional<z.
|
|
85
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
84
86
|
provenance: z.ZodEnum<{
|
|
85
87
|
computed: "computed";
|
|
86
88
|
estimated: "estimated";
|
|
@@ -536,6 +538,7 @@ export declare const AgentRecoverableDescriptorSchema: z.ZodObject<{
|
|
|
536
538
|
fencingToken: z.ZodOptional<z.ZodInt>;
|
|
537
539
|
terminalReason: z.ZodOptional<z.ZodEnum<{
|
|
538
540
|
abandoned: "abandoned";
|
|
541
|
+
absorbed: "absorbed";
|
|
539
542
|
cancelled: "cancelled";
|
|
540
543
|
context_overflow: "context_overflow";
|
|
541
544
|
interrupted: "interrupted";
|
|
@@ -548,9 +551,10 @@ export declare const AgentRecoverableDescriptorSchema: z.ZodObject<{
|
|
|
548
551
|
timeout: "timeout";
|
|
549
552
|
}>>;
|
|
550
553
|
terminalPolicyName: z.ZodOptional<z.ZodString>;
|
|
554
|
+
absorbedIntoRunId: z.ZodOptional<z.ZodString>;
|
|
551
555
|
usage: z.ZodOptional<z.ZodObject<{
|
|
552
556
|
inputTokens: z.ZodObject<{
|
|
553
|
-
value: z.ZodOptional<z.
|
|
557
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
554
558
|
provenance: z.ZodEnum<{
|
|
555
559
|
computed: "computed";
|
|
556
560
|
estimated: "estimated";
|
|
@@ -559,7 +563,7 @@ export declare const AgentRecoverableDescriptorSchema: z.ZodObject<{
|
|
|
559
563
|
}>;
|
|
560
564
|
}, z.core.$strip>;
|
|
561
565
|
outputTokens: z.ZodObject<{
|
|
562
|
-
value: z.ZodOptional<z.
|
|
566
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
563
567
|
provenance: z.ZodEnum<{
|
|
564
568
|
computed: "computed";
|
|
565
569
|
estimated: "estimated";
|
|
@@ -568,7 +572,7 @@ export declare const AgentRecoverableDescriptorSchema: z.ZodObject<{
|
|
|
568
572
|
}>;
|
|
569
573
|
}, z.core.$strip>;
|
|
570
574
|
reasoningTokens: z.ZodOptional<z.ZodObject<{
|
|
571
|
-
value: z.ZodOptional<z.
|
|
575
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
572
576
|
provenance: z.ZodEnum<{
|
|
573
577
|
computed: "computed";
|
|
574
578
|
estimated: "estimated";
|
|
@@ -577,7 +581,7 @@ export declare const AgentRecoverableDescriptorSchema: z.ZodObject<{
|
|
|
577
581
|
}>;
|
|
578
582
|
}, z.core.$strip>>;
|
|
579
583
|
cacheReadTokens: z.ZodOptional<z.ZodObject<{
|
|
580
|
-
value: z.ZodOptional<z.
|
|
584
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
581
585
|
provenance: z.ZodEnum<{
|
|
582
586
|
computed: "computed";
|
|
583
587
|
estimated: "estimated";
|
|
@@ -586,7 +590,7 @@ export declare const AgentRecoverableDescriptorSchema: z.ZodObject<{
|
|
|
586
590
|
}>;
|
|
587
591
|
}, z.core.$strip>>;
|
|
588
592
|
cacheWriteTokens: z.ZodOptional<z.ZodObject<{
|
|
589
|
-
value: z.ZodOptional<z.
|
|
593
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
590
594
|
provenance: z.ZodEnum<{
|
|
591
595
|
computed: "computed";
|
|
592
596
|
estimated: "estimated";
|
|
@@ -634,6 +638,7 @@ export declare const AgentRecoverablePageSchema: z.ZodObject<{
|
|
|
634
638
|
fencingToken: z.ZodOptional<z.ZodInt>;
|
|
635
639
|
terminalReason: z.ZodOptional<z.ZodEnum<{
|
|
636
640
|
abandoned: "abandoned";
|
|
641
|
+
absorbed: "absorbed";
|
|
637
642
|
cancelled: "cancelled";
|
|
638
643
|
context_overflow: "context_overflow";
|
|
639
644
|
interrupted: "interrupted";
|
|
@@ -646,9 +651,10 @@ export declare const AgentRecoverablePageSchema: z.ZodObject<{
|
|
|
646
651
|
timeout: "timeout";
|
|
647
652
|
}>>;
|
|
648
653
|
terminalPolicyName: z.ZodOptional<z.ZodString>;
|
|
654
|
+
absorbedIntoRunId: z.ZodOptional<z.ZodString>;
|
|
649
655
|
usage: z.ZodOptional<z.ZodObject<{
|
|
650
656
|
inputTokens: z.ZodObject<{
|
|
651
|
-
value: z.ZodOptional<z.
|
|
657
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
652
658
|
provenance: z.ZodEnum<{
|
|
653
659
|
computed: "computed";
|
|
654
660
|
estimated: "estimated";
|
|
@@ -657,7 +663,7 @@ export declare const AgentRecoverablePageSchema: z.ZodObject<{
|
|
|
657
663
|
}>;
|
|
658
664
|
}, z.core.$strip>;
|
|
659
665
|
outputTokens: z.ZodObject<{
|
|
660
|
-
value: z.ZodOptional<z.
|
|
666
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
661
667
|
provenance: z.ZodEnum<{
|
|
662
668
|
computed: "computed";
|
|
663
669
|
estimated: "estimated";
|
|
@@ -666,7 +672,7 @@ export declare const AgentRecoverablePageSchema: z.ZodObject<{
|
|
|
666
672
|
}>;
|
|
667
673
|
}, z.core.$strip>;
|
|
668
674
|
reasoningTokens: z.ZodOptional<z.ZodObject<{
|
|
669
|
-
value: z.ZodOptional<z.
|
|
675
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
670
676
|
provenance: z.ZodEnum<{
|
|
671
677
|
computed: "computed";
|
|
672
678
|
estimated: "estimated";
|
|
@@ -675,7 +681,7 @@ export declare const AgentRecoverablePageSchema: z.ZodObject<{
|
|
|
675
681
|
}>;
|
|
676
682
|
}, z.core.$strip>>;
|
|
677
683
|
cacheReadTokens: z.ZodOptional<z.ZodObject<{
|
|
678
|
-
value: z.ZodOptional<z.
|
|
684
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
679
685
|
provenance: z.ZodEnum<{
|
|
680
686
|
computed: "computed";
|
|
681
687
|
estimated: "estimated";
|
|
@@ -684,7 +690,7 @@ export declare const AgentRecoverablePageSchema: z.ZodObject<{
|
|
|
684
690
|
}>;
|
|
685
691
|
}, z.core.$strip>>;
|
|
686
692
|
cacheWriteTokens: z.ZodOptional<z.ZodObject<{
|
|
687
|
-
value: z.ZodOptional<z.
|
|
693
|
+
value: z.ZodOptional<z.ZodInt>;
|
|
688
694
|
provenance: z.ZodEnum<{
|
|
689
695
|
computed: "computed";
|
|
690
696
|
estimated: "estimated";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store-driver.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/store-driver.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,KAAK,YAAY,EAIjB,KAAK,QAAQ,EAKd,MAAM,WAAW,CAAC;AACnB,OAAO,EAKL,KAAK,iBAAiB,
|
|
1
|
+
{"version":3,"file":"store-driver.d.ts","sourceRoot":"","sources":["../../src/agent-runtime/store-driver.ts"],"names":[],"mappings":"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"}
|