UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 275 B
import { type OpenClawConfig } from "../config/config.js"; export type ChannelSummaryOptions = { colorize?: boolean; includeAllowFrom?: boolean; }; export declare function buildChannelSummary(cfg?: OpenClawConfig, options?: ChannelSummaryOptions): Promise<string[]>;