pub async fn list_apps_compat(
__arg0: State<AppsController>,
__arg1: Query<ListAppsQuery>,
) -> Result<Json<Vec<String>>, StatusCode>Available on crate feature
server only.Expand description
Response format for /api/list-apps (adk-go compatible) Returns just the agent names as strings - the frontend expects this format