UNPKG

@plastichub/osr-ai-tools

Version:

CLI and library for LLM tools

14 lines (13 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EXCLUDE_GLOB = exports.LOGGER_NAME = void 0; exports.LOGGER_NAME = 'llm-tools-cli'; exports.EXCLUDE_GLOB = [ "**/node_modules/**", "**/dist/**", "**/build/**", "**/coverage/**", "*.log", ".kbot", ".git" ];