UNPKG

@iqai/adk-cli

Version:

CLI tool for creating, running, and testing ADK-TS agents

7 lines 286 B
import type { Logger } from "@nestjs/common"; import type { ESBuildPlugin } from "../agent-loader.types"; export declare function createPathMappingPlugin(projectRoot: string, opts?: { logger?: Logger; quiet?: boolean; }): ESBuildPlugin; //# sourceMappingURL=path-plugin.d.ts.map