UNPKG

packfs-core

Version:

Semantic filesystem operations for LLM agent frameworks with natural language understanding. See LLM_AGENT_GUIDE.md for copy-paste examples.

6 lines 289 B
/** * Storage module exports */ export { HybridStorageStrategy, StorageTierConfig, FileAccessStats, TierMetrics } from './HybridStorageStrategy'; export type { OptimizationReport, StorageMetrics, AccessPatternAnalysis } from './HybridStorageStrategy'; //# sourceMappingURL=index.d.ts.map