UNPKG

@plastichub/osr-ai-tools

Version:

CLI and library for LLM tools

11 lines (10 loc) 198 B
export const LOGGER_NAME = 'llm-tools-cli'; export const EXCLUDE_GLOB = [ "**/node_modules/**", "**/dist/**", "**/build/**", "**/coverage/**", "*.log", ".kbot", ".git" ]