UNPKG

@iqai/adk-cli

Version:

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

17 lines 447 B
/** * Common constants used across the HTTP module */ /** * Prefix used to create user IDs for agents in the session service. * Format: "user_" + agentPath */ export declare const USER_ID_PREFIX = "user_"; /** * Default app name for agent sessions */ export declare const DEFAULT_APP_NAME = "adk-server"; /** * Default port for the ADK-TS API server */ export declare const DEFAULT_API_PORT = 8042; //# sourceMappingURL=constants.d.ts.map