UNPKG

packfs-core

Version:

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

7 lines 203 B
/** * Storage backend implementations */ export { MemoryBackend } from './memory.js'; export { DiskBackend } from './disk.js'; export { RxDBBackend } from './rxdb.js'; //# sourceMappingURL=index.js.map