@tangle-network/agent-app 0.44.48 → 0.44.49

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.
@@ -3,9 +3,9 @@ import {
3
3
  ChatMessages,
4
4
  ModelPicker,
5
5
  ProviderLogo
6
- } from "../chunk-T3TYG3VW.js";
6
+ } from "../chunk-D3GK2IPA.js";
7
7
  import "../chunk-FBVLEGEG.js";
8
- import "../chunk-3E4MW5LR.js";
8
+ import "../chunk-YOSSGDIG.js";
9
9
  import "../chunk-YTMKRL3L.js";
10
10
  import "../chunk-GEYACSFW.js";
11
11
  import "../chunk-6MUJROBT.js";
@@ -5,7 +5,7 @@ import { ChatTurnIdentity, ChatTurnProducer } from '@tangle-network/agent-runtim
5
5
  import { C as ChatMessagePart, a as ChatAttachmentPart, e as ChatMentionPart } from '../parts-F8W3-iry.js';
6
6
  import { InteractionAnswerRoute, InteractionAnswerRouteOptions } from '../interactions/index.js';
7
7
  import { PersistedChatMessageForTurn } from '../stream/index.js';
8
- import { T as TurnEventStore } from '../turn-buffer-BcPfhr1_.js';
8
+ import { T as TurnEventStore } from '../turn-buffer-CFKQlnxf.js';
9
9
  import { M as ModelFailoverAttempt } from '../failover-D-3UXXTb.js';
10
10
  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';
11
11
  import { J as JsonRecord } from '../stream-normalizer-CnPnMaTp.js';
@@ -15,18 +15,20 @@ import {
15
15
  sniffBinary
16
16
  } from "../chunk-WBHPN5DY.js";
17
17
  import {
18
- coalesceDeltas,
19
- createBufferedTurnTap,
20
18
  normalizeClientTurnId,
21
- replayTurnEvents,
22
- resolveChatTurn,
23
- stampReplaySeq
24
- } from "../chunk-2EJFIQUV.js";
19
+ resolveChatTurn
20
+ } from "../chunk-JEZJ6HTF.js";
25
21
  import {
26
22
  DEFAULT_STALE_TURN_LOCK_GRACE_MS,
27
23
  DEFAULT_TERMINAL_TURN_LOCK_GRACE_MS,
28
24
  reconcileStaleTurnLock
29
25
  } from "../chunk-CCVWR33L.js";
26
+ import {
27
+ coalesceDeltas,
28
+ createBufferedTurnTap,
29
+ replayTurnEvents,
30
+ stampReplaySeq
31
+ } from "../chunk-6VWA26BV.js";
30
32
  import {
31
33
  createInteractionAnswerRoute
32
34
  } from "../chunk-6KMAM7BL.js";