@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
8 lines (7 loc) • 409 B
TypeScript
import { type CliDeps } from "../cli/deps.js";
import { type RuntimeEnv } from "../runtime.js";
import type { AgentCommandOpts } from "./agent/types.js";
export declare function agentCommand(opts: AgentCommandOpts, runtime?: RuntimeEnv, deps?: CliDeps): Promise<{
payloads: import("../infra/outbound/payloads.ts").OutboundPayloadJson[];
meta: import("../agents/pi-embedded.js").EmbeddedPiRunMeta;
}>;