feat: add agent exec

This commit is contained in:
engigu
2025-12-27 20:00:32 +08:00
parent c5a8402782
commit b71b046f0f
15 changed files with 1897 additions and 4 deletions
+1
View File
@@ -15,5 +15,6 @@ func Migrate() error {
&models.LoginLog{},
&models.SendStats{},
&models.Dependency{},
&models.Agent{},
)
}