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 249 B
/** * Content processing utilities */ export { TextProcessor } from './text.js'; export { SemanticChunker } from './chunker.js'; export type { ContentProcessor, ProcessorOptions, ChunkResult } from './types.js'; //# sourceMappingURL=index.d.ts.map