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 164 B
/** * Content processing utilities */ export { TextProcessor } from './text.js'; export { SemanticChunker } from './chunker.js'; //# sourceMappingURL=index.js.map