feat(agent99): add durable completion callback

This commit is contained in:
ogt
2026-07-11 20:45:52 +08:00
parent df26f43b77
commit e8b0244ee7
15 changed files with 965 additions and 41 deletions

View File

@@ -127,6 +127,15 @@
"192.168.0."
]
},
"completionCallback": {
"enabled": true,
"url": "https://awoooi.wooo.work/api/v1/agents/agent99/completion-callback",
"tokenEnv": "AGENT99_SRE_RELAY_TOKEN",
"timeoutSeconds": 15,
"maxAttempts": 2,
"batchLimit": 5,
"retryAfterMinutes": 5
},
"telegram": {
"enabled": true,
"botTokenEnv": "AGENT99_TELEGRAM_BOT_TOKEN",