@tangle-network/agent-runtime 0.170.0 → 0.171.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.
Files changed (43) hide show
  1. package/dist/agent.d.ts +1 -1
  2. package/dist/agent.js +1 -1
  3. package/dist/{authored-code-C2TGxNtf.js → authored-code-DzYtiflw.js} +9 -16
  4. package/dist/authored-code-DzYtiflw.js.map +1 -0
  5. package/dist/{authoring-CUTgAxxE.js → authoring-U8BvENNa.js} +2 -2
  6. package/dist/{authoring-CUTgAxxE.js.map → authoring-U8BvENNa.js.map} +1 -1
  7. package/dist/durable.d.ts +1 -1
  8. package/dist/durable.js +1 -1
  9. package/dist/{graph-ZDMygFIo.js → graph-DK_za3yj.js} +2 -2
  10. package/dist/{graph-ZDMygFIo.js.map → graph-DK_za3yj.js.map} +1 -1
  11. package/dist/graph.d.ts +25 -85
  12. package/dist/graph.js +4 -157
  13. package/dist/graph.js.map +1 -1
  14. package/dist/{index-BgptUCKl.d.ts → index-C38CMh7Y.d.ts} +2 -2
  15. package/dist/{index-BGQtpQuJ.d.ts → index-CTIWK6cQ.d.ts} +59 -2
  16. package/dist/index.d.ts +3 -3
  17. package/dist/index.js +4 -4
  18. package/dist/kernel.d.ts +2 -2
  19. package/dist/kernel.js +5 -5
  20. package/dist/{knowledge-D3211Z_x.js → knowledge-CbSzAeP-.js} +2 -2
  21. package/dist/{knowledge-D3211Z_x.js.map → knowledge-CbSzAeP-.js.map} +1 -1
  22. package/dist/knowledge.d.ts +1 -1
  23. package/dist/knowledge.js +1 -1
  24. package/dist/{loop-runner-bin-B_g5JOKA.js → loop-runner-bin-CglWRAZs.js} +2 -2
  25. package/dist/{loop-runner-bin-B_g5JOKA.js.map → loop-runner-bin-CglWRAZs.js.map} +1 -1
  26. package/dist/{loop-runner-bin-C2NXQK7J.d.ts → loop-runner-bin-CxXDdDd8.d.ts} +2 -2
  27. package/dist/loop-runner-bin.d.ts +1 -1
  28. package/dist/loop-runner-bin.js +1 -1
  29. package/dist/mcp/bin.js +2 -2
  30. package/dist/mcp/index.d.ts +1 -1
  31. package/dist/mcp/index.js +3 -3
  32. package/dist/{openai-tools-UyXVO0kd.js → openai-tools-B_zjkAey.js} +2 -2
  33. package/dist/{openai-tools-UyXVO0kd.js.map → openai-tools-B_zjkAey.js.map} +1 -1
  34. package/dist/{runtime-C-7uhhFs.js → runtime-DWs-CucB.js} +246 -6
  35. package/dist/runtime-DWs-CucB.js.map +1 -0
  36. package/dist/{supervise-rEE46ruH.js → supervise-CG7JDcEG.js} +11 -2
  37. package/dist/{supervise-rEE46ruH.js.map → supervise-CG7JDcEG.js.map} +1 -1
  38. package/dist/testing.d.ts +1 -1
  39. package/dist/testing.js +10 -10
  40. package/package.json +1 -1
  41. package/skills/codemode/SKILL.md +5 -4
  42. package/dist/authored-code-C2TGxNtf.js.map +0 -1
  43. package/dist/runtime-C-7uhhFs.js.map +0 -1
package/dist/graph.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { $l as MakeWorkerAgent, Gt as AgentGraph, If as DeliverableSpec, Qt as RunGraphOptions, an as PromptRegistry, bo as SupervisorAgentDeps, in as PromptHandle, mu as WorkerSpawnContext, os as SupervisorFinalizer } from "./index-BGQtpQuJ.js";
1
+ import { Gt as AgentGraph, Qt as RunGraphOptions, To as SupervisorAgentDeps, Vf as DeliverableSpec, an as PromptRegistry, ds as SupervisorFinalizer, in as PromptHandle, iu as MakeWorkerAgent, yu as WorkerSpawnContext } from "./index-CTIWK6cQ.js";
2
2
  import { H as SpawnJournal, K as Spend, V as SpawnEvent, i as Budget, j as ResultBlobStore, t as Agent, z as Scope } from "./types-DjVO-p7R.js";
3
3
  import { o as ExecutorConfig } from "./runtime-B0HZbuEv.js";
4
4
  import { AgentProfile } from "@tangle-network/agent-interface";
@@ -8,13 +8,33 @@ interface AuthoredCodeOptions {
8
8
  * specifier admits ANY import form of that module (named, namespace, default) — the lint
9
9
  * gates WHICH module, not the syntax used to reach it. */
10
10
  readonly allowedImports?: ReadonlyArray<string>;
11
- /** Names the refusal, e.g. `codemode "planner"`. Defaults to `authored code`. */
11
+ /** Names the refusal, e.g. `code mode (node-1)`. Defaults to `authored code`. */
12
12
  readonly context?: string;
13
13
  }
14
14
  /** Refuse the obvious escapes in authored source. See the module doc for what this is NOT. */
15
15
  declare function assertAuthoredCode(code: string, options?: AuthoredCodeOptions): void;
16
- /** Pull the first fenced block out of a model reply; the whole reply if it carries no fence. */
17
- declare function extractCodeBlock(reply: string): string;
16
+ //#endregion
17
+ //#region src/runtime/graph/condition.d.ts
18
+ /** The leaf comparison operators; `exists`/`truthy` are unary, the rest compare against `value`. */
19
+ declare const CONDITION_OPS: readonly ["eq", "neq", "gt", "gte", "lt", "lte", "in", "contains", "exists", "truthy"];
20
+ type ConditionOp = (typeof CONDITION_OPS)[number];
21
+ interface ConditionLeaf {
22
+ /** Dotted path with `[N]` indexing into the guard context, e.g. `out.findings[0].severity`. */
23
+ readonly path: string;
24
+ readonly op: ConditionOp;
25
+ readonly value?: unknown;
26
+ }
27
+ type Condition = ConditionLeaf | {
28
+ readonly all: ReadonlyArray<Condition>;
29
+ } | {
30
+ readonly any: ReadonlyArray<Condition>;
31
+ } | {
32
+ readonly not: Condition;
33
+ };
34
+ /** Validate shape, bounds, and per-leaf path/operator rules; returns the input for chaining. */
35
+ declare function validateCondition(raw: unknown, context: string): Condition;
36
+ /** Walk a validated condition over a context to a boolean. Never throws on data shape. */
37
+ declare function evaluateCondition(condition: Condition, context: unknown): boolean;
18
38
  //#endregion
19
39
  //#region src/runtime/graph/registry.d.ts
20
40
  /**
@@ -189,86 +209,6 @@ declare function kindHandle(kind: Pick<NodeKind, 'id' | 'version'>): RegistryHan
189
209
  */
190
210
  declare function narrowEffects<Effects extends ReadonlyArray<EffectName>>(declared: Effects, provided: Readonly<Record<string, unknown>>, context: string): EffectContext<Effects>;
191
211
  //#endregion
192
- //#region src/runtime/graph/codemode.d.ts
193
- /** One operation the authored program may call, and the line the model is shown about it. */
194
- interface CodeOperation {
195
- /** Identifier the program calls, e.g. `search`. Must be a valid JS identifier. */
196
- readonly name: string;
197
- /** The signature and meaning, as the model sees it: `search(query: string): Promise<Hit[]>`. */
198
- readonly signature: string;
199
- readonly description: string;
200
- /** What the call actually does. A spend it reports is added to the node's settlement. */
201
- readonly call: (...args: ReadonlyArray<unknown>) => Promise<CodeOperationResult> | CodeOperationResult;
202
- }
203
- /** An operation's answer. `spend` is optional; an operation that costs nothing omits it. */
204
- interface CodeOperationResult {
205
- readonly value: unknown;
206
- readonly spend?: Spend;
207
- }
208
- /** What a host's `codeRunner` effect must do: run authored source with `api` in scope, and answer
209
- * what it returned. The host decides WHERE that happens — in process, or jailed. */
210
- interface CodeRunner {
211
- run(args: {
212
- readonly code: string;
213
- readonly api: Readonly<Record<string, (...args: ReadonlyArray<unknown>) => Promise<unknown>>>;
214
- readonly signal: AbortSignal;
215
- }): Promise<unknown>;
216
- }
217
- /** What a host's `model` effect must do: answer one prompt with text. */
218
- interface CodeAuthor {
219
- complete(args: {
220
- readonly prompt: string;
221
- readonly profile: AgentProfile;
222
- readonly signal: AbortSignal;
223
- }): Promise<{
224
- readonly text: string;
225
- readonly spend?: Spend;
226
- }>;
227
- }
228
- interface CodeModeConfig {
229
- readonly operations: ReadonlyArray<CodeOperation>;
230
- /** What the program must accomplish, in the author's words. Appended to the generated API doc. */
231
- readonly task: string;
232
- /** Import specifiers the authored code may name. Empty (the default) bans every import. */
233
- readonly allowedImports?: ReadonlyArray<string>;
234
- }
235
- /** The API doc the model is shown — generated from the grant, so the two cannot disagree. */
236
- declare function renderCodeApi(config: CodeModeConfig): string;
237
- /**
238
- * A node that asks a model for a program and runs it. Declares the two effects it cannot supply
239
- * itself — `model` (who writes the code) and `codeRunner` (where it runs) — so the host owns both.
240
- */
241
- declare function codemodeKind(): NodeKind<CodeModeConfig, readonly ['model', 'codeRunner']>;
242
- /**
243
- * An in-process `codeRunner`: builds the authored body as a function with the granted API in
244
- * scope. **A development convenience, not a security boundary** — `assertAuthoredCode` is a lint,
245
- * and code running in this process can reach whatever the process can. Supply a jailed runner for
246
- * code you did not write.
247
- */
248
- declare function inlineCodeRunner(): CodeRunner;
249
- //#endregion
250
- //#region src/runtime/graph/condition.d.ts
251
- /** The leaf comparison operators; `exists`/`truthy` are unary, the rest compare against `value`. */
252
- declare const CONDITION_OPS: readonly ["eq", "neq", "gt", "gte", "lt", "lte", "in", "contains", "exists", "truthy"];
253
- type ConditionOp = (typeof CONDITION_OPS)[number];
254
- interface ConditionLeaf {
255
- /** Dotted path with `[N]` indexing into the guard context, e.g. `out.findings[0].severity`. */
256
- readonly path: string;
257
- readonly op: ConditionOp;
258
- readonly value?: unknown;
259
- }
260
- type Condition = ConditionLeaf | {
261
- readonly all: ReadonlyArray<Condition>;
262
- } | {
263
- readonly any: ReadonlyArray<Condition>;
264
- } | {
265
- readonly not: Condition;
266
- };
267
- /** Validate shape, bounds, and per-leaf path/operator rules; returns the input for chaining. */
268
- declare function validateCondition(raw: unknown, context: string): Condition;
269
- /** Walk a validated condition over a context to a boolean. Never throws on data shape. */
270
- declare function evaluateCondition(condition: Condition, context: unknown): boolean;
271
- //#endregion
272
212
  //#region src/runtime/graph/projection.d.ts
273
213
  type Projection = {
274
214
  readonly path: string;
@@ -801,5 +741,5 @@ declare function runEngineGraph(engine: GraphEngine, spec: EngineGraphSpec | Com
801
741
  */
802
742
  declare function createGraphRun(engine: GraphEngine, spec: EngineGraphSpec | CompiledGraph, task: string, options: GraphRunOptions): GraphRunHandle;
803
743
  //#endregion
804
- export { type AgentKindConfig, type AnyNodeKind, type AuthoredCodeOptions, type BudgetMode, CONDITION_OPS, type CodeAuthor, type CodeModeConfig, type CodeOperation, type CodeOperationResult, type CodeRunner, type CompiledEdge, type CompiledGraph, type CompiledNode, type Condition, type ConditionLeaf, type ConditionOp, DEFAULT_MAX_NODE_VISITS, ENGINE_WOKEN_SEQ_BASE, type EdgeLedger, type EffectContext, type EffectName, type EngineGraphEdge, type EngineGraphNode, type EngineGraphSpec, type FinalizerChoice, type FoldEdge, type FoldEdgeState, type FoldInstance, type FoldInstanceStatus, type FoldNode, type FoldSuspension, type GatingEdge, type GraphEdgeKind, type GraphEdgeTraversal, type GraphEngine, type GraphEngineOptions, type GraphFoldState, type GraphHost, type GraphNodeSettle, type GraphRunContext, type GraphRunHandle, type GraphRunOptions, type GraphRunReason, type GraphRunResult, JOIN_RULES, type JoinDecision, type JoinRule, type JsonSchema, MAX_MAX_NODE_VISITS, type NodeFlags, type NodeKind, type OnCrash, type PortSpec, type Projection, RUN_GRAPH_ROOT_KIND, type Registered, type Registry, type RegistryHandle, type ScriptBody, type ScriptKindConfig, type SubgraphKindConfig, type SupervisorKindConfig, type SuspensionRequest, admitPayload, agentKind, applyGraphFoldEvent, applyProjection, assembleGraphResult, assertAuthoredCode, codemodeKind, compileGraph, createEdgeLedger, createGraphEngine, createGraphRun, createRegistry, decideJoin, emptyFoldState, evaluateCondition, extractCodeBlock, foldGraphJournal, formatRegistryHandle, graphFromRunGraph, inlineCodeRunner, isEngineFired, isSuspensionRequest, kindHandle, materializeSettles, mintSuspensionToken, narrowEffects, openGraphRun, parseRegistryHandle, renderCodeApi, runEngineGraph, schemaAccepts, scriptKind, subgraphKind, supervisorKind, suspended, suspensionNodeId, tokenFromSuspensionNodeId, validateCondition, validateNodeKind, validateProjection };
744
+ export { type AgentKindConfig, type AnyNodeKind, type AuthoredCodeOptions, type BudgetMode, CONDITION_OPS, type CompiledEdge, type CompiledGraph, type CompiledNode, type Condition, type ConditionLeaf, type ConditionOp, DEFAULT_MAX_NODE_VISITS, ENGINE_WOKEN_SEQ_BASE, type EdgeLedger, type EffectContext, type EffectName, type EngineGraphEdge, type EngineGraphNode, type EngineGraphSpec, type FinalizerChoice, type FoldEdge, type FoldEdgeState, type FoldInstance, type FoldInstanceStatus, type FoldNode, type FoldSuspension, type GatingEdge, type GraphEdgeKind, type GraphEdgeTraversal, type GraphEngine, type GraphEngineOptions, type GraphFoldState, type GraphHost, type GraphNodeSettle, type GraphRunContext, type GraphRunHandle, type GraphRunOptions, type GraphRunReason, type GraphRunResult, JOIN_RULES, type JoinDecision, type JoinRule, type JsonSchema, MAX_MAX_NODE_VISITS, type NodeFlags, type NodeKind, type OnCrash, type PortSpec, type Projection, RUN_GRAPH_ROOT_KIND, type Registered, type Registry, type RegistryHandle, type ScriptBody, type ScriptKindConfig, type SubgraphKindConfig, type SupervisorKindConfig, type SuspensionRequest, admitPayload, agentKind, applyGraphFoldEvent, applyProjection, assembleGraphResult, assertAuthoredCode, compileGraph, createEdgeLedger, createGraphEngine, createGraphRun, createRegistry, decideJoin, emptyFoldState, evaluateCondition, foldGraphJournal, formatRegistryHandle, graphFromRunGraph, isEngineFired, isSuspensionRequest, kindHandle, materializeSettles, mintSuspensionToken, narrowEffects, openGraphRun, parseRegistryHandle, runEngineGraph, schemaAccepts, scriptKind, subgraphKind, supervisorKind, suspended, suspensionNodeId, tokenFromSuspensionNodeId, validateCondition, validateNodeKind, validateProjection };
805
745
  //# sourceMappingURL=graph.d.ts.map
package/dist/graph.js CHANGED
@@ -2,162 +2,9 @@ import { m as ValidationError } from "./errors-CDZ8XsVj.js";
2
2
  import { d as replaySpawnTree, i as InMemorySpawnJournal, l as materializeTreeView, o as closesCursorSlot, r as InMemoryResultBlobStore, u as pendingWaits, x as contentAddress } from "./spawn-journal-Tgvp5VS5.js";
3
3
  import { t as addSpend } from "./util-D6ZEuBMi.js";
4
4
  import { N as createBudgetPool, U as createExecutorRegistry, a as uncertainSpawnBudgets, i as sumMeasuredSpendFromEvents, l as runFinalizer, o as bestDelivered, p as createScope, r as maxSeqOf, s as collectDelivered } from "./supervisor-B-mmmiOU.js";
5
- import { i as workerFromBackend, s as supervisorAgent } from "./supervise-rEE46ruH.js";
6
- import { n as extractCodeBlock, t as assertAuthoredCode } from "./authored-code-C2TGxNtf.js";
7
- import { t as GraphEdgeCapError } from "./graph-ZDMygFIo.js";
8
- //#region src/runtime/graph/codemode.ts
9
- const IDENTIFIER = /^[A-Za-z_$][A-Za-z0-9_$]*$/u;
10
- /** The API doc the model is shown — generated from the grant, so the two cannot disagree. */
11
- function renderCodeApi(config) {
12
- return [
13
- "Write ONE async function body. It may call only these operations:",
14
- "",
15
- ...config.operations.map((operation) => ` ${operation.signature}\n // ${operation.description}`),
16
- "",
17
- "Return the result as the body's return value. No imports, no require, no process, no fetch.",
18
- "Reply with a single fenced code block and nothing else.",
19
- "",
20
- `TASK: ${config.task}`
21
- ].join("\n");
22
- }
23
- /**
24
- * A node that asks a model for a program and runs it. Declares the two effects it cannot supply
25
- * itself — `model` (who writes the code) and `codeRunner` (where it runs) — so the host owns both.
26
- */
27
- function codemodeKind() {
28
- return {
29
- id: "codemode",
30
- version: 1,
31
- description: "Ask a model for a program over a granted API, then run it as one node.",
32
- validateConfig: (raw, context) => {
33
- if (typeof raw !== "object" || raw === null || Array.isArray(raw)) throw new ValidationError(`${context}: codemode config must be an object`);
34
- const config = raw;
35
- if (typeof config.task !== "string" || config.task.trim().length === 0) throw new ValidationError(`${context}: codemode config.task must be a non-empty string`);
36
- if (!Array.isArray(config.operations) || config.operations.length === 0) throw new ValidationError(`${context}: codemode config.operations must grant at least one operation`);
37
- const seen = /* @__PURE__ */ new Set();
38
- for (const operation of config.operations) {
39
- if (!IDENTIFIER.test(operation?.name ?? "")) throw new ValidationError(`${context}: operation name ${JSON.stringify(operation?.name)} is not a JS identifier`);
40
- if (seen.has(operation.name)) throw new ValidationError(`${context}: duplicate operation ${operation.name}`);
41
- seen.add(operation.name);
42
- if (typeof operation.call !== "function") throw new ValidationError(`${context}: operation ${operation.name} has no call`);
43
- }
44
- return {
45
- operations: config.operations,
46
- task: config.task,
47
- ...config.allowedImports === void 0 ? {} : { allowedImports: config.allowedImports }
48
- };
49
- },
50
- configSchema: {
51
- type: "object",
52
- properties: {
53
- task: { type: "string" },
54
- operations: { type: "array" }
55
- },
56
- required: ["task", "operations"]
57
- },
58
- inputs: [{
59
- name: "context",
60
- schema: {}
61
- }],
62
- outputs: [],
63
- effects: ["model", "codeRunner"],
64
- onCrash: "restart",
65
- budget: "metered",
66
- run: ({ config, profile, inputs, effects }) => {
67
- const author = effects.model;
68
- const runner = effects.codeRunner;
69
- let artifact;
70
- return {
71
- name: profile.name ?? "codemode",
72
- act: () => Promise.reject(new ValidationError("codemode: act() is not the execution path")),
73
- executorSpec: {
74
- profile,
75
- harness: null,
76
- executor: {
77
- runtime: "inline",
78
- async execute(task, signal) {
79
- const spends = [];
80
- const prompt = [
81
- renderCodeApi(config),
82
- inputs.context === void 0 ? "" : `\nCONTEXT: ${JSON.stringify(inputs.context)}`,
83
- typeof task === "string" && task.length > 0 ? `\n${task}` : ""
84
- ].filter((part) => part.length > 0).join("\n");
85
- const authored = await author.complete({
86
- prompt,
87
- profile,
88
- signal
89
- });
90
- if (authored.spend) spends.push(authored.spend);
91
- const code = extractCodeBlock(authored.text);
92
- assertAuthoredCode(code, {
93
- ...config.allowedImports === void 0 ? {} : { allowedImports: config.allowedImports },
94
- context: `codemode ${JSON.stringify(profile.name ?? "node")}`
95
- });
96
- const api = {};
97
- for (const operation of config.operations) api[operation.name] = async (...args) => {
98
- const result = await operation.call(...args);
99
- if (result?.spend) spends.push(result.spend);
100
- return result?.value;
101
- };
102
- const out = await runner.run({
103
- code,
104
- api: Object.freeze(api),
105
- signal
106
- });
107
- artifact = {
108
- outRef: contentAddress({ codemode: out }),
109
- out,
110
- spent: totalSpend(spends)
111
- };
112
- return artifact;
113
- },
114
- teardown: () => Promise.resolve({ destroyed: true }),
115
- resultArtifact: () => {
116
- if (!artifact) throw new ValidationError("codemode: resultArtifact() read before execute()");
117
- return artifact;
118
- }
119
- }
120
- }
121
- };
122
- }
123
- };
124
- }
125
- /** The node's spend is the model call plus every operation that reported one. An operation that
126
- * reports nothing is not assumed free — it contributes an UNKNOWN mark, like the kernel's own. */
127
- function totalSpend(parts) {
128
- return parts.reduce((total, part) => ({
129
- iterations: total.iterations + (part.iterations ?? 0),
130
- tokens: {
131
- input: total.tokens.input + (part.tokens?.input ?? 0),
132
- output: total.tokens.output + (part.tokens?.output ?? 0),
133
- ...part.tokens?.tokensKnown === false ? { tokensKnown: false } : {}
134
- },
135
- usd: total.usd + (part.usd ?? 0),
136
- ...part.usdKnown === false ? { usdKnown: false } : {},
137
- ms: total.ms + (part.ms ?? 0)
138
- }), {
139
- iterations: 1,
140
- tokens: {
141
- input: 0,
142
- output: 0
143
- },
144
- usd: 0,
145
- ms: 0
146
- });
147
- }
148
- /**
149
- * An in-process `codeRunner`: builds the authored body as a function with the granted API in
150
- * scope. **A development convenience, not a security boundary** — `assertAuthoredCode` is a lint,
151
- * and code running in this process can reach whatever the process can. Supply a jailed runner for
152
- * code you did not write.
153
- */
154
- function inlineCodeRunner() {
155
- return { async run({ code, api }) {
156
- const names = Object.keys(api);
157
- return new Function(...names, `"use strict"; return (async () => { ${code} })()`)(...names.map((name) => api[name]));
158
- } };
159
- }
160
- //#endregion
5
+ import { i as workerFromBackend, s as supervisorAgent } from "./supervise-CG7JDcEG.js";
6
+ import { t as assertAuthoredCode } from "./authored-code-DzYtiflw.js";
7
+ import { t as GraphEdgeCapError } from "./graph-DK_za3yj.js";
161
8
  //#region src/runtime/graph/condition.ts
162
9
  /**
163
10
  * The ONE predicate tree: every guard in a graph — an edge `guard`, a filter projection's
@@ -2226,6 +2073,6 @@ async function runGraphLoop(engine, compiled, task, options, wakes, onWakeSignal
2226
2073
  });
2227
2074
  }
2228
2075
  //#endregion
2229
- export { CONDITION_OPS, DEFAULT_MAX_NODE_VISITS, ENGINE_WOKEN_SEQ_BASE, JOIN_RULES, MAX_MAX_NODE_VISITS, RUN_GRAPH_ROOT_KIND, admitPayload, agentKind, applyGraphFoldEvent, applyProjection, assembleGraphResult, assertAuthoredCode, codemodeKind, compileGraph, createEdgeLedger, createGraphEngine, createGraphRun, createRegistry, decideJoin, emptyFoldState, evaluateCondition, extractCodeBlock, foldGraphJournal, formatRegistryHandle, graphFromRunGraph, inlineCodeRunner, isEngineFired, isSuspensionRequest, kindHandle, materializeSettles, mintSuspensionToken, narrowEffects, openGraphRun, parseRegistryHandle, renderCodeApi, runEngineGraph, schemaAccepts, scriptKind, subgraphKind, supervisorKind, suspended, suspensionNodeId, tokenFromSuspensionNodeId, validateCondition, validateNodeKind, validateProjection };
2076
+ export { CONDITION_OPS, DEFAULT_MAX_NODE_VISITS, ENGINE_WOKEN_SEQ_BASE, JOIN_RULES, MAX_MAX_NODE_VISITS, RUN_GRAPH_ROOT_KIND, admitPayload, agentKind, applyGraphFoldEvent, applyProjection, assembleGraphResult, assertAuthoredCode, compileGraph, createEdgeLedger, createGraphEngine, createGraphRun, createRegistry, decideJoin, emptyFoldState, evaluateCondition, foldGraphJournal, formatRegistryHandle, graphFromRunGraph, isEngineFired, isSuspensionRequest, kindHandle, materializeSettles, mintSuspensionToken, narrowEffects, openGraphRun, parseRegistryHandle, runEngineGraph, schemaAccepts, scriptKind, subgraphKind, supervisorKind, suspended, suspensionNodeId, tokenFromSuspensionNodeId, validateCondition, validateNodeKind, validateProjection };
2230
2077
 
2231
2078
  //# sourceMappingURL=graph.js.map