UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 377 B
import type { OpenClawConfig } from "../config/config.js"; export declare function resolveDiagnosticFlags(cfg?: OpenClawConfig, env?: NodeJS.ProcessEnv): string[]; export declare function matchesDiagnosticFlag(flag: string, enabledFlags: string[]): boolean; export declare function isDiagnosticFlagEnabled(flag: string, cfg?: OpenClawConfig, env?: NodeJS.ProcessEnv): boolean;