@agentx-ai/agentx-js
Version:
Official JavaScript/TypeScript SDK for AgentX (https://www.agentx.so/)
17 lines • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.User = exports.Workforce = exports.Conversation = exports.Agent = exports.VERSION = exports.AgentX = void 0;
const agentx_1 = require("./agentx");
Object.defineProperty(exports, "AgentX", { enumerable: true, get: function () { return agentx_1.AgentX; } });
const agent_1 = require("./resources/agent");
Object.defineProperty(exports, "Agent", { enumerable: true, get: function () { return agent_1.Agent; } });
const conversation_1 = require("./resources/conversation");
Object.defineProperty(exports, "Conversation", { enumerable: true, get: function () { return conversation_1.Conversation; } });
const workforce_1 = require("./resources/workforce");
Object.defineProperty(exports, "Workforce", { enumerable: true, get: function () { return workforce_1.Workforce; } });
Object.defineProperty(exports, "User", { enumerable: true, get: function () { return workforce_1.User; } });
const version_1 = require("./version");
Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return version_1.VERSION; } });
// Export the default instance
exports.default = agentx_1.AgentX;
//# sourceMappingURL=index.js.map