packfs-core
Version:
Semantic filesystem operations for LLM agent frameworks with natural language understanding. See LLM_AGENT_GUIDE.md for copy-paste examples.
11 lines • 547 B
JavaScript
;
/**
* Content processing utilities
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.SemanticChunker = exports.TextProcessor = void 0;
var text_js_1 = require("./text.js");
Object.defineProperty(exports, "TextProcessor", { enumerable: true, get: function () { return text_js_1.TextProcessor; } });
var chunker_js_1 = require("./chunker.js");
Object.defineProperty(exports, "SemanticChunker", { enumerable: true, get: function () { return chunker_js_1.SemanticChunker; } });
//# sourceMappingURL=index.js.map