@tangle-network/agent-runtime 0.87.0 → 0.89.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.
@@ -15,7 +15,7 @@ import {
15
15
  settledToIteration,
16
16
  supervise,
17
17
  withDriverExecutor
18
- } from "./chunk-6XCW3M7W.js";
18
+ } from "./chunk-N7EJV7N3.js";
19
19
  import {
20
20
  addTokenUsage,
21
21
  isAbortError,
@@ -28,7 +28,7 @@ import {
28
28
  createSandboxToolPartState,
29
29
  mapSandboxEvent,
30
30
  mapSandboxToolEvent
31
- } from "./chunk-QUXZBZCS.js";
31
+ } from "./chunk-FVJ7M3DA.js";
32
32
  import {
33
33
  AnalystError,
34
34
  BackendTransportError,
@@ -3532,7 +3532,8 @@ async function openSandboxRun(client, options, deliverable) {
3532
3532
  const r = await lineage.start(
3533
3533
  options.agentRun,
3534
3534
  prompt,
3535
- options.signal
3535
+ options.signal,
3536
+ options.promptOptions
3536
3537
  );
3537
3538
  handle = r.handle;
3538
3539
  const result = await settle2(handle.box, r.events);
@@ -3577,7 +3578,7 @@ async function openSandboxRun(client, options, deliverable) {
3577
3578
  try {
3578
3579
  const result = await settle2(
3579
3580
  handle.box,
3580
- await lineage.continue(handle, prompt, options.signal)
3581
+ await lineage.continue(handle, prompt, options.signal, options.promptOptions)
3581
3582
  );
3582
3583
  turnCount += 1;
3583
3584
  emit({
@@ -5906,4 +5907,4 @@ export {
5906
5907
  computeFindingId,
5907
5908
  makeFinding2 as makeFinding
5908
5909
  };
5909
- //# sourceMappingURL=chunk-VKVNDNG4.js.map
5910
+ //# sourceMappingURL=chunk-PIPPLSOF.js.map