UNPKG

packfs-core

Version:

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

9 lines 371 B
"use strict"; /** * AutoGPT integration for PackFS */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PackFSAutoGPTPlugin = void 0; var plugin_js_1 = require("./plugin.js"); Object.defineProperty(exports, "PackFSAutoGPTPlugin", { enumerable: true, get: function () { return plugin_js_1.PackFSAutoGPTPlugin; } }); //# sourceMappingURL=index.js.map