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.
@@ -2283,11 +2283,11 @@ function expandSubflowInternals(subflows) {
2283
2283
  }
2284
2284
 
2285
2285
  // src/core/explainableShellProps.ts
2286
- function explainableShellPropsFromRunner(agent, recorder, opts) {
2286
+ function explainableShellPropsFromRunner(agent, recorder) {
2287
2287
  return {
2288
2288
  runtimeSnapshot: agent.getLastSnapshot() ?? null,
2289
2289
  narrativeEntries: [...agent.getLastNarrativeEntries()],
2290
- traceGraph: structureGraphFromRunner(agent, { decorate: opts?.decorate ?? false }),
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-EDFVCK5X.js.map
2532
+ //# sourceMappingURL=chunk-JGB5GEQK.js.map