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 355 B
"use strict"; /** * CrewAI integration for PackFS */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PackFSCrewAITool = void 0; var tool_js_1 = require("./tool.js"); Object.defineProperty(exports, "PackFSCrewAITool", { enumerable: true, get: function () { return tool_js_1.PackFSCrewAITool; } }); //# sourceMappingURL=index.js.map