UNPKG

@iqai/adk-cli

Version:

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

3 lines 207 B
import type { AgentExportResult, ModuleExport } from "../agent-loader.types"; export declare function resolveAgentExport(mod: ModuleExport): Promise<AgentExportResult>; //# sourceMappingURL=resolver.d.ts.map