@tangle-network/agent-app 0.43.73 → 0.43.74

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.
@@ -4,7 +4,7 @@ export { A as ALLOWED_ATTACHMENT_SNIFFED_MIMES, a as ATTACHMENT_ACCEPT, b as ATT
4
4
  import { ChatTurnIdentity, ChatTurnProducer } from '@tangle-network/agent-runtime';
5
5
  import { InteractionAnswerRoute, InteractionAnswerRouteOptions } from '../interactions/index.js';
6
6
  import { PersistedChatMessageForTurn } from '../stream/index.js';
7
- import { d as TurnEventStore } from '../turn-buffer-DGnAPKwa.js';
7
+ import { d as TurnEventStore } from '../turn-buffer-BaSgxVmK.js';
8
8
  import { M as ModelFailoverAttempt } from '../failover-H0x12kY3.js';
9
9
  export { D as DEFAULT_STALE_TURN_LOCK_GRACE_MS, a as DEFAULT_TERMINAL_TURN_LOCK_GRACE_MS, R as ReconcileStaleTurnLockOptions, b as ReconcileStaleTurnLockResult, S as StaleTurnLockSandboxProbeResult, c as StaleTurnLockSessionProbeResult, r as reconcileStaleTurnLock } from '../stale-turn-lock-DucQzvXu.js';
10
10
  import { J as JsonRecord } from '../stream-normalizer-QYUl4vnl.js';
@@ -30,8 +30,9 @@ import {
30
30
  createBufferedTurnTap,
31
31
  normalizeClientTurnId,
32
32
  replayTurnEvents,
33
- resolveChatTurn
34
- } from "../chunk-RK2MKLBT.js";
33
+ resolveChatTurn,
34
+ stampReplaySeq
35
+ } from "../chunk-2EJFIQUV.js";
35
36
  import {
36
37
  createInteractionAnswerRoute
37
38
  } from "../chunk-3JUTOVUH.js";
@@ -749,7 +750,7 @@ function createChatTurnRoutes(options) {
749
750
  controller.close();
750
751
  return;
751
752
  }
752
- controller.enqueue(encoder.encode(`${value.event}
753
+ controller.enqueue(encoder.encode(`${stampReplaySeq(value)}
753
754
  `));
754
755
  },
755
756
  cancel() {