UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines (10 loc) 385 B
import type { OpenClawConfig } from "../config/config.js"; import type { WorkspaceBootstrapFile } from "./workspace.js"; export declare function applyBootstrapHookOverrides(params: { files: WorkspaceBootstrapFile[]; workspaceDir: string; config?: OpenClawConfig; sessionKey?: string; sessionId?: string; agentId?: string; }): Promise<WorkspaceBootstrapFile[]>;