UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 228 B
import type { RunEmbeddedPiAgentParams } from "./run/params.js"; import type { EmbeddedPiRunResult } from "./types.js"; export declare function runEmbeddedPiAgent(params: RunEmbeddedPiAgentParams): Promise<EmbeddedPiRunResult>;