@voltagent/core 1.1.9 → 1.1.11

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.mts CHANGED
@@ -3379,6 +3379,9 @@ declare class Agent {
3379
3379
  * Transitional helper to gradually adopt OperationContext across methods
3380
3380
  */
3381
3381
  private createOperationContext;
3382
+ private getConversationBuffer;
3383
+ private getMemoryPersistQueue;
3384
+ private flushPendingMessagesOnError;
3382
3385
  /**
3383
3386
  * Get contextual logger with parent tracking
3384
3387
  */
@@ -3444,11 +3447,6 @@ declare class Agent {
3444
3447
  * Create step handler for memory and hooks
3445
3448
  */
3446
3449
  private createStepHandler;
3447
- /**
3448
- * Save response messages as UIMessages to memory
3449
- * Converts and saves all messages from the response in batch
3450
- */
3451
- private saveResponseMessagesToMemory;
3452
3450
  /**
3453
3451
  * Add step to history - now only tracks in conversation steps
3454
3452
  */
package/dist/index.d.ts CHANGED
@@ -3379,6 +3379,9 @@ declare class Agent {
3379
3379
  * Transitional helper to gradually adopt OperationContext across methods
3380
3380
  */
3381
3381
  private createOperationContext;
3382
+ private getConversationBuffer;
3383
+ private getMemoryPersistQueue;
3384
+ private flushPendingMessagesOnError;
3382
3385
  /**
3383
3386
  * Get contextual logger with parent tracking
3384
3387
  */
@@ -3444,11 +3447,6 @@ declare class Agent {
3444
3447
  * Create step handler for memory and hooks
3445
3448
  */
3446
3449
  private createStepHandler;
3447
- /**
3448
- * Save response messages as UIMessages to memory
3449
- * Converts and saves all messages from the response in batch
3450
- */
3451
- private saveResponseMessagesToMemory;
3452
3450
  /**
3453
3451
  * Add step to history - now only tracks in conversation steps
3454
3452
  */