UNPKG

adk-typescript

Version:

TypeScript port of Google's Agent Development Kit (ADK)

8 lines (7 loc) 263 B
export declare function runCmd({ agentName, model, googleApiKey, googleCloudProject, googleCloudRegion, }: { agentName: string; model?: string; googleApiKey?: string; googleCloudProject?: string; googleCloudRegion?: string; }): Promise<void>;