@pluno/product-agent-web 0.1.228 → 0.1.229

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.
@@ -0,0 +1,10 @@
1
+ export declare class AssistantDeltaReplayGuard {
2
+ private readonly receivedBySession;
3
+ accept(event: {
4
+ sessionId?: unknown;
5
+ runId?: unknown;
6
+ e2bEventSequence?: unknown;
7
+ }): boolean;
8
+ forget(sessionId: string): void;
9
+ clear(): void;
10
+ }
package/dist/index.d.ts CHANGED
@@ -275,6 +275,7 @@ export declare const PRODUCT_AGENT_PROVIDER_INPUT_ATTACHMENT_ACCEPT = ".pdf,.png
275
275
  export declare function calculateReconnectDelay(attempt: number, random?: () => number): number;
276
276
  export declare class ProductAgentSessionEngine {
277
277
  private readonly options;
278
+ private readonly assistantDeltaReplayGuard;
278
279
  private readonly clientRuntime;
279
280
  private readonly listeners;
280
281
  private socket;