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
+11
View File
@@ -0,0 +1,11 @@
[agent]
# 主服务器地址
server_url = http://192.168.1.100:8052
# Agent 名称(留空则使用主机名)
name = agent-01
# Token(由服务器下发,首次运行留空)
token =
# 心跳间隔(秒)
interval = 30
# 自动更新(true/false
auto_update = true