pub async fn cmd_device_list(
client: &VtaClient,
service_kind: Option<String>,
) -> Result<(), Box<dyn Error>>Expand description
device list — list the caller’s registered devices. service_kind filters
to a single Service consumer kind (e.g. ai-agent) when supplied.