UNPKG

node-agency

Version:
12 lines 748 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Agency = exports.Tool = exports.Task = exports.Agent = void 0; const agent_1 = require("./agent"); Object.defineProperty(exports, "Agent", { enumerable: true, get: function () { return agent_1.Agent; } }); const task_1 = require("./task"); Object.defineProperty(exports, "Task", { enumerable: true, get: function () { return task_1.Task; } }); const tool_1 = require("./tool"); Object.defineProperty(exports, "Tool", { enumerable: true, get: function () { return tool_1.Tool; } }); const agency_1 = require("./agency"); Object.defineProperty(exports, "Agency", { enumerable: true, get: function () { return agency_1.Agency; } }); //# sourceMappingURL=index.js.map