@pluno/product-agent-web 0.1.89 → 0.1.92
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/index.d.ts +3 -0
- package/dist/product-agent-sdk.js +567 -517
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -177,6 +177,8 @@ export declare class PlunoProductAgent {
|
|
|
177
177
|
private readonly transportIdentity;
|
|
178
178
|
private retryAttemptsByClientMessageId;
|
|
179
179
|
private retryTimersByClientMessageId;
|
|
180
|
+
private readonly clientMessageIdsByUserMessageItemId;
|
|
181
|
+
private readonly retryableFailureRunIdsAwaitingDone;
|
|
180
182
|
private thinkingWatchdogTimer;
|
|
181
183
|
private runAckWatchdogTimer;
|
|
182
184
|
private runAckResyncRetryTimer;
|
|
@@ -241,6 +243,7 @@ export declare class PlunoProductAgent {
|
|
|
241
243
|
private retryAfterRetryableError;
|
|
242
244
|
private retryAfterInterruptedRun;
|
|
243
245
|
private clearRetryTimers;
|
|
246
|
+
private rememberUserMessageClientMessageIds;
|
|
244
247
|
private rejectPendingSessionHistoryRequests;
|
|
245
248
|
private markThinkingProgress;
|
|
246
249
|
private scheduleThinkingWatchdog;
|