@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 524 B
TypeScript
export declare const DEFAULT_OPENCLAW_BROWSER_ENABLED = true;
export declare const DEFAULT_BROWSER_EVALUATE_ENABLED = true;
export declare const DEFAULT_OPENCLAW_BROWSER_COLOR = "#FF4500";
export declare const DEFAULT_OPENCLAW_BROWSER_PROFILE_NAME = "openclaw";
export declare const DEFAULT_BROWSER_DEFAULT_PROFILE_NAME = "chrome";
export declare const DEFAULT_AI_SNAPSHOT_MAX_CHARS = 80000;
export declare const DEFAULT_AI_SNAPSHOT_EFFICIENT_MAX_CHARS = 10000;
export declare const DEFAULT_AI_SNAPSHOT_EFFICIENT_DEPTH = 6;