opclawtm-cli 1.3.5 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/team-manager.js +35 -1
- package/dist/bin/team-setup.js +65 -1
- package/dist/bin/team-uninstall.js +90 -1
- package/dist/cli/commands/agent.command.js +223 -1
- package/dist/cli/commands/checklist.command.js +77 -1
- package/dist/cli/commands/dept.command.js +92 -1
- package/dist/cli/commands/document.command.js +146 -1
- package/dist/cli/commands/domain.command.js +97 -1
- package/dist/cli/commands/feishu.command.js +433 -1
- package/dist/cli/commands/job.command.js +168 -1
- package/dist/cli/commands/license.command.js +68 -1
- package/dist/cli/commands/message-failure.command.js +137 -1
- package/dist/cli/commands/message.command.js +129 -1
- package/dist/cli/commands/node.command.js +251 -1
- package/dist/cli/commands/role-flow.command.js +54 -1
- package/dist/cli/commands/skill-pack.command.js +137 -1
- package/dist/cli/commands/status.command.js +61 -1
- package/dist/cli/commands/task.command.js +402 -1
- package/dist/cli/commands/user.command.js +134 -1
- package/dist/cli/index.js +863 -1
- package/dist/cli/tui/index.js +470 -1
- package/dist/cli/tui/menus/agent-manage.menu.js +614 -1
- package/dist/cli/tui/menus/dept-manage.menu.js +358 -1
- package/dist/cli/tui/menus/domain-manage.menu.js +208 -1
- package/dist/cli/tui/menus/feishu.menu.js +1704 -1
- package/dist/cli/tui/menus/feishu.menu.js.map +1 -1
- package/dist/cli/tui/menus/job-manage.menu.js +734 -1
- package/dist/cli/tui/menus/license.menu.js +164 -1
- package/dist/cli/tui/menus/main.menu.js +94 -1
- package/dist/cli/tui/menus/reset.menu.js +767 -1
- package/dist/cli/tui/menus/status.menu.js +123 -1
- package/dist/cli/tui/menus/task-manage.menu.js +129 -1
- package/dist/cli/tui/menus/team-create.menu.js +353 -1
- package/dist/config.d.ts +1 -1
- package/dist/config.js +74 -1
- package/dist/core/auth/index.js +22 -1
- package/dist/core/auth/middleware.js +456 -1
- package/dist/core/auth/storage.js +280 -1
- package/dist/core/models/types.js +9 -1
- package/dist/core/services/agent-template.service.js +88 -1
- package/dist/core/services/agent.service.js +381 -1
- package/dist/core/services/auth-profiles.service.js +220 -1
- package/dist/core/services/checklist.service.js +240 -1
- package/dist/core/services/config-tracker.service.js +1093 -1
- package/dist/core/services/crypto.service.js +377 -1
- package/dist/core/services/dept.service.js +260 -1
- package/dist/core/services/document.service.js +368 -1
- package/dist/core/services/domain.service.js +98 -1
- package/dist/core/services/feishu.service.js +165 -1
- package/dist/core/services/index.js +89 -1
- package/dist/core/services/job.service.js +190 -1
- package/dist/core/services/log.service.js +237 -1
- package/dist/core/services/message-failure.service.js +112 -1
- package/dist/core/services/message.service.js +374 -1
- package/dist/core/services/node.service.js +257 -1
- package/dist/core/services/openclaw-config.service.js +268 -1
- package/dist/core/services/preset-loader.service.js +379 -1
- package/dist/core/services/role-flow.service.js +47 -1
- package/dist/core/services/setup.service.js +336 -1
- package/dist/core/services/skill-pack.service.js +113 -1
- package/dist/core/services/task.service.js +397 -1
- package/dist/core/services/template.service.js +88 -1
- package/dist/core/services/user.service.js +111 -1
- package/dist/core/utils/agent-guide-generator.js +187 -1
- package/dist/core/utils/credentials-cleanup.js +256 -1
- package/dist/core/utils/index.js +462 -1
- package/dist/core/utils/openclaw-helper.js +1585 -1
- package/dist/core/utils/template-generator.js +170 -1
- package/dist/db/index.js +403 -1
- package/dist/db/repositories/agent-template.repo.js +108 -1
- package/dist/db/repositories/agent.repo.js +103 -1
- package/dist/db/repositories/base.repository.js +107 -1
- package/dist/db/repositories/company.repo.js +33 -1
- package/dist/db/repositories/config-change.repo.js +119 -1
- package/dist/db/repositories/dept.repo.js +66 -1
- package/dist/db/repositories/document.repo.js +51 -1
- package/dist/db/repositories/domain.repo.js +79 -1
- package/dist/db/repositories/index.js +81 -1
- package/dist/db/repositories/init-session.repo.js +112 -1
- package/dist/db/repositories/job.repo.js +119 -1
- package/dist/db/repositories/message-failure.repo.js +141 -1
- package/dist/db/repositories/message-log.repo.js +64 -1
- package/dist/db/repositories/node.repo.js +276 -1
- package/dist/db/repositories/role-flow.repo.js +83 -1
- package/dist/db/repositories/skill-pack.repo.js +149 -1
- package/dist/db/repositories/task.repo.js +381 -1
- package/dist/db/repositories/template.repo.js +66 -1
- package/dist/db/repositories/user.repo.js +75 -1
- package/package.json +1 -1
- package/resources/preset-data-hash.enc +1 -1
- package/resources/preset-data.enc +1 -1
|
@@ -1 +1,251 @@
|
|
|
1
|
-
'use strict';(function(_0x56dd29,_0x4d334e){const _0x32eb63={_0x239377:0x44,_0x440a03:0x1af,_0xe09ee1:0x6e,_0x22aac4:0x113,_0x1c8911:0x6c,_0x19bacf:0x9c,_0x2f5b51:0x5a,_0x4f12f4:0x2a3,_0x2722fa:0x3ce,_0x549b4e:'tY@@',_0x283462:0x240,_0x497463:0x128,_0x31b3ad:'MGc4',_0x4423f2:0x61,_0x876b81:0xcf,_0xf7a371:0xa,_0x174c6f:0x11,_0x2f22d7:0x227,_0x17a263:'&^73'};function _0x1f39cd(_0x12a1eb,_0xd8ade1,_0x6c4ea2,_0x421250){return _0xd2b1(_0x12a1eb-0x1d,_0x6c4ea2);}function _0x3f17f7(_0x5dfc8a,_0x1fda69,_0x35be3b,_0x59d342){return _0xd2b1(_0x5dfc8a- -0x19f,_0x59d342);}const _0x2d2388=_0x56dd29();while(!![]){try{const _0xe215dc=parseInt(_0x3f17f7(0x27,-0x32,_0x32eb63._0x239377,'&);}catch(_0xf9986d){_0x2d2388['push'](_0x2d2388['shift']());}}}(_0x36eb,0x8bf63+-0xc836f*-0x2+-0x9a664*0x2));function _0x36eb(){const _0x134a75=['DCo4WPuEW4/dHSoUW4CV','WP5+W7pcJKiW','WPr1W4mqma','W5zhogL2W6ONW7XCWO4','BmkJWR9+khxcS8oU','WQXgCSkXW4i','tSoTlwJcOvjMWORcMwy','lSokWOaEwSkcbavzWQK','EUkDVmokEfhdULK3WQhcLW','tJC1WQLa','WRGgDsX2W6ONW7XCWO4','W5pdKSkaW6ZdSvJcMSkVxXa','WOLYBmkZW6VcGq','yCobWPT9W4ldOG','sSk/kWHKWOy8ysbD','v1tcOhVcUmkJW6nG','m0tdJwZcOXaNW7rHsW','WRfMwYtcSa','WPJdTSo6fhLVWQu','W7msiN0','rv92FcS','WPxcI38','WPOiFW','bSoWhG','a1RdSsNdVxqwAmoSW4C','lCo7W4TTpMNdPSk8D0m','W6FdSwy','iSoSWO96','W6GjqdJcJCoyj8kTrWa','FmojWOb1W4NdSsiaE3O','WOvHWRS','W7NdSwZcIr9h','WRrtWReZzW','WRPKDbKw','WQzgDJJcQmoummkSsXe','WPr5W4mloq','WRTeWQtcPG','WOeEwIeZ','tSoNWQhdJMuhW48','W7ZcR8kWW58rWRRdPttdK18','WO3cPdfJWQbIW5BdTSkIW7O','vXpcVgZcSIfc','kCobmg3cOvLQ','W7VdU2BcIW','imobjx/cTvj7','fsz/C8oYW6CHW5CKzW','cufejCoBWRf7imkLjq','WPLJW7lcGKnBWQpdVWHB','s8o4WQbVW4e','B8oFWOi8W6tdOYyauhe','WRtcIXpcRsG7WP3dV8kJ','W5zhvIG7WQ89W7W','ALj9WObTW7KskcHE','4PsY4PsN4PEt4PsD4PEn4PEp4PAp4Psz4PAq4PEE','4Pso4PEQ4PAG4Ps+4Pw64PAI4PsK4PsL4Pw54PEL','4PE24PwN4Psy4Pwj4Pww4PEk4Psh4PEC4Pw84PAU','bmoWhqHbWOORygL9','CxCyW5W','rSo9WR7cQ8kGz0pcK8kJ','W7ZcQmoVWPyBWQhdSYtdUq','W5NcJmolWReS','WPxcTcXCWOO','W4KJW6lcIKH9WOtcMG','rWCZCCkA','nmofj03cTf99WPO','ASoObq','xSoLWORcT8km','WOXWW7xcI3LtWRm','tgNdVCkgi8kDkCk6WOC','m8o5WP4vW7xcGq','DIOoWOP7','twT1tqFdPr/dLKT6','W4tcLSoRWOSF','BmkJWQP4pNddVCo0pa','vvxcTNJcOW','n8oriw3cTeXMWOddNG','WOVdGSkaW6NdQ0xcLa','dWVcTsRcQ8oLWOD0u8kU','pWZcK2jB','WPxdImkkW6JdKu7cGCk+wby','WO/cOcnpWQTX','WR1jamoaBf7dT13cI8kb','W6tdUSoqsbq','WPD8W6VcHuHoW63dVW','CSo6WRJdGa','pWRcUMbh','4PAh4PwQ4Ps/4Ps84Ps44PwO4PEk','WQ7dS1TxhgZcNsRcLW','WPJdTSoNeW','WRxdO1HwhhZcKsxcHmkM','a1RIL5hILiNIL53ILztILlBILyJIL4ZILOS','dHHKySomW6CWW4mOyW','WQrgDq','mGhcNwjl','wNb9srZdTq8','D8onWR/cVCkYzKBcI8kQWRe','WOlcNwJcNmocW7XzW4e','xWOKWQnJ','swxdPxFcOSoUWPX0x8k8','xsa0WOnl','W4FdJLxcM8oAW7upWPG','W7dcVSoVWOWDWQJdSW','lCkMW6VcLmkLW43dOt3dI8oUoepcTJm','W5qlsrtcTSkA','cEkDOdi','a8o2pXTQ','iGRcNf9BW6K','FCkdW4Dqh8ogbfewW4u','owxcG8oDE8o+','Bq/cJq','W77cOSo9WPe','4PAD4PEB4PAC4PE/4Pw84PEp4PAw4Pwa4PEZ4Ps9','i8kNW4viWQpcNSk3W4SFE01KW54','EHj+W68vWR0','WQmYyG4r','WQD1wq','lhxdTNNcRq','4PsU4Psz4Psq4PsS4PwZ4PAa4Pw74PAj4PsQ4Pso','cmkYWO7cR8kmyHJdNG','ESklW5rlcq','t8oJWQhdIvSsW489umku','WOP4W6JcHW','qufzWQrJ','hcz4ySojWRu3W5qUyq','4PEa4Pwh4PwQ4PAF4PwD4Pw+4Pwb4PA44PAW4Pwe','D2JcVfFcRG','cEkoHZldKa7cQ2ddJSkIpa','WOX+W4RcJ0vBWRVcUI5F','W4i+Au9v','W6BdRmomtHWEth9IW5u','t8oTWRu','4PE/4PEb4Pwh4Psk4PEf4Psv4PAZ4PAe4PER4PAE','WQPmCYK','W7TpWRS4Bmkg','imoQWPHRfxhdRCkRBYa','i8oNWO5S','W7hdQmomsImbvW','W7mglCoHhXVcPqVdGSoc','WPT2ACkcW5RcHb4','WRhdQv4','W4ZdG0ldN8ov','sLJdQhpcTW','wMhdTCooaa','xNX+sbRdRHW','fwudW4ysk8kbWO0Lva','sSomdqXMWPOQnIa+','rb/cPuVcPb1s','WOjfWQNcK3G','aSorWQrtlq','lSokW7jBdmolqviCWPC','hsjQzSoyW7KW','pmk1W7ZcHCk9W5JdSsRcImkF','ySkOW7jsea','qKBcT1JcO8kR','W5ybqXBcNCkCW4itW5G','fUkEHSo8W6VdSSkCWRqQW4ddMG','W6NcMmoZWPirWQ7dUcq','WQ7cJrRcRrGGWOG','zmkecLRdUH4','W7mltfDXda','WRVdL21XjW','rmo9WR0','WQNdKSk9W7RdTa','WPavk8o4da','WOhcHmkVW7RdUGJcVbu8bq','WPrWW7xcLhLiWRlcQrro','tUkES2m','D8o4WPy','WPpcJ2JcKCo+W7q','WRJcGrBcVcG0WOG','W7NdQmoetcif','W4KKp1rK','qa/cO3VcUdPcf8kVW6q','WPldLmkDW7JdPW','wuJdQhFcRq','WQvaWRGJBa','zmkvx8kkWRXaWQ0kiSoP','WPRdLmkAWQ3dIK7cKSk6rrC','WPFdHSkDW7NdNvNcLSk+wba','dvtdVIFdS3Tvj8k+W64','ACkyW4vBfa','ySojWPH7W5JdRG','cuOLWQXJyCkula','WRjzW7qKBmoyALFdTNO','WPDSW5amkvC','F0vUWOXM','WQNcKrtcQXiMWO8','u3ldVCoo','rq4d','xqaxBSkKW7G/','WQ7dSLHqhw0','W7mbW7q','lSoMWOPRbh/dVq','WQzgDJG','W64momoXkrdcTbG','xhXMrrBdTX7dU3vN','WQRcHrpcJrKX','WPJdNSkpW6m','d+kCNuJdT25YWRTHW4VcUG','xeJcT3JcKSkHW650W7u','WRzOW74AoW','CSo6WRJdGmooWP3cO3ZdGCoC','w2L0tqFdPsNdRfXN','dmo+dafM','zmkeaNNcPvb7W5tcMq','W6BdH17dLSoz','rYW+W4q','WQOYaCojeG','wwDFySoCW6aHW48UzW','WPfOW5uzkefAg1pcQG','WRxcJrzTWRq','ua7cSh3cQcC','dcxcOmkCx07dPmo4W4bZW5/dQXjB','i1DBW4DAW6OSWOldP3G','nuJdHN8','W7VdU2BcIZrbWQKuyW','W5mCk30lsHb7WQRcHq','lSokWOaEv8kc','WPhdUSoK','WP12BSkxW7dcIr4','cmkNwmkFW6H9WRTlCmk9','eCozWP4FW7xcImoHW4u+oG','WPBdQSoOcq','E8kAW4rFdSohBeayWPC','vbCM','vX00W4Wi','FgSeW5vUyq','WOb9W5CrmKfydeRcSW','W5jKWOaeBfG9aHBcVW','WRNdHSogbvK','zX8JW4CG','WRX2CYK','WPNdTSoNagXG','badcMe8','W7Opi31f','WR1DchLgdWP7','WPD9W4anouPRgW','wG0nzSkE','xKlcVxRcUCkN','WOP0W7dcIunnWRlcRtrp','omoQWOz6ngVdVq','WQ/dO10','ESoWWPqvW6tcOG','WO7dL8kkW6ZdTK7cVCkNvra','B8oDWOJcUCkk','WPNcIXRcPry7WPG','BstIL7dILRBILllILPRILltILRtILR3IL6G','BmoiWPKEW7hdMSo7W4GVEW','fwurW4qgmmkqW5LM','4PE14PAt4PAj4PwN4Psy4Psi4PEa4PwJ4PwD','W6mls1LCyG','W7eglG','W6ZdV03cNqu','lu7dH23cLraHW4z2','u1/dVMhcOSo7WO0','ux9W','kmoblxNcTfy','kmolja','WOhdSSo6deDHWQq','WPRdGmklW6pdTNtcMSkS','vgtcVuxcOG','DfjLWO58W6y','W7esiq','4PE/4PEb4Pwh4Psk4PEf4Psv4PAZ','ASkpW4zFd8ooua','faRcJfDlW7ji','FKBcOgNdRCkhW6P4W6lcQG','tcCGWRi','vwVdTmkBkW','WReOsJ4J','WRDeWRi3FmodCq','WRlcQmo5WO0kWQBdTsxcGa','qSoNWO3cUSkX','WPZcOcLvWRDWW4tdQ8kzW7u','WQZdRmkQW41jW7/dGtpcKNpdMCkC','i2VcLmotyCo/rSocW5tcIW','WOVcI3xcNCodW7G','WQPcWQFcSvpdICoQFSk3','rrm1ySkV','W48kFJGYWQHn','imoSWOW','WPr+W6e','gCo6cbH3WOe6CW','WR7cHaP4WQW','u3FcMG','W6/cSCkJW6ZcSqJcVbu8bq','W7NdOSon','W5qCDHtcLG','yokEJfKJFCklpdz1BG','CXz2W4yuWQ4','BuFdTmkfcW','WRL/wG','vJWXW40','drHTCW','dt58yG','W7Clw3Lwda','W7RdUCoJtbu','WR4oAZ05WRH+W7Xu','B2eHW4T2','WPX0W6dcGvnwWQm','W4q4WPfyFaqOxGxdOW','WRNdO19fhxlcGa','FfjTWOH9W6id','zmoMc8olW6GvW74kiSoP','DvldRKdcHa','WOBdP8oOfwXTWQq8pmoS','WRPmzdtcNSogaCk1tX8','W5VcH+kxRUkwJEkwGUkuQ+kxS+kxIokuSEkvTq','tbKYWQ1st8kJ','uxZdTW','taaq','tMNdVG','eCozWP5BW77dH8oRW485oG','WR5YWQlcPf7dNSoQECk2zW','WQNdQxvlc3/cMchcO8oY','WR1j4Pwj4PAe4Pwm4Pw+4PEx4Pw94PAR4PAH','d+kCMuG','n0JdJM3cPqS0','rHtcPq','rgqhW5v0','qezXWQfe','EUkDUmok','FCoYWRNdI8oPWQFcUg4','sX0WWRnOsmkKda','WOmqwW8E','ySkfW4C','BmoaWOn5','imkcW5KYWOlcQsqDvNy','xhXNqWhdQYtdOun9','DSo+WObfW5q','qsJcH3ZcKq','wxBdTSokgXxcOq','4Pwn4Pse4PEW4PA24PsY4PAA4Ps04PA04PA94PEO','WP98FCkyW6hdRW','FLzIWOvTW6O','WPOgAZ0jWQjIWR0oW5O','y8kpW5nng8ofqq','BmkJW4S/EZ7cQCoUpem','BmoMWP/dTmox','W6hdKKFdKa','WO95W6RcOvC','4Psy4Ps34Psl4PEP4Psi4PAo4Pw34PwA4Pw34Ps3','WP0XW4ZcS2L0W7FcVG9z','WRuFtXW5','kSkPt8koWPTqWQXCA8kQ','W7WBpCoMkr/cO13dNSor','W7KyihLEbKq','W6ZdPSoLwdG','rsq0W6ynoG','imoeWO4','W7Kml8oLorlcOW','p8oMWPPQpNddQSkR','rMpdMSkmeCkEkCk5WOy','WQmoqsuN','WQriWRNcSL7dI8o7','WR3cLHlcRrK','u3ZdTmoomrFcTmkLW4G','r3xdHgVcIa','W4VcTSkTW7ddPa','WQXiW7/cRgK','WRxdV1BdHSoxnGtcLCooW5K','WPuIcmo8eW','W7fWxmkTAe4wW4VdKqOzrq','WR1DzJGlsHb7WQRcHq','4PAv4PAn4PAQ4PsR4Pww4PwT4PsJ4Psr4PsY4PA0','WO/cSGrBWO8','W7OmpCoxob/cUXhdJSof','W67cRSo/WPWzWRZdPq','W63dJJVcQmosW6DAW4RdR0O','s8ofWRaCW4e','r2HUWPPfW6etlXTs','rW4aya','WQXmvHdcUa','WQ/cQXZcQJO','cYWvWPjOC8kd','wNPyWOXr','WQDkBvLoaCkVWPNdVmoT','W5lcPCkTW6RdTfVdRW','W73dH15bbMRdLgtdKmkM','W4VcVxu','evrHWQn+rCkMbCkXma','wWRcHw3cQG','WRrsW6/cGMa','Bc0LW4Kk','W7ZdPmoSxs4','CvejW40','WQWOdq','sWWGWRj4vq','WRpdGSkpW7/dTKNcLSkPrty','ySodWPe','rW4aymkKW786BCoG','xSo7WQVdSCoO','WOqoDI4','W6pdPmopxa','WOb9W5CzkuH8','pNhcK8ovv8oPrW','WO1YE8kDW5RcJa4','DCo4WPuEW4pdJCo9W5WJEq','rUkELmol','W5pcTCkQ','W7vEuHOWW5jerG','lSoilInc','a1RcGN3cVcbdo8o2WQS','W43cTCkGW67dPua','Dw8mW7XVCG','W67WMzgxwbjlBbSfWOFcLW','WP54WR8qrG','n+kCHmkW','a1RdSsNdVxqwAmoSWQS','WRxcM0JcJCob','W68mlq','WPFdImkj','qSoGWOBdIfe','WPNdVmoU','WP/INP7cIMu5cuyXu8oh','hGdcJLm','pNdcKCoerSo/umoRW5ZcNa','WO1HrZyz','DaNcHMpcKG','pmoIWO9AnxO','pCozWPGis8oStfmsWOJcJa','WO1RW4inovC','WQvXwtS7W4u','jCoEfaTL','WRjIwbS7','W40EqXlcTSkxW4D0','4PAh4PwQ4Ps/4Ps84Ps44PwO4PEk4PEU4PAz4PAF','W4FdJJVdMSkxWRavWPJcPeO','WOPMASkfW7hcLWnIWPC','l2hcKCoc','tXxcTG','gmo6hq','WQqIdmo+kbi1','WPVcPcfRWRb5W4C','F1H4WP1Q','WQDkDNGysmoQW47cUCk/','Awep','F8oYWPCAW6xdHmo7','4PE14PAt4PAj4PwN4Psy4Psi4PEa','kSoUWRHfoa','WOP/yCkvW6a','AKrU','WPH7uZRcQG','xb0NWQD4sSkZ','zgKnW5D1ha','WPFINB5P','WPD8Bmkt','CbjJW7yFWQrVW4C','DSowWQGxW5e','vXCgW5yV','4PEj4PsT4PEk4PEb4Ps/4PAS4PAE4PsB4PEt4Psg','WOL6W4u3cq','uLxdQG','W7SiimoOkrO','WOdcNh7cN8oz','sSk/kHLZWP0TC2qK','WOFdTSo/dN1/WQuraSoX','FmojWOb1W4NdSsiaBxC','sCoHWQNcP8kyz3BcKCkhWRm','wLL8WR19','E8keW5q','W5/INiCD','xKJcTa','Cmo6WRS','W7VdHfpdKa','CLeaW5XGzmkQi8onWQK','W5ddRgFcJr5BWQewAa','W6NdL0/dVKyBWPtdPmkTpwm','WRpdQv1bn3dcLsNcLq','i2VcLmotBCo0vCozW5G','wSo3WQZcP8kAFG','W6Sfwa','W5ikmmoqkq','l0JdKhZcMqOHW4D/sW','W7BdOSoFrsjnuxrtW5C','4Pwe4PEg4PsR4PER4PEi4Ps14PEE4PsQ4Psc4PEj','W6KnW6RdOr/cJmk+o8oZjG','t1z5WODHW6aqyfD6','WR/dSCo7ivK','WOT2FSkFW6dcKJvVWP/cVa','WOhdSmkDW6ZdOf3dUvT/qa','hvlcP3tcOCk8','WPlcGhRcICoeW7LsW5y','eGFcH3ZcVSkKWRu5','s3xdQSkwgCka','rMpdV8kccCkFpa','s3HKsrFcOaJdVeLT','WRNcHrNcMHiIWPpdOmkT','W6BdOwhcJq5CWRS','W4xcTCkOW6JdPetdQa','WPBdVmo8cwWOWRigpmo7','WQBdGfBcUG56WOW','z8kfW44EcmohvvaqWPC','kmofmgRcN0XQWPJdKgO','fYHOySoYW7SLW4WO','saybA8kpW44Yza','W5zhwYy7WRPRWRKiW4S','BCoeWPDWW4C','W5ebsvpcSmkxW5ilW5tcSq','iCkOxW','WPVdSSoKaG','WPD8BmktW5RcIWTHWPu','WPhcRInVWPP7W5ldQCko','tgNdVCkgl8kwoSkHWOVdPq','l8oNha5NWPSWEw5q','t3BdTa','vXpcVgZcRIbxjCk8','yqGbW7OA','DLHVWOXxW6awnXi','WR53rY4N','ookCTmoZu8kIWQVdQJNdPCkW','rt56W4iU','W5KZkmowWQxdHuOSW5ddSq','iwVcLW','wW0ZWRrOsmkZnSkZkW','W6qHbu5NW5CTgCkqWPjG','FSklW4r7fmog','WPb0W6ldGa4','WQWQyb00','WQfeWRa','ymodWPj5W7pdQcyFqq','uaNcPgZcRNrqj8k+W6y','ur/cP2dcUcnPk8kJW6y','WPpcPcLTWRf9','W5SCqHlcTSkx','jwlcS8orqa','W6Kfw1K','WO/cPcLUWQX7W5tdM8kzW7S','W7msiN10bfe2W68','hx3dV8opcWRdTCkUW4js','tUkFLqVcPCkNuCk7cMhcUW','W5hcSCk8W7RdTa','W5hcSCkQW4ZdV0W','WPxdQSkJW4ZdJW','w0NcJg3cV8kGW6HRW7xcRq','WPVcJHJcPai','E0XQAZq','W4dcOmk5vcS6W7GTd8oPrbGY','e8kstCkYWRa','WOZdTSoLc3D/','BrH2W6yPWQ9+W5tcRJS','CSoKWOioW7xdMW','w33dUq','WP7cPIjKWRfkW5RdOa','WRzWW6VcHqyAW7FdV10l','vYWuWRDQ','FmkpW4q','W5BdNsZdI8kpWQufWO/dPZVcSmk/k0e','rIaHW5ygmmkhWOy','gcLO','ytFcGMZcHa','evfqnSoiWQDJyCoqzmo7emkP','tbeSWQnIu8kZ','W7KipCoHkhq','ebyUWQHOdW','4Ps94Pst4PAq4PAR4PwU4Pw54PEv4PEi4PAT4PsN','WO3INBKFBL0EWQpcI8oUWR8','kmoMWO1+lNldVq','ySoEWOVcQCko','fwvWWOndFSoeW4miua','WR9oWRm','WOfuWPdcIvq','CHFcKZ/dU0LXWPT+ENyHW63dHq','W7eykh9FaG','4PsI4Psg4PAz4PEJ4Pw84PEZ4Pwi4PEx4PEI4PAg','W7mWc1LM','WPlcGb5MWOq','owxcG8oDBCoZua','zbHHW7Cy','WRxcRCo5xZCFv3rwWO4','zMJdL2BcTG','W6ddO8olwcuerh8','W7uWhv51WOfetSoyW7G','WRFcGqtcUXyYWPK','t8kzW4jRlW','xhtdTCofgIBcVmkS','BHjHW7aBWQ1P','W4RcLSkOW5NdIq','trCMW7OB','yKXbyam','qmogWOVdI3m','o8k3W5fBWRdcImkVWOPQsq','v8kaW4DXmG','lSkKW4fiWQpcMSk3W6qyA2PkW6S','W5xcS8kPrZuO','WQbeWQuJBmobzKddMI4','W5RdN2VcOqu','x0lcOg7cRmkOW6O','gHFcT3JcUtz8','lSoAWODgna','BSoWWRG','WOJdKSkmW77dTLNcMSkMvG','W7hcTmo7','W4/dPK/dOCoE','hr9KqSog','kSocfgRcOq','ookCTmoZu8kIWQVdQJNdSCkT','lmkHWQmoW7RdNSobW7O','DX5/W6yvWR94','WPpcGvFcLCouW7fzW53dLX4','W5aWiSocaW','W74gjmo0ibVcOXJdJW','qwNdTmktemkwpmkYWOBdMq','jCoCmNpcIq','lSkmWQj1W4hdOYGhucK','W5xdH8oOfhmOW6bdFCk4','W43cV8kP','a8o9jxtcQa','rGlcPwZcSZbIiCkHW64','WP7dSwLCgG','WRHiDHJcLCov','qvlcSw7cUCk9W6z3W7C','fYHOyG','DMibW5PK','W7hdQmoUzHu','wHCvWQ9v','D2CgW54','ifdcICo9vG','DfHS','WPD9W4anouPRg2lcTW','WP/dGSkiW6ZdT0FcHW','ESoIWPxcRmky','W4OlqW','WOhcGw7cLmotWPO','W7ZINBa4','i8obn03cTf9JWOldNgS','n8kZsmkiWQ1gWQ0','WRddNSkxW4VdIq','kmkNwmkFWPDhWRTCA8kS','rZukW7KN','ha7cMujHW7zzDSk7WOy','vv3dT0lcSq','WOX4W6VcHvvoWRBcSG0','pdRcU3Po','WPRdHCk6W7JdLW','W6lcV8kJW6tdSeBdUa','qNz3','kmonWOr7pM3dISkHCq4','gSo+hsH8WOS','a1RcKNVcUdvclCkOWRe','WO4xtc0H','u8oJWRBdUgOe','v3BdVCkccmkw','W48zbSoMkW','W60CiL1fdG','WRTmyYJcNSoFiCk/','W7lWM4gGW4bOvCkZWROocZy','xmoZWRpcOSkmaW','WPhcRInVWPzWW4hdSSkcW70','t351qGFdIr8','sa5RW4uX','xCo8WRVcVCkmyexcKmkiWRS','WRXJtGSW','smoUWP7dTf0','4Pwd4PsH4PAJ4Psi4PEk4Pw+4Pwa4PAR4Pst4PsU','WR1hzG','DvpdNMpcTG','WRjsWQC/BSobyehcLW','W5xcS8oaiYiO','W5qbqa','W7pcTCk4W6ddTf/dKLP4qa','ACowWPNcN8km','BXH1','g8o7kNpcSff9WPRdVwO','W6KIj2W','FmojWPi','vdyJW4OemmkQWOWIva','W4dcT8kRW6FdPwhdUa','WPpcRIa','W7hdJLhdLmojELa','4PED4PAg4Ps54PsK4PwO4PsE4PE04Pwe4PEW4PAg','4PE14PAt4PAj4PwN4Psy4Psi4PEa4PwJ4PwD4PAy','kmonmgRcGKDBWO/dIMq','lcjiW5XYDCk/lCojWRW','WPddNSkQW6ddQa','W7NdU2u','cJnTDCozW7aGW74SDG','eSkZW6RcJtywW6m8uCk7dq','xGS4W6SQ','WR3dU8ovWRTgW68','kCoWfabZWOe9','WO3cLK3cTCoq','zr01W4WL','WOVcGxW','wriNvmkX','W7mfC1nBcCkMWOVdISoR','W4SNALPH','WPpcSXzTWPe','ACoYWOCsW7xdN8oQW5GdFG','fYzHyG','WRZdOvXkhfFcKa','W7hdSwtcJX5dWRW','EGq9W4uu','WQRcQb5MWRq'];_0x36eb=function(){return _0x134a75;};return _0x36eb();}var __importDefault=this&&this[_0x430f64(0x53,'C]9l',0x128,0x222)+_0x430f64(0x254,'*0Vw',0x212,0x2df)]||function(_0x25994b){const _0x7562cf={_0x1b8da7:'t3pr',_0x546ceb:0x25e},_0x179521={_0x1dec0a:0x58,_0x2f00d8:0xb8};function _0x302878(_0x17a9aa,_0x217e2d,_0x28da59,_0x41c530){return _0x430f64(_0x17a9aa-_0x179521._0x1dec0a,_0x217e2d,_0x28da59-_0x179521._0x2f00d8,_0x41c530-0x49);}return _0x25994b&&_0x25994b[_0x302878(0x1d8,_0x7562cf._0x1b8da7,_0x7562cf._0x546ceb,0x392)]?_0x25994b:{'default':_0x25994b};};const _0x2e40f4={};function _0x103180(_0x19b5a3,_0x4fca10,_0x3efe4d,_0x279651){const _0x2b44b2={_0x42ebd0:0x16c};return _0xd2b1(_0x4fca10-_0x2b44b2._0x42ebd0,_0x3efe4d);}_0x2e40f4[_0x103180(0x5d5,0x4f3,'XH)b',0x484)]=!![],Object[_0x430f64(0x2a2,'C135',0x22a,0x2ea)+'erty'](exports,_0x430f64(0x274,'8Sm!',0x2b9,0x3f4),_0x2e40f4),exports['createNode'+_0x103180(0x673,0x539,'Vkn&',0x5e0)]=createNodeCommand,exports['getNodeCom'+'mand']=getNodeCommand,exports[_0x430f64(0x168,'yXc%',0x1cd,0xcf)+'ommand']=listNodesCommand,exports[_0x430f64(0x260,'ZOyA',0x23a,0x192)+_0x103180(0x428,0x436,'*0Vw',0x389)]=updateNodeCommand,exports[_0x103180(0x310,0x428,'2YTy',0x401)+_0x103180(0x524,0x409,'HIUr',0x443)]=assignNodeCommand,exports[_0x103180(0x4bf,0x419,'t3pr',0x536)+_0x430f64(0x370,'Ub2D',0x2a7,0x3eb)]=unassignNodeCommand,exports['updateNode'+_0x430f64(0x254,'ZOyA',0x2cb,0x1e6)+_0x103180(0x358,0x451,'*oVc',0x51a)]=updateNodeHeartbeatCommand;function _0xd2b1(_0x20c4dd,_0x49799a){_0x20c4dd=_0x20c4dd-(-0x31c*-0x8+-0xa*-0x29+-0x18cd);const _0xa16f32=_0x36eb();let _0x32e4de=_0xa16f32[_0x20c4dd];if(_0xd2b1['kKbDdn']===undefined){var _0xe7b80c=function(_0x4d38a9){const _0x831eb6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2c2406='',_0x3fc2f5='';for(let _0x3a85fe=-0x11*0xf7+-0xeea+0x1f51*0x1,_0x459932,_0x2a2ca2,_0x27736f=0x527*-0x3+0xfee*-0x1+0x1*0x1f63;_0x2a2ca2=_0x4d38a9['charAt'](_0x27736f++);~_0x2a2ca2&&(_0x459932=_0x3a85fe%(0x625+0x155b+-0x1b7c)?_0x459932*(-0x165c+-0x1134+0x1a*0x188)+_0x2a2ca2:_0x2a2ca2,_0x3a85fe++%(-0x1*-0x1f21+-0xa*0x1d3+0xcdf*-0x1))?_0x2c2406+=String['fromCharCode'](-0x97*0x1e+0xe3d+0x474&_0x459932>>(-(0x6c+-0x3ce+0x364*0x1)*_0x3a85fe&-0x129d+0x1a5c+-0x7b9)):0xd*-0x21d+-0x1*0x1081+-0x1*-0x2bfa){_0x2a2ca2=_0x831eb6['indexOf'](_0x2a2ca2);}for(let _0x24a662=0x7f*-0x1a+-0x9*0x392+0x2d08,_0x51a7b3=_0x2c2406['length'];_0x24a662<_0x51a7b3;_0x24a662++){_0x3fc2f5+='%'+('00'+_0x2c2406['charCodeAt'](_0x24a662)['toString'](-0x679*0x1+0x1*-0x24cb+0x2b54))['slice'](-(0x12d4+-0x8c3+-0xa0f));}return decodeURIComponent(_0x3fc2f5);};const _0x10cbee=function(_0x39ef07,_0x177830){let _0x5a9b86=[],_0x13b2db=-0x2*0x3b7+-0x1b35+-0x22a3*-0x1,_0x3ce9c9,_0x51a9c2='';_0x39ef07=_0xe7b80c(_0x39ef07);let _0x53e8be;for(_0x53e8be=0x1278+0x2054+0x1*-0x32cc;_0x53e8be<-0x1602+0xd*-0x258+-0x25*-0x172;_0x53e8be++){_0x5a9b86[_0x53e8be]=_0x53e8be;}for(_0x53e8be=0x1*-0x13ed+0x131c*-0x1+0x2709;_0x53e8be<0x2274+0x3*0x26b+-0x28b5;_0x53e8be++){_0x13b2db=(_0x13b2db+_0x5a9b86[_0x53e8be]+_0x177830['charCodeAt'](_0x53e8be%_0x177830['length']))%(-0x312*0x2+0x1df7+0x1*-0x16d3),_0x3ce9c9=_0x5a9b86[_0x53e8be],_0x5a9b86[_0x53e8be]=_0x5a9b86[_0x13b2db],_0x5a9b86[_0x13b2db]=_0x3ce9c9;}_0x53e8be=0x1207*-0x1+-0xf*0x205+-0x2*-0x1829,_0x13b2db=-0x17b1+-0x167d+0x2e2e;for(let _0x13d0d8=0x1*-0x188e+0x822+0x106c;_0x13d0d8<_0x39ef07['length'];_0x13d0d8++){_0x53e8be=(_0x53e8be+(-0x200b+0x1868*-0x1+-0x2*-0x1c3a))%(0x1*0x63e+-0x3*0x944+-0x168e*-0x1),_0x13b2db=(_0x13b2db+_0x5a9b86[_0x53e8be])%(-0x8*-0x203+-0x1*-0x1f3+0x1*-0x110b),_0x3ce9c9=_0x5a9b86[_0x53e8be],_0x5a9b86[_0x53e8be]=_0x5a9b86[_0x13b2db],_0x5a9b86[_0x13b2db]=_0x3ce9c9,_0x51a9c2+=String['fromCharCode'](_0x39ef07['charCodeAt'](_0x13d0d8)^_0x5a9b86[(_0x5a9b86[_0x53e8be]+_0x5a9b86[_0x13b2db])%(-0x19b0+-0x1786+0x191b*0x2)]);}return _0x51a9c2;};_0xd2b1['CPAsOm']=_0x10cbee,_0xd2b1['tMrfQI']={},_0xd2b1['kKbDdn']=!![];}const _0x3a484f=_0xa16f32[-0x1ef0+-0x7*0x9a+0x2326],_0x43cf9f=_0x20c4dd+_0x3a484f,_0x14c620=_0xd2b1['tMrfQI'][_0x43cf9f];return!_0x14c620?(_0xd2b1['Calnyb']===undefined&&(_0xd2b1['Calnyb']=!![]),_0x32e4de=_0xd2b1['CPAsOm'](_0x32e4de,_0x49799a),_0xd2b1['tMrfQI'][_0x43cf9f]=_0x32e4de):_0x32e4de=_0x14c620,_0x32e4de;}function _0x430f64(_0x216d9e,_0x4a2513,_0x2dd04c,_0x524411){return _0xd2b1(_0x2dd04c- -0x191,_0x4a2513);}exports[_0x430f64(0x263,'C135',0x218,0x2ea)+'ewHeartbea'+_0x103180(0x631,0x4e0,'6n(u',0x536)]=updateReviewHeartbeatCommand,exports[_0x430f64(0x26,'a7G5',0x6a,0xc4)+_0x103180(0x2d7,0x40b,'yXc%',0x39a)+_0x430f64(0x81,'#iVF',0xb6,0x2f)]=listStalledNodesCommand;const chalk_1=__importDefault(require(_0x103180(0x2c6,0x37f,'*oVc',0x386))),services_1=require(_0x103180(0x4d6,0x58b,'*oVc',0x451)+_0x430f64(0x2a7,'6n(u',0x256,0x232)),utils_1=require(_0x430f64(0x275,'MwH*',0x1fa,0xd4)+_0x430f64(0xc3,'Z&Eq',0x72,0xe4));function createNodeCommand(_0x33b805){const _0x5df852={_0x414875:0x84,_0x5a2fc0:0xb7,_0x4ec9d5:0x104,_0xa8b9b2:'7z5q',_0x174600:0xc,_0x48ff75:'Z&Eq',_0x1f2b91:0xe6,_0x483508:0x7f,_0x40225f:0x26a,_0x42ebf0:0x12a,_0x32d7f9:0x8d,_0x5df698:0x68,_0x343443:'RvcK',_0x1ac275:0x178,_0x2364e3:'HfYP',_0x29013a:0x1c8,_0x212f09:'#%fL',_0x4e9c48:'7z5q',_0x175ec0:0x6f,_0x5f4bfd:0x12c,_0x26e6a6:'8Sm!',_0x2713d0:0xcb,_0x2db5f7:0xcc,_0x58ebf0:0x94,_0x174bdf:'C135',_0x14eb52:0x61,_0x53f23a:0x25,_0x3383d0:0x80,_0x4e153c:0x179,_0x3a9f94:0x40,_0x4fdc37:0x190,_0x5cce09:'4@I3',_0x301cdd:0x59,_0x281ec0:'a7G5',_0x11daaa:0x169,_0x5a83bf:0x88,_0x473b76:0x129,_0x10b791:0xb9,_0x3d1acf:0x7a,_0xd0a171:'gI#o',_0xf51436:0x25,_0x673704:0x24,_0x11b083:'oq&S',_0x3427bf:0x41,_0x2b025d:0xe6,_0x5c5ef8:0x1be,_0x1657bb:0x91,_0x462dbf:'ZOyA',_0x4e2732:0xc4,_0x127f20:0x7,_0x57d8f4:0x43,_0x5f1136:0xb0,_0x10048f:0x3a,_0x4709dd:0xaa,_0xe3ab7f:0x193,_0x253300:0x170,_0xe0022d:0x63,_0x666452:'#%fL',_0x287cad:0x93,_0x2f5f64:0xff,_0x37e6d0:0xa3,_0x16a5cd:0x41,_0x24a996:0x90,_0x1a5c97:0x187,_0x59f708:'A&ea',_0x28cd22:0x107,_0x41d752:0x61,_0x389e95:0x1ac,_0x5aea3f:0x73,_0x1cd2e5:0xd,_0x12d923:0xa2,_0x42b493:0x156,_0x56489f:0x8e,_0x27d304:0x133,_0x5a1cbc:'Aiq3',_0x4eba27:0xa,_0x351bc1:0xbd,_0x2fa14b:0xd,_0x32626c:0x37,_0x5789d1:0x144,_0x508673:0xe1,_0x1dcfca:0xb4,_0x28606a:0x39,_0x5deebd:0x155,_0x3c87a8:'t3pr',_0x5c27da:0x65,_0x530697:'yXc%',_0x3d06f4:0x43,_0x2d5be9:'ydVK',_0x559ede:0x2f,_0x4ccfd0:0x308,_0xb19cbd:'jq&8',_0x5c35c5:0x2a3,_0x547620:0x1c3,_0x1bb314:0x12e,_0x3777e8:0x86,_0x565fc6:0x16f,_0x4608c1:0xd5,_0x23fbf0:0x177,_0x4448e8:0x66,_0x5e1a85:0x139,_0x5e58b6:0x95,_0x249d73:'&a9H',_0x5745e6:0xe9,_0xcc2259:0x13d,_0x2ddaac:0x1,_0x1e7e97:'C]9l',_0x14292c:'3$BV',_0x45eb3c:'#iVF',_0x1331e7:'zHa^',_0x5939a7:0x5e,_0x1d7829:0x21,_0x10f8b0:0xcb,_0x538260:'y1cp',_0x7ee613:0x1c2,_0x208986:0x167,_0x577ec6:0x185,_0x294f45:'oH4[',_0x5bbe59:0x10,_0x4b079a:0x1d9,_0x243bf6:0x373,_0x273537:0x5,_0x190425:0xf0,_0x40e3d0:'Lbdk',_0x91ffa1:0x122,_0x16a5c5:0x1a,_0x27a83c:0x42,_0x425a7b:0x9,_0x4b3783:0xde,_0x203946:'2YTy',_0x39115e:0x8c,_0x3c5723:0x183,_0xa7ab8e:'R^VG',_0x115fc5:'XH)b',_0x448e38:0x1a9,_0x60f11c:0x75,_0x498c8b:0xc3,_0x2febfb:0x83,_0x32e191:0x84,_0x16ee2b:0x62,_0x165632:0x22a,_0x585c0e:0x159,_0x2725ba:0xf8},_0xde7338={_0x250582:0xf1,_0xd52b4d:0x17a},_0x22c0bd={_0x2fadb1:0x4c7},_0xa81600={};_0xa81600[_0x57ce44(-_0x5df852._0x414875,'Rvb4',-_0x5df852._0x5a2fc0,-_0x5df852._0x4ec9d5)]=_0x972b3e(0xd6,_0x5df852._0xa8b9b2,_0x5df852._0x174600,-0x9),_0xa81600[_0x57ce44(0x1c,_0x5df852._0x48ff75,-_0x5df852._0x1f2b91,-_0x5df852._0x483508)]=_0x972b3e(-0x19b,'Z&Eq',-0x123,-0x4d)+'s',_0xa81600['cDYvw']=_0x972b3e(-_0x5df852._0x40225f,'q2rM',-_0x5df852._0x42ebf0,-_0x5df852._0x32d7f9)+_0x972b3e(_0x5df852._0x5df698,_0x5df852._0x343443,0x106,_0x5df852._0x1ac275),_0xa81600[_0x57ce44(-0xcd,_0x5df852._0x2364e3,-_0x5df852._0x29013a,-0x70)]=_0x57ce44(-0xb4,_0x5df852._0x212f09,-0xc,-0x159);function _0x972b3e(_0x2f119b,_0x3c9f08,_0x2ec6f9,_0x384b37){return _0x103180(_0x2f119b-0x191,_0x2ec6f9- -_0x22c0bd._0x2fadb1,_0x3c9f08,_0x384b37-0x48);}_0xa81600[_0x972b3e(0xa5,_0x5df852._0x4e9c48,-_0x5df852._0x175ec0,-_0x5df852._0x5f4bfd)]=_0x972b3e(0x12a,_0x5df852._0x26e6a6,_0x5df852._0x2713d0,0x57),_0xa81600[_0x57ce44(-0x177,'*oVc',-0xee,-_0x5df852._0x2db5f7)]=_0x972b3e(-_0x5df852._0x58ebf0,_0x5df852._0x174bdf,_0x5df852._0x14eb52,0x147)+_0x57ce44(-_0x5df852._0x53f23a,'q2rM',-_0x5df852._0x3383d0,0x7f),_0xa81600[_0x972b3e(-0x150,'4@I3',-_0x5df852._0x4e153c,-_0x5df852._0x3a9f94)]=_0x57ce44(-_0x5df852._0x4fdc37,_0x5df852._0x5cce09,-0xc2,-0xb7),_0xa81600[_0x57ce44(_0x5df852._0x301cdd,_0x5df852._0x281ec0,-_0x5df852._0x11daaa,-_0x5df852._0x5a83bf)]=_0x972b3e(_0x5df852._0x53f23a,'6n(u',-0x3b,-_0x5df852._0x473b76);const _0x28587d=_0xa81600,_0x7c6693={};_0x7c6693[_0x57ce44(0x13,'&^73',-0x14a,-_0x5df852._0x10b791)]=_0x33b805[_0x972b3e(_0x5df852._0x3d1acf,_0x5df852._0xd0a171,_0x5df852._0xf51436,0x87)],_0x7c6693[_0x57ce44(-_0x5df852._0x673704,_0x5df852._0x11b083,-0xb4,-_0x5df852._0x3427bf)]=_0x33b805[_0x57ce44(-0x24d,'Aiq3',-_0x5df852._0x2b025d,-_0x5df852._0x5c5ef8)],_0x7c6693[_0x57ce44(-_0x5df852._0x1657bb,_0x5df852._0x462dbf,_0x5df852._0x4e2732,_0x5df852._0x127f20)]=_0x33b805[_0x972b3e(_0x5df852._0x57d8f4,'7z5q',-_0x5df852._0x5f1136,-_0x5df852._0x10048f)],_0x7c6693[_0x57ce44(-_0x5df852._0x4709dd,'7z5q',-_0x5df852._0xe3ab7f,-0x39)+'d']=_0x33b805[_0x972b3e(-0x16b,'*oVc',-_0x5df852._0x253300,-0x211)];function _0x57ce44(_0xee710e,_0x4c90ce,_0x333f7f,_0x5aa2e1){return _0x103180(_0xee710e-_0xde7338._0x250582,_0x5aa2e1- -0x540,_0x4c90ce,_0x5aa2e1-_0xde7338._0xd52b4d);}_0x7c6693[_0x57ce44(0x81,'yXc%',0x70,_0x5df852._0xe0022d)]=_0x33b805[_0x57ce44(-0x12,_0x5df852._0x666452,_0x5df852._0x287cad,-_0x5df852._0x10048f)],_0x7c6693[_0x57ce44(-_0x5df852._0x2f5f64,'yXc%',-0x165,-0xc)]=_0x33b805[_0x57ce44(-0xa,_0x5df852._0x281ec0,_0x5df852._0x37e6d0,_0x5df852._0x16a5cd)];const _0x166b76=services_1[_0x972b3e(0xf0,'A&ea',_0x5df852._0x24a996,_0x5df852._0x1a5c97)+'e']['create'](_0x7c6693);if(_0x166b76[_0x57ce44(-0x1f4,_0x5df852._0x59f708,-_0x5df852._0x28cd22,-0x227)]){const _0x2ef96e=_0x28587d[_0x972b3e(_0x5df852._0x41d752,'Rvb4',-0x3,-0x79)]['split']('|');let _0x15e9a1=-0x1ed4+-0x7*0x18b+0x29a1;while(!![]){switch(_0x2ef96e[_0x15e9a1++]){case'0':console[_0x972b3e(-_0x5df852._0x389e95,'ZOyA',-0x19e,-0x212)](_0x972b3e(-_0x5df852._0x5aea3f,'t3pr',-_0x5df852._0x1cd2e5,-_0x5df852._0x12d923)+_0x166b76['node']?.[_0x972b3e(-0x142,'A&ea',-0x102,0x31)]);continue;case'1':console[_0x972b3e(-_0x5df852._0x42b493,'gI#o',-_0x5df852._0x56489f,-_0x5df852._0x27d304)](_0x57ce44(-0xd2,_0x5df852._0x5a1cbc,-0x1e2,-0x120)+_0x166b76[_0x972b3e(-_0x5df852._0x4eba27,'R^VG',-0x58,-0x7b)]?.['id']);continue;case'2':console[_0x972b3e(-0x12b,'7z5q',-_0x5df852._0x351bc1,-0x37)](_0x972b3e(-0xd9,'2YTy',_0x5df852._0x2fa14b,0x36)+':\x20'+_0x166b76[_0x57ce44(_0x5df852._0x32626c,'yXc%',-_0x5df852._0x5789d1,-_0x5df852._0x508673)]?.[_0x972b3e(0xa4,'[]8l',-_0x5df852._0x1dcfca,_0x5df852._0x28606a)]+'\x0a');continue;case'3':console[_0x57ce44(-_0x5df852._0x5deebd,_0x5df852._0x3c87a8,_0x5df852._0x5c27da,-0x5b)](_0x57ce44(-0x58,_0x5df852._0x530697,-_0x5df852._0x3d06f4,-0xb3)+_0x166b76[_0x972b3e(0x7b,_0x5df852._0x2d5be9,-_0x5df852._0x559ede,-0xe0)]?.[_0x57ce44(-_0x5df852._0x4ccfd0,_0x5df852._0xb19cbd,-_0x5df852._0x5c35c5,-_0x5df852._0x547620)]);continue;case'4':console[_0x57ce44(_0x5df852._0x1bb314,'PuOj',-0xab,_0x5df852._0x3777e8)](_0x972b3e(0x2b,'&![%',0x12,0x1e)+':\x20'+(_0x166b76[_0x972b3e(-_0x5df852._0x565fc6,'#iVF',-_0x5df852._0x4608c1,-_0x5df852._0x23fbf0)]?.[_0x972b3e(-0x16b,'*oVc',-_0x5df852._0x4448e8,0x5e)+'d']||_0x28587d[_0x972b3e(-0x152,'q2rM',-0x103,-_0x5df852._0x5e1a85)]));continue;case'5':console[_0x57ce44(-_0x5df852._0x5e58b6,'&a9H',_0x5df852._0x3a9f94,0xa)](_0x972b3e(0x86,'gI#o',-0x1f,-0x33)+_0x166b76[_0x57ce44(-0x159,_0x5df852._0x249d73,-0xb2,-_0x5df852._0x5745e6)]?.[_0x57ce44(-_0x5df852._0xcc2259,'a7G5',-0xd,_0x5df852._0x2ddaac)]);continue;case'6':console[_0x57ce44(-0x11b,'q2rM',-0x91,-0x116)](chalk_1[_0x972b3e(-0x187,_0x5df852._0x1e7e97,-0x57,-0x60)][_0x972b3e(0xac,_0x5df852._0x48ff75,-_0x5df852._0x28606a,-0x43)](_0x57ce44(-0x1f0,_0x5df852._0x14292c,-0x2b8,-0x1a0)+_0x972b3e(-0x50,_0x5df852._0x45eb3c,-0x8,0x6c)+_0x57ce44(-0xf3,'gI#o',0x70,-0x9c)));continue;}break;}}else{if(_0x28587d[_0x57ce44(-0x15c,_0x5df852._0x1331e7,-0x1d6,-0x191)]!==_0x972b3e(-0x50,'2YTy',_0x5df852._0x5939a7,_0x5df852._0x1d7829))console[_0x57ce44(-_0x5df852._0x10f8b0,_0x5df852._0x538260,-_0x5df852._0x7ee613,-0x11f)](chalk_1[_0x57ce44(-0x1c0,_0x5df852._0x530697,-_0x5df852._0x208986,-_0x5df852._0x577ec6)][_0x972b3e(0x96,_0x5df852._0x294f45,-_0x5df852._0x5bbe59,-0x13f)](_0x57ce44(-_0x5df852._0x4b079a,'yXc%',-_0x5df852._0x243bf6,-0x224)+_0x166b76[_0x972b3e(-0xcd,'6n(u',-0x1e,-_0x5df852._0x273537)]+'\x0a'));else{const _0x1dcdf3={'pending':_0x4bc024[_0x57ce44(-_0x5df852._0x190425,'4@I3',-0x20c,-0x1fd)][_0x57ce44(-0x10f,_0x5df852._0x40e3d0,-_0x5df852._0x91ffa1,-_0x5df852._0x16a5c5)](_0x28587d['LMUfY']),'in_progress':_0x80df16[_0x972b3e(_0x5df852._0x27a83c,'yXc%',-0x10c,-0xf2)]['blue'](_0x28587d['EOoJc']),'pending_review':_0x211b5a[_0x57ce44(_0x5df852._0x425a7b,'#iVF',-_0x5df852._0x4b3783,-0x66)][_0x972b3e(-0x9d,_0x5df852._0x203946,0xa1,_0x5df852._0x39115e)](_0x28587d[_0x972b3e(-0x27,'MGc4',-0xf5,-_0x5df852._0x3c5723)]),'completed':_0x4e8746[_0x972b3e(0x91,_0x5df852._0xa7ab8e,-0x86,-0x139)][_0x972b3e(_0x5df852._0x32626c,_0x5df852._0x115fc5,-_0x5df852._0xe0022d,-_0x5df852._0x448e38)](_0x28587d[_0x57ce44(_0x5df852._0x60f11c,'2YTy',-_0x5df852._0x498c8b,_0x5df852._0x2febfb)]),'failed':_0x329ec4[_0x57ce44(-_0x5df852._0x32e191,'#%fL',-0xc0,_0x5df852._0x16ee2b)][_0x972b3e(-_0x5df852._0x165632,'HIUr',-0x1aa,-0x159)](_0x28587d[_0x972b3e(-_0x5df852._0x585c0e,'HIUr',-_0x5df852._0x2725ba,-0x1ed)])};return _0x1dcdf3[_0x52af9e]||_0x5ccfc5;}}}function getNodeCommand(_0x473163){const _0x4977db={_0x26a04f:0x1ec,_0xd8904d:0xd1,_0x326b35:'TLrZ',_0x41e251:0x528,_0x46aab6:0x377,_0x521eec:0x322,_0x12c5d4:0x2c5,_0x205db1:0xc3,_0x668279:0xb8,_0x12c1c0:'C135',_0x11e943:0x5,_0x446775:0xb9,_0x314762:'t3pr',_0x3c7e07:0xf7,_0x2fc4b3:0x84,_0xe48586:0x153,_0x46fd7a:0x3e3,_0x36d570:0x495,_0x5b809e:0x2d2,_0x2f34cf:0x317,_0x1f0a8e:0x159,_0x317d8b:'*0Vw',_0x4a8fa8:0x15e,_0x59e5a4:0xd8,_0x142730:'tY@@',_0x5bae44:0x63,_0x4d4501:0x33,_0x71beee:0x218,_0x29d1a4:0x210,_0xa90906:'Lbdk',_0x162d7b:0x21,_0x18d81e:0x2f6,_0x4a4761:'3$BV',_0x5ec04e:0x32f,_0x4725b9:0x33f,_0x4bd3da:'A&ea',_0x3d65d9:0x1f3,_0x534626:'#iVF',_0x2c8c6c:0x155,_0x1ecf4c:0x264,_0xa5722:0x248,_0x30bebd:'kkz(',_0x3d0f2b:0xb5,_0x46dcc7:'Aiq3',_0x3a96ae:0x39c,_0x19959d:0x380,_0x828f95:0x1d1,_0xba606a:0x41,_0x3bcbdc:0x74,_0x5c28e5:'y1kx',_0x334c6d:0x2f,_0x59e5db:0x140,_0x59d98e:0x98,_0x10f686:0x1b4,_0x5974d6:0x17a,_0x2d640a:0x1c3,_0x52dd31:'y1cp',_0x229eb4:0x44c,_0x2ac784:0x5bd,_0x4e3dc1:0x5e8,_0x37d1c9:0x4d7,_0x188ba0:'&^73',_0x4eef01:'OtmJ',_0x29b2aa:0x3be,_0x355e2f:0x54f,_0x585d8e:0x4eb,_0xc1cfa6:0x2ee,_0x245f09:'7z5q',_0x501317:0x1dc,_0x3d927a:0x135,_0x1f5812:0x39b,_0x3d4818:0x370,_0x547c38:0x24f,_0x45dd09:'C]9l',_0x2405ac:0x581,_0x203d11:0x2c6,_0x21ad65:'5kmg',_0x4f2d82:0x394,_0x517d5d:0x234,_0x1735c0:'MwH*',_0x39a8bd:0xa6,_0x55104f:0x13b,_0xbe402c:0x306,_0x2efd27:0x1e7,_0x22228d:0x366,_0x862b48:'HIUr',_0xb9185b:0x227,_0x1cae44:0x3f1,_0x45b7de:0x402,_0x27eac5:0x2d8,_0x4c9bfa:0x1c0,_0x2952be:0x316,_0x21a7df:0x415,_0x205a7c:'&![%',_0x30dd68:0x651,_0x43b9ab:0x11c,_0x44fbb5:'2YTy',_0x2190f1:0x15a,_0x41f2ba:0x345,_0x14b024:'jq&8',_0x567b67:0x1e8,_0x598aae:0x229,_0x70aa69:'Rvb4',_0x6252aa:0x423,_0x572da6:0x18c,_0x10f963:'8Sm!',_0x457bec:0x15a,_0x418e46:0xe9,_0x57e57d:'yXc%',_0x2027a8:0x2e8,_0x5b0922:0x2b6,_0x2b2836:0x2a7,_0xc65acb:'OtmJ',_0xd4cc96:0x259,_0x5b24fd:0x71,_0x259802:0x281,_0x24cb4b:0x251,_0x54823c:0x18,_0x33bc2f:0x47,_0x2137cb:'ydVK',_0x45926b:0x394,_0x23dd7e:'OtmJ',_0x3a6f29:0x267,_0x26c50d:'MGc4',_0x5ccb38:0x31b,_0x117733:'oq&S',_0x5bc704:0x65b,_0x71474a:'6n(u',_0x118b3b:0x194,_0x59f1be:0x3c8,_0xb18e10:0x375,_0x441fb8:0x2df,_0x5d24ca:0x3d5,_0x343f54:0x3af,_0x457624:'6n(u',_0x2bb1d2:0x44f,_0x18671d:0x37a,_0x634e26:0x43a,_0x13ca7a:0x236,_0x2692cc:'&^73',_0x417db0:0x169,_0x18713a:0x24,_0x3c54e9:0x4a9,_0x4de0ac:0x368,_0x1f20e1:0x6c,_0x1303ea:0x4b2,_0x4444dd:0x1ae,_0x4cfb12:0x127,_0x513e65:'C]9l',_0x19930e:0x347,_0x36e758:0x306,_0x218886:0x504,_0x1723ee:0x182,_0x5b637f:0xc8,_0x5a3a54:0x142,_0x3e42fc:0x183,_0x29b4b4:0x105,_0x384e45:0x268,_0x32ddcb:0x1c7,_0x27ef14:0x2e,_0x3b65b8:0x12f,_0x49de9a:0x2,_0x14e274:0x476,_0x37153c:0x462,_0x28e9bc:0x56f,_0x3edbca:0x3d4,_0x1587f1:0x339,_0x3532de:0x19d,_0x2b1bd5:0x2fa,_0x1f0529:0x1f6,_0x3013d0:0x223,_0xc5ed56:'zHa^',_0xa3ed15:0x269,_0x1448b0:0xd0,_0x29754d:'*oVc',_0x22c757:0x216,_0x1ed60a:0x390,_0x3a2234:0x387,_0x15389e:'MwH*',_0x28471a:0x2f7,_0x58814f:0x39f,_0x527865:0x8f,_0xc66614:0x114,_0x53716c:0x45f,_0x6f70b:'t3pr',_0xf1e2d8:0x12b,_0x3b4a29:0x362,_0x450973:'Ub2D',_0x2a286a:'&^73',_0x384a8a:0x2f8,_0x22bdb1:'TLrZ',_0x38bfb2:0x307,_0x1f9e41:0x4bd,_0x5c6d67:'2YTy',_0x18f589:0x493,_0x2ca4c6:'Aiq3',_0x5ba06c:0x37c,_0x53bad0:'ZOyA',_0x27791f:0x85,_0x5224d7:'tY@@',_0x1f9f77:0x19c,_0x4dea6c:0x5c,_0x4ed80c:0x411,_0x21cd37:'MwH*',_0x1743a9:0x31b,_0x176943:'HIUr',_0x29a125:0x357,_0x1b971e:'RvcK',_0x537e3e:0x2c1,_0xd9f633:0x1e5,_0x7895c5:0x506,_0x435f9c:0x3ba,_0x2466ac:0x1f0,_0x141e29:0x20f,_0x60cfd0:'gI#o',_0x1f6d79:0x30b,_0x20dd31:'R^VG',_0x428035:0x38c,_0x21de8b:0x413,_0x5c2c10:0x372,_0xb6c032:0x1d3,_0x156990:'gI#o',_0xba1caa:0x1f2,_0x4c39c1:0x24f,_0x22db9c:0x447,_0x4406e6:'&^73',_0x467754:0x52b,_0x1b198a:0x200,_0x57a3dc:0x10c,_0x37c34e:'RvcK',_0x482fe8:0x76,_0x48400a:0xa8,_0x40734d:0x118,_0x59a169:0x3f,_0x3c78a8:0xb8,_0x41b983:0x46b,_0x4a200f:0x441,_0x12676a:0x34e,_0x56c4ed:0x374,_0x1816ad:0x102,_0x28f8e3:0x113,_0x292d8a:0x8d,_0x52a5ab:0x37,_0x310eab:0x299,_0x5c6875:'Aiq3',_0x268dd1:0x257,_0x704192:0x2c0,_0x47cc8d:'4@I3',_0x231588:0x1cd},_0x2f1416={_0x336ebc:0x179},_0x817927={'XRZtu':function(_0x207464,_0x57b294){return _0x207464!==_0x57b294;},'mbtOU':_0x26257a(_0x4977db._0x26a04f,0xb,'kkz(',_0x4977db._0xd8904d),'joIrw':_0x25e8fc(0x515,_0x4977db._0x326b35,_0x4977db._0x41e251,0x4e9),'WTfYx':_0x26257a(0x236,0x117,'4@I3',0x203)+_0x25e8fc(_0x4977db._0x46aab6,'gI#o',_0x4977db._0x521eec,_0x4977db._0x12c5d4),'jfcyu':_0x26257a(_0x4977db._0x205db1,-_0x4977db._0x668279,_0x4977db._0x12c1c0,_0x4977db._0x11e943)+_0x26257a(_0x4977db._0x446775,0x36,_0x4977db._0x314762,_0x4977db._0x3c7e07),'ADCQs':_0x26257a(_0x4977db._0x2fc4b3,_0x4977db._0xe48586,'XH)b',0x1ab),'VhQzT':function(_0x2ed682,_0x4c2790){return _0x2ed682(_0x4c2790);},'bYlYo':function(_0x4db4a1,_0x5584f6){return _0x4db4a1===_0x5584f6;},'nMMAM':_0x25e8fc(_0x4977db._0x46fd7a,'TLrZ',_0x4977db._0x36d570,_0x4977db._0x5b809e),'jxVOg':function(_0x28b311,_0x390a6a){return _0x28b311>_0x390a6a;},'whlAq':function(_0x4334f8,_0x4504da){return _0x4334f8===_0x4504da;},'qwzcB':_0x25e8fc(0x2ba,'8Sm!',_0x4977db._0x2f34cf,0x3a3)},_0x428c5b=services_1[_0x26257a(0xc2,_0x4977db._0x1f0a8e,_0x4977db._0x317d8b,_0x4977db._0x4a8fa8)+'e'][_0x26257a(0x2e2,_0x4977db._0x59e5a4,'MwH*',0x1b8)](_0x473163['id']);if(!_0x428c5b){if(_0x817927[_0x25e8fc(0x342,_0x4977db._0x142730,0x3b8,0x3d0)](_0x817927[_0x26257a(0x176,_0x4977db._0x5bae44,_0x4977db._0x12c1c0,_0x4977db._0x4d4501)],_0x817927[_0x26257a(_0x4977db._0x71beee,_0x4977db._0x29d1a4,_0x4977db._0xa90906,0x250)])){console['log'](chalk_1[_0x26257a(-0x1b,_0x4977db._0x162d7b,'ZOyA',0xdc)][_0x25e8fc(0x32a,'&]));return;}else{const _0x4663f1={};_0x4663f1[_0x25e8fc(_0x4977db._0x4725b9,_0x4977db._0x4bd3da,_0x4977db._0x3d65d9,0x459)]=_0x299c9d['taskId'],_0x4663f1[_0x25e8fc(0x3b9,_0x4977db._0x534626,0x2d1,0x4bc)]=_0x486df2[_0x26257a(0x330,_0x4977db._0x2c8c6c,'oq&S',0x1e1)],_0x4663f1['agent_id']=_0x1b5789[_0x26257a(_0x4977db._0x1ecf4c,_0x4977db._0xa5722,_0x4977db._0x30bebd,0x122)],_0x4663f1[_0x26257a(_0x4977db._0x3d0f2b,-0x116,_0x4977db._0x46dcc7,0x38)+'d']=_0x420d11[_0x25e8fc(0x3e6,'q2rM',_0x4977db._0x3a96ae,_0x4977db._0x19959d)],_0x4663f1[_0x25e8fc(0x32c,'2YTy',_0x4977db._0x828f95,0x1ef)]=_0x56d2d7[_0x26257a(_0x4977db._0xba606a,_0x4977db._0x3bcbdc,_0x4977db._0x5c28e5,_0x4977db._0x334c6d)],_0x4663f1[_0x26257a(_0x4977db._0x59e5db,-_0x4977db._0x59d98e,'zHa^',0x98)]=_0x1a16ff[_0x26257a(_0x4977db._0x10f686,_0x4977db._0x5974d6,'Vkn&',_0x4977db._0x2d640a)];const _0x4bfe18=_0x5a8544[_0x25e8fc(0x324,_0x4977db._0x5c28e5,0x253,0x1dd)+'e'][_0x25e8fc(0x314,_0x4977db._0x52dd31,0x273,_0x4977db._0x229eb4)](_0x4663f1);_0x4bfe18[_0x25e8fc(0x52d,'6n(u',_0x4977db._0x2ac784,_0x4977db._0x4e3dc1)]?(_0x5b9962[_0x25e8fc(_0x4977db._0x37d1c9,_0x4977db._0x188ba0,0x45f,0x5c0)](_0x18f854[_0x25e8fc(0x4c7,_0x4977db._0x4eef01,0x5e2,_0x4977db._0x29b2aa)][_0x25e8fc(0x44c,'oq&S',_0x4977db._0x355e2f,_0x4977db._0x585d8e)](_0x26257a(0x1a3,0x1f0,_0x4977db._0xa90906,0x1ec)+_0x25e8fc(_0x4977db._0xc1cfa6,_0x4977db._0x245f09,0x356,_0x4977db._0x501317)+_0x26257a(-0x1b,0x123,'Z&Eq',_0x4977db._0x3d927a))),_0x4fdbd9[_0x25e8fc(_0x4977db._0x1f5812,'y1cp',_0x4977db._0x3d4818,_0x4977db._0x547c38)](_0x25e8fc(0x45c,_0x4977db._0x45dd09,_0x4977db._0x2405ac,0x579)+_0x4bfe18[_0x25e8fc(_0x4977db._0x203d11,_0x4977db._0x21ad65,_0x4977db._0x4f2d82,_0x4977db._0x517d5d)]?.['id']),_0x29dbed[_0x26257a(0x71,-0x10d,_0x4977db._0x1735c0,0x1e)](_0x26257a(0x108,_0x4977db._0x39a8bd,'yXc%',0x12a)+_0x4bfe18[_0x26257a(_0x4977db._0x55104f,_0x4977db._0xbe402c,'[]8l',_0x4977db._0x2efd27)]?.[_0x26257a(0x236,0xfa,'jq&8',0x1e3)]),_0x15e1c3[_0x25e8fc(_0x4977db._0x22228d,_0x4977db._0x862b48,_0x4977db._0xb9185b,0x390)](_0x25e8fc(_0x4977db._0x1cae44,_0x4977db._0x326b35,0x2e8,_0x4977db._0x45b7de)+_0x4bfe18[_0x25e8fc(_0x4977db._0x27eac5,'HfYP',_0x4977db._0x4c9bfa,0x3da)]?.[_0x25e8fc(0x3f0,'Vkn&',_0x4977db._0x2952be,_0x4977db._0x21a7df)]),_0x15ea2a[_0x25e8fc(0x503,_0x4977db._0x205a7c,_0x4977db._0x30dd68,0x501)](_0x26257a(_0x4977db._0x43b9ab,0x316,_0x4977db._0x44fbb5,0x21e)+_0x4bfe18[_0x26257a(_0x4977db._0x2190f1,_0x4977db._0x41f2ba,_0x4977db._0x14b024,0x299)]?.[_0x26257a(_0x4977db._0x567b67,0x363,'ZOyA',_0x4977db._0x598aae)]),_0xe28e3c[_0x26257a(0x187,0x130,_0x4977db._0x70aa69,0x47)](_0x26257a(0x327,0x3d0,'Rvb4',0x29e)+':\x20'+(_0x4bfe18[_0x25e8fc(0x316,'Rvb4',0x1e1,_0x4977db._0x6252aa)]?.[_0x26257a(_0x4977db._0x572da6,0x11e,_0x4977db._0x10f963,_0x4977db._0x457bec)+'d']||_0x26257a(0x1c1,-0x82,'zHa^',0x9a))),_0x1b8b8c[_0x26257a(_0x4977db._0x418e46,0x10f,_0x4977db._0x57e57d,0x23e)](_0x25e8fc(_0x4977db._0x2027a8,'HIUr',_0x4977db._0x5b0922,0x1ba)+':\x20'+_0x4bfe18[_0x25e8fc(_0x4977db._0x2b2836,_0x4977db._0xc65acb,_0x4977db._0x1ecf4c,_0x4977db._0xd4cc96)]?.[_0x25e8fc(0x4aa,'C135',0x601,0x5eb)]+'\x0a')):_0x547b01[_0x26257a(-0x35,0xef,'A&ea',_0x4977db._0x5b24fd)](_0x3f1c79[_0x26257a(_0x4977db._0x259802,0x34c,'&^73',_0x4977db._0x24cb4b)][_0x26257a(-_0x4977db._0x54823c,_0x4977db._0x33bc2f,_0x4977db._0x2137cb,0xbe)](_0x26257a(_0x4977db._0x45926b,0x298,_0x4977db._0x23dd7e,_0x4977db._0x3a6f29)+_0x4bfe18[_0x25e8fc(0x3e4,_0x4977db._0x26c50d,_0x4977db._0x5ccb38,0x3b3)]+'\x0a'));}}console[_0x26257a(0x248,0x391,'&][_0x26257a(0x2d8,0x20b,_0x4977db._0x71474a,_0x4977db._0x118b3b)](_0x817927[_0x26257a(_0x4977db._0x59f1be,_0x4977db._0xb18e10,'HIUr',0x28c)])),console[_0x25e8fc(_0x4977db._0x441fb8,'Rvb4',_0x4977db._0x5d24ca,0x41f)](_0x25e8fc(_0x4977db._0x343f54,_0x4977db._0x457624,_0x4977db._0x2bb1d2,0x4a8)+_0x428c5b['id']),console[_0x25e8fc(0x449,_0x4977db._0x30bebd,0x53a,0x445)](_0x25e8fc(0x2eb,'Z&Eq',_0x4977db._0x18671d,_0x4977db._0x634e26)+_0x428c5b[_0x26257a(_0x4977db._0x13ca7a,0x242,_0x4977db._0x2692cc,_0x4977db._0x417db0)]),console[_0x26257a(-_0x4977db._0x33bc2f,-0xc7,_0x4977db._0xa90906,_0x4977db._0x18713a)](_0x25e8fc(_0x4977db._0x3c54e9,'&a9H',0x51d,_0x4977db._0x4de0ac)+_0x428c5b[_0x26257a(0x60,-0x68,'8Sm!',_0x4977db._0x1f20e1)]),console[_0x25e8fc(_0x4977db._0x1f5812,'y1cp',0x452,_0x4977db._0x1303ea)](_0x26257a(_0x4977db._0x4444dd,_0x4977db._0x4cfb12,_0x4977db._0x513e65,0x1f2)+(_0x428c5b[_0x25e8fc(_0x4977db._0x19930e,_0x4977db._0x117733,0x1f7,0x2e5)]||_0x25e8fc(0x3c9,'ZOyA',_0x4977db._0x36e758,_0x4977db._0x218886)+'d)'));function _0x26257a(_0x26e7d2,_0x20004,_0x254cff,_0x520b52){return _0x430f64(_0x26e7d2-0x79,_0x254cff,_0x520b52- -0x21,_0x520b52-0x12e);}console[_0x26257a(0x2fd,0x203,'jq&8',0x1e2)](_0x26257a(_0x4977db._0x1723ee,_0x4977db._0x5b637f,'[]8l',_0x4977db._0x5a3a54)+':\x20'+(_0x428c5b['reviewer_i'+'d']||_0x817927[_0x26257a(_0x4977db._0x3e42fc,0x191,'t3pr',_0x4977db._0x29b4b4)])),console[_0x26257a(_0x4977db._0x384e45,0x110,'t3pr',_0x4977db._0x32ddcb)](_0x26257a(-_0x4977db._0x27ef14,_0x4977db._0x3b65b8,'MwH*',_0x4977db._0x49de9a)+_0x817927['VhQzT'](chalkStatus,_0x428c5b[_0x25e8fc(_0x4977db._0x14e274,'C135',_0x4977db._0x37153c,_0x4977db._0x28e9bc)]));function _0x25e8fc(_0x39d9db,_0x4a4bf1,_0x5a39db,_0x570095){return _0x103180(_0x39d9db-_0x2f1416._0x336ebc,_0x39d9db- -0x86,_0x4a4bf1,_0x570095-0x185);}console[_0x25e8fc(_0x4977db._0x3edbca,'TLrZ',_0x4977db._0x1587f1,_0x4977db._0xbe402c)](_0x26257a(_0x4977db._0x3532de,_0x4977db._0x2b1bd5,'#iVF',_0x4977db._0x1f0529)+':\x20'+_0x428c5b[_0x26257a(_0x4977db._0x3013d0,0x17d,_0x4977db._0xc5ed56,_0x4977db._0xa3ed15)]),console[_0x25e8fc(0x4f3,_0x4977db._0x117733,0x3d6,0x4ac)](_0x26257a(_0x4977db._0x1448b0,0x16d,_0x4977db._0x29754d,0xcc)+'\x20'+_0x428c5b[_0x26257a(-0x65,0x34,'y1kx',0xc6)]+'h'),console[_0x25e8fc(_0x4977db._0x441fb8,_0x4977db._0x70aa69,_0x4977db._0x22c757,_0x4977db._0x1ed60a)](_0x25e8fc(_0x4977db._0x3a2234,_0x4977db._0x15389e,_0x4977db._0x28471a,_0x4977db._0x58814f)+'\x20'+_0x428c5b[_0x26257a(_0x4977db._0x527865,0x11a,'7z5q',0x16d)]);_0x428c5b[_0x26257a(0x112,0x229,_0x4977db._0x534626,_0x4977db._0xc66614)]&&console[_0x25e8fc(_0x4977db._0x53716c,_0x4977db._0x6f70b,0x33f,0x42e)](_0x26257a(-0x8d,0x18e,'RvcK',0xa9)+'\x20'+_0x428c5b[_0x26257a(-_0x4977db._0xf1e2d8,-0x110,_0x4977db._0x4bd3da,0x10)]);_0x428c5b[_0x25e8fc(_0x4977db._0x3b4a29,_0x4977db._0x450973,_0x4977db._0x46fd7a,0x3b5)+'at']&&console[_0x26257a(0x1c8,0x334,_0x4977db._0x2a286a,0x23f)](_0x25e8fc(_0x4977db._0x384a8a,_0x4977db._0x22bdb1,_0x4977db._0x38bfb2,0x277)+_0x25e8fc(_0x4977db._0x1f9e41,_0x4977db._0x5c6d67,_0x4977db._0x18f589,0x3e7)+_0x428c5b['completed_'+'at']);_0x428c5b[_0x26257a(0xd9,0x18d,'5kmg',0x4f)+_0x26257a(0x1b0,0xea,_0x4977db._0x2ca4c6,0x17e)]&&(_0x817927[_0x25e8fc(0x355,_0x4977db._0x57e57d,0x47e,_0x4977db._0x5ba06c)](_0x817927[_0x26257a(0xfc,0x93,'&a9H',0xa5)],_0x817927[_0x26257a(-0x97,-0x2,_0x4977db._0x53bad0,_0x4977db._0x27791f)])?console[_0x25e8fc(0x2cc,_0x4977db._0x5224d7,0x18d,_0x4977db._0x1f9f77)](_0x26257a(_0x4977db._0x4dea6c,0x1e9,_0x4977db._0x317d8b,0x134)+_0x25e8fc(_0x4977db._0x4ed80c,_0x4977db._0x188ba0,0x2bb,0x47a)+_0x428c5b[_0x26257a(0x1a8,0x1f,_0x4977db._0x21cd37,0x7a)+'ment']):_0x831eb6=_0x2c2406[_0x25e8fc(_0x4977db._0x1743a9,_0x4977db._0x176943,0x2b7,_0x4977db._0x29a125)](_0x3fc2f5[_0x25e8fc(0x325,'4@I3',_0x4977db._0x18d81e,0x3e4)]));const _0x48f66f=(-0x569+-0x1280+0x17e9*0x1,utils_1[_0x26257a(0x18e,0x229,_0x4977db._0x1b971e,0x1a7)+_0x25e8fc(_0x4977db._0x537e3e,_0x4977db._0x10f963,_0x4977db._0xd9f633,0x3eb)])(_0x428c5b[_0x25e8fc(_0x4977db._0x7895c5,'7z5q',_0x4977db._0x435f9c,0x4d2)+_0x26257a(0x244,_0x4977db._0x2466ac,_0x4977db._0x4eef01,_0x4977db._0x141e29)],[]);if(_0x817927[_0x25e8fc(0x3b1,_0x4977db._0x60cfd0,0x38f,_0x4977db._0x1f6d79)](_0x48f66f[_0x25e8fc(0x3dd,_0x4977db._0x20dd31,_0x4977db._0x428035,_0x4977db._0x21de8b)],-0x16aa+0x252f+0x19d*-0x9)){console[_0x25e8fc(_0x4977db._0x5c2c10,'8Sm!',0x4ba,0x3da)](_0x26257a(0x293,_0x4977db._0xb6c032,_0x4977db._0x156990,0x296)+_0x26257a(_0x4977db._0xba1caa,0x236,'TLrZ',_0x4977db._0x4c39c1)+_0x48f66f[_0x25e8fc(0x33b,'&a9H',0x452,_0x4977db._0x22db9c)]+'):');for(const _0xd42d26 of _0x48f66f){_0x817927[_0x25e8fc(0x512,_0x4977db._0x4406e6,_0x4977db._0x467754,0x402)](_0x817927[_0x26257a(_0x4977db._0x1b198a,_0x4977db._0x57a3dc,_0x4977db._0x37c34e,0x178)],_0x26257a(-_0x4977db._0x482fe8,-0x76,_0x4977db._0x5c28e5,_0x4977db._0x48400a))?console[_0x26257a(-_0x4977db._0x40734d,0x12b,'ydVK',_0x4977db._0x59a169)](_0x26257a(-0xd,-0x82,'Aiq3',_0x4977db._0x3c78a8)+_0xd42d26[_0x25e8fc(_0x4977db._0x41b983,'ZOyA',_0x4977db._0x4a200f,_0x4977db._0x12676a)]+'\x20('+_0xd42d26[_0x25e8fc(0x302,_0x4977db._0x1735c0,_0x4977db._0x56c4ed,0x2e4)]+')'):_0x5a5479[_0x26257a(_0x4977db._0x1816ad,0x10,'R^VG',_0x4977db._0x28f8e3)](_0x26257a(_0x4977db._0x292d8a,0x156,_0x4977db._0x317d8b,_0x4977db._0x52a5ab)+'\x20'+_0x1daea0[_0x26257a(0x1d9,_0x4977db._0x310eab,_0x4977db._0x5c6875,_0x4977db._0x268dd1)]);}}console[_0x26257a(_0x4977db._0x704192,0x26a,_0x4977db._0x47cc8d,_0x4977db._0x231588)]();}function listNodesCommand(_0x2e3611){const _0x226bd5={_0x4b46c1:0x377,_0x4a2b31:'&![%',_0x8950a8:0x144,_0x4ef4f9:0x1ea,_0x50cfce:0x134,_0x307f71:0xe6,_0x280d50:0x55f,_0x4722d8:'Z&Eq',_0x3a4e82:0x143,_0x105800:'A&ea',_0x5c3afc:0x41c,_0x44c5d3:'MNrG',_0x41955f:0x51a,_0x1df31e:0x568,_0x1d8b59:'TLrZ',_0x507585:0x53a,_0x380e36:'q2rM',_0x5ab3c6:0x215,_0x4a9dc6:0x1be,_0x1a2c5c:0x19e,_0x4b7a0c:0x568,_0x3a464c:0x663,_0x5f2e72:'XH)b',_0x40ef17:0x57d,_0x3f64c7:'2YTy',_0x566ae1:0x5df,_0xb05144:0x378,_0x48c39a:0x5c7,_0x13e1d1:'PuOj',_0x556895:0x277,_0x5b8202:0x391,_0x3fbe8a:0x61b,_0x2d36fa:0x551,_0x485382:0x785,_0xf1f82e:0x702,_0x12a611:0x111,_0x6d54d9:0x52,_0x575e84:0x31c,_0x59d1eb:0x570,_0x3f128a:'4@I3',_0x460dbe:0x7b,_0x575497:0x157,_0xe1f3cb:0x53d,_0x19ef23:0x2d0,_0x16ad5e:0xad,_0x5672c9:0xdc,_0x9dcb72:0x683,_0x32957b:0x52d,_0x23263e:'Aiq3',_0x564e0b:0x1b2,_0xf1492b:0x207,_0x5ac2f9:0x25e,_0x1aac75:'kkz(',_0x60e766:0x1ae,_0x1535ff:0x42c,_0x57e93f:0x601,_0x385cdb:0x681,_0x3fed95:0x54,_0xcd5887:0xa1,_0x1e86a0:'&![%',_0x16865a:0x176,_0x2c6431:'tY@@',_0x4c64a9:0x60,_0x3a26c6:0x5f6,_0x11a998:'A&ea',_0x357c83:0x20f,_0xe194b9:0xda,_0x44cbd2:0x76,_0x2cf9a7:0x182,_0x1a32e0:0x2a6,_0x52b5ca:0x1ad,_0x11a6af:0x4c0,_0x2e5657:0x502,_0x1d877a:'y1cp',_0x8a92c9:0x37c,_0x574f3b:'4@I3',_0x5db03f:0x158,_0x4f3769:0x397,_0xa9b39:0x595,_0x139a88:'Lbdk',_0x290190:0x736,_0x1988bf:0xb0,_0x216bee:0x17b,_0x28f647:0x4b7,_0x23e775:'y1kx',_0x57db5e:'ZOyA',_0x7754b8:0x5d5,_0x21a96b:0xd3,_0x2f243e:'TLrZ',_0x4ad844:0xbb,_0x5b3774:0xf5,_0xbf5ed0:'yXc%',_0x4cee98:'&a9H',_0x4ae020:0x26e,_0x5950e0:0x1e6,_0xd64c14:0x13f,_0x2b3573:'5kmg',_0x270779:0x101,_0x19f23d:0x51,_0xb6d6ae:0x574,_0x58139c:0x540,_0x56be96:0x148,_0x39f394:0x1f9,_0xec290b:'ZOyA',_0x398507:0x1bf,_0x2e718a:0x308,_0x20f6d2:0x2b6,_0xc3054a:0x5fe,_0x328cf1:0x4d7,_0x16546c:'#iVF',_0x55cde2:'*oVc',_0x1b1586:0x1c3,_0x169a88:'&![%',_0x3df5cf:0x96,_0x49f1d9:0x136,_0x467ec7:0x152,_0x2f8dba:0x47c,_0x26ff34:'ZOyA',_0x195f94:0x41a,_0x2bb752:0x3dd,_0x1f93e6:'C]9l',_0x26b019:0x472,_0x1dc95d:0x545,_0x187233:'tY@@',_0x136d96:0x500,_0x49a7a4:0x28f,_0x9c48d2:0x192,_0x1ffc96:0x186,_0x235c4a:0xca,_0xd89d30:0x55c,_0x46ccca:0x4d4,_0x47f972:'&^73',_0x3fab60:0x5fd,_0x16b3c7:0x253,_0x1cc1c1:0x187,_0x154dea:0x174,_0x37f636:0x23e,_0x2a9325:0x617,_0x26f0c2:0x706,_0x46fdd7:'zHa^',_0x31f456:0x503,_0x50d1dd:0x31b,_0x5b4536:0x45c,_0x54845b:'Rvb4',_0x48b68c:0x158,_0x17dbca:0x235,_0x334fa5:0x444,_0x51ecc3:0x4a3,_0x312ef7:0x4fd,_0x464e5f:0x56c,_0x13614d:0x469,_0x2f51fc:'A&ea',_0x30ef19:0x4ef,_0x52af1c:0x63,_0x3d582b:0x81,_0x49fd7b:0x62a,_0x48d47e:0x8,_0x15cdc5:0x135,_0x3cc27d:0xe5,_0xc2fd71:0x167,_0x5b4f48:0x59e,_0x20597f:'&a9H',_0x506405:'Aiq3',_0x4da661:0x1ec,_0x2e7c78:0x367,_0x19cef2:'&^73',_0x1f1f20:0x3de,_0x2d436f:0x54a,_0x3a605f:0x407,_0x45482d:'y1cp',_0x135574:0x1f8,_0x3d157e:0xd0,_0x31940b:0x555,_0x30f5fa:0x3fd,_0x1d0235:0x58c,_0x320b80:0x55d,_0x22f362:'8Sm!',_0x170101:0x648,_0x2b16b1:0x15e,_0x46378a:0x53,_0x537095:0x153,_0x35868c:0x473,_0x13e89d:0x34c,_0x5d8bc4:0x583,_0x4b1116:0x75e,_0x28c85a:0x656,_0x3c43e5:0x647,_0x3ff531:'oq&S',_0x3a33d9:0x79a,_0x9d1fd0:0x5f7,_0x5e3350:0x62d,_0x2a9a19:'gI#o',_0x364b18:0x105,_0x42144d:0x4d,_0x253bc4:0xe1,_0x350582:0x3d9,_0x43945b:0x3c0,_0x58c678:0x26b,_0x37a12a:'t3pr',_0x192a8b:0x2,_0x131924:0x588,_0x274f21:0x6cf,_0x117830:0x169,_0x2dc036:0xc5,_0x4ab535:0x1eb,_0x5c3231:0x205,_0x4f5e12:0x15f,_0xb4ac7:0x725,_0x5f0cce:0x61d,_0x4e7cef:'kkz(',_0x5343da:0xc0,_0x167e01:0x5e9,_0x18d91e:0x4af,_0x118bea:'zHa^',_0x3a430f:0x361,_0x553490:0x242,_0x58589b:'Lbdk',_0x3f983f:0x14,_0x5f0215:'q2rM',_0x3b2def:0x516,_0x549b49:'Lbdk',_0x34c805:0x24d,_0x55e4e0:'MwH*',_0x5d8f2c:0x234,_0x16baff:0x431,_0x3fc8c5:0x303,_0x4fb36e:0x44a,_0x3c0017:0x2b3,_0x459f2e:0x293,_0x552e81:0x375,_0x54a348:0x159,_0x10db97:'#%fL',_0x125d3b:0xa6,_0x521cbf:0x1d5,_0x227205:0x2a3,_0x455621:'*0Vw',_0x1b1b0c:0x26d,_0x3f5c27:0x228,_0x10b071:'C]9l',_0x3c4359:0x14e,_0x32969e:0x5,_0x2a8587:0x300,_0x1ac265:0x131,_0x2a7826:0xda,_0x3f6949:0xf1,_0x2e02c6:0x22c},_0x42e845={_0x28bdb5:0x336,_0x400128:0xa7},_0x18bb77={_0x4e107a:0xe1,_0xe3ab49:0x9f},_0x3a8380={'AEMri':_0x326f62('ZOyA',0x2d9,0x241,_0x226bd5._0x4b46c1)+_0x326f62(_0x226bd5._0x4a2b31,0xab,_0x226bd5._0x8950a8,_0x226bd5._0x4ef4f9)+_0x326f62('a7G5',_0x226bd5._0x50cfce,_0x226bd5._0x307f71,0xb0)+_0x7b987f(_0x226bd5._0x280d50,0x643,'PuOj',0x4a3)+_0x326f62(_0x226bd5._0x4722d8,0x1f9,_0x226bd5._0x3a4e82,_0x226bd5._0x4ef4f9)+_0x326f62(_0x226bd5._0x105800,0x28f,0x25a,0x105)+_0x7b987f(0x3ef,_0x226bd5._0x5c3afc,_0x226bd5._0x44c5d3,0x500)+_0x7b987f(_0x226bd5._0x41955f,_0x226bd5._0x1df31e,_0x226bd5._0x1d8b59,_0x226bd5._0x507585)+_0x326f62(_0x226bd5._0x380e36,0x1fb,_0x226bd5._0x5ab3c6,_0x226bd5._0x4a9dc6),'AsbUU':function(_0x188ed5,_0x168472){return _0x188ed5+_0x168472;},'OcyTe':_0x326f62('a7G5',_0x226bd5._0x1a2c5c,0x17b,0x129),'KhcRG':_0x7b987f(_0x226bd5._0x4b7a0c,_0x226bd5._0x3a464c,_0x226bd5._0x5f2e72,_0x226bd5._0x40ef17),'Ajolu':function(_0x1a2237,_0x5b21a5){return _0x1a2237(_0x5b21a5);},'uwCFH':function(_0x348245,_0x4601e3){return _0x348245>_0x4601e3;},'LUObA':function(_0xabd828,_0x44c407){return _0xabd828!==_0x44c407;},'lBRlj':_0x7b987f(0x4a2,0x5a4,_0x226bd5._0x3f64c7,_0x226bd5._0x566ae1),'KiSqu':_0x7b987f(0x477,_0x226bd5._0xb05144,'R^VG',_0x226bd5._0x48c39a),'vOtoM':function(_0x4af5e7,_0xa7bb1d){return _0x4af5e7!==_0xa7bb1d;},'KyyFK':_0x326f62(_0x226bd5._0x13e1d1,0x1fe,_0x226bd5._0x556895,_0x226bd5._0x5b8202),'aNQUK':function(_0x7e78c0,_0x1f00b1){return _0x7e78c0===_0x1f00b1;},'klLIY':_0x7b987f(_0x226bd5._0x3fbe8a,0x625,'4@I3',_0x226bd5._0x2d36fa)+_0x7b987f(0x630,_0x226bd5._0x485382,'5kmg',_0x226bd5._0xf1f82e),'kNhHI':'\x20\x20Seq\x20\x20ID\x20'+_0x326f62('TLrZ',0x155,_0x226bd5._0x12a611,_0x226bd5._0x6d54d9)+_0x7b987f(0x45c,_0x226bd5._0x575e84,'2YTy',_0x226bd5._0x59d1eb)+'me\x20\x20\x20\x20\x20\x20\x20\x20'+_0x326f62(_0x226bd5._0x3f128a,0xdd,0x9d,_0x226bd5._0x460dbe)+_0x326f62('&b',-_0x226bd5._0x3fed95,_0x226bd5._0xcd5887,-0x21)],undefined))_0x3a8380[_0x326f62(_0x226bd5._0x1e86a0,_0x226bd5._0x16865a,0x1a6,0xe4)]!==_0x3a8380[_0x326f62(_0x226bd5._0x2c6431,-_0x226bd5._0x4c64a9,0xe8,0x144)]?_0xcddb1a=services_1[_0x7b987f(_0x226bd5._0x3a26c6,0x5e3,_0x226bd5._0x11a998,0x738)+'e'][_0x326f62('C]9l',0x1dd,0xf8,_0x226bd5._0x357c83)+'AndSequenc'+_0x326f62('tY@@',_0x226bd5._0xe194b9,_0x226bd5._0x44cbd2,_0x226bd5._0x2cf9a7)](_0x2e3611[_0x326f62('Rvb4',_0x226bd5._0x1a32e0,_0x226bd5._0x52b5ca,0x153)],_0x2e3611[_0x326f62('C135',-0x3d,0xc3,-0x6)]):_0x5ca646[_0x7b987f(_0x226bd5._0x11a6af,_0x226bd5._0x2e5657,_0x226bd5._0x1d877a,_0x226bd5._0x8a92c9)](_0x5a8f4a[_0x326f62(_0x226bd5._0x574f3b,0xd,0xd,_0x226bd5._0x5db03f)][_0x7b987f(0x49b,0x4e7,'y1cp',_0x226bd5._0x4f3769)](_0x7b987f(0x61f,_0x226bd5._0xa9b39,_0x226bd5._0x139a88,_0x226bd5._0x290190)+_0x43ea99[_0x326f62('Z&Eq',0x1e6,0xa3,0x1a8)]+'\x0a'));else{if(_0x3a8380[_0x326f62('zHa^',_0x226bd5._0x1988bf,0x117,_0x226bd5._0x216bee)](_0x3a8380[_0x7b987f(_0x226bd5._0x28f647,0x556,_0x226bd5._0x23e775,0x48c)],_0x3a8380[_0x7b987f(0x4a0,0x5c2,_0x226bd5._0x57db5e,_0x226bd5._0x7754b8)])){_0xb85c36[_0x7b987f(0x3c8,0x512,'ZOyA',0x428)](_0x326f62('y1kx',_0x226bd5._0x21a96b,0x1e3,0x15e)+_0x326f62(_0x226bd5._0x2f243e,_0x226bd5._0x4ad844,0x111,_0x226bd5._0x5b3774)+'\x20Task\x20\x20\x20\x20\x20'+_0x326f62(_0x226bd5._0xbf5ed0,0x395,0x25f,0x32f)+_0x326f62(_0x226bd5._0x4cee98,_0x226bd5._0x4ae020,_0x226bd5._0x5950e0,_0x226bd5._0xd64c14)+_0x326f62(_0x226bd5._0x2b3573,_0x226bd5._0x270779,0x58,-_0x226bd5._0x19f23d)+_0x7b987f(_0x226bd5._0xb6d6ae,0x421,'*0Vw',_0x226bd5._0x58139c)+_0x326f62('MwH*',_0x226bd5._0x56be96,0x126,_0x226bd5._0x39f394)+_0x326f62(_0x226bd5._0xec290b,0x315,_0x226bd5._0x398507,_0x226bd5._0x2e718a)+'eat'),_0x4f7638[_0x326f62('*oVc',_0x226bd5._0x20f6d2,0x293,0x2a8)](_0x3a8380[_0x7b987f(_0x226bd5._0xc3054a,0x55c,_0x226bd5._0x380e36,_0x226bd5._0x328cf1)]);for(const _0x18a070 of _0x4fa4ba){const _0x5d85f0=_0x18a070[_0x326f62(_0x226bd5._0x16546c,-0xe0,0x46,0x9)][_0x326f62(_0x226bd5._0x55cde2,0x132,_0x226bd5._0x1b1586,0x1d9)]>-0x2201*0x1+0x1cef+-0x1*-0x526?_0x3a8380[_0x326f62(_0x226bd5._0x169a88,0x1bb,_0x226bd5._0x3df5cf,-0x7a)](_0x18a070[_0x326f62('Ub2D',_0x226bd5._0x49f1d9,_0x226bd5._0x467ec7,0x10d)][_0x7b987f(_0x226bd5._0x2f8dba,0x42c,_0x226bd5._0x26ff34,0x4ca)](-0x2398+0x1f6d+-0xb*-0x61,0x421+-0x7*0x29c+-0x1*-0xe37),_0x3a8380[_0x326f62('OtmJ',0x64,0x15c,0x2b2)]):_0x18a070[_0x326f62('q2rM',0x61,0x4e,0x10d)],_0x54d0a6=_0x18a070[_0x7b987f(_0x226bd5._0x195f94,_0x226bd5._0x2bb752,_0x226bd5._0x1f93e6,_0x226bd5._0x26b019)+_0x7b987f(_0x226bd5._0x1dc95d,0x47d,_0x226bd5._0x187233,_0x226bd5._0x136d96)+_0x326f62('Lbdk',0x32a,_0x226bd5._0x49a7a4,0x282)]?new _0x56af64(_0x18a070[_0x326f62('MGc4',_0x226bd5._0x9c48d2,_0x226bd5._0x1ffc96,0x2cd)+_0x326f62('Lbdk',_0x226bd5._0x235c4a,0x29,-0xbf)+_0x7b987f(0x608,_0x226bd5._0xd89d30,'#iVF',_0x226bd5._0x46ccca)])[_0x7b987f(0x562,0x42e,_0x226bd5._0x47f972,_0x226bd5._0x3fab60)+_0x326f62('&^73',_0x226bd5._0x16b3c7,_0x226bd5._0x1cc1c1,0xae)]():_0x3a8380[_0x326f62('tY@@',_0x226bd5._0x154dea,_0x226bd5._0x37f636,0x1c4)];_0x55b7a6['log']('\x20\x20'+_0x18a070['id']['padEnd'](0x25f4+0x3c*0x6c+0x1*-0x3f32)+'\x20'+_0x18a070[_0x7b987f(_0x226bd5._0x2a9325,_0x226bd5._0x26f0c2,_0x226bd5._0x46fdd7,_0x226bd5._0x31f456)][_0x326f62('jq&8',_0x226bd5._0x50d1dd,0x1fb,0x253)](0x1a95+-0x8*0xb0+-0x1515,0xe5*-0x1f+0x133c*-0x2+0x4245)[_0x7b987f(0x4ab,_0x226bd5._0x5b4536,'*0Vw',_0x226bd5._0x59d1eb)](-0xe*-0x2bb+0x162b*0x1+-0x1*0x3c53)+'\x20'+_0x5d85f0[_0x326f62(_0x226bd5._0x54845b,_0x226bd5._0x48b68c,_0x226bd5._0x17dbca,0x348)](-0x212d+-0x1ab3+0xefd*0x4)+'\x20'+_0x3a8380[_0x7b987f(_0x226bd5._0x334fa5,_0x226bd5._0x51ecc3,'Vkn&',0x435)](_0x3c904f,_0x18a070['status'])[_0x7b987f(0x4ef,_0x226bd5._0x312ef7,_0x226bd5._0x2b3573,0x53b)](0x1545+0x489*-0x8+0xf15)+'\x20'+_0x54d0a6);}}else _0xcddb1a=services_1[_0x7b987f(_0x226bd5._0x464e5f,0x42f,'#%fL',_0x226bd5._0x13614d)+'e']['listByTask'](_0x2e3611[_0x7b987f(0x54f,0x654,_0x226bd5._0x2f51fc,_0x226bd5._0x30ef19)]);}if(_0x3a8380['aNQUK'](_0xcddb1a[_0x326f62('q2rM',-0xa1,_0x226bd5._0x52af1c,_0x226bd5._0x3d582b)],0xd*0xce+-0x133*-0x10+-0x2f7*0xa)){console[_0x7b987f(0x53f,0x662,'[]8l',_0x226bd5._0x49fd7b)](chalk_1[_0x326f62('PuOj',0xa0,_0x226bd5._0x48d47e,_0x226bd5._0x15cdc5)][_0x7b987f(0x5bd,0x690,'Aiq3',0x653)](_0x3a8380[_0x326f62('MGc4',0x1d2,_0x226bd5._0x3cc27d,-0x4f)]));return;}console[_0x326f62('MGc4',0xa5,0x190,_0x226bd5._0xc2fd71)](chalk_1[_0x7b987f(0x63d,_0x226bd5._0x5b4f48,_0x226bd5._0x20597f,0x56f)][_0x326f62(_0x226bd5._0x506405,0x192,_0x226bd5._0x4da661,0x243)](_0x7b987f(0x4b3,_0x226bd5._0x2e7c78,_0x226bd5._0x19cef2,_0x226bd5._0x1f1f20)+_0xcddb1a[_0x7b987f(_0x226bd5._0x2d436f,_0x226bd5._0x3a605f,_0x226bd5._0x45482d,0x5c4)]+')\x0a'));function _0x326f62(_0x5e6240,_0x23a6bc,_0x23d675,_0x141d01){return _0x103180(_0x5e6240-0x59,_0x23d675- -_0x42e845._0x28bdb5,_0x5e6240,_0x141d01-_0x42e845._0x400128);}console[_0x326f62('TLrZ',_0x226bd5._0x135574,0x124,_0x226bd5._0x3d157e)](_0x3a8380[_0x7b987f(0x4d3,_0x226bd5._0x31940b,'2YTy',_0x226bd5._0x30f5fa)]),console[_0x7b987f(0x4fa,_0x226bd5._0x1d0235,'*0Vw',0x503)](_0x3a8380[_0x7b987f(_0x226bd5._0x320b80,0x6a7,_0x226bd5._0x22f362,_0x226bd5._0x170101)]);for(const _0x1ec33f of _0xcddb1a){if(_0x3a8380[_0x326f62('2YTy',_0x226bd5._0x2b16b1,_0x226bd5._0x46378a,_0x226bd5._0x537095)](_0x3a8380[_0x7b987f(_0x226bd5._0x35868c,0x340,_0x226bd5._0x4a2b31,_0x226bd5._0x13e89d)],_0x3a8380[_0x7b987f(0x5c9,0x5d8,_0x226bd5._0x3f64c7,_0x226bd5._0x5d8bc4)])){const _0x14f021=_0x3a8380[_0x7b987f(0x627,_0x226bd5._0x4b1116,_0x226bd5._0x2f243e,_0x226bd5._0x28c85a)](_0xaa172e[_0x7b987f(_0x226bd5._0x3c43e5,0x68d,_0x226bd5._0x3ff531,_0x226bd5._0x3a33d9)][_0x7b987f(_0x226bd5._0x9d1fd0,_0x226bd5._0x5e3350,_0x226bd5._0x2a9a19,0x4d2)],0xe39+0x1665+0x1245*-0x2)?_0x2217de[_0x326f62('5kmg',_0x226bd5._0x364b18,_0x226bd5._0x42144d,_0x226bd5._0x253bc4)][_0x7b987f(_0x226bd5._0x350582,0x2f1,'5kmg',_0x226bd5._0x43945b)](-0x1004+0xf6e+0x96,0x19f+0x1*0x1731+-0x18bc)+_0x326f62('&![%',0x2e8,_0x226bd5._0x58c678,0x30d):_0x59d0d1[_0x326f62(_0x226bd5._0x37a12a,0x183,0x148,-_0x226bd5._0x192a8b)],_0x1605a2=_0x2edae9[_0x7b987f(_0x226bd5._0x131924,0x502,_0x226bd5._0x47f972,_0x226bd5._0x274f21)+_0x326f62('#iVF',0x12f,_0x226bd5._0x117830,_0x226bd5._0x2dc036)+_0x326f62('&a9H',0x1f5,0xf0,_0x226bd5._0x4ab535)]?new _0x5db9a2(_0x40e7e7[_0x7b987f(0x4a1,0x3dc,'3$BV',0x5fa)+_0x326f62(_0x226bd5._0x574f3b,0x1d7,_0x226bd5._0x5c3231,_0x226bd5._0x4f5e12)+_0x7b987f(0x5ca,_0x226bd5._0xb4ac7,'[]8l',_0x226bd5._0x28c85a)])[_0x7b987f(_0x226bd5._0x5f0cce,0x569,_0x226bd5._0x4e7cef,0x6cc)+_0x326f62('Lbdk',-0x82,_0x226bd5._0x5343da,-0x7a)]():_0x3a8380[_0x7b987f(0x576,0x537,_0x226bd5._0x44c5d3,0x66d)];_0x232017[_0x7b987f(_0x226bd5._0x167e01,_0x226bd5._0x18d91e,'&a9H',0x532)]('\x20\x20'+_0x41e117['id']['padEnd'](0x4*0x233+0x7*0x4+0x1a*-0x57)+'\x20'+_0x207a4c[_0x326f62(_0x226bd5._0x118bea,_0x226bd5._0x3a430f,_0x226bd5._0x553490,0x2e5)]['slice'](0x1b08+-0x1*-0x2165+0x1f*-0x1f3,0x17*-0x1a5+0x1a09+0xbdc)[_0x326f62(_0x226bd5._0x58589b,0x9b,-_0x226bd5._0x3f983f,-0xa)](-0x215b+-0x612+0x277f)+'\x20'+_0x14f021[_0x7b987f(0x533,0x4dd,_0x226bd5._0x5f0215,_0x226bd5._0x3b2def)](-0x22*-0x17+-0x1eea+0x1bf0)+'\x20'+_0x3a8380[_0x326f62(_0x226bd5._0x549b49,0x204,_0x226bd5._0x34c805,0x2f8)](_0x51b76a,_0x69a8a2[_0x326f62(_0x226bd5._0x55e4e0,_0x226bd5._0x5d8f2c,0x1e1,0x152)])[_0x7b987f(_0x226bd5._0x16baff,0x49f,'&+'\x20'+_0x1605a2);}else{const _0x509516=_0x3a8380[_0x7b987f(0x45e,_0x226bd5._0x4fb36e,'MNrG',0x3af)](_0x1ec33f['node_name'][_0x326f62(_0x226bd5._0x506405,_0x226bd5._0x3c0017,0x1f6,_0x226bd5._0x459f2e)],-0x2f*0xc1+0x618+0x1d6b)?_0x3a8380['EZPlp'](_0x1ec33f[_0x7b987f(0x43d,_0x226bd5._0x552e81,_0x226bd5._0x4cee98,0x3a5)][_0x326f62('C]9l',0x1e5,_0x226bd5._0x54a348,0x120)](0x2391+-0x1*-0x292+-0x2623,0x58a*0x1+0x275*0x3+0x447*-0x3),_0x3a8380[_0x326f62(_0x226bd5._0x10db97,-0xa3,0x30,0x123)]):_0x1ec33f[_0x326f62(_0x226bd5._0x4722d8,_0x226bd5._0x125d3b,_0x226bd5._0x521cbf,_0x226bd5._0x227205)],_0x537e28=chalkStatus(_0x1ec33f['status']);console['log']('\x20\x20'+String(_0x1ec33f[_0x326f62(_0x226bd5._0x455621,_0x226bd5._0x1b1b0c,_0x226bd5._0x3f5c27,0x10a)])[_0x326f62(_0x226bd5._0x10b071,0xaa,_0x226bd5._0x3c4359,_0x226bd5._0x32969e)](0x2*0x99f+0xbeb+-0x1f27)+_0x326f62('XH)b',_0x226bd5._0x2a8587,0x1cd,_0x226bd5._0x1ac265)+_0x1ec33f['id'][_0x326f62(_0x226bd5._0xbf5ed0,_0x226bd5._0x2a7826,-0x5,_0x226bd5._0x3f6949)](0x1*0x4f5+-0x506+0x25*0x1)+'\x20'+_0x509516[_0x326f62(_0x226bd5._0x20597f,-0x1e,0xdc,0x229)](0x1ce7+0x2*-0x1cf+-0x1935)+'\x20'+_0x537e28);}}console[_0x326f62('RvcK',_0x226bd5._0xd64c14,_0x226bd5._0x2e02c6,0x242)]();}function updateNodeCommand(_0x57eff2){const _0x114a18={_0x1769a9:0x3c5,_0x129e39:0x395,_0x2aea0d:0x411,_0x108ecf:0x428,_0x1f6cc6:0x176,_0x43bf52:0x1b0,_0x2950b9:0x48c,_0x4bf131:0x3e4,_0x52c664:'*oVc',_0x3d767d:'C]9l',_0x1b94b0:0x53e,_0x8f8937:0x15b,_0x25e01e:0x2cc,_0x507f7e:0x30d,_0x43a74d:0x29a,_0x2ad161:'q2rM',_0x233fad:'7z5q',_0x51dd07:0x3af,_0x59a98a:0x4f2,_0x1802e4:0x400,_0x5c5557:0x216,_0x490e69:0x1b2,_0x5d6ac1:0x29d,_0x4b4be1:0x15a,_0x1b9629:0x50e,_0x39b6a6:0x559,_0xc7163b:0x5a8,_0x32a722:'PuOj',_0x179413:0x3f3,_0x1b99cf:0x2b6,_0x211920:0x3c0,_0x398b76:0x3a9,_0x54b8b1:0x18a,_0x58dfeb:0x246,_0x33e665:'OtmJ',_0x164242:0x2ef,_0x30cd56:0x344,_0x14ea2d:0x228,_0x2682e4:'7z5q',_0x14b005:0x36f,_0x5be06c:0x3f8,_0x5b8007:'C135',_0x588914:0x149,_0x617569:0x179,_0x321e2f:0xe8,_0x2fdf7b:0x172,_0x3772cf:0xaf,_0x51c290:'gI#o',_0x1947b9:0x37f,_0x31ab5c:'Lbdk',_0x39472b:0x306,_0x113591:0x41e,_0x445305:0x506,_0x1f9637:0x488,_0x351ca3:0x51f,_0x57437c:'kkz(',_0x1ec364:0x29e,_0x1e787a:0x36b,_0x15291d:0x4b5,_0x61b2a4:0x402,_0x4534f2:0x50f,_0x368ae7:0x113,_0x117cdb:'Aiq3',_0x25dd92:0x2d0,_0x160ce8:0x131,_0x1294ad:0x251,_0x5ca097:0x3bb,_0x2a732a:0x331,_0xa7ffea:0x33e,_0x884662:'C]9l',_0x4c2d2d:0x41e,_0x3e0e76:0x28c,_0x7e1fc:0x1ee,_0x31f409:0x26a,_0x91cba9:0x262,_0x2563d2:0x4dc,_0x386146:0x178,_0x2c2455:0x210,_0x4cbd72:'TLrZ',_0x2ffb9d:0x21f,_0x26dbab:0x345,_0x5a5277:'RvcK',_0x420215:0x239,_0x44b5ba:0x2ea,_0xa932b1:'ZOyA',_0x2548c3:0x438,_0x39db5f:0x4ba,_0x26187b:'ydVK',_0x2eacb1:0x5d4,_0x36d1b1:0x4bf,_0x2f83e3:'5kmg',_0x5a4595:0x4fe,_0x230651:0x452,_0x506a1f:0x59d,_0x3b75f0:'#%fL',_0x3f8ec7:0x586,_0x4d0654:0x1c2,_0x5392b0:0x56d,_0x220d00:0x466,_0x29568b:0x3ef,_0x4b209e:'RvcK',_0x21f000:0x42a,_0x15642b:0x316,_0xdee49:0x2ac,_0x58b9a1:0x2fe,_0xa9d435:'2YTy',_0x6e18a6:0x261,_0x4a48fc:0x381,_0x190577:0x2de,_0x44311d:'&![%',_0x74c8d1:0x43d,_0x4efc71:0x18e,_0x5ae4d8:'&![%',_0x1a04f0:0x397,_0xb4ec12:0x278,_0x43ff01:'y1cp',_0x51ea9d:0x13f,_0x2b6ccd:'XH)b',_0x36ee31:0x545,_0x1e5379:0x504,_0x23c59d:0x60b,_0x4855b6:'Aiq3',_0x20fa3a:0x233,_0x350e3e:0x485,_0x3351d8:0x1f4,_0x57bfcf:0x1ea,_0x5c6370:'&^73',_0x3e0f43:0x3ba,_0x5c08ff:'[]8l',_0x10f2f8:0x4a9,_0x429c4d:0x426,_0x314d47:0x39c,_0x293cc8:0x286,_0x35fc98:0x210,_0x26ea38:0x108,_0x43d3ae:'3$BV',_0x326a0c:0x419,_0x26d2cf:0x39a,_0x1f19ec:0x472,_0x4afc7a:'kkz(',_0x44932e:0x2c7,_0x27e745:0x3cd,_0x5ef688:0x3b4,_0x43bc82:0x3d9,_0x60be92:'MwH*',_0x1cdc59:'4@I3',_0x4c1678:0x58c,_0x32f084:0x447,_0x5d012e:0x481,_0x1c4229:0x422,_0x5ea5fd:0x2f9,_0x837987:0x1a4,_0x15fe54:'C135',_0x3779af:0x5a2,_0x46d540:0x515,_0x3228da:0x4c6,_0x4459be:0x460,_0x6f7a7:0x47c,_0x540dde:0x3d0,_0x5c65e1:'oq&S',_0x51554b:'HfYP',_0xb5ff9a:0x434,_0x5f2177:0x42b,_0x405f3a:'tY@@',_0x31bcc1:0x4c3,_0x517f20:0x4d6,_0x4dda2e:0x3d0,_0x19a1f2:'oq&S',_0x1ac5f1:0x277,_0x1f243f:0x287,_0x3815ec:'oH4[',_0x150f04:0x44e,_0x34a2a7:0x3a4,_0x2d95b6:0x21a,_0x26dd41:0x18e,_0x495044:0x245,_0x448291:'XH)b',_0x1aac99:0x434,_0x343b83:0x233,_0x3e134e:'ydVK',_0x1db9e7:0x2c4},_0x4445a1={_0x13412a:0x87,_0x1c46ce:0x1aa},_0x4db083={_0x2442b9:0x17a},_0x10e8a3={};_0x10e8a3[_0x638516('t3pr',0x360,_0x114a18._0x1769a9,0x414)]=_0x638516('Z&Eq',0x3ee,_0x114a18._0x129e39,0x293)+_0x638516('XH)b',_0x114a18._0x2aea0d,_0x114a18._0x108ecf,0x380);function _0x5898fe(_0x9ba915,_0x48b3a5,_0x5c21b4,_0x2b1b23){return _0x103180(_0x9ba915-0x1aa,_0x5c21b4- -0x1a9,_0x2b1b23,_0x2b1b23-_0x4db083._0x2442b9);}_0x10e8a3[_0x5898fe(0x7f,_0x114a18._0x1f6cc6,_0x114a18._0x43bf52,'8Sm!')]=function(_0x3b643f,_0xdc7304){return _0x3b643f!==_0xdc7304;};function _0x638516(_0x49478e,_0x238921,_0x48fcc2,_0x1e1b2a){return _0x103180(_0x49478e-_0x4445a1._0x13412a,_0x48fcc2-0x9,_0x49478e,_0x1e1b2a-_0x4445a1._0x1c46ce);}_0x10e8a3[_0x5898fe(0x501,_0x114a18._0x2950b9,_0x114a18._0x4bf131,_0x114a18._0x52c664)]=_0x638516(_0x114a18._0x3d767d,0x46e,0x3f6,_0x114a18._0x1b94b0),_0x10e8a3[_0x5898fe(_0x114a18._0x8f8937,0x305,0x25e,'OtmJ')]=_0x5898fe(_0x114a18._0x25e01e,0x4fc,0x3ab,'t3pr'),_0x10e8a3[_0x5898fe(_0x114a18._0x507f7e,0x1ef,_0x114a18._0x43a74d,_0x114a18._0x2ad161)]=function(_0x322a48,_0x2504ac){return _0x322a48>_0x2504ac;},_0x10e8a3[_0x638516(_0x114a18._0x233fad,0x2c6,_0x114a18._0x51dd07,0x4b7)]=_0x638516('A&ea',_0x114a18._0x59a98a,_0x114a18._0x1802e4,0x42c),_0x10e8a3[_0x5898fe(_0x114a18._0x5c5557,_0x114a18._0x490e69,_0x114a18._0x5d6ac1,'C135')]=function(_0x367fed,_0x4175ad){return _0x367fed===_0x4175ad;},_0x10e8a3[_0x5898fe(_0x114a18._0x4b4be1,0x16a,0x252,'t3pr')]=_0x638516('Ub2D',_0x114a18._0x1b9629,_0x114a18._0x39b6a6,_0x114a18._0xc7163b),_0x10e8a3[_0x638516(_0x114a18._0x32a722,_0x114a18._0x179413,0x51c,0x4b9)]=_0x5898fe(_0x114a18._0x1b99cf,0x492,0x3bb,'*0Vw')+_0x638516('#%fL',0x414,_0x114a18._0x211920,_0x114a18._0x398b76);const _0x356985=_0x10e8a3;let _0xec6d3d;if(_0x57eff2[_0x5898fe(0x1d2,0x202,_0x114a18._0x54b8b1,'C135')])try{if(_0x356985[_0x5898fe(_0x114a18._0x58dfeb,0x3cf,0x2f8,_0x114a18._0x33e665)](_0x356985[_0x5898fe(_0x114a18._0x164242,0x1c7,0x227,'2YTy')],_0x356985[_0x5898fe(_0x114a18._0x30cd56,0x27e,_0x114a18._0x14ea2d,_0x114a18._0x2682e4)]))_0xec6d3d=JSON[_0x5898fe(_0x114a18._0x14b005,_0x114a18._0x5be06c,0x2be,_0x114a18._0x5b8007)](_0x57eff2[_0x5898fe(_0x114a18._0x588914,_0x114a18._0x617569,0x1c9,'Ub2D')]);else{const _0x35fb03=_0x5700fa[_0x5898fe(0xd5,_0x114a18._0x321e2f,_0x114a18._0x2fdf7b,'4@I3')+'e'][_0x5898fe(0xb3,_0x114a18._0x3772cf,0x1c7,_0x114a18._0x51c290)](_0x58ad8d['id']);_0x35fb03[_0x638516('R^VG',0x3e6,_0x114a18._0x1947b9,0x255)]?_0xbb28b[_0x638516(_0x114a18._0x31ab5c,0x485,0x34b,_0x114a18._0x39472b)](_0x55f318[_0x638516('HIUr',_0x114a18._0x113591,0x380,0x44a)][_0x638516('8Sm!',0x473,_0x114a18._0x445305,0x592)](_0x356985[_0x638516(_0x114a18._0x2ad161,_0x114a18._0x1f9637,_0x114a18._0x351ca3,0x45c)])):_0x3ca009[_0x5898fe(0x35a,0x3ab,0x326,_0x114a18._0x57437c)](_0x138a75[_0x638516('q2rM',_0x114a18._0x1ec364,0x348,0x315)][_0x638516('R^VG',0x342,0x467,_0x114a18._0x1e787a)](_0x638516('y1kx',0x4cb,_0x114a18._0x15291d,_0x114a18._0x61b2a4)+_0x35fb03[_0x5898fe(_0x114a18._0x4534f2,0x4ea,0x3fd,'MNrG')]+'\x0a'));}}catch{console[_0x5898fe(_0x114a18._0x368ae7,0x93,0x182,_0x114a18._0x117cdb)](chalk_1[_0x5898fe(_0x114a18._0x25dd92,_0x114a18._0x160ce8,_0x114a18._0x1294ad,'ZOyA')][_0x638516('#%fL',_0x114a18._0x5ca097,_0x114a18._0x2a732a,_0x114a18._0xa7ffea)](_0x638516(_0x114a18._0x884662,0x522,0x453,_0x114a18._0x4c2d2d)+_0x5898fe(0x142,_0x114a18._0x3e0e76,_0x114a18._0x7e1fc,'MwH*')+_0x5898fe(_0x114a18._0x31f409,_0x114a18._0x91cba9,0x2c2,'6n(u')+_0x5898fe(0x3cf,_0x114a18._0x2563d2,0x3f1,'&^73')+_0x5898fe(_0x114a18._0x386146,_0x114a18._0x2c2455,0x2b9,'C135')));return;}if(_0xec6d3d&&_0x356985[_0x5898fe(0x3be,0x4ed,0x3fc,_0x114a18._0x4cbd72)](_0xec6d3d[_0x5898fe(0x42b,_0x114a18._0x2ffb9d,_0x114a18._0x26dbab,_0x114a18._0x5a5277)],0x231*0xb+-0xd85*0x1+-0xa96)){const _0x4e3366=services_1[_0x5898fe(_0x114a18._0x420215,0x3b0,_0x114a18._0x44b5ba,_0x114a18._0xa932b1)+'e'][_0x638516('Vkn&',0x4d6,0x37e,_0x114a18._0x2548c3)](_0x57eff2['id']);!_0x4e3366[_0x5898fe(0x322,_0x114a18._0x39db5f,0x3ac,'q2rM')]&&(_0x356985[_0x638516(_0x114a18._0x26187b,0x6b0,_0x114a18._0x2eacb1,0x55f)](_0x356985[_0x638516(_0x114a18._0x4cbd72,0x3ad,_0x114a18._0x36d1b1,0x3fd)],_0x356985[_0x638516(_0x114a18._0x2f83e3,_0x114a18._0x5a4595,_0x114a18._0x230651,_0x114a18._0x506a1f)])?_0x411b09[_0x5898fe(0x29a,0x3ab,0x396,_0x114a18._0x3b75f0)](_0x2a2ea6[_0x638516('5kmg',0x664,0x528,_0x114a18._0x3f8ec7)]['yellow'](_0x5898fe(0x2d7,0x302,_0x114a18._0x4d0654,'8Sm!')+_0x638516('yXc%',_0x114a18._0x5392b0,_0x114a18._0x220d00,_0x114a18._0x29568b)+_0x638516(_0x114a18._0x4b209e,_0x114a18._0x21f000,0x371,_0x114a18._0x15642b)+_0x5898fe(0x237,_0x114a18._0xdee49,_0x114a18._0x58b9a1,_0x114a18._0xa9d435)+_0x817e47[_0x638516('zHa^',_0x114a18._0x6e18a6,0x399,_0x114a18._0x4a48fc)+_0x5898fe(0x66,_0x114a18._0x190577,0x1b1,_0x114a18._0x44311d)]+(_0x5898fe(0x35a,_0x114a18._0x74c8d1,0x417,'zHa^')+_0x5898fe(0x2a7,_0x114a18._0x4efc71,0x1d1,_0x114a18._0x5ae4d8)+'ed'))):console[_0x5898fe(_0x114a18._0x1a04f0,0x1f5,_0x114a18._0xb4ec12,_0x114a18._0x43ff01)](chalk_1['default'][_0x5898fe(0x294,_0x114a18._0x51ea9d,0x200,_0x114a18._0x117cdb)]('Warning:\x20M'+_0x638516(_0x114a18._0x2b6ccd,_0x114a18._0x36ee31,_0x114a18._0x1e5379,_0x114a18._0x23c59d)+_0x638516(_0x114a18._0x4855b6,_0x114a18._0x20fa3a,_0x114a18._0x4a48fc,_0x114a18._0x350e3e)+_0x5898fe(_0x114a18._0x3351d8,0x1b5,_0x114a18._0x57bfcf,_0x114a18._0x5c6370)+_0x4e3366[_0x638516('MwH*',0x63f,0x4f9,_0x114a18._0x3e0f43)+_0x638516(_0x114a18._0x5c08ff,_0x114a18._0x10f2f8,_0x114a18._0x429c4d,_0x114a18._0x314d47)]+(_0x5898fe(0x2ba,0x13e,_0x114a18._0x293cc8,_0x114a18._0x31ab5c)+_0x5898fe(_0x114a18._0x35fc98,_0x114a18._0x26ea38,0x1d7,'y1cp')+'ed'))));}const _0x3e783e=services_1[_0x638516(_0x114a18._0x43d3ae,0x50b,0x5a5,0x4a9)+'e'][_0x638516('Ub2D',0x3a5,_0x114a18._0x326a0c,_0x114a18._0x445305)](_0x57eff2['id'],{'status':_0x57eff2[_0x5898fe(_0x114a18._0x26d2cf,_0x114a18._0x1f19ec,0x359,_0x114a18._0x4afc7a)],'review_comment':_0x57eff2[_0x5898fe(0x483,_0x114a18._0x44932e,_0x114a18._0x27e745,'[]8l')+_0x5898fe(0x3f4,_0x114a18._0x5ef688,_0x114a18._0x43bc82,_0x114a18._0x60be92)],'issues':_0xec6d3d,'reviewer_id':_0x57eff2[_0x638516(_0x114a18._0x1cdc59,_0x114a18._0x4c1678,_0x114a18._0x32f084,_0x114a18._0x5d012e)],'timeout':_0x57eff2[_0x5898fe(0x37f,_0x114a18._0x1c4229,_0x114a18._0x5ea5fd,'7z5q')],'extend_timeout':_0x57eff2[_0x5898fe(_0x114a18._0x837987,0x118,0x245,'MwH*')+'out']});_0x3e783e['success']?_0x356985['pmrhl'](_0x356985[_0x638516(_0x114a18._0x15fe54,_0x114a18._0x3779af,_0x114a18._0x46d540,_0x114a18._0x3228da)],_0x356985[_0x5898fe(0x1ed,0x240,0x268,_0x114a18._0x3b75f0)])?console[_0x5898fe(_0x114a18._0x4459be,_0x114a18._0x6f7a7,_0x114a18._0x540dde,_0x114a18._0x5c65e1)](chalk_1[_0x638516(_0x114a18._0x51554b,0x4e7,_0x114a18._0xb5ff9a,_0x114a18._0x5f2177)][_0x638516(_0x114a18._0x405f3a,_0x114a18._0x31bcc1,0x4fb,0x5ae)](_0x356985[_0x5898fe(0x201,0x20b,0x2d8,_0x114a18._0x2ad161)])):_0x5d426b[_0x5898fe(0x370,_0x114a18._0x517f20,_0x114a18._0x4dda2e,_0x114a18._0x19a1f2)](_0x5898fe(_0x114a18._0x1ac5f1,_0x114a18._0x1f243f,0x374,'&![%')+_0x51c5b3[_0x638516(_0x114a18._0x3815ec,0x485,0x423,_0x114a18._0x150f04)]+'\x20('+_0x23485b[_0x5898fe(_0x114a18._0x34a2a7,_0x114a18._0x2d95b6,0x25d,_0x114a18._0x5c6370)]+')'):console[_0x5898fe(_0x114a18._0x26dd41,_0x114a18._0x495044,0x215,_0x114a18._0x448291)](chalk_1[_0x638516('HfYP',0x3eb,_0x114a18._0x1aac99,0x323)][_0x5898fe(0x22e,0x251,_0x114a18._0x343b83,_0x114a18._0x3e134e)](_0x638516(_0x114a18._0x3d767d,0x4b6,0x4f3,0x3c9)+_0x3e783e[_0x638516('y1kx',0x3b6,0x3d7,_0x114a18._0x1db9e7)]+'\x0a'));}function assignNodeCommand(_0x4dd104){const _0x70c7d0={_0x195282:0x65f,_0x37f80f:'yXc%',_0x49a7bc:0x519,_0x4d9f4e:0x61b,_0x5052ad:0x56c,_0x5bee76:0x724,_0x2b9270:'#%fL',_0x1e4367:0x669,_0x4dc45a:0x66d,_0x4fa79b:'ZOyA',_0x9274aa:0x784,_0x1a3818:0x283,_0x593e4b:'C]9l',_0x4b98e3:0x294,_0x41f878:0x443,_0x2560c0:'Z&Eq',_0xa85996:0x303,_0x29a63d:0x4d1,_0x5c2500:0x50c,_0x14b3db:'Ub2D',_0x375706:0x4fe,_0x276b7d:0x5d9,_0x3313d7:0x370,_0x5f27e0:0x295,_0x5ac87f:0x5b0,_0x5b7aa9:'HIUr',_0x46ff22:0x587,_0x1136d3:0x305,_0x585133:0x279,_0x2e7400:'#%fL',_0x20228f:0x4cc,_0x34293c:0x463,_0x417dc8:0x508,_0x278091:0x2a2,_0x478424:0x1e8,_0x21b2f1:'*0Vw',_0x58a0a3:0x286,_0x4f8c40:0x377,_0x16a3d9:0x47e,_0x1bf65e:'C135',_0x1a6a44:0x2c1,_0x564844:0x45e,_0x2bbf7f:0x611,_0x1accb1:0x5f9,_0xb4926d:0x562,_0x2a3764:'oq&S',_0x5db9e7:0x2e3,_0x5b6e66:0x314,_0xbf9680:0x2f4,_0x5cb925:0x2e8,_0x563eb8:'Aiq3',_0x470c7b:0x3b5},_0x587182={_0x5ce148:0x25c};function _0x36a704(_0x4ded9a,_0x249062,_0x5a36b9,_0x2e3bda){return _0x430f64(_0x4ded9a-0x116,_0x249062,_0x4ded9a-0x484,_0x2e3bda-0x15d);}const _0x3bc224={};function _0x2bd16a(_0x2f4d9e,_0x11a2d4,_0x2508fe,_0x50cc4b){return _0x430f64(_0x2f4d9e-0x85,_0x11a2d4,_0x50cc4b-_0x587182._0x5ce148,_0x50cc4b-0x72);}_0x3bc224[_0x36a704(_0x70c7d0._0x195282,_0x70c7d0._0x37f80f,_0x70c7d0._0x49a7bc,_0x70c7d0._0x4d9f4e)]=_0x36a704(0x5d3,'OtmJ',0x539,_0x70c7d0._0x5052ad)+_0x36a704(_0x70c7d0._0x5bee76,_0x70c7d0._0x2b9270,_0x70c7d0._0x1e4367,0x6f3)+_0x36a704(0x6c5,'Rvb4',0x6bc,0x797),_0x3bc224[_0x36a704(_0x70c7d0._0x4dc45a,_0x70c7d0._0x4fa79b,0x6a7,_0x70c7d0._0x9274aa)]=function(_0x5600d3,_0x222013){return _0x5600d3!==_0x222013;},_0x3bc224[_0x2bd16a(0x317,'XH)b',0x267,_0x70c7d0._0x1a3818)]=_0x36a704(0x570,_0x70c7d0._0x593e4b,0x46a,0x6aa),_0x3bc224[_0x2bd16a(0x4aa,'6n(u',_0x70c7d0._0x4b98e3,0x3df)]=_0x2bd16a(_0x70c7d0._0x41f878,_0x70c7d0._0x2560c0,_0x70c7d0._0xa85996,0x341)+_0x36a704(0x636,'&![%',0x6e2,0x610)+_0x36a704(_0x70c7d0._0x29a63d,'Lbdk',0x416,0x49b);const _0x3bd2f7=_0x3bc224,_0x185fcb=services_1[_0x36a704(_0x70c7d0._0x5c2500,_0x70c7d0._0x14b3db,0x4f7,0x426)+'e'][_0x36a704(0x4df,'t3pr',_0x70c7d0._0x375706,_0x70c7d0._0x276b7d)+_0x2bd16a(_0x70c7d0._0x3313d7,'3$BV',_0x70c7d0._0x5f27e0,0x2e0)](_0x4dd104['id'],_0x4dd104[_0x36a704(_0x70c7d0._0x5ac87f,_0x70c7d0._0x5b7aa9,0x49a,0x699)]);_0x185fcb[_0x36a704(_0x70c7d0._0x46ff22,'3$BV',0x687,0x44a)]?_0x3bd2f7[_0x2bd16a(0x2bc,'gI#o',_0x70c7d0._0x1136d3,0x286)](_0x3bd2f7[_0x2bd16a(_0x70c7d0._0x585133,_0x70c7d0._0x2e7400,0x2c0,0x345)],_0x36a704(_0x70c7d0._0x20228f,'yXc%',_0x70c7d0._0x34293c,_0x70c7d0._0x417dc8))?console[_0x2bd16a(0x58e,'Ub2D',0x4f3,0x4da)](chalk_1[_0x2bd16a(0x3f7,'4@I3',0x357,_0x70c7d0._0x278091)]['green'](_0x3bd2f7[_0x2bd16a(_0x70c7d0._0x478424,_0x70c7d0._0x21b2f1,_0x70c7d0._0x58a0a3,0x27e)])):_0x1d7d84[_0x2bd16a(0x573,'RvcK',_0x70c7d0._0x4f8c40,0x4c1)](_0x385b5e[_0x2bd16a(_0x70c7d0._0x16a3d9,_0x70c7d0._0x1bf65e,0x619,0x52d)][_0x2bd16a(_0x70c7d0._0x1a6a44,'zHa^',_0x70c7d0._0x564844,0x404)](_0x3bd2f7[_0x36a704(_0x70c7d0._0x2bbf7f,'zHa^',_0x70c7d0._0x1accb1,_0x70c7d0._0xb4926d)])):console[_0x2bd16a(0x49d,_0x70c7d0._0x2a3764,0x3d0,0x4d8)](chalk_1['default'][_0x2bd16a(_0x70c7d0._0x5db9e7,'XH)b',_0x70c7d0._0x5b6e66,_0x70c7d0._0xbf9680)](_0x36a704(0x4e2,'oH4[',0x620,0x3e8)+_0x185fcb[_0x2bd16a(_0x70c7d0._0x5cb925,_0x70c7d0._0x563eb8,0x500,_0x70c7d0._0x470c7b)]+'\x0a'));}function unassignNodeCommand(_0x6a7050){const _0x2e18bb={_0x3218d6:'MGc4',_0x5a58f2:0x4b6,_0x29e711:'6n(u',_0x434228:0x60b,_0x9629b5:'RvcK',_0x275201:0x555,_0x1cebfd:0x609,_0x21ae8b:0x4d2,_0x25443a:0x58c,_0x4f9608:0x4e8,_0x4747ef:0x599,_0x323b09:'XH)b',_0x283d57:0x6de,_0x4ed802:0x66a,_0x2742c8:0x423,_0x3b88a3:'&![%',_0x115f8a:0x500,_0x24c124:0x450,_0x44818f:0x4c5,_0x451d99:0x417,_0x360e1b:0x3d2,_0x474033:'oq&S',_0x52b1a3:0x513,_0x478f01:0x5c7,_0x4eed2f:0x4b1,_0x4bf611:'C]9l'},_0x1e8d39={_0x36dce3:0x192,_0x8a1b2e:0x489},_0x10f4b7={_0xa5f051:0xa4,_0x22026e:0x255,_0x2f1bfb:0x143},_0x42e8a7={};_0x42e8a7[_0x208c83(0x563,_0x2e18bb._0x3218d6,_0x2e18bb._0x5a58f2,0x607)]='\x0a✓\x20Node\x20un'+_0x208c83(0x526,_0x2e18bb._0x29e711,_0x2e18bb._0x434228,0x723);const _0x1e65fe=_0x42e8a7,_0x786641=services_1[_0x407653(0x4a8,'q2rM',0x28c,0x36e)+'e'][_0x208c83(0x506,_0x2e18bb._0x9629b5,_0x2e18bb._0x275201,_0x2e18bb._0x1cebfd)](_0x6a7050['id']);function _0x407653(_0x4311b5,_0x248a1c,_0x5b3778,_0x304fa1){return _0x430f64(_0x4311b5-_0x10f4b7._0xa5f051,_0x248a1c,_0x304fa1-_0x10f4b7._0x22026e,_0x304fa1-_0x10f4b7._0x2f1bfb);}function _0x208c83(_0x18e961,_0x1cba5a,_0x3823ea,_0x401e74){return _0x430f64(_0x18e961-_0x1e8d39._0x36dce3,_0x1cba5a,_0x3823ea-_0x1e8d39._0x8a1b2e,_0x401e74-0x112);}_0x786641[_0x208c83(_0x2e18bb._0x21ae8b,'3$BV',_0x2e18bb._0x25443a,0x6b8)]?console[_0x208c83(0x5de,'Z&Eq',_0x2e18bb._0x4f9608,_0x2e18bb._0x4747ef)](chalk_1[_0x208c83(0x798,_0x2e18bb._0x323b09,_0x2e18bb._0x283d57,_0x2e18bb._0x4ed802)][_0x407653(_0x2e18bb._0x2742c8,_0x2e18bb._0x3b88a3,_0x2e18bb._0x115f8a,_0x2e18bb._0x24c124)](_0x1e65fe[_0x407653(0x318,'ZOyA',0x3db,0x360)])):console[_0x208c83(0x5b2,'6n(u',0x56a,_0x2e18bb._0x44818f)](chalk_1[_0x407653(0x48a,'8Sm!',_0x2e18bb._0x451d99,0x4ca)][_0x208c83(_0x2e18bb._0x360e1b,_0x2e18bb._0x474033,_0x2e18bb._0x52b1a3,_0x2e18bb._0x478f01)](_0x208c83(0x394,'oq&S',_0x2e18bb._0x4eed2f,0x5cb)+_0x786641[_0x208c83(_0x2e18bb._0x434228,_0x2e18bb._0x4bf611,0x5fa,0x5da)]+'\x0a'));}function chalkStatus(_0x1e1b63){const _0x372e06={_0x159707:0x163,_0x5e59f7:'R^VG',_0x42e7cd:0x23b,_0x3e8356:0xb3,_0x6adce1:'ZOyA',_0x1c869e:0x56,_0x1e1ed9:0x3b,_0x5b113d:0x77,_0x39169a:'a7G5',_0x3e1264:0xe3,_0x269ac9:0x11e,_0x27f28d:0x230,_0x220f13:0x1a2,_0x9a7b4e:0x17a,_0x3195d9:0x26f,_0x1fe65d:0x13b,_0x35a93f:'MNrG',_0x164748:0x16b,_0x22227c:'Z&Eq',_0x1df818:0x124,_0x3479f8:'yXc%',_0x13df1a:0xaa,_0x1e1bcd:'y1kx',_0x5c2d52:'RvcK',_0x3f0e3d:0x113,_0x1d03b1:0xfd,_0x4d7a02:0x14b,_0xb90d2b:0x2a0,_0x7e4ac9:'*oVc',_0x10693f:0x8b,_0x5f514e:0xa1,_0x3deb03:0xba,_0x1deba5:'q2rM',_0x10256d:0x5c,_0x218ac8:0x15,_0x5eada9:0x24e,_0x3b6be7:'t3pr',_0x50a4e0:0x2b0,_0x5cd879:0x268},_0x460d55={_0x209351:0x13,_0x5cabad:0x14b},_0x5b9b40={_0x5773d7:0x3dd},_0x3b0525={};_0x3b0525[_0x520fd5(_0x372e06._0x159707,_0x372e06._0x5e59f7,_0x372e06._0x42e7cd,0x25f)]=_0x520fd5(_0x372e06._0x3e8356,_0x372e06._0x6adce1,0x193,_0x372e06._0x1c869e),_0x3b0525[_0x520fd5(0x28,'tY@@',-_0x372e06._0x1e1ed9,0x5b)]=_0x520fd5(_0x372e06._0x5b113d,_0x372e06._0x39169a,_0x372e06._0x3e1264,_0x372e06._0x269ac9)+_0x2580e1(0x189,_0x372e06._0x27f28d,_0x372e06._0x220f13,'a7G5');function _0x520fd5(_0x4e8f68,_0x4b59b9,_0x3558c9,_0x2e9c5d){return _0x103180(_0x4e8f68-0x8,_0x4e8f68- -_0x5b9b40._0x5773d7,_0x4b59b9,_0x2e9c5d-0x10);}_0x3b0525[_0x520fd5(0x174,'TLrZ',0x2a1,0x2bb)]=_0x2580e1(_0x372e06._0x9a7b4e,_0x372e06._0x3195d9,_0x372e06._0x1fe65d,_0x372e06._0x35a93f),_0x3b0525[_0x520fd5(_0x372e06._0x164748,_0x372e06._0x22227c,0x1a0,0x173)]=_0x520fd5(-0x8a,'#%fL',-_0x372e06._0x1df818,-0x146);function _0x2580e1(_0x512bde,_0xcd349f,_0x14d3d4,_0x2463c3){return _0x430f64(_0x512bde-0x87,_0x2463c3,_0xcd349f-_0x460d55._0x209351,_0x2463c3-_0x460d55._0x5cabad);}const _0x69db96=_0x3b0525,_0x1b86b4={'pending':chalk_1[_0x520fd5(-0x22,_0x372e06._0x3479f8,-_0x372e06._0x13df1a,-0x4b)][_0x520fd5(0xd8,_0x372e06._0x1e1bcd,0xa1,0xbf)](_0x69db96[_0x520fd5(0x1c2,_0x372e06._0x5c2d52,_0x372e06._0x3f0e3d,0x1cd)]),'in_progress':chalk_1[_0x520fd5(_0x372e06._0x1d03b1,'#iVF',_0x372e06._0x4d7a02,0x132)][_0x2580e1(0x3c1,_0x372e06._0xb90d2b,0x288,_0x372e06._0x7e4ac9)]('in_progres'+'s'),'pending_review':chalk_1['default']['cyan'](_0x69db96[_0x2580e1(_0x372e06._0x10693f,_0x372e06._0x5f514e,0x147,'oH4[')]),'completed':chalk_1[_0x2580e1(-0xa0,0x55,_0x372e06._0x3deb03,_0x372e06._0x1deba5)][_0x520fd5(-0x89,'gI#o',_0x372e06._0x10256d,-_0x372e06._0x218ac8)](_0x69db96[_0x2580e1(0x354,_0x372e06._0x5eada9,0x2cf,_0x372e06._0x3b6be7)]),'failed':chalk_1[_0x2580e1(_0x372e06._0x50a4e0,_0x372e06._0x5cd879,0x13f,'XH)b')]['red'](_0x69db96['fCnXo'])};return _0x1b86b4[_0x1e1b63]||_0x1e1b63;}function updateNodeHeartbeatCommand(_0x40629d){const _0x462820={_0x1444e0:0x142,_0x66d46d:'tY@@',_0x14082c:0xc5,_0x3c6129:'RvcK',_0x3fb019:0x30e,_0x661374:'&![%',_0x5abb2d:0x1,_0x4c4e07:0x52,_0x5e2826:'TLrZ',_0x5e3da5:0x4ff,_0x24ea12:0x4c1,_0x88dc61:0x54b,_0xca0263:0x5ec,_0x59d38c:0x716,_0x4bc6a8:0x631,_0x175c73:0x64a,_0xf630b1:0x189,_0x4f2d5c:'&^73',_0xae7db3:'Rvb4',_0x296431:0xa0,_0x5ef3de:0x8a,_0x352cb0:0x72f,_0x28eeef:0x6fa,_0x1a2064:0xd4,_0x1a7698:0x96,_0x4d2c4b:0x692,_0x2c8e76:0x525,_0x54389f:'ydVK',_0x1ab9c9:0x182,_0x112100:'&![%',_0x523d2f:0x3f,_0x4d1e47:0x67e,_0x22caed:'tY@@',_0x50d9b7:0x124,_0x225e45:0x491,_0x4295eb:0x425,_0x5bb9c4:0x54a,_0xef2344:'y1kx',_0x714147:0x595,_0x576d34:'oH4[',_0x243d1b:0x4a1,_0x2241ac:0x6fb,_0x47343c:'&a9H',_0x2aeb49:0x4c,_0x19b579:'yXc%',_0xb562e9:0x129,_0x181db8:0x18,_0x73e0e6:0x241,_0x1ec40d:0x1b5,_0xb8bb9b:0xc0,_0x51f299:0xa3,_0x3a0a25:0xf0,_0x341ff6:0x6ce,_0x3e7b95:0x525,_0x224f84:'*0Vw',_0x1e1060:0x618,_0x1b9f98:0x5ad,_0x2c3311:0x6bf,_0x5e9a95:0x699,_0x5246a4:0x60a,_0x3583fb:0x6b0,_0xe89bc7:0x83,_0x1e2089:0x20,_0x4c1138:0x5d6,_0x437c8e:0x661,_0x3b769f:0x150,_0x59dc0d:0x51,_0x365b93:0x1ce,_0x19717b:0x119,_0x4e37c2:0x1a9},_0x67dc86={_0x446e9d:0x17d},_0xa67e72={_0x14b551:0x75,_0x54f672:0x16b},_0x5d1a8e={};_0x5d1a8e[_0x42e4d2(_0x462820._0x1444e0,_0x462820._0x66d46d,_0x462820._0x14082c,-0x58)]=_0x42e4d2(-0x17a,_0x462820._0x3c6129,-0x1b8,-_0x462820._0x3fb019)+_0x35a1b0(0x6ff,0x505,_0x462820._0x661374,0x61a)+_0x42e4d2(-_0x462820._0x5abb2d,'4@I3',_0x462820._0x4c4e07,0x16e),_0x5d1a8e[_0x35a1b0(0x481,0x3aa,_0x462820._0x5e2826,_0x462820._0x5e3da5)]=_0x35a1b0(0x4a1,_0x462820._0x24ea12,'#iVF',_0x462820._0x88dc61);function _0x35a1b0(_0x19c762,_0x1bc1ca,_0x4f8164,_0x479773){return _0x103180(_0x19c762-_0xa67e72._0x14b551,_0x479773-_0xa67e72._0x54f672,_0x4f8164,_0x479773-0xa0);}_0x5d1a8e[_0x35a1b0(0x795,_0x462820._0xca0263,'&^73',_0x462820._0x59d38c)]=_0x35a1b0(_0x462820._0x4bc6a8,0x718,'ydVK',_0x462820._0x175c73)+_0x42e4d2(-_0x462820._0xf630b1,_0x462820._0x4f2d5c,-0x71,-0x144)+_0x35a1b0(0x63f,0x760,_0x462820._0xae7db3,0x6a9),_0x5d1a8e[_0x42e4d2(-0x79,'8Sm!',_0x462820._0x296431,-_0x462820._0x5ef3de)]=function(_0x15a962,_0x47529a){return _0x15a962!==_0x47529a;};function _0x42e4d2(_0x501a6b,_0xf95b45,_0x22c0f1,_0x4301dc){return _0x103180(_0x501a6b-0xd,_0x22c0f1- -0x4e4,_0xf95b45,_0x4301dc-_0x67dc86._0x446e9d);}_0x5d1a8e[_0x35a1b0(_0x462820._0x352cb0,_0x462820._0x28eeef,'RvcK',0x72f)]=_0x42e4d2(0x206,'[]8l',_0x462820._0x1a2064,_0x462820._0x1a7698);const _0x2176ed=_0x5d1a8e,_0x4264bf=services_1[_0x35a1b0(_0x462820._0x4d2c4b,_0x462820._0x2c8e76,_0x462820._0x54389f,0x678)+'e'][_0x42e4d2(_0x462820._0x1ab9c9,_0x462820._0x112100,_0x462820._0x523d2f,0x118)+_0x35a1b0(_0x462820._0x4d1e47,0x687,_0x462820._0x22caed,0x63c)](_0x40629d['id']);if(_0x4264bf[_0x42e4d2(0xe5,'Vkn&',0x1a,_0x462820._0x50d9b7)]){if(_0x2176ed['ZMxTb']===_0x2176ed[_0x35a1b0(_0x462820._0x225e45,_0x462820._0x4295eb,'HfYP',_0x462820._0x5bb9c4)])console[_0x35a1b0(0x632,0x5b5,_0x462820._0xef2344,0x58f)](chalk_1['default'][_0x35a1b0(0x59b,_0x462820._0x714147,_0x462820._0x576d34,_0x462820._0x243d1b)](_0x2176ed[_0x35a1b0(_0x462820._0x2241ac,0x598,_0x462820._0x47343c,0x65a)]));else{_0xa7ffab['log'](_0x23c326[_0x42e4d2(-_0x462820._0x2aeb49,_0x462820._0x19b579,-_0x462820._0xb562e9,-0x12f)][_0x35a1b0(0x439,0x4f3,'*oVc',0x592)]('\x0aNode\x20not\x20'+_0x42e4d2(_0x462820._0x181db8,'&^73',-0x9f,-0x102)));return;}}else _0x2176ed[_0x42e4d2(-_0x462820._0x73e0e6,'oH4[',-_0x462820._0x1ec40d,-_0x462820._0xb8bb9b)](_0x42e4d2(-_0x462820._0x51f299,_0x462820._0x3c6129,-_0x462820._0x3a0a25,-0x3),_0x2176ed[_0x35a1b0(_0x462820._0x341ff6,_0x462820._0x3e7b95,_0x462820._0x224f84,_0x462820._0x1e1060)])?_0x954473[_0x35a1b0(_0x462820._0x1b9f98,_0x462820._0x2c3311,'y1cp',0x58c)](_0x1fe465['default'][_0x35a1b0(0x7e0,_0x462820._0x341ff6,_0x462820._0x47343c,_0x462820._0x5e9a95)](_0x2176ed[_0x35a1b0(_0x462820._0x5246a4,_0x462820._0x3583fb,'[]8l',0x5c0)])):console[_0x42e4d2(0x50,'oH4[',_0x462820._0xe89bc7,_0x462820._0x1e2089)](chalk_1[_0x35a1b0(_0x462820._0x4c1138,_0x462820._0x437c8e,'&a9H',0x709)][_0x42e4d2(_0x462820._0x3b769f,'kkz(',_0x462820._0x59dc0d,-0x55)]('\x0a✗\x20'+_0x4264bf[_0x42e4d2(-_0x462820._0x365b93,'Vkn&',-_0x462820._0x19717b,-_0x462820._0x4e37c2)]+'\x0a'));}function updateReviewHeartbeatCommand(_0x3aa852){const _0x1bf514={_0x12242c:0x281,_0x20bcb2:0x13e,_0x4e384f:0x7e,_0x5d36ad:0x44,_0x1eb06b:0x184,_0x45853d:0xd2,_0x3d10af:0x88,_0x85578a:0x79,_0x26ddb8:'C]9l',_0x394eb2:0x111,_0x18e718:0x22e,_0x18b887:'Ub2D',_0x1c28b1:0x13f,_0xb56c75:0x1a7,_0x21e9e9:'3$BV',_0xec89b:0x2cc,_0x312bb3:0x280,_0x11d79f:'7z5q',_0x22f177:0x23e,_0x41d8c9:0x32d,_0x334a6f:'HIUr',_0x3f936d:0x2ed,_0x2883ba:'A&ea',_0x42a37e:0x181,_0x3ff55a:0x1d3,_0x201491:0x28b,_0x3c7547:'Vkn&',_0x4e78f7:0x3c9,_0x26f407:0x16a,_0x189a2a:0x14f,_0x4b199c:0x295,_0x56b1d5:'*0Vw',_0xa447e4:0x27,_0x3f1a73:0x29d,_0x3108db:0x255,_0x157e98:'2YTy',_0x3cdce9:0x172,_0x3336ee:0x82,_0x394f4f:0xd7,_0x5a280e:'zHa^',_0x5826f6:0x378,_0x374b97:0x272,_0xe3b694:0x54,_0x55a7e4:0xe4,_0x19a044:'C135',_0x5e5d10:0x175,_0x30db0d:0x1fa,_0x352bca:0x12e,_0x1f3fb2:'&![%',_0x1d9fdb:0x2c4},_0x5bd10b={_0x242209:0x2d0,_0x365f32:0x8f},_0x5a0be4={_0x13f116:0xf2,_0xe771a1:0xb},_0x39a772={};_0x39a772[_0x372888(_0x1bf514._0x12242c,0x1ff,'TLrZ',_0x1bf514._0x20bcb2)]=_0x6726e7(0xa1,'Rvb4',-_0x1bf514._0x4e384f,-_0x1bf514._0x5d36ad)+_0x6726e7(_0x1bf514._0x1eb06b,'kkz(',_0x1bf514._0x45853d,0x213)+_0x372888(0x9,_0x1bf514._0x3d10af,'y1cp',0x67),_0x39a772[_0x372888(_0x1bf514._0x85578a,0x230,_0x1bf514._0x26ddb8,_0x1bf514._0x394eb2)]=function(_0x1d9dfc,_0x21514c){return _0x1d9dfc!==_0x21514c;};function _0x6726e7(_0x4b6afb,_0x420e3a,_0x3c82c0,_0x43f82b){return _0x430f64(_0x4b6afb-_0x5a0be4._0x13f116,_0x420e3a,_0x4b6afb- -0x1c,_0x43f82b-_0x5a0be4._0xe771a1);}function _0x372888(_0x1a543f,_0x2d1c03,_0x3a4b66,_0x3103db){return _0x103180(_0x1a543f-0x156,_0x3103db- -_0x5bd10b._0x242209,_0x3a4b66,_0x3103db-_0x5bd10b._0x365f32);}_0x39a772[_0x372888(0x381,_0x1bf514._0x18e718,_0x1bf514._0x18b887,0x296)]=_0x6726e7(0xdc,'zHa^',_0x1bf514._0x1c28b1,0x140);const _0x2f1d05=_0x39a772,_0x5b0c66=services_1[_0x372888(0x3c2,_0x1bf514._0xb56c75,_0x1bf514._0x21e9e9,_0x1bf514._0xec89b)+'e'][_0x372888(0x210,_0x1bf514._0x312bb3,_0x1bf514._0x11d79f,_0x1bf514._0x22f177)+'ewHeartbea'+'t'](_0x3aa852['id'],_0x3aa852[_0x6726e7(0x21a,'&^73',_0x1bf514._0x41d8c9,0x231)]);_0x5b0c66[_0x372888(0x2a2,0x41c,_0x1bf514._0x334a6f,_0x1bf514._0x3f936d)]?console[_0x6726e7(0x76,_0x1bf514._0x2883ba,_0x1bf514._0x42a37e,-0x1d)](chalk_1[_0x372888(_0x1bf514._0x3ff55a,0x161,_0x1bf514._0x18b887,0xa3)][_0x372888(_0x1bf514._0x201491,0x2b2,_0x1bf514._0x3c7547,0x2d7)](_0x2f1d05[_0x6726e7(0x2a8,'MwH*',0x349,_0x1bf514._0x4e78f7)])):_0x2f1d05[_0x6726e7(_0x1bf514._0x26f407,'jq&8',_0x1bf514._0x189a2a,_0x1bf514._0x4b199c)](_0x2f1d05[_0x6726e7(0x1c,_0x1bf514._0x56b1d5,_0x1bf514._0xa447e4,0x176)],_0x2f1d05[_0x372888(_0x1bf514._0x3f1a73,_0x1bf514._0x3108db,_0x1bf514._0x157e98,_0x1bf514._0x3cdce9)])?_0xeefca1[_0x372888(0x2a,0x1ba,'tY@@',_0x1bf514._0x3336ee)](_0x33a4ce[_0x372888(_0x1bf514._0x394f4f,0x10a,_0x1bf514._0x5a280e,0x79)][_0x372888(0xa3,0x18,'*0Vw',0x6d)](_0x372888(0xd1,-0x79,'#%fL',0x7b)+_0x2f65bd[_0x372888(0x239,_0x1bf514._0x5826f6,'tY@@',_0x1bf514._0x374b97)]+'\x0a')):console[_0x372888(_0x1bf514._0xe3b694,-_0x1bf514._0x55a7e4,'Lbdk',0x72)](chalk_1[_0x6726e7(0x2b5,_0x1bf514._0x19a044,_0x1bf514._0x5e5d10,_0x1bf514._0x30db0d)][_0x372888(0x69,0x114,_0x1bf514._0x56b1d5,0x6d)](_0x372888(0x46,0x13,'TLrZ',_0x1bf514._0x352bca)+_0x5b0c66[_0x372888(0x3cd,0x292,_0x1bf514._0x1f3fb2,_0x1bf514._0x1d9fdb)]+'\x0a'));}function listStalledNodesCommand(_0xa20494){const _0x531139={_0x58fc21:0x1bd,_0x5dc7d5:'kkz(',_0x38b2c8:0x1ad,_0x2d008c:0x2a,_0x149590:'Aiq3',_0x1b0692:0xb0,_0x1c7f1c:0x157,_0x31a72d:0x159,_0x57a1c4:0xac,_0x9b8128:0x16d,_0x26ff77:'a7G5',_0x4fefa3:0xd5,_0x3111a0:0xe1,_0x9ee239:0x13c,_0x5779e7:0x2c,_0x12bbea:0x3e,_0x39c107:'Aiq3',_0x197032:0x58,_0x4bac9d:0x1ff,_0x572389:0xee,_0x4a3504:0xad,_0x116537:'t3pr',_0xa370ac:0x216,_0x2b917a:'2YTy',_0x408cf4:0x112,_0x2d56f3:'OtmJ',_0x5144bd:'OtmJ',_0x19bf41:'R^VG',_0x24f15f:0xd,_0x2e91ff:0x46,_0x5616b6:0x11a,_0x18ebcc:0x3c,_0x12bf2d:0xcf,_0x138f93:0x40,_0x4c8484:0x2,_0x5329b0:'Aiq3',_0x37775f:0x203,_0x2ab447:0x109,_0x447bb0:'3$BV',_0x95641b:0x31,_0x24da3d:0x163,_0x1abf58:'jq&8',_0x14b6d5:'gI#o',_0x19e000:0xdb,_0x15d35b:'Z&Eq',_0x26d75e:0x337,_0x28945a:0x30d,_0x25924a:0x13a,_0x249277:0x227,_0x5d0c52:0x14d,_0x439537:0x2b3,_0x2fb89f:0x11f,_0x312506:'MwH*',_0x590105:0x24b,_0x51501e:'8Sm!',_0x5a074b:0x30e,_0x18fa6c:0xf6,_0x42de0d:'[]8l',_0x5c800f:0x9f,_0x52ca31:'HIUr',_0xbbbe9e:0x77,_0x4b0d9a:0xf0,_0x5cc9c8:0xdd,_0x237d9c:0x1c8,_0x312d46:'RvcK',_0x2b55da:0x1a1,_0x224c80:0x11f,_0x4847e1:'#%fL',_0x1f811c:0x96,_0x151b87:0x298,_0x503d29:0x25e,_0x2926be:'&![%',_0xe8e289:0x354,_0x3b87a5:0x235,_0x107cbd:0x16,_0x35ecbe:0x142,_0x5a0f25:0x19,_0x16ebbb:0x292,_0x25a1e0:0x14e,_0x442d60:0x83,_0x31bff3:0x8c,_0x3b921f:0x1b7,_0x343c96:0x19c,_0x4ef2ab:0x12e,_0x1e0349:0xf5,_0x3f6c16:'Vkn&',_0x14c7ab:0x284,_0x2a8c92:'&![%',_0x25bb24:0x23f,_0x39d317:0x105,_0x5c2612:'&a9H',_0x2e720a:0x10c,_0x4e91ce:0x23c,_0x2f3a60:'HfYP',_0x4fe3b8:0x108,_0x28ad04:0x10b,_0x283d8e:'oH4[',_0x246cbe:0x1f1,_0x81686a:0x238,_0x42b848:0x2cb,_0x39ca98:0x129,_0x524fc2:0x1e4,_0x417ed0:'ydVK',_0x55f84:0x15e,_0x18f1fb:0x20e,_0x340635:0x16d,_0x1f3134:'3$BV',_0x35e996:0x1a3,_0x598dd7:0x35,_0x5d47d9:0x38,_0x46ced8:0xd6,_0x44566e:0x1a4,_0x41b17c:0x81,_0x35d385:'2YTy',_0x20c5eb:0x79,_0x1337c5:0x1b,_0x3bae98:0x2e5,_0x563f23:0x273,_0x4708a9:'y1cp',_0x205a68:0x11f,_0x59fa22:0x28f,_0x41e7e7:'ydVK',_0x507efc:0x1ab,_0x5507b4:0x20a,_0x1595b5:0x1b7,_0x52d5da:0x19,_0xc9dfb9:0x87,_0x3f1a2c:'Vkn&',_0x202059:0x254,_0x3093d4:0x8e,_0x3135f2:0x2b5,_0x5ea6cc:'TLrZ',_0x5ee7ce:0x35,_0x4e9235:0x17b,_0x1a0dfb:0xfa,_0x4c8226:'4@I3',_0x2749c9:0x1dc,_0xb3ec66:0x80,_0x11e042:0xa4,_0x3ba48c:'5kmg',_0x3639f5:0x84,_0x1b903c:0x1cd,_0x3698d2:'2YTy',_0x4cae02:0x223,_0xd3ed86:0x15f,_0x5e0b86:0x248,_0x48fdac:0x1da,_0x26415f:0xa0,_0xd11a8e:0x2c7,_0x51f729:0x201,_0x18edc3:0x179,_0x18914d:0x163,_0x540713:0x232,_0x53a0ac:0x67,_0x3b7d8e:0x339,_0x2b27cf:0x10,_0x3e5a57:0x2ad,_0x3ecbc2:'#iVF',_0x201e67:'A&ea',_0x29a0dc:0x1e,_0x103779:'Aiq3',_0x327a24:0x11,_0xcc9d0a:0x12,_0x2e0425:0x213,_0x2678e0:0x26a,_0x2a20e2:'y1kx',_0x4f7f74:0xf6,_0x285f84:'C]9l',_0x2aebc8:0x321,_0x3a8e74:'y1cp',_0xc958df:0x1e6,_0x30b354:0x1fa,_0x2b6b53:0x307,_0x362373:'Ub2D',_0x8019b2:0x195,_0x3821ff:0x200,_0x24e68e:0x16c,_0xd82af7:0x14b,_0x280f2b:0x82,_0x35a1a3:'MNrG',_0x1c7db0:0x151,_0x3c1934:'3$BV',_0x4a7e72:0x233,_0x5b1b19:0xdb,_0x4de4be:0x1c3,_0x907ba8:0x149,_0x8cb9f2:0x18,_0x537f2d:0x11c,_0x5cd571:0x153,_0x424cc3:0x202,_0x3dc7a7:0x332,_0xebe417:0x229,_0x4bfce4:0x7,_0x267492:0x157,_0x3dbb14:0x1f2,_0x438448:0x38,_0x559cb2:'Rvb4',_0x185714:0x133,_0x2ed2e4:'Rvb4',_0x59f8d0:0x11d,_0x10e74e:'*oVc',_0x4c0e59:0x1c2,_0x1540ae:0x278,_0x2c9ef6:'Z&Eq',_0x1ac65b:0xb1,_0x571bca:0x299,_0x5ae0ea:'4@I3',_0x242ec5:0x47,_0x43f395:0x1b8,_0x19a095:0x11e,_0x4d92f0:0x10e,_0x168c67:'q2rM',_0x19e05b:'ZOyA',_0x8a7dd2:0x249,_0x5151a4:0x28b,_0x5a10c7:0x200,_0x28165e:0x117,_0x4e6f10:0x50,_0x1a3864:0x1b1,_0x20fdbd:0xf4,_0x5bc8d0:'zHa^',_0x5690e1:0x1d2,_0x1fb58b:'Rvb4',_0x48f15e:0x61,_0x2095c0:0xf8,_0x4104c8:0x245,_0x105a57:'4@I3',_0x2d3ad6:0x1a4,_0x42db77:0x64,_0x408f50:'MGc4',_0x49a242:0x10a,_0x323168:'oH4[',_0x483394:0x49,_0x24dc63:0x116,_0x148916:0x1e1,_0xd4bee1:0x17d,_0x57606c:'zHa^',_0x449c62:0x24a,_0xc6d870:0x1cf,_0x21a37f:0x192,_0xf66715:0x204,_0x4cb172:0x215,_0xd1bd44:0x1cc,_0x4f295c:0x7e,_0x33db63:0x17e,_0x4e633a:0xc2,_0x597572:0x19e,_0x51c619:0x4d,_0x2bc91b:0x24d,_0x687af6:0x4f,_0x457bac:0x182,_0x34ccb9:'HIUr',_0x10e7c1:0x41,_0x59148c:0x52,_0x53995c:0x190,_0x111c81:0x171,_0x5bd6fb:'jq&8',_0x272a31:0x106,_0x423654:0x18b,_0x4a1c9d:'TLrZ',_0x35afb0:0x216,_0xdcf855:0x94,_0x73cb82:0xbc,_0x54680b:0x15e,_0xae52d2:'Rvb4',_0x50cf08:0xbe,_0x3911e3:0x177,_0xe85a0d:0x9a,_0x1bde9a:'8Sm!',_0x2dff18:0x2ec,_0x488502:0x223,_0x1a98d2:0x1c9,_0x27b157:0xaa,_0x526e16:0xd,_0x146700:0x37,_0x47cdca:0x88,_0x1afbef:'HIUr',_0x22d683:0x25,_0x239b4c:0x248,_0x143e23:0x2c0,_0x15727c:0x246,_0x36ce13:'Z&Eq',_0x36e167:0x165,_0x519c9f:0x202},_0x30c711={_0x4b5caa:0x370,_0x7de00c:0x5e},_0x37851a={_0x5993c6:0x37d,_0x1cb420:0xb7},_0x41a0ff={'bRVuL':_0x343d5f(0x26c,0x8b,'A&ea',_0x531139._0x58fc21)+_0x5e51ba(0xbc,-0x3d,_0x531139._0x5dc7d5,_0x531139._0x38b2c8)+'──────────'+_0x343d5f(-_0x531139._0x2d008c,0x1ca,_0x531139._0x149590,0xb0)+_0x343d5f(0x1bb,0x197,_0x531139._0x149590,_0x531139._0x1b0692)+_0x343d5f(_0x531139._0x1c7f1c,_0x531139._0x31a72d,'oq&S',0x3c)+_0x5e51ba(_0x531139._0x57a1c4,_0x531139._0x9b8128,_0x531139._0x26ff77,_0x531139._0x4fefa3)+_0x343d5f(_0x531139._0x3111a0,0x19,'7z5q',_0x531139._0x9ee239)+_0x5e51ba(-_0x531139._0x5779e7,_0x531139._0x12bbea,_0x531139._0x39c107,_0x531139._0x197032),'WsWjO':function(_0x5b734a,_0xa3bda){return _0x5b734a>_0xa3bda;},'otIgC':function(_0xeb6585,_0x261f19){return _0xeb6585+_0x261f19;},'psCQJ':_0x343d5f(_0x531139._0x4bac9d,_0x531139._0x572389,'3$BV',0x108),'PRAgQ':'(none)','lrQgT':function(_0x31c721,_0x548d5a){return _0x31c721===_0x548d5a;},'ITwBA':_0x343d5f(0x32,_0x531139._0x4a3504,_0x531139._0x116537,-0x19),'BMSeY':_0x343d5f(0x1d4,_0x531139._0xa370ac,_0x531139._0x2b917a,0xbb),'LCibF':function(_0x3a4ce3,_0x475c14){return _0x3a4ce3!==_0x475c14;},'uOkbM':_0x343d5f(_0x531139._0x408cf4,-0x36,_0x531139._0x2d56f3,0x11c),'hfCgr':_0x5e51ba(0x13e,0xd8,_0x531139._0x5144bd,0x22c),'JbrFA':_0x5e51ba(-0x10,0x3a,_0x531139._0x19bf41,_0x531139._0x24f15f),'vwPys':function(_0x300f95,_0x3345e8){return _0x300f95(_0x3345e8);},'kyDmj':_0x343d5f(-_0x531139._0x2e91ff,_0x531139._0x5616b6,'Rvb4',-_0x531139._0x18ebcc)+_0x343d5f(-0x3e,_0x531139._0x12bf2d,'MwH*',-0x57)+_0x343d5f(_0x531139._0x138f93,_0x531139._0x4c8484,_0x531139._0x5329b0,0x6e)+_0x5e51ba(_0x531139._0x37775f,_0x531139._0x2ab447,_0x531139._0x447bb0,0x214)+_0x343d5f(0x5,0x112,'&^73',_0x531139._0x95641b)+_0x343d5f(0x60,_0x531139._0x24da3d,_0x531139._0x1abf58,0xf5)+'\x20Agent\x20\x20\x20\x20'+_0x5e51ba(-0x37,-0x39,_0x531139._0x14b6d5,-0xa1)+_0x5e51ba(0x1de,_0x531139._0x19e000,_0x531139._0x15d35b,_0x531139._0x26d75e)+_0x343d5f(0x10d,0xf1,'[]8l',0x14b)};let _0x2b5e0c;_0x41a0ff[_0x343d5f(_0x531139._0x28945a,_0x531139._0x25924a,_0x531139._0x1abf58,0x1dd)](_0xa20494[_0x5e51ba(_0x531139._0x249277,_0x531139._0x5d0c52,'HfYP',_0x531139._0x439537)],_0x41a0ff['ITwBA'])?_0x41a0ff[_0x343d5f(_0x531139._0x2fb89f,0x145,_0x531139._0x312506,0x37)]===_0x41a0ff[_0x5e51ba(_0x531139._0x590105,0x14f,_0x531139._0x51501e,_0x531139._0x5a074b)]?_0x2b5e0c=services_1[_0x5e51ba(_0x531139._0x18fa6c,0x16a,_0x531139._0x42de0d,0x118)+'e'][_0x5e51ba(0x8f,0x1c1,'C]9l',0x141)+_0x5e51ba(0xb2,-_0x531139._0x5c800f,_0x531139._0x52ca31,0x6e)+'s'](_0xa20494[_0x343d5f(0x1ce,_0x531139._0xbbbe9e,'MwH*',_0x531139._0x4b0d9a)]):_0x26bb70[_0x343d5f(0x1bd,_0x531139._0x5cc9c8,'C]9l',_0x531139._0x237d9c)](_0x457b3e[_0x343d5f(0x5f,0x198,_0x531139._0x312d46,0x14f)][_0x343d5f(_0x531139._0x2b55da,0x16,_0x531139._0x14b6d5,0xdc)](_0x5e51ba(-0x25,_0x531139._0x224c80,_0x531139._0x4847e1,-_0x531139._0x1f811c)+_0x2cad93[_0x343d5f(_0x531139._0x151b87,_0x531139._0x503d29,_0x531139._0x2926be,0x217)]+'\x0a')):_0x2b5e0c=services_1['nodeServic'+'e'][_0x343d5f(_0x531139._0xe8e289,0x2d6,'#%fL',_0x531139._0x3b87a5)+_0x5e51ba(_0x531139._0x107cbd,-_0x531139._0x35ecbe,'*0Vw',-0xe5)+_0x343d5f(_0x531139._0x5a0f25,_0x531139._0x16ebbb,'yXc%',_0x531139._0x25a1e0)](_0xa20494[_0x343d5f(_0x531139._0x442d60,_0x531139._0x31bff3,'yXc%',_0x531139._0x3b921f)]);if(_0x2b5e0c[_0x343d5f(0x21d,_0x531139._0x343c96,'y1cp',_0x531139._0x4ef2ab)]===0xe5c+0x1c06+-0x2a62){if(_0x41a0ff[_0x5e51ba(0x252,0x176,'&^73',0x20a)]('OePVy',_0x41a0ff[_0x343d5f(0x1c1,_0x531139._0x1e0349,_0x531139._0x3f6c16,0x23c)])){_0x5534f2[_0x343d5f(0x197,_0x531139._0x14c7ab,_0x531139._0x2a8c92,0x20c)]('\x20\x20ID\x20\x20\x20\x20\x20\x20'+_0x5e51ba(_0x531139._0x25bb24,_0x531139._0x39d317,_0x531139._0x5c2612,_0x531139._0x2e720a)+_0x5e51ba(_0x531139._0x4e91ce,0x139,_0x531139._0x2f3a60,0x37b)+_0x343d5f(-_0x531139._0x4fe3b8,_0x531139._0x28ad04,_0x531139._0x283d8e,0x4d)+_0x5e51ba(_0x531139._0x246cbe,_0x531139._0x81686a,'HIUr',_0x531139._0x42b848)+_0x343d5f(_0x531139._0x39ca98,_0x531139._0x524fc2,_0x531139._0x417ed0,_0x531139._0x55f84)+_0x343d5f(0x14c,0x338,'kkz(',0x241)+_0x5e51ba(0x203,_0x531139._0x18f1fb,_0x531139._0x447bb0,0x216)+_0x343d5f(_0x531139._0x340635,0x252,_0x531139._0x1f3134,_0x531139._0x35e996)+_0x5e51ba(-_0x531139._0x598dd7,-_0x531139._0x5d47d9,'A&ea',_0x531139._0x46ced8)),_0x3daf1a[_0x343d5f(0x238,_0x531139._0x44566e,'zHa^',0x1a7)](_0x41a0ff[_0x343d5f(-_0x531139._0x41b17c,-0x17,_0x531139._0x35d385,-0x2e)]);for(const _0x404221 of _0x18aec8){const _0x498245=_0x41a0ff['WsWjO'](_0x404221[_0x343d5f(_0x531139._0x20c5eb,-0x68,_0x531139._0x5dc7d5,-_0x531139._0x1337c5)][_0x5e51ba(0x1d9,_0x531139._0x3bae98,'8Sm!',0x31d)],0xd*0x26a+0x15*-0x11f+0x7c3*-0x1)?_0x41a0ff[_0x5e51ba(0xf5,0xa9,'oH4[',0x1dc)](_0x404221[_0x343d5f(0x1a4,_0x531139._0x563f23,_0x531139._0x4708a9,0x161)][_0x5e51ba(_0x531139._0x205a68,_0x531139._0x55f84,'C]9l',-_0x531139._0x5d47d9)](-0x1*0x2084+-0x8be+0x2942,-0xb51+-0x3ca*-0x1+-0x21*-0x3b),_0x41a0ff[_0x5e51ba(0x226,_0x531139._0x59fa22,_0x531139._0x41e7e7,0x366)]):_0x404221[_0x5e51ba(_0x531139._0x507efc,0xd9,'R^VG',_0x531139._0x5507b4)],_0x19eb22=_0x404221[_0x343d5f(_0x531139._0x1595b5,_0x531139._0x52d5da,'OtmJ',_0x531139._0xc9dfb9)+_0x5e51ba(0x17d,0xa0,_0x531139._0x3f1a2c,0xcf)]?new _0x796f01(_0x404221['last_heart'+_0x5e51ba(0x194,0x2d9,'yXc%',_0x531139._0x202059)])[_0x343d5f(-0x8e,_0x531139._0x3093d4,'gI#o',0x68)+_0x343d5f(0x1cc,_0x531139._0x3135f2,_0x531139._0x5ea6cc,0x24f)]():_0x41a0ff[_0x343d5f(-0x158,-0x76,'[]8l',-_0x531139._0x5ee7ce)];_0x73e747[_0x5e51ba(_0x531139._0x4e9235,_0x531139._0x1a0dfb,_0x531139._0x4c8226,_0x531139._0x2749c9)]('\x20\x20'+_0x404221['id'][_0x5e51ba(_0x531139._0xb3ec66,-0x4f,'[]8l',_0x531139._0x1a0dfb)](-0x50*-0x12+0xb54+-0x10e2)+'\x20'+_0x404221[_0x5e51ba(-0x56,-_0x531139._0x11e042,_0x531139._0x3ba48c,-_0x531139._0x3639f5)][_0x5e51ba(_0x531139._0x2b55da,0x1e1,'HfYP',_0x531139._0x1b903c)](0x3*0xa5a+0x1fb2+-0x7d8*0x8,0xe91+0x1*0x255c+-0x33db)[_0x343d5f(0x181,0x1d8,_0x531139._0x3698d2,_0x531139._0x4cae02)](-0x26*0x31+0x9ef*-0x3+0x2525*0x1)+'\x20'+_0x498245[_0x343d5f(_0x531139._0xd3ed86,_0x531139._0x5e0b86,'y1kx',0x1e8)](0x209*0x3+-0x8a1*-0x4+-0x6b*0x61)+'\x20'+(_0x404221[_0x343d5f(-0xc4,_0x531139._0x408cf4,'q2rM',0x30)]||'')['padEnd'](0xb2*-0x1+0x2f5*-0x7+0x1577)+'\x20'+_0x19eb22);}}else{console[_0x5e51ba(_0x531139._0x48fdac,_0x531139._0x26415f,'&a9H',_0x531139._0xd11a8e)](chalk_1[_0x5e51ba(_0x531139._0x51f729,_0x531139._0x18edc3,'kkz(',_0x531139._0x18914d)]['dim']('\x0aNo\x20stalle'+'d\x20'+_0xa20494[_0x5e51ba(0x10d,-0x6,'Lbdk',_0x531139._0x540713)]+(_0x5e51ba(0x2f,-_0x531139._0x53a0ac,'oq&S',-0x38)+_0x5e51ba(0x1f0,0x206,'oq&S',_0x531139._0x3b7d8e))));return;}}function _0x343d5f(_0x419e4b,_0x4175ca,_0x258c87,_0x36c373){return _0x103180(_0x419e4b-0x57,_0x36c373- -_0x37851a._0x5993c6,_0x258c87,_0x36c373-_0x37851a._0x1cb420);}function _0x5e51ba(_0x5f538c,_0x40588f,_0x3c080c,_0x545577){return _0x103180(_0x5f538c-0x13b,_0x5f538c- -_0x30c711._0x4b5caa,_0x3c080c,_0x545577-_0x30c711._0x7de00c);}const _0x3b3cd8=_0x41a0ff[_0x5e51ba(0xcd,-_0x531139._0x2b27cf,'q2rM',0x1e3)](_0xa20494[_0x5e51ba(0x1fa,_0x531139._0x3e5a57,_0x531139._0x3ecbc2,0x1f9)],_0x41a0ff['ITwBA'])?_0x41a0ff[_0x343d5f(0x84,0xde,_0x531139._0x201e67,_0x531139._0x29a0dc)]:_0x41a0ff[_0x343d5f(0x84,-0x1f,_0x531139._0x103779,-_0x531139._0x327a24)];console[_0x343d5f(_0x531139._0xcc9d0a,0x1a,'R^VG',0xb4)](chalk_1[_0x5e51ba(0x1dc,0x147,_0x531139._0x2926be,0x163)][_0x343d5f(_0x531139._0x2e0425,_0x531139._0x2678e0,'ZOyA',0x18c)](_0x5e51ba(0x152,0x1c3,_0x531139._0x2a20e2,0x157)+'\x20'+_0x3b3cd8+_0x5e51ba(-0x52,_0x531139._0x4f7f74,_0x531139._0x283d8e,-0x75)+_0x2b5e0c[_0x5e51ba(0x1d4,0x25f,_0x531139._0x285f84,_0x531139._0x2aebc8)]+')\x0a'));if(_0x41a0ff[_0x343d5f(0x1a9,_0x531139._0x507efc,_0x531139._0x3a8e74,_0x531139._0xc958df)](_0xa20494[_0x5e51ba(_0x531139._0x30b354,_0x531139._0x2b6b53,_0x531139._0x3ecbc2,0x15b)],'review')){console[_0x5e51ba(0x20b,0x275,_0x531139._0x362373,0x2ff)](_0x5e51ba(0x125,_0x531139._0x8019b2,'#%fL',-0x9)+_0x343d5f(0x18f,-0xe,'oH4[',0x4d)+_0x343d5f(0x19d,0x29,'HIUr',0x16b)+_0x5e51ba(_0x531139._0x3821ff,_0x531139._0x24e68e,'C135',_0x531139._0x3135f2)+_0x5e51ba(0xde,-0x64,'TLrZ',_0x531139._0xd82af7)+_0x5e51ba(-0x6,_0x531139._0x280f2b,_0x531139._0x35a1a3,0x11b)+_0x5e51ba(0x184,_0x531139._0x1c7db0,_0x531139._0x3c1934,_0x531139._0x4a7e72)+_0x5e51ba(_0x531139._0x5b1b19,_0x531139._0x4de4be,'&+_0x343d5f(0x24f,_0x531139._0x3dc7a7,_0x531139._0x312d46,0x233)+_0x5e51ba(0xbd,0x73,'Aiq3',0x37)+_0x5e51ba(_0x531139._0xebe417,0x29d,'8Sm!',0x26c)+_0x5e51ba(-_0x531139._0x4bfce4,0xfd,'3$BV',0x109)+_0x5e51ba(_0x531139._0x267492,_0x531139._0x3dbb14,'q2rM',0xf9)+_0x5e51ba(-_0x531139._0x438448,0x92,_0x531139._0x559cb2,-0x9e)+_0x343d5f(_0x531139._0x185714,0x1bb,'6n(u',0x136)+_0x343d5f(0x186,0x1d,_0x531139._0x2ed2e4,_0x531139._0x59f8d0));for(const _0x4fdd2d of _0x2b5e0c){const _0x30360e=_0x4fdd2d[_0x343d5f(-0x17,0x8,_0x531139._0x10e74e,0x19)][_0x5e51ba(_0x531139._0x4c0e59,_0x531139._0x1540ae,_0x531139._0x2c9ef6,_0x531139._0x1ac65b)]>0x94c+-0x1856+0xf1e?_0x41a0ff[_0x5e51ba(0x1fc,0x2f9,_0x531139._0x312d46,_0x531139._0x571bca)](_0x4fdd2d[_0x5e51ba(0xd4,-_0x531139._0x8cb9f2,_0x531139._0x5ae0ea,_0x531139._0x242ec5)][_0x343d5f(0xe7,_0x531139._0x43f395,'kkz(',_0x531139._0x19a095)](-0x23d3+-0x1286*-0x1+-0x67*-0x2b,0x7b*0x3b+-0xe19+-0xe2c),_0x41a0ff[_0x343d5f(_0x531139._0x4d92f0,0x16c,_0x531139._0x168c67,0x234)]):_0x4fdd2d['node_name'],_0x65ddd6=_0x4fdd2d[_0x5e51ba(0x186,0x24d,_0x531139._0x19e05b,_0x531139._0x8a7dd2)+_0x343d5f(_0x531139._0x5151a4,0x23f,'MNrG',_0x531139._0x5a10c7)+_0x5e51ba(0x1bb,_0x531139._0x28165e,'[]8l',0xad)]?new Date(_0x4fdd2d[_0x343d5f(-_0x531139._0x4e6f10,_0x531139._0x1a3864,_0x531139._0x3ecbc2,_0x531139._0x20fdbd)+'w_heartbea'+_0x343d5f(0x147,0xc7,_0x531139._0x5bc8d0,_0x531139._0x5690e1)])[_0x5e51ba(0xcb,0x156,_0x531139._0x1fb58b,-_0x531139._0x48f15e)+_0x5e51ba(_0x531139._0x2095c0,0x86,'MNrG',0x24a)]():_0x41a0ff[_0x5e51ba(_0x531139._0x4104c8,_0x531139._0x5a10c7,_0x531139._0x105a57,0x14d)];console[_0x5e51ba(0xc1,0x209,_0x531139._0x19bf41,0x203)]('\x20\x20'+_0x4fdd2d['id'][_0x343d5f(_0x531139._0x2d3ad6,0x179,'y1kx',0x1e8)](-0x8a1*0x4+-0x1*0x20dc+0x59*0xc2)+'\x20'+_0x4fdd2d['task_id'][_0x5e51ba(0x83,0xa0,'Lbdk',-_0x531139._0x42db77)](-0x1*0x2561+0x360*-0xb+0x1*0x4a81,0x1bc8+0x6d*0x1f+-0x28e9*0x1)[_0x5e51ba(_0x531139._0x5c800f,0xb1,_0x531139._0x408f50,-_0x531139._0x3093d4)](-0x197+0x2018+-0x9f*0x31)+'\x20'+_0x30360e[_0x343d5f(-_0x531139._0x49a242,0x109,_0x531139._0x323168,-_0x531139._0x483394)](0xe0*-0x1+-0x615*-0x3+-0x13*0xe9)+'\x20'+_0x41a0ff[_0x5e51ba(_0x531139._0x24dc63,0x1c1,'t3pr',0xdd)](chalkStatus,_0x4fdd2d[_0x343d5f(_0x531139._0x148916,_0x531139._0xd4bee1,_0x531139._0x57606c,_0x531139._0x449c62)])['padEnd'](-0x19b*0x3+-0x215+0x1be*0x4)+'\x20'+_0x65ddd6);}}else{console[_0x5e51ba(_0x531139._0xc6d870,_0x531139._0x503d29,'#%fL',_0x531139._0x21a37f)](_0x41a0ff[_0x5e51ba(0xc0,_0x531139._0xf66715,_0x531139._0x19e05b,_0x531139._0x4cb172)]),console[_0x5e51ba(0x175,_0x531139._0xd1bd44,_0x531139._0x116537,_0x531139._0x4f295c)](_0x41a0ff[_0x343d5f(_0x531139._0x33db63,_0x531139._0x4e633a,_0x531139._0x312506,0x211)]);for(const _0x1d10a0 of _0x2b5e0c){const _0x55d709=_0x41a0ff[_0x343d5f(-_0x531139._0x597572,0x16,'MwH*',-_0x531139._0x51c619)](_0x1d10a0[_0x343d5f(_0x531139._0x42b848,0x24b,'jq&8',_0x531139._0x2bc91b)][_0x5e51ba(-_0x531139._0x687af6,-_0x531139._0x457bac,_0x531139._0x34ccb9,-0x24)],0x24*-0x3e+0x3a4*-0x8+0x25ec)?_0x1d10a0[_0x5e51ba(-0xd,_0x531139._0x10e7c1,'A&ea',-0x150)][_0x5e51ba(0x81,-_0x531139._0x59148c,'Z&Eq',_0x531139._0x53995c)](0x5f2*-0x5+-0x5*0x446+0x3318,-0x23d9+0x3*-0x65+-0x17c*-0x19)+_0x41a0ff[_0x343d5f(0x204,_0x531139._0x111c81,_0x531139._0x5bd6fb,0xbd)]:_0x1d10a0[_0x5e51ba(_0x531139._0x272a31,0x8b,_0x531139._0x3f1a2c,0x8e)],_0x1d8382=_0x1d10a0[_0x343d5f(0x1e7,_0x531139._0x423654,_0x531139._0x4a1c9d,_0x531139._0x35afb0)+'beat_at']?new Date(_0x1d10a0[_0x5e51ba(_0x531139._0xdcf855,-_0x531139._0x73cb82,'OtmJ',0x7f)+_0x5e51ba(_0x531139._0x54680b,0x254,'5kmg',0x55)])[_0x343d5f(-0x65,0x1e5,_0x531139._0xae52d2,_0x531139._0x50cf08)+_0x5e51ba(0x1a2,0x2d0,_0x531139._0x2b917a,0x71)]():_0x41a0ff[_0x5e51ba(_0x531139._0x3911e3,0x2c8,'PuOj',0x1ac)];console[_0x5e51ba(0x88,-_0x531139._0xe85a0d,_0x531139._0x1bde9a,0x9f)]('\x20\x20'+_0x1d10a0['id'][_0x343d5f(0x364,_0x531139._0x2dff18,'2YTy',_0x531139._0x488502)](-0x1*-0x1d46+-0x24*-0x59+-0x29b8)+'\x20'+_0x1d10a0[_0x343d5f(0x1a9,0x127,'Aiq3',_0x531139._0x1a98d2)][_0x343d5f(_0x531139._0x27b157,_0x531139._0x526e16,'5kmg',-_0x531139._0x146700)](0x1597+-0x1*-0x1916+-0x2ead,0x35*0x3+-0x13d9+0x14*0xf7)[_0x343d5f(_0x531139._0x47cdca,0x221,'Vkn&',0x18b)](-0x2284+0x26bb+-0x425)+'\x20'+_0x55d709[_0x343d5f(-0xde,0x147,_0x531139._0x1afbef,_0x531139._0x22d683)](-0x3f1*0x5+0x12d9+-0x28*-0x6)+'\x20'+(_0x1d10a0[_0x343d5f(_0x531139._0x239b4c,_0x531139._0x143e23,'ydVK',0x209)]||'')[_0x5e51ba(_0x531139._0x340635,_0x531139._0x15727c,_0x531139._0x36ce13,0x1bc)](0x2cf*-0xb+-0x14*-0x12e+-0x1*-0x75f)+'\x20'+_0x1d8382);}}console[_0x343d5f(_0x531139._0x36e167,_0x531139._0x519c9f,'&a9H',0x1cd)]();}
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Node CLI Commands
|
|
4
|
+
*/
|
|
5
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7
|
+
};
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.createNodeCommand = createNodeCommand;
|
|
10
|
+
exports.getNodeCommand = getNodeCommand;
|
|
11
|
+
exports.listNodesCommand = listNodesCommand;
|
|
12
|
+
exports.updateNodeCommand = updateNodeCommand;
|
|
13
|
+
exports.assignNodeCommand = assignNodeCommand;
|
|
14
|
+
exports.unassignNodeCommand = unassignNodeCommand;
|
|
15
|
+
exports.updateNodeHeartbeatCommand = updateNodeHeartbeatCommand;
|
|
16
|
+
exports.updateReviewHeartbeatCommand = updateReviewHeartbeatCommand;
|
|
17
|
+
exports.listStalledNodesCommand = listStalledNodesCommand;
|
|
18
|
+
const chalk_1 = __importDefault(require("chalk"));
|
|
19
|
+
const services_1 = require("../../core/services");
|
|
20
|
+
const utils_1 = require("../../core/utils");
|
|
21
|
+
/**
|
|
22
|
+
* Create node
|
|
23
|
+
*/
|
|
24
|
+
function createNodeCommand(options) {
|
|
25
|
+
const result = services_1.nodeService.create({
|
|
26
|
+
task_id: options.taskId,
|
|
27
|
+
name: options.name,
|
|
28
|
+
agent_id: options.agentId,
|
|
29
|
+
reviewer_id: options.reviewerId, // v1.1.8
|
|
30
|
+
sequence: options.sequence,
|
|
31
|
+
timeout: options.timeout
|
|
32
|
+
});
|
|
33
|
+
if (result.success) {
|
|
34
|
+
console.log(chalk_1.default.green('\n✓ Node created successfully'));
|
|
35
|
+
console.log(` ID: ${result.node?.id}`);
|
|
36
|
+
console.log(` Task: ${result.node?.task_id}`);
|
|
37
|
+
console.log(` Name: ${result.node?.node_name}`);
|
|
38
|
+
console.log(` Agent: ${result.node?.agent_id}`);
|
|
39
|
+
console.log(` Reviewer: ${result.node?.reviewer_id || '(none)'}`); // v1.1.8
|
|
40
|
+
console.log(` Sequence: ${result.node?.sequence}\n`);
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
console.log(chalk_1.default.red(`\n✗ ${result.message}\n`));
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Get node
|
|
48
|
+
*/
|
|
49
|
+
function getNodeCommand(options) {
|
|
50
|
+
const node = services_1.nodeService.getById(options.id);
|
|
51
|
+
if (!node) {
|
|
52
|
+
console.log(chalk_1.default.red('\nNode not found\n'));
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
console.log(chalk_1.default.cyan('\n📦 Node Details\n'));
|
|
56
|
+
console.log(` ID: ${node.id}`);
|
|
57
|
+
console.log(` Task: ${node.task_id}`);
|
|
58
|
+
console.log(` Name: ${node.node_name}`);
|
|
59
|
+
console.log(` Agent: ${node.agent_id || '(unassigned)'}`);
|
|
60
|
+
console.log(` Reviewer: ${node.reviewer_id || '(none)'}`); // v1.1.8
|
|
61
|
+
console.log(` Status: ${chalkStatus(node.status)}`);
|
|
62
|
+
console.log(` Sequence: ${node.sequence}`);
|
|
63
|
+
console.log(` Timeout: ${node.timeout}h`);
|
|
64
|
+
console.log(` Created: ${node.created_at}`);
|
|
65
|
+
if (node.started_at) {
|
|
66
|
+
console.log(` Started: ${node.started_at}`);
|
|
67
|
+
}
|
|
68
|
+
if (node.completed_at) {
|
|
69
|
+
console.log(` Completed: ${node.completed_at}`);
|
|
70
|
+
}
|
|
71
|
+
if (node.review_comment) {
|
|
72
|
+
console.log(` Review Comment: ${node.review_comment}`);
|
|
73
|
+
}
|
|
74
|
+
// Rework history
|
|
75
|
+
const reworkHistory = (0, utils_1.safeJsonParse)(node.rework_history, []);
|
|
76
|
+
if (reworkHistory.length > 0) {
|
|
77
|
+
console.log(`\n Rework History (${reworkHistory.length}):`);
|
|
78
|
+
for (const record of reworkHistory) {
|
|
79
|
+
console.log(` - ${record.issue} (${record.timestamp})`);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
console.log();
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* List nodes
|
|
86
|
+
*/
|
|
87
|
+
function listNodesCommand(options) {
|
|
88
|
+
let nodes;
|
|
89
|
+
if (options.sequenceGt !== undefined) {
|
|
90
|
+
nodes = services_1.nodeService.listByTaskAndSequenceGt(options.taskId, options.sequenceGt);
|
|
91
|
+
}
|
|
92
|
+
else {
|
|
93
|
+
nodes = services_1.nodeService.listByTask(options.taskId);
|
|
94
|
+
}
|
|
95
|
+
if (nodes.length === 0) {
|
|
96
|
+
console.log(chalk_1.default.dim('\nNo nodes found\n'));
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
console.log(chalk_1.default.cyan(`\n📦 Nodes (${nodes.length})\n`));
|
|
100
|
+
console.log(' Seq ID Name Status');
|
|
101
|
+
console.log(' ─────────────────────────────────────────────────────────');
|
|
102
|
+
for (const node of nodes) {
|
|
103
|
+
const name = node.node_name.length > 20 ? node.node_name.substring(0, 20) + '...' : node.node_name;
|
|
104
|
+
const statusCol = chalkStatus(node.status);
|
|
105
|
+
console.log(` ${String(node.sequence).padStart(2)} ${node.id.padEnd(20)} ${name.padEnd(20)} ${statusCol}`);
|
|
106
|
+
}
|
|
107
|
+
console.log();
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Update node
|
|
111
|
+
*/
|
|
112
|
+
function updateNodeCommand(options) {
|
|
113
|
+
// Parse issues
|
|
114
|
+
let issues;
|
|
115
|
+
if (options.issues) {
|
|
116
|
+
try {
|
|
117
|
+
issues = JSON.parse(options.issues);
|
|
118
|
+
}
|
|
119
|
+
catch {
|
|
120
|
+
console.log(chalk_1.default.red('\nInvalid issues format, must be JSON array\n'));
|
|
121
|
+
return;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
// Check rework limit
|
|
125
|
+
if (issues && issues.length > 0) {
|
|
126
|
+
const reworkCheck = services_1.nodeService.canRework(options.id);
|
|
127
|
+
if (!reworkCheck.can_rework) {
|
|
128
|
+
console.log(chalk_1.default.yellow(`Warning: Max rework count reached (${reworkCheck.current_count}), escalation required`));
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
const result = services_1.nodeService.update(options.id, {
|
|
132
|
+
status: options.status,
|
|
133
|
+
review_comment: options.reviewComment,
|
|
134
|
+
issues,
|
|
135
|
+
reviewer_id: options.reviewerId,
|
|
136
|
+
timeout: options.timeout,
|
|
137
|
+
extend_timeout: options.extendTimeout
|
|
138
|
+
});
|
|
139
|
+
if (result.success) {
|
|
140
|
+
console.log(chalk_1.default.green('\n✓ Node updated\n'));
|
|
141
|
+
}
|
|
142
|
+
else {
|
|
143
|
+
console.log(chalk_1.default.red(`\n✗ ${result.message}\n`));
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Assign node to agent
|
|
148
|
+
*/
|
|
149
|
+
function assignNodeCommand(options) {
|
|
150
|
+
const result = services_1.nodeService.assignToAgent(options.id, options.agentId);
|
|
151
|
+
if (result.success) {
|
|
152
|
+
console.log(chalk_1.default.green('\n✓ Node assigned to agent\n'));
|
|
153
|
+
}
|
|
154
|
+
else {
|
|
155
|
+
console.log(chalk_1.default.red(`\n✗ ${result.message}\n`));
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Unassign node
|
|
160
|
+
*/
|
|
161
|
+
function unassignNodeCommand(options) {
|
|
162
|
+
const result = services_1.nodeService.unassign(options.id);
|
|
163
|
+
if (result.success) {
|
|
164
|
+
console.log(chalk_1.default.green('\n✓ Node unassigned\n'));
|
|
165
|
+
}
|
|
166
|
+
else {
|
|
167
|
+
console.log(chalk_1.default.red(`\n✗ ${result.message}\n`));
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Colorize status text
|
|
172
|
+
*/
|
|
173
|
+
function chalkStatus(status) {
|
|
174
|
+
const colors = {
|
|
175
|
+
'pending': chalk_1.default.yellow('pending'),
|
|
176
|
+
'in_progress': chalk_1.default.blue('in_progress'),
|
|
177
|
+
'pending_review': chalk_1.default.cyan('pending_review'),
|
|
178
|
+
'completed': chalk_1.default.green('completed'),
|
|
179
|
+
'failed': chalk_1.default.red('failed')
|
|
180
|
+
};
|
|
181
|
+
return colors[status] || status;
|
|
182
|
+
}
|
|
183
|
+
// ============================================
|
|
184
|
+
// Heartbeat Commands (v1.1.1)
|
|
185
|
+
// ============================================
|
|
186
|
+
/**
|
|
187
|
+
* Update node heartbeat (executor activity)
|
|
188
|
+
*/
|
|
189
|
+
function updateNodeHeartbeatCommand(options) {
|
|
190
|
+
const result = services_1.nodeService.updateHeartbeat(options.id);
|
|
191
|
+
if (result.success) {
|
|
192
|
+
console.log(chalk_1.default.green('\n✓ Node heartbeat updated\n'));
|
|
193
|
+
}
|
|
194
|
+
else {
|
|
195
|
+
console.log(chalk_1.default.red(`\n✗ ${result.message}\n`));
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* Update review heartbeat (reviewer activity)
|
|
200
|
+
*/
|
|
201
|
+
function updateReviewHeartbeatCommand(options) {
|
|
202
|
+
const result = services_1.nodeService.updateReviewHeartbeat(options.id, options.reviewerId);
|
|
203
|
+
if (result.success) {
|
|
204
|
+
console.log(chalk_1.default.green('\n✓ Review heartbeat updated\n'));
|
|
205
|
+
}
|
|
206
|
+
else {
|
|
207
|
+
console.log(chalk_1.default.red(`\n✗ ${result.message}\n`));
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* List stalled nodes (execution or review timeout)
|
|
212
|
+
*/
|
|
213
|
+
function listStalledNodesCommand(options) {
|
|
214
|
+
let nodes;
|
|
215
|
+
if (options.type === 'review') {
|
|
216
|
+
nodes = services_1.nodeService.getStalledReviewNodes(options.timeout);
|
|
217
|
+
}
|
|
218
|
+
else {
|
|
219
|
+
nodes = services_1.nodeService.getStalledExecutionNodes(options.timeout);
|
|
220
|
+
}
|
|
221
|
+
if (nodes.length === 0) {
|
|
222
|
+
console.log(chalk_1.default.dim(`\nNo stalled ${options.type} nodes found\n`));
|
|
223
|
+
return;
|
|
224
|
+
}
|
|
225
|
+
const typeLabel = options.type === 'review' ? 'Review' : 'Execution';
|
|
226
|
+
console.log(chalk_1.default.cyan(`\n⏰ Stalled ${typeLabel} Nodes (${nodes.length})\n`));
|
|
227
|
+
if (options.type === 'review') {
|
|
228
|
+
console.log(' ID Task Name Status Last Heartbeat');
|
|
229
|
+
console.log(' ─────────────────────────────────────────────────────────────────────────────────────');
|
|
230
|
+
for (const node of nodes) {
|
|
231
|
+
const name = node.node_name.length > 20 ? node.node_name.substring(0, 20) + '...' : node.node_name;
|
|
232
|
+
const lastHeartbeat = node.last_review_heartbeat_at
|
|
233
|
+
? new Date(node.last_review_heartbeat_at).toLocaleString()
|
|
234
|
+
: '(none)';
|
|
235
|
+
console.log(` ${node.id.padEnd(18)} ${node.task_id.slice(0, 18).padEnd(18)} ${name.padEnd(20)} ${chalkStatus(node.status).padEnd(18)} ${lastHeartbeat}`);
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
else {
|
|
239
|
+
console.log(' ID Task Name Agent Last Heartbeat');
|
|
240
|
+
console.log(' ─────────────────────────────────────────────────────────────────────────────────────');
|
|
241
|
+
for (const node of nodes) {
|
|
242
|
+
const name = node.node_name.length > 20 ? node.node_name.substring(0, 20) + '...' : node.node_name;
|
|
243
|
+
const lastHeartbeat = node.last_heartbeat_at
|
|
244
|
+
? new Date(node.last_heartbeat_at).toLocaleString()
|
|
245
|
+
: '(none)';
|
|
246
|
+
console.log(` ${node.id.padEnd(18)} ${node.task_id.slice(0, 18).padEnd(18)} ${name.padEnd(20)} ${(node.agent_id || '').padEnd(18)} ${lastHeartbeat}`);
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
console.log();
|
|
250
|
+
}
|
|
251
|
+
//# sourceMappingURL=node.command.js.map
|