UNPKG

@nomyx/assistant

Version:

A powerful assistant library and cli for your AI projects. works with Vertex AI (Claude and Gemini)

32 lines (31 loc) 1.4 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WinstonLogger = void 0; const winston_1 = require("winston"); Object.defineProperty(exports, "WinstonLogger", { enumerable: true, get: function () { return winston_1.Logger; } }); // Export types from chat.ts __exportStar(require("./chat"), exports); // Export types from provider.ts __exportStar(require("./provider"), exports); // Export types from tool.ts __exportStar(require("./tool"), exports); // Export types from cache.ts __exportStar(require("./cache"), exports); // Export types from execution.ts __exportStar(require("./execution"), exports); // Export types from common.ts __exportStar(require("./common"), exports);