windsurf-memory-optimization
Version:
Memory optimization tools for Windsurf AI
18 lines (17 loc) • 523 B
TypeScript
/**
* Windsurf Memory Optimization
* Thư viện tối ưu hóa bộ nhớ context cho Windsurf AI
*/
export { MemoryManager } from './memory-manager';
export { SnapshotManager } from './snapshot-manager';
export { OptimizationManager } from './optimization-manager';
export { MemoryPin } from './decorators';
export * from './types';
export declare const VERSION = "1.0.2";
export declare const PACKAGE_INFO: {
name: string;
version: string;
description: string;
author: string;
license: string;
};