agentfootprint-lens 0.26.1 → 0.26.2
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/{chunk-EDFVCK5X.js → chunk-JGB5GEQK.js} +3 -3
- package/dist/{chunk-EDFVCK5X.js.map → chunk-JGB5GEQK.js.map} +1 -1
- package/dist/core.cjs +2 -2
- package/dist/core.cjs.map +1 -1
- package/dist/core.d.cts +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/core.js +1 -1
- package/dist/{index-FD6j4b3o.d.cts → index-B2qJ7Jxx.d.cts} +13 -11
- package/dist/{index-FD6j4b3o.d.ts → index-B2qJ7Jxx.d.ts} +13 -11
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -2283,11 +2283,11 @@ function expandSubflowInternals(subflows) {
|
|
|
2283
2283
|
}
|
|
2284
2284
|
|
|
2285
2285
|
// src/core/explainableShellProps.ts
|
|
2286
|
-
function explainableShellPropsFromRunner(agent, recorder
|
|
2286
|
+
function explainableShellPropsFromRunner(agent, recorder) {
|
|
2287
2287
|
return {
|
|
2288
2288
|
runtimeSnapshot: agent.getLastSnapshot() ?? null,
|
|
2289
2289
|
narrativeEntries: [...agent.getLastNarrativeEntries()],
|
|
2290
|
-
traceGraph: structureGraphFromRunner(agent, { decorate:
|
|
2290
|
+
traceGraph: structureGraphFromRunner(agent, { decorate: false }),
|
|
2291
2291
|
runtimeOverlay: recorder.runtime.getOverlay()
|
|
2292
2292
|
};
|
|
2293
2293
|
}
|
|
@@ -2529,4 +2529,4 @@ export {
|
|
|
2529
2529
|
defaultSize,
|
|
2530
2530
|
layoutLensGraph
|
|
2531
2531
|
};
|
|
2532
|
-
//# sourceMappingURL=chunk-
|
|
2532
|
+
//# sourceMappingURL=chunk-JGB5GEQK.js.map
|