This commit is contained in:
2025-10-13 00:16:24 +02:00
parent 9e344fb66d
commit 57b676ad25
17 changed files with 729 additions and 411 deletions

View File

@@ -6,6 +6,7 @@ use serde_json::Value;
pub enum AgentType {
Smart,
Service,
System,
Backup,
}