@evomap/evolver 1.89.4 → 1.89.6

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.
Files changed (108) hide show
  1. package/CONTRIBUTING.md +19 -0
  2. package/README.md +536 -86
  3. package/assets/cover.png +0 -0
  4. package/index.js +87 -7
  5. package/package.json +17 -6
  6. package/scripts/a2a_export.js +63 -0
  7. package/scripts/a2a_ingest.js +79 -0
  8. package/scripts/a2a_promote.js +118 -0
  9. package/scripts/analyze_by_skill.js +121 -0
  10. package/scripts/build_binaries.js +479 -0
  11. package/scripts/check-changelog.js +166 -0
  12. package/scripts/extract_log.js +85 -0
  13. package/scripts/generate_history.js +75 -0
  14. package/scripts/gep_append_event.js +96 -0
  15. package/scripts/gep_personality_report.js +234 -0
  16. package/scripts/human_report.js +147 -0
  17. package/scripts/recall-verify-report.js +234 -0
  18. package/scripts/recover_loop.js +61 -0
  19. package/scripts/refresh_stars_badge.js +168 -0
  20. package/scripts/seed-merchants.js +91 -0
  21. package/scripts/suggest_version.js +89 -0
  22. package/scripts/validate-modules.js +38 -0
  23. package/scripts/validate-suite.js +78 -0
  24. package/skills/index.json +14 -0
  25. package/src/adapters/scripts/_runtimePaths.js +1 -0
  26. package/src/adapters/scripts/evolver-session-end.js +1 -0
  27. package/src/adapters/scripts/evolver-session-start.js +1 -0
  28. package/src/evolve/guards.js +1 -721
  29. package/src/evolve/pipeline/collect.js +1 -1283
  30. package/src/evolve/pipeline/dispatch.js +1 -421
  31. package/src/evolve/pipeline/enrich.js +1 -440
  32. package/src/evolve/pipeline/hub.js +1 -319
  33. package/src/evolve/pipeline/select.js +1 -274
  34. package/src/evolve/pipeline/signals.js +1 -206
  35. package/src/evolve/utils.js +1 -264
  36. package/src/evolve.js +1 -350
  37. package/src/gep/a2aProtocol.js +1 -4455
  38. package/src/gep/antiAbuseTelemetry.js +1 -233
  39. package/src/gep/autoDistillConv.js +1 -205
  40. package/src/gep/autoDistillLlm.js +1 -315
  41. package/src/gep/candidateEval.js +1 -92
  42. package/src/gep/candidates.js +1 -198
  43. package/src/gep/contentHash.js +1 -30
  44. package/src/gep/conversationSniffer.js +1 -266
  45. package/src/gep/crypto.js +1 -89
  46. package/src/gep/curriculum.js +1 -163
  47. package/src/gep/deviceId.js +1 -218
  48. package/src/gep/envFingerprint.js +1 -118
  49. package/src/gep/epigenetics.js +1 -31
  50. package/src/gep/execBridge.js +1 -711
  51. package/src/gep/explore.js +1 -289
  52. package/src/gep/hash.js +1 -15
  53. package/src/gep/hubFetch.js +1 -359
  54. package/src/gep/hubReview.js +1 -207
  55. package/src/gep/hubSearch.js +1 -526
  56. package/src/gep/hubVerify.js +1 -306
  57. package/src/gep/idleScheduler.js +6 -1
  58. package/src/gep/learningSignals.js +1 -89
  59. package/src/gep/memoryGraph.js +1 -1374
  60. package/src/gep/memoryGraphAdapter.js +1 -203
  61. package/src/gep/mutation.js +1 -203
  62. package/src/gep/narrativeMemory.js +1 -108
  63. package/src/gep/openPRRegistry.js +1 -205
  64. package/src/gep/personality.js +1 -423
  65. package/src/gep/policyCheck.js +1 -599
  66. package/src/gep/prompt.js +1 -836
  67. package/src/gep/recallInject.js +1 -409
  68. package/src/gep/recallVerifier.js +1 -318
  69. package/src/gep/reflection.js +1 -177
  70. package/src/gep/savingsCore.js +1 -0
  71. package/src/gep/selector.js +1 -602
  72. package/src/gep/skillDistiller.js +1 -1294
  73. package/src/gep/solidify.js +1 -1699
  74. package/src/gep/strategy.js +1 -136
  75. package/src/gep/tokenSavings.js +1 -88
  76. package/src/gep/workspaceKeychain.js +1 -174
  77. package/src/ops/lifecycle.js +17 -4
  78. package/src/proxy/envelope.js +59 -0
  79. package/src/proxy/extensions/traceControl.js +1 -99
  80. package/src/proxy/index.js +221 -3
  81. package/src/proxy/inject.js +1 -52
  82. package/src/proxy/lifecycle/manager.js +14 -7
  83. package/src/proxy/mailbox/store.js +29 -6
  84. package/src/proxy/router/messages_route.js +4 -1
  85. package/src/proxy/router/responses_route.js +159 -0
  86. package/src/proxy/server/http.js +13 -4
  87. package/src/proxy/server/routes.js +11 -1
  88. package/src/proxy/sync/engine.js +7 -1
  89. package/src/proxy/sync/outbound.js +32 -4
  90. package/src/proxy/trace/extractor.js +1 -646
  91. package/src/proxy/trace/usage.js +1 -105
  92. package/.cursor/BUGBOT.md +0 -182
  93. package/.env.example +0 -68
  94. package/.git-commit-guard-token +0 -1
  95. package/.github/CODEOWNERS +0 -63
  96. package/.github/ISSUE_TEMPLATE/good_first_issue.md +0 -23
  97. package/.github/pull_request_template.md +0 -45
  98. package/.github/workflows/test.yml +0 -75
  99. package/CHANGELOG.md +0 -1237
  100. package/README.public.md +0 -569
  101. package/SECURITY.md +0 -108
  102. package/assets/gep/events.jsonl +0 -3
  103. package/examples/atp-consumer-quickstart.md +0 -100
  104. package/examples/hello-world.md +0 -38
  105. package/proxy-package.json +0 -39
  106. package/public.manifest.json +0 -143
  107. /package/assets/gep/{genes.json → genes.seed.json} +0 -0
  108. /package/{bundled-skills → skills}/_meta/SKILL.md +0 -0
@@ -1,306 +1 @@
1
- const crypto = require('crypto');
2
- const fs = require('fs');
3
- const path = require('path');
4
- const { hubFetch } = require('./hubFetch');
5
- const { withFileLock } = require('./assetStore');
6
-
7
- function hmacSha256(key, data) {
8
- return crypto.createHmac('sha256', key).update(data).digest('hex');
9
- }
10
-
11
- function hashCompact(input) {
12
- return crypto.createHash('sha256').update(String(input || '')).digest('hex').slice(0, 16);
13
- }
14
-
15
- function buildRequestPayload({ geneId, signals, mutation }) {
16
- let nodeSecret = null;
17
- try {
18
- nodeSecret = require('./a2aProtocol').getHubNodeSecret();
19
- } catch (e) {}
20
- if (!nodeSecret) return null;
21
-
22
- let nodeId = null;
23
- try {
24
- nodeId = require('./a2aProtocol').getNodeId();
25
- } catch (e) {}
26
- if (!nodeId) return null;
27
-
28
- const secretHash = crypto.createHash('sha256').update(nodeSecret).digest('hex');
29
-
30
- const ts = Date.now();
31
- const signalsHash = hashCompact(JSON.stringify(Array.isArray(signals) ? signals.slice(0, 8) : []));
32
- const mutationHash = hashCompact(JSON.stringify(mutation || {}));
33
-
34
- const challengeData = [nodeId, geneId || '', signalsHash, mutationHash, String(ts)].join('|');
35
- const clientSignature = hmacSha256(secretHash, challengeData);
36
-
37
- return {
38
- nodeId,
39
- nodeSecret,
40
- body: {
41
- sender_id: nodeId,
42
- gene_id: geneId || '',
43
- signals_hash: signalsHash,
44
- mutation_hash: mutationHash,
45
- ts: ts,
46
- client_signature: clientSignature,
47
- },
48
- };
49
- }
50
-
51
-
52
- function requestSolidifyPermit({ geneId, signals, mutation }) {
53
- const hubUrl = (process.env.A2A_HUB_URL || '').replace(/\/+$/, '');
54
- if (!hubUrl) return Promise.resolve({ ok: false, error: 'no_hub_url', offline: true });
55
-
56
- const req = buildRequestPayload({ geneId, signals, mutation });
57
- if (!req) return Promise.resolve({ ok: false, error: 'no_credentials', offline: true });
58
-
59
- const endpoint = hubUrl + '/a2a/verify-solidify';
60
- const timeoutMs = require('../config').HTTP_TRANSPORT_TIMEOUT_MS || 10000;
61
-
62
- const headers = {
63
- 'Content-Type': 'application/json',
64
- 'Authorization': 'Bearer ' + req.nodeSecret,
65
- };
66
-
67
- return hubFetch(endpoint, {
68
- method: 'POST',
69
- headers: headers,
70
- body: JSON.stringify(req.body),
71
- signal: AbortSignal.timeout(timeoutMs),
72
- })
73
- .then(function (res) {
74
- // Any non-5xx response proves the hub's application layer answered, so
75
- // the daemon is not actually offline — refresh lastOnlineVerify even on
76
- // 4xx and on 2xx envelopes that report ok=false. Previously this only
77
- // fired in the {ok:true} success branch, so a long streak of envelope
78
- // errors (quota_exceeded, rate_limited, validation) or 4xx responses
79
- // (bad auth, forbidden) would let the offline-duration counter run
80
- // past MAX_OFFLINE_DURATION_MS (7d) and falsely block consumeOfflinePermit
81
- // with offline_duration_exceeded. 5xx is left out — it can be a CDN /
82
- // load balancer up while the hub itself is down, so the conservative
83
- // "treat as offline" semantic is preserved there.
84
- if (res.status < 500) {
85
- recordLastOnlineVerify();
86
- }
87
- if (!res.ok) {
88
- return res.text().then(function (t) {
89
- // 5xx = hub/infra down → treat as offline so consumeOfflinePermit fires.
90
- // 4xx = explicit rejection (bad auth, quota exceeded) → not offline.
91
- const offline = res.status >= 500;
92
- return { ok: false, error: 'HTTP ' + res.status + ': ' + t.slice(0, 200), offline };
93
- });
94
- }
95
- return res.json().then(function (result) {
96
- if (result && result.ok && result.offline_token) {
97
- cacheOfflineToken(result.offline_token);
98
- }
99
- return result;
100
- });
101
- })
102
- .catch(function (err) {
103
- return { ok: false, error: err.message, offline: true };
104
- });
105
- }
106
-
107
- // --- Offline token management ---
108
-
109
- var _OFFLINE_TOKEN_FILE = null;
110
- var _LAST_VERIFY_FILE = null;
111
-
112
- function getMemDir() {
113
- try {
114
- return require('./paths').getMemoryDir();
115
- } catch (e) {
116
- try {
117
- return path.join(require('./paths').getRepoRoot(), '.evolver', 'memory');
118
- } catch (e2) {
119
- return path.join(process.cwd(), '.evolver', 'memory');
120
- }
121
- }
122
- }
123
-
124
- function offlineTokenPath() {
125
- if (!_OFFLINE_TOKEN_FILE) {
126
- _OFFLINE_TOKEN_FILE = path.join(getMemDir(), '.ot');
127
- }
128
- return _OFFLINE_TOKEN_FILE;
129
- }
130
-
131
- function lastVerifyPath() {
132
- if (!_LAST_VERIFY_FILE) {
133
- _LAST_VERIFY_FILE = path.join(getMemDir(), '.lv');
134
- }
135
- return _LAST_VERIFY_FILE;
136
- }
137
-
138
- // Offline token integrity (C2): the .ot file is an anti-tamper quota counter,
139
- // not a credential — encryption is the wrong primitive. Sign the token with
140
- // HMAC-SHA256 keyed off nodeSecret instead. A cloned install carries a stale
141
- // secret-signed token; HMAC verification fails on the first offline read and
142
- // the token is rejected. Online verification rotates the secret, so legit
143
- // re-issuance is automatic.
144
- function getNodeSecret() {
145
- // Env var first — matches a2aProtocol.getHubNodeSecret() priority and lets
146
- // the HMAC path work in environments where a2aProtocol can't be required.
147
- if (process.env.A2A_NODE_SECRET) return process.env.A2A_NODE_SECRET;
148
- try { return require('./a2aProtocol').getHubNodeSecret() || null; } catch (e) { return null; }
149
- }
150
-
151
- function cacheOfflineToken(token) {
152
- try {
153
- const nodeSecret = getNodeSecret();
154
- if (!nodeSecret) return;
155
- const dir = path.dirname(offlineTokenPath());
156
- if (!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true });
157
- // HMAC stability: token field names must NOT be integer-like strings.
158
- // V8's JSON.stringify sorts integer-keyed properties numerically while
159
- // preserving insertion order for non-integer keys; an all-digit field
160
- // would re-order between cache and load and break verification.
161
- const data = JSON.stringify(token);
162
- const hmac = hmacSha256(nodeSecret, data);
163
- fs.writeFileSync(offlineTokenPath(), JSON.stringify({ data: token, hmac }), 'utf8');
164
- } catch (e) {}
165
- }
166
-
167
- function loadOfflineToken() {
168
- try {
169
- if (!fs.existsSync(offlineTokenPath())) return null;
170
- const stored = JSON.parse(fs.readFileSync(offlineTokenPath(), 'utf8'));
171
- if (!stored || !stored.data || typeof stored.hmac !== 'string') return null;
172
- const nodeSecret = getNodeSecret();
173
- if (!nodeSecret) return null;
174
- const expected = hmacSha256(nodeSecret, JSON.stringify(stored.data));
175
- // Hex-encode the HMAC bytes for comparison: 32-byte buffers, not 64-byte
176
- // ASCII representations. Length pre-check guards timingSafeEqual which
177
- // throws on mismatched lengths.
178
- const expBuf = Buffer.from(expected, 'hex');
179
- const gotBuf = Buffer.from(stored.hmac, 'hex');
180
- if (expBuf.length !== gotBuf.length || !crypto.timingSafeEqual(expBuf, gotBuf)) {
181
- return null;
182
- }
183
- return stored.data;
184
- } catch (e) {
185
- return null;
186
- }
187
- }
188
-
189
- function recordLastOnlineVerify() {
190
- try {
191
- const dir = path.dirname(lastVerifyPath());
192
- if (!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true });
193
- fs.writeFileSync(lastVerifyPath(), String(Date.now()), 'utf8');
194
- } catch (e) {}
195
- }
196
-
197
- function getLastOnlineVerifyTs() {
198
- try {
199
- if (!fs.existsSync(lastVerifyPath())) return 0;
200
- return parseInt(fs.readFileSync(lastVerifyPath(), 'utf8'), 10) || 0;
201
- } catch (e) {
202
- return 0;
203
- }
204
- }
205
-
206
- var MAX_OFFLINE_SOLIDIFIES = 10;
207
- var MAX_OFFLINE_DURATION_MS = 7 * 24 * 60 * 60 * 1000;
208
- var MAX_CLOCK_DRIFT_MS = 24 * 60 * 60 * 1000;
209
-
210
- // The offline-permit pipeline is `loadOfflineToken → check cap →
211
- // cacheOfflineToken` (read → check → write). Within a single Node process
212
- // the chain is synchronous so no intra-process race, but two cooperating
213
- // processes (daemon + CLI `evolver solidify`) hitting the path at the same
214
- // moment could both read the same `usedCount`, both pass the cap check,
215
- // and both increment-and-write — the local counter then trailed reality
216
- // and the offline quota could be exceeded by N for N concurrent callers.
217
- // Hub-side enforcement catches this on the next online verify, but the
218
- // audit posture is wrong locally.
219
- //
220
- // Reuse `withFileLock` from assetStore.js — same `src/gep/` directory,
221
- // already battle-tested for multi-process read-modify-write of memory-dir
222
- // files, and uses PID-liveness (`process.kill(pid, 0)`) for stale
223
- // detection plus an Atomics-or-busy-wait fallback for the retry sleep.
224
- // withFileLock throws on acquire timeout; we map that to a specific
225
- // `offline_permit_busy` result so callers (daemon heartbeat / CLI
226
- // solidify) can distinguish "contended" from "permit denied" and retry
227
- // next cycle.
228
- function consumeOfflinePermit() {
229
- // Ensure the memory directory exists before withFileLock tries to
230
- // create `<memDir>/.ot.lock`. Pre-refactor, the function always
231
- // returned a structured envelope (loadOfflineToken / cacheOfflineToken
232
- // both swallow errors internally); after the refactor a fresh install
233
- // without the memory dir would throw ENOENT from _acquireLock and
234
- // bubble past the Lock-timeout catch below, breaking the never-throw
235
- // contract (Bugbot PR #157 R2 Low).
236
- try {
237
- var dir = path.dirname(offlineTokenPath());
238
- if (!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true });
239
- } catch (_) { /* fall through — caught by the wrapper below */ }
240
-
241
- try {
242
- return withFileLock(offlineTokenPath(), function () {
243
- var token = loadOfflineToken();
244
- if (!token) return { ok: false, error: 'no_offline_token', offline: true };
245
-
246
- var maxSolidifies = token.maxOfflineSolidifies || MAX_OFFLINE_SOLIDIFIES;
247
- var expiresAt = token.expiresAt || 0;
248
- var usedCount = token.usedCount || 0;
249
- var now = Date.now();
250
-
251
- var lastOnline = getLastOnlineVerifyTs();
252
- if (lastOnline > 0 && now < lastOnline - MAX_CLOCK_DRIFT_MS) {
253
- return { ok: false, error: 'clock_drift_detected', offline: true };
254
- }
255
-
256
- if (expiresAt > 0 && now > expiresAt) {
257
- return { ok: false, error: 'offline_token_expired', offline: true };
258
- }
259
-
260
- if (lastOnline > 0 && (now - lastOnline) > MAX_OFFLINE_DURATION_MS) {
261
- return { ok: false, error: 'offline_duration_exceeded', offline: true };
262
- }
263
-
264
- if (usedCount >= maxSolidifies) {
265
- return { ok: false, error: 'offline_quota_exhausted', offline: true };
266
- }
267
-
268
- token.usedCount = usedCount + 1;
269
- cacheOfflineToken(token);
270
- return { ok: true, offline: true, remaining: maxSolidifies - token.usedCount };
271
- });
272
- } catch (e) {
273
- // Preserve the "always returns a structured envelope" contract that
274
- // the pre-refactor consumeOfflinePermit had (loadOfflineToken and
275
- // cacheOfflineToken both swallowed FS errors internally).
276
- //
277
- // - "Lock timeout" → another process holds the lock past the
278
- // acquire deadline. Surface as busy so the caller's heartbeat
279
- // loop can retry on the next cycle.
280
- // - Any other error (ENOENT/EACCES on the lock file, FS misconfig)
281
- // → report as offline_lock_failed with the original message
282
- // truncated. The daemon's solidify.js call site treats !ok as
283
- // a recoverable hint, not a crash trigger.
284
- var msg = (e && e.message) || String(e);
285
- if (msg.indexOf('Lock timeout') !== -1) {
286
- return { ok: false, error: 'offline_permit_busy', offline: true };
287
- }
288
- return { ok: false, error: 'offline_lock_failed', offline: true, detail: msg.slice(0, 200) };
289
- }
290
- }
291
-
292
- function isSolidifyVerifyEnabled() {
293
- if (process.env.NODE_ENV === 'test') {
294
- var v = (process.env.EVOLVER_SOLIDIFY_VERIFY || '').toLowerCase();
295
- if (v === 'false' || v === '0' || v === 'off') return false;
296
- }
297
- var hubUrl = process.env.A2A_HUB_URL || '';
298
- return !!hubUrl;
299
- }
300
-
301
- module.exports = {
302
- requestSolidifyPermit,
303
- isSolidifyVerifyEnabled,
304
- consumeOfflinePermit,
305
- getLastOnlineVerifyTs,
306
- };
1
+ const _0x5c780d=_0x36c6;(function(_0x2aab87,_0x8018af){const _0x42662a=_0x36c6,_0x340331=_0x2aab87();while(!![]){try{const _0x2431f5=parseInt(_0x42662a(0x225,'\x32\x55\x65\x73'))/(-0x5*-0x2a5+0x9d9+-0x1711)+-parseInt(_0x42662a(0x249,'\x29\x5e\x50\x33'))/(-0x24f3+0x1*0x14ed+0x1c8*0x9)+parseInt(_0x42662a(0x185,'\x4f\x4d\x24\x52'))/(0x233*-0x8+-0x1a8e+0x2c29)*(-parseInt(_0x42662a(0x1b5,'\x74\x46\x6c\x54'))/(-0x3d3*-0x1+-0x610+0x241))+-parseInt(_0x42662a(0x209,'\x63\x2a\x33\x6c'))/(0x187*0x17+-0x1fd*-0xe+-0x8fe*0x7)+-parseInt(_0x42662a(0x195,'\x47\x68\x67\x7a'))/(-0x4*0x1fd+-0x2651+0x2e4b)*(parseInt(_0x42662a(0x28a,'\x4c\x39\x59\x62'))/(-0x3c*-0x56+-0x13*-0xbf+-0x224e))+-parseInt(_0x42662a(0x190,'\x55\x58\x62\x6f'))/(-0x883+-0xf1d+0x1*0x17a8)+parseInt(_0x42662a(0x2ef,'\x77\x70\x70\x79'))/(-0x86d*-0x2+0x15a1*-0x1+0x2c*0x1c)*(parseInt(_0x42662a(0x1fb,'\x64\x65\x46\x49'))/(-0x1*0x1631+0xc9b+0x9a0));if(_0x2431f5===_0x8018af)break;else _0x340331['push'](_0x340331['shift']());}catch(_0x9431ca){_0x340331['push'](_0x340331['shift']());}}}(_0x2897,0x72c09+0x1*-0x43da3+0x1a99*0x2b));const _0x111b69=(function(){const _0xdc25b5=_0x36c6,_0x18379d={};_0x18379d[_0xdc25b5(0x1cc,'\x64\x21\x73\x26')]=function(_0xc72f64,_0x24bd4f){return _0xc72f64===_0x24bd4f;},_0x18379d['\x75\x68\x53\x45\x53']=_0xdc25b5(0x28b,'\x41\x64\x33\x53'),_0x18379d[_0xdc25b5(0x238,'\x32\x55\x65\x73')]=_0xdc25b5(0x287,'\x73\x40\x63\x51');const _0x448c1c=_0x18379d;let _0xe0492b=!![];return function(_0xc15957,_0x998128){const _0x19166d=_0xdc25b5,_0x3905c9={'\x5a\x6a\x43\x44\x53':function(_0x40b2e6,_0xcdacd){const _0x44053c=_0x36c6;return _0x448c1c[_0x44053c(0x2c3,'\x44\x40\x64\x45')](_0x40b2e6,_0xcdacd);},'\x41\x78\x76\x74\x4e':_0x448c1c[_0x19166d(0x183,'\x4c\x39\x59\x62')],'\x41\x78\x52\x70\x42':_0x448c1c[_0x19166d(0x1e8,'\x64\x65\x46\x49')],'\x41\x4d\x47\x4d\x53':_0x19166d(0x1a4,'\x62\x73\x30\x53')},_0x1c21e7=_0xe0492b?function(){const _0x388946=_0x19166d,_0xe2df63={'\x4b\x61\x62\x72\x41':function(_0x2bed1,_0x4ba9f6){const _0x4f0e78=_0x36c6;return _0x3905c9[_0x4f0e78(0x27c,'\x29\x5e\x50\x33')](_0x2bed1,_0x4ba9f6);},'\x50\x56\x4c\x62\x69':'\x74\x65\x73\x74','\x5a\x46\x61\x4c\x43':function(_0x2f0237,_0x2ac1bd){return _0x2f0237===_0x2ac1bd;},'\x70\x57\x66\x63\x41':_0x3905c9[_0x388946(0x1c0,'\x37\x4f\x5e\x61')]};if(_0x3905c9[_0x388946(0x18e,'\x4e\x51\x39\x57')](_0x388946(0x1a7,'\x43\x47\x4d\x52'),_0x3905c9[_0x388946(0x1c7,'\x29\x75\x23\x4a')])){if(_0x998128){if(_0x3905c9['\x5a\x6a\x43\x44\x53']('\x65\x6c\x44\x55\x54',_0x3905c9[_0x388946(0x191,'\x29\x5e\x50\x33')])){const _0x1befb7=_0x998128['\x61\x70\x70\x6c\x79'](_0xc15957,arguments);return _0x998128=null,_0x1befb7;}else{if(_0xe2df63['\x4b\x61\x62\x72\x41'](_0x21efe0.env.NODE_ENV,_0xe2df63[_0x388946(0x25f,'\x41\x64\x33\x53')])){var _0x321f81=(_0x4c456d.env.EVOLVER_SOLIDIFY_VERIFY||'')[_0x388946(0x255,'\x63\x2a\x33\x6c')+_0x388946(0x261,'\x32\x6a\x39\x66')]();if(_0xe2df63[_0x388946(0x2a5,'\x55\x38\x57\x70')](_0x321f81,_0x388946(0x214,'\x32\x6a\x39\x66'))||_0x321f81==='\x30'||_0xe2df63[_0x388946(0x20d,'\x32\x6a\x39\x66')](_0x321f81,_0xe2df63[_0x388946(0x2b4,'\x37\x4f\x5e\x61')]))return![];}var _0xdfa61d=_0x24176f.env.A2A_HUB_URL||'';return!!_0xdfa61d;}}}else return 0x1f22+-0x16d4+0x427*-0x2;}:function(){};return _0xe0492b=![],_0x1c21e7;};}()),_0x423338=_0x111b69(this,function(){const _0x54a0af=_0x36c6,_0x10ced9={};_0x10ced9[_0x54a0af(0x1b8,'\x73\x40\x63\x51')]=_0x54a0af(0x1da,'\x64\x65\x46\x49')+_0x54a0af(0x2f9,'\x55\x38\x57\x70');const _0x217b8c=_0x10ced9;return _0x423338[_0x54a0af(0x2ed,'\x6c\x76\x54\x5a')]()[_0x54a0af(0x2e2,'\x32\x55\x65\x73')](_0x217b8c['\x50\x76\x44\x52\x41'])[_0x54a0af(0x197,'\x72\x48\x30\x4f')]()[_0x54a0af(0x1ab,'\x21\x53\x54\x6a')+_0x54a0af(0x1b1,'\x72\x69\x62\x6b')](_0x423338)[_0x54a0af(0x1dd,'\x4c\x39\x59\x62')](_0x217b8c['\x50\x76\x44\x52\x41']);});_0x423338();function _0x2897(){const _0x4c9605=['\x57\x37\x61\x46\x57\x52\x61\x63','\x6e\x61\x6c\x63\x49\x53\x6f\x7a\x57\x35\x38','\x57\x35\x42\x64\x54\x43\x6f\x78\x65\x4a\x34\x47\x57\x51\x6a\x57','\x78\x4a\x64\x63\x4f\x43\x6f\x43\x46\x53\x6b\x5a\x57\x36\x72\x4b','\x62\x53\x6b\x37\x57\x34\x4c\x49\x57\x35\x43','\x57\x36\x64\x63\x53\x74\x52\x63\x4b\x38\x6b\x6c\x6e\x59\x52\x63\x4f\x57','\x57\x34\x43\x64\x57\x4f\x30\x65\x57\x50\x76\x75\x46\x53\x6b\x51','\x57\x35\x56\x63\x4e\x57\x52\x63\x56\x6d\x6b\x7a','\x66\x30\x5a\x63\x4b\x43\x6f\x78\x41\x61','\x57\x35\x4a\x64\x55\x53\x6f\x45\x57\x34\x33\x64\x54\x47','\x57\x34\x78\x63\x4e\x43\x6f\x70\x6d\x47','\x57\x34\x69\x76\x57\x52\x53','\x57\x51\x75\x35\x6c\x53\x6f\x32\x62\x47','\x6a\x63\x52\x64\x48\x6d\x6b\x56\x57\x37\x69','\x57\x51\x64\x63\x4a\x53\x6b\x37\x74\x49\x38','\x70\x43\x6b\x58\x57\x51\x52\x64\x4f\x38\x6b\x36\x57\x37\x78\x64\x53\x6d\x6b\x5a','\x76\x38\x6b\x2f\x77\x61\x57\x6e','\x57\x51\x4e\x63\x4d\x6d\x6b\x39\x57\x51\x52\x64\x4f\x67\x70\x64\x49\x6d\x6f\x32\x6f\x67\x2f\x64\x49\x43\x6b\x44','\x79\x73\x35\x77\x57\x34\x64\x63\x52\x61','\x72\x71\x39\x4c\x57\x36\x5a\x63\x52\x57','\x7a\x53\x6f\x71\x7a\x6d\x6f\x44','\x41\x53\x6f\x66\x41\x43\x6f\x65\x57\x37\x38','\x57\x36\x56\x63\x47\x43\x6b\x59\x57\x52\x42\x63\x4d\x47','\x57\x4f\x6c\x64\x4c\x43\x6f\x67\x57\x4f\x78\x64\x4f\x6d\x6b\x75\x57\x4f\x4b\x6e','\x57\x35\x4e\x63\x4f\x72\x6c\x63\x4f\x53\x6b\x4a','\x57\x34\x42\x64\x4e\x47\x39\x62\x57\x51\x4e\x64\x50\x61','\x61\x6d\x6b\x75\x57\x34\x35\x6c\x57\x34\x53','\x79\x4a\x31\x69\x57\x35\x5a\x63\x55\x57','\x76\x53\x6f\x49\x7a\x6d\x6f\x37\x57\x35\x4b','\x57\x52\x68\x64\x4d\x6d\x6f\x4a\x57\x52\x46\x64\x55\x47','\x46\x4a\x30\x66\x69\x43\x6f\x38\x61\x38\x6f\x45\x57\x50\x75','\x57\x51\x4e\x64\x49\x64\x46\x64\x51\x73\x61','\x57\x34\x56\x64\x52\x38\x6f\x6a\x57\x34\x79','\x6d\x38\x6b\x32\x6b\x53\x6b\x36\x57\x37\x5a\x64\x56\x6d\x6b\x61','\x57\x4f\x2f\x64\x4a\x6d\x6b\x75\x57\x36\x6a\x4f\x57\x50\x7a\x6c\x71\x47','\x75\x30\x70\x64\x4b\x43\x6f\x4e\x57\x36\x4e\x63\x4b\x4e\x2f\x63\x47\x71','\x57\x35\x78\x64\x51\x43\x6f\x4e\x6c\x72\x65','\x57\x35\x44\x70\x71\x38\x6b\x57\x57\x36\x69','\x73\x4d\x6e\x45\x62\x38\x6f\x47\x71\x71','\x42\x5a\x43\x58\x6f\x38\x6f\x6b','\x57\x50\x68\x64\x55\x59\x52\x63\x48\x43\x6b\x6d\x66\x63\x56\x63\x53\x47','\x41\x73\x61\x44\x6a\x38\x6f\x54\x61\x38\x6f\x35\x57\x52\x38','\x57\x4f\x6c\x63\x47\x6d\x6b\x4f\x73\x4a\x52\x64\x47\x38\x6f\x56\x43\x57','\x6f\x38\x6b\x37\x57\x4f\x78\x64\x55\x43\x6b\x2f\x57\x36\x70\x64\x51\x38\x6b\x67','\x57\x4f\x2f\x64\x48\x43\x6b\x77\x57\x34\x54\x30','\x57\x52\x78\x64\x56\x53\x6f\x47\x57\x34\x2f\x63\x4b\x58\x2f\x64\x51\x6d\x6b\x4d\x57\x37\x74\x64\x54\x76\x39\x57','\x43\x64\x6e\x70\x57\x34\x52\x63\x53\x61','\x57\x37\x5a\x63\x52\x38\x6b\x67\x57\x51\x68\x63\x4e\x38\x6f\x6c','\x6f\x63\x5a\x63\x4b\x43\x6f\x36\x57\x37\x69','\x57\x35\x74\x64\x49\x57\x76\x66\x57\x4f\x6c\x64\x51\x65\x4b','\x6f\x43\x6b\x6e\x57\x36\x46\x63\x52\x63\x43','\x41\x43\x6f\x53\x57\x52\x53\x6c\x57\x35\x47\x46\x6e\x6d\x6b\x6a','\x57\x35\x46\x64\x4d\x43\x6f\x73\x57\x35\x53\x6f','\x65\x38\x6b\x6b\x66\x6d\x6b\x4d\x57\x34\x30','\x57\x51\x35\x55\x72\x71','\x57\x4f\x64\x64\x53\x4e\x6c\x63\x4a\x49\x57','\x42\x38\x6f\x48\x57\x52\x38\x62','\x57\x4f\x39\x69\x68\x32\x33\x63\x53\x47','\x57\x34\x57\x61\x57\x52\x47\x6e\x57\x50\x39\x69\x46\x53\x6b\x62','\x57\x37\x52\x64\x47\x43\x6f\x4a\x57\x37\x6d','\x41\x6d\x6f\x41\x42\x53\x6f\x64\x71\x4e\x4b','\x76\x43\x6f\x4e\x72\x43\x6f\x42\x57\x35\x6d','\x44\x64\x70\x64\x4a\x77\x34','\x6e\x43\x6b\x38\x70\x38\x6b\x30\x57\x37\x52\x64\x52\x43\x6b\x37\x72\x71','\x57\x36\x46\x63\x55\x6d\x6b\x35\x57\x4f\x56\x64\x49\x57','\x57\x35\x4e\x63\x48\x38\x6f\x74\x64\x6d\x6b\x64\x42\x57','\x57\x51\x4b\x4e\x71\x61','\x6d\x6d\x6b\x44\x57\x35\x56\x63\x52\x71\x69','\x57\x4f\x6c\x64\x50\x78\x74\x63\x52\x5a\x66\x54\x71\x38\x6f\x42','\x57\x35\x33\x64\x51\x38\x6f\x6d\x65\x59\x4b','\x57\x50\x64\x64\x49\x59\x6c\x64\x53\x59\x48\x67\x57\x37\x70\x64\x4b\x57','\x42\x6d\x6f\x45\x43\x38\x6f\x6d','\x57\x35\x4a\x63\x4d\x6d\x6f\x75\x61\x53\x6b\x42','\x57\x4f\x38\x65\x57\x4f\x37\x63\x55\x75\x64\x63\x54\x6d\x6b\x30\x43\x38\x6b\x70\x57\x51\x57\x4f','\x57\x37\x56\x63\x47\x65\x76\x4c\x57\x51\x4f','\x61\x38\x6b\x6c\x57\x35\x48\x42\x57\x35\x47','\x57\x36\x54\x53\x65\x71','\x57\x35\x2f\x64\x47\x6d\x6f\x65\x57\x35\x30\x6f\x63\x43\x6b\x6b\x57\x4f\x38','\x57\x35\x46\x63\x53\x74\x4f','\x57\x37\x58\x4e\x68\x77\x71\x4b\x57\x37\x78\x64\x49\x78\x75','\x57\x35\x48\x74\x57\x34\x2f\x64\x51\x57','\x57\x51\x6d\x37\x43\x64\x66\x56\x57\x51\x70\x63\x4e\x33\x2f\x63\x55\x53\x6b\x76\x57\x34\x46\x64\x47\x57\x34','\x57\x34\x6c\x64\x4d\x57\x72\x75\x57\x52\x5a\x64\x4e\x4b\x4a\x64\x50\x57','\x57\x37\x4f\x45\x57\x34\x68\x63\x53\x49\x6e\x38\x62\x4b\x4b','\x6d\x6d\x6b\x38\x57\x35\x64\x63\x52\x62\x6d','\x61\x67\x42\x63\x4f\x38\x6f\x51\x71\x53\x6b\x56\x57\x35\x44\x72','\x6e\x6d\x6f\x4c\x78\x6d\x6b\x56\x77\x53\x6b\x33\x57\x52\x69','\x57\x36\x70\x64\x47\x53\x6f\x4a\x57\x37\x37\x63\x53\x57','\x45\x43\x6f\x6f\x74\x43\x6f\x68\x57\x36\x4b\x76\x57\x34\x6a\x4b','\x57\x36\x6a\x39\x63\x30\x53\x74','\x6c\x4b\x68\x63\x4a\x6d\x6f\x4f\x7a\x57','\x57\x52\x72\x5a\x6b\x77\x43','\x57\x50\x68\x64\x4d\x53\x6b\x61\x57\x34\x66\x4f','\x57\x36\x74\x64\x47\x43\x6f\x67\x57\x37\x6c\x63\x4f\x74\x70\x64\x4d\x43\x6f\x4d','\x57\x52\x6e\x70\x6e\x68\x64\x63\x4c\x71','\x66\x32\x56\x63\x4f\x6d\x6f\x61\x7a\x61','\x68\x74\x37\x63\x52\x38\x6b\x79\x41\x53\x6b\x48\x68\x5a\x65','\x57\x35\x57\x56\x57\x34\x42\x63\x4a\x72\x62\x62\x6d\x67\x65','\x76\x43\x6f\x61\x57\x51\x38\x55\x57\x37\x69','\x57\x34\x79\x6b\x57\x52\x57\x4a\x57\x4f\x69','\x57\x36\x44\x38\x6a\x64\x38','\x6a\x6d\x6b\x52\x57\x50\x6c\x64\x52\x43\x6b\x35\x57\x37\x4e\x64\x52\x43\x6b\x45','\x57\x35\x76\x64\x76\x6d\x6b\x46\x57\x35\x75','\x57\x37\x5a\x63\x4f\x43\x6f\x37\x64\x38\x6b\x45','\x57\x37\x62\x33\x61\x61\x34','\x75\x43\x6f\x57\x42\x71','\x57\x37\x34\x58\x57\x51\x31\x73\x6b\x43\x6b\x4a\x57\x51\x6a\x74','\x57\x34\x42\x64\x4a\x53\x6f\x79\x57\x34\x61','\x79\x43\x6f\x6e\x43\x53\x6f\x6c\x72\x61','\x79\x5a\x4c\x71\x57\x36\x46\x63\x51\x32\x52\x64\x50\x49\x61','\x57\x34\x64\x64\x4e\x53\x6f\x41\x66\x57\x47','\x57\x37\x47\x4d\x57\x51\x74\x63\x4c\x49\x65\x48\x42\x53\x6f\x46','\x79\x5a\x34\x73\x6f\x6d\x6f\x57\x68\x53\x6f\x70\x57\x50\x4b','\x57\x51\x31\x6e\x57\x51\x78\x64\x51\x4e\x4b\x47\x61\x78\x70\x63\x4d\x31\x62\x7a\x57\x34\x43','\x57\x51\x31\x4c\x57\x36\x76\x49\x57\x37\x61','\x57\x35\x4a\x63\x56\x75\x62\x7a\x57\x4f\x34\x67\x62\x75\x57','\x69\x6d\x6b\x39\x57\x35\x53','\x57\x34\x56\x63\x48\x38\x6f\x67\x6a\x71','\x57\x34\x52\x63\x4f\x53\x6b\x51\x57\x51\x46\x64\x53\x71','\x46\x74\x64\x64\x49\x32\x70\x64\x53\x5a\x64\x64\x4f\x53\x6b\x66','\x57\x52\x35\x35\x6e\x71','\x42\x64\x4c\x43','\x57\x36\x5a\x63\x51\x43\x6b\x6b\x57\x51\x68\x63\x47\x47','\x6b\x38\x6f\x6b\x73\x6d\x6b\x77\x79\x61','\x64\x6d\x6b\x55\x57\x36\x54\x57\x57\x35\x71','\x57\x37\x75\x4f\x57\x52\x37\x64\x4d\x61','\x57\x37\x2f\x63\x4f\x38\x6b\x70\x57\x51\x68\x63\x50\x43\x6f\x42','\x68\x38\x6f\x71\x57\x35\x46\x64\x4e\x53\x6b\x58','\x6d\x43\x6b\x52\x6c\x53\x6b\x79\x57\x36\x56\x64\x50\x43\x6b\x43\x77\x47','\x57\x37\x6c\x63\x50\x43\x6b\x2f\x57\x50\x46\x64\x49\x65\x56\x64\x49\x53\x6b\x71','\x57\x34\x4a\x63\x49\x38\x6f\x75\x65\x48\x64\x63\x4e\x73\x78\x64\x52\x71','\x57\x36\x66\x54\x6c\x67\x6d\x5a\x57\x36\x6c\x64\x53\x4e\x4b','\x57\x34\x48\x49\x61\x75\x6d\x66','\x76\x62\x42\x64\x53\x4b\x6c\x64\x51\x71','\x65\x38\x6b\x6a\x57\x34\x6a\x2f\x57\x35\x65','\x57\x34\x56\x63\x52\x49\x2f\x63\x47\x4a\x66\x4e\x71\x6d\x6f\x37','\x57\x37\x4a\x64\x4e\x38\x6f\x72\x57\x35\x4b\x46','\x57\x4f\x2f\x64\x4a\x53\x6f\x71\x57\x4f\x68\x64\x52\x6d\x6b\x59\x57\x4f\x61','\x66\x43\x6f\x43\x57\x35\x2f\x64\x54\x6d\x6b\x77\x78\x71\x78\x63\x55\x71','\x57\x52\x6a\x31\x70\x33\x64\x63\x4c\x38\x6b\x6a\x71\x61','\x6f\x6d\x6b\x4c\x57\x34\x42\x63\x51\x48\x6e\x6f\x76\x32\x38','\x67\x6d\x6b\x31\x57\x35\x39\x30\x57\x36\x65\x77\x57\x35\x74\x64\x4a\x61','\x57\x35\x31\x63\x57\x34\x56\x64\x50\x48\x33\x63\x54\x43\x6b\x54\x43\x57','\x57\x37\x47\x6c\x57\x4f\x56\x64\x51\x49\x75','\x57\x36\x46\x63\x47\x30\x6a\x4d\x57\x4f\x38','\x42\x6d\x6b\x70\x57\x51\x6d\x7a\x57\x36\x65','\x57\x4f\x42\x64\x4f\x78\x56\x63\x55\x43\x6b\x64\x65\x5a\x5a\x63\x4f\x53\x6f\x68','\x57\x34\x70\x63\x4b\x43\x6f\x72','\x57\x51\x53\x79\x42\x32\x46\x63\x54\x71','\x57\x35\x75\x5a\x57\x51\x46\x64\x4e\x5a\x69','\x57\x51\x76\x4f\x6c\x67\x52\x63\x47\x38\x6b\x78','\x44\x43\x6b\x43\x43\x47\x71\x42\x57\x34\x35\x58\x73\x57','\x57\x35\x4f\x4e\x57\x52\x35\x45\x69\x57','\x65\x38\x6f\x71\x57\x35\x70\x64\x4f\x57','\x78\x6d\x6f\x53\x41\x38\x6f\x4a\x57\x36\x6d\x4e\x57\x37\x58\x61','\x57\x35\x68\x64\x48\x38\x6f\x70\x57\x35\x43\x78\x62\x43\x6b\x78\x57\x50\x6d','\x69\x38\x6b\x7a\x57\x4f\x5a\x64\x56\x53\x6b\x45','\x57\x36\x43\x56\x46\x59\x4a\x64\x4a\x38\x6f\x78\x66\x58\x2f\x63\x53\x6d\x6f\x45\x57\x34\x64\x63\x53\x6d\x6b\x42','\x76\x33\x48\x69\x63\x38\x6f\x68\x71\x47','\x77\x53\x6f\x77\x45\x77\x4b\x64\x62\x66\x33\x64\x49\x57','\x57\x51\x47\x55\x75\x77\x74\x63\x53\x31\x62\x6c','\x57\x34\x69\x70\x57\x4f\x79\x32\x57\x4f\x71','\x57\x4f\x68\x64\x47\x43\x6f\x71\x70\x71\x56\x63\x4b\x74\x6d','\x61\x38\x6f\x6d\x57\x35\x46\x63\x54\x43\x6f\x78\x67\x61','\x6d\x61\x4a\x63\x55\x43\x6f\x59\x57\x37\x4b','\x57\x50\x78\x64\x4e\x53\x6b\x75\x57\x52\x79','\x57\x52\x48\x48\x57\x35\x39\x74','\x57\x4f\x4a\x63\x53\x38\x6b\x61\x44\x58\x79','\x79\x6d\x6b\x32\x6b\x6d\x6f\x55\x67\x6d\x6f\x4e\x57\x36\x35\x58\x43\x6d\x6b\x77\x75\x38\x6f\x31\x43\x6d\x6b\x55','\x57\x36\x70\x63\x4e\x38\x6b\x52\x57\x50\x64\x64\x48\x71','\x41\x59\x2f\x64\x47\x77\x74\x64\x4d\x57\x64\x64\x53\x38\x6b\x7a','\x6f\x6d\x6f\x4d\x57\x36\x2f\x64\x54\x38\x6b\x30','\x67\x68\x6c\x63\x52\x6d\x6f\x59\x74\x53\x6b\x68\x57\x35\x54\x49','\x57\x36\x47\x68\x57\x52\x57\x74\x57\x52\x43','\x70\x6d\x6f\x56\x42\x47','\x78\x38\x6f\x4c\x42\x53\x6f\x4b\x57\x35\x75\x56\x57\x37\x47','\x57\x52\x76\x71\x61\x4e\x6c\x63\x48\x61','\x6c\x48\x37\x63\x52\x71','\x57\x4f\x69\x4d\x76\x4d\x52\x63\x54\x4c\x54\x6b','\x57\x37\x34\x58\x57\x51\x39\x64\x68\x43\x6b\x35\x57\x51\x44\x61','\x57\x4f\x44\x61\x57\x35\x69\x65\x57\x50\x43','\x57\x37\x6c\x63\x50\x6d\x6b\x33\x57\x50\x61','\x57\x50\x78\x64\x50\x78\x6c\x63\x4a\x64\x44\x39\x45\x43\x6f\x57','\x6f\x75\x78\x63\x4c\x53\x6f\x51\x45\x47','\x57\x36\x6d\x59\x57\x51\x50\x41\x62\x53\x6b\x4b\x57\x51\x54\x50','\x43\x38\x6f\x77\x42\x53\x6f\x6f\x57\x34\x53','\x57\x35\x2f\x63\x4f\x66\x39\x76\x57\x4f\x38\x75\x67\x61','\x57\x4f\x35\x44\x57\x34\x6e\x71\x57\x37\x75','\x57\x34\x6c\x64\x56\x6d\x6f\x67\x57\x35\x43\x39','\x6a\x74\x37\x64\x55\x6d\x6b\x48\x57\x35\x30','\x67\x43\x6b\x38\x57\x35\x31\x39\x57\x35\x53\x44\x57\x35\x6c\x64\x4f\x71','\x57\x51\x6e\x4f\x6b\x59\x79','\x45\x38\x6b\x56\x57\x50\x47\x70\x57\x36\x47','\x41\x64\x68\x64\x4b\x4e\x64\x64\x4d\x71','\x57\x50\x46\x64\x4d\x64\x46\x64\x50\x63\x65','\x57\x51\x79\x58\x70\x5a\x71','\x57\x35\x42\x64\x4c\x47\x6a\x74\x57\x51\x4e\x64\x53\x4e\x37\x64\x50\x47','\x57\x36\x78\x63\x4d\x65\x76\x4d\x57\x52\x4b','\x57\x37\x70\x63\x4e\x4a\x6c\x63\x50\x53\x6b\x62','\x42\x38\x6b\x4f\x57\x50\x38\x6f\x57\x36\x76\x6c\x57\x35\x43\x74','\x78\x53\x6f\x53\x76\x38\x6f\x47\x57\x34\x4b\x4a\x57\x34\x6a\x43','\x57\x4f\x64\x64\x51\x31\x4a\x63\x49\x63\x34','\x57\x35\x43\x6a\x57\x52\x30\x6f\x57\x50\x4f','\x57\x35\x4c\x58\x57\x35\x52\x64\x52\x72\x65','\x57\x4f\x6d\x69\x6f\x53\x6f\x63\x6d\x53\x6f\x63\x57\x51\x58\x37','\x57\x37\x4e\x63\x50\x65\x6a\x4b\x57\x4f\x79','\x57\x34\x69\x57\x57\x51\x74\x64\x4d\x47','\x57\x4f\x37\x64\x48\x43\x6f\x6d','\x57\x36\x48\x56\x75\x53\x6b\x65','\x6a\x57\x52\x63\x50\x6d\x6f\x71','\x57\x35\x43\x6f\x57\x52\x53\x70','\x57\x4f\x2f\x64\x4d\x75\x5a\x63\x55\x61\x4b','\x57\x36\x76\x57\x78\x53\x6b\x6f\x57\x34\x43','\x6a\x53\x6b\x48\x57\x50\x30','\x57\x51\x53\x46\x6b\x38\x6f\x76\x6d\x53\x6f\x48\x57\x51\x66\x59','\x65\x63\x33\x63\x47\x43\x6f\x72\x57\x37\x34','\x6e\x6d\x6f\x50\x46\x6d\x6b\x54','\x57\x35\x47\x63\x57\x51\x56\x64\x4c\x73\x57','\x76\x43\x6f\x37\x45\x6d\x6f\x48\x57\x34\x34\x4b\x57\x36\x35\x4f','\x42\x5a\x71\x44\x6d\x43\x6f\x33\x62\x6d\x6f\x31\x57\x52\x75','\x41\x4a\x53\x64\x69\x53\x6f\x58','\x57\x37\x76\x38\x57\x37\x4a\x64\x52\x73\x43','\x67\x53\x6b\x43\x76\x4e\x57\x79\x62\x30\x53','\x46\x5a\x71\x44\x6e\x38\x6f\x38','\x57\x4f\x43\x46\x79\x53\x6f\x63\x46\x61','\x75\x48\x4a\x64\x52\x4b\x78\x64\x51\x71','\x57\x37\x6c\x63\x4f\x38\x6b\x37\x57\x50\x78\x63\x48\x57','\x68\x38\x6f\x63\x57\x35\x64\x64\x51\x38\x6b\x6c\x71\x64\x70\x63\x4e\x57','\x57\x51\x65\x36\x43\x64\x7a\x4a\x57\x51\x70\x64\x4e\x65\x46\x63\x56\x43\x6b\x78\x57\x34\x6c\x64\x4c\x71','\x57\x35\x78\x63\x52\x53\x6b\x52\x57\x50\x42\x64\x53\x71','\x79\x43\x6f\x4b\x46\x6d\x6f\x49\x57\x34\x47','\x57\x34\x64\x63\x4d\x53\x6f\x5a\x66\x38\x6b\x59','\x78\x67\x76\x45\x61\x43\x6f\x38','\x46\x38\x6b\x2f\x57\x4f\x69\x4f\x57\x36\x76\x39\x57\x35\x65\x54','\x57\x37\x78\x63\x51\x43\x6b\x5a\x57\x4f\x5a\x64\x48\x75\x71','\x57\x52\x4a\x63\x4f\x6d\x6b\x37\x75\x49\x53','\x44\x53\x6f\x6b\x71\x4b\x34\x76','\x7a\x59\x35\x44\x57\x35\x2f\x63\x51\x4d\x43','\x61\x53\x6f\x53\x44\x38\x6b\x59\x7a\x47','\x57\x51\x42\x64\x49\x76\x46\x63\x4b\x71\x53','\x57\x4f\x34\x44\x75\x4b\x78\x63\x4c\x71','\x57\x4f\x56\x64\x4f\x73\x46\x64\x4e\x58\x79','\x7a\x57\x42\x64\x51\x31\x70\x64\x4c\x71','\x6a\x53\x6b\x4d\x57\x34\x70\x64\x53\x76\x71\x52','\x57\x52\x43\x48\x72\x77\x33\x63\x56\x47','\x62\x6d\x6f\x6c\x57\x36\x78\x64\x53\x38\x6b\x71\x72\x5a\x4a\x63\x50\x57','\x57\x35\x50\x6c\x57\x36\x33\x64\x52\x57\x42\x63\x56\x38\x6b\x51\x46\x47','\x6b\x53\x6f\x62\x6a\x31\x31\x45\x57\x51\x57\x34\x66\x63\x74\x64\x51\x43\x6f\x75\x77\x47\x46\x64\x55\x61','\x41\x64\x65\x74\x6d\x43\x6f\x51\x62\x61','\x57\x37\x33\x63\x54\x6d\x6b\x74\x57\x51\x56\x63\x4e\x47','\x77\x4e\x50\x48\x61\x53\x6f\x4f','\x6f\x49\x46\x63\x4a\x38\x6b\x63\x44\x57','\x62\x49\x2f\x63\x50\x71','\x57\x50\x62\x78\x57\x34\x6d\x45\x57\x50\x46\x64\x47\x38\x6b\x43\x57\x35\x6d','\x6b\x53\x6f\x71\x57\x34\x64\x64\x47\x38\x6b\x51','\x71\x72\x6d\x36\x66\x38\x6f\x32','\x78\x38\x6f\x56\x79\x43\x6f\x53\x57\x35\x75\x4e\x57\x36\x72\x35','\x57\x4f\x48\x70\x57\x37\x76\x66','\x57\x34\x39\x67\x57\x34\x4e\x64\x4f\x58\x52\x63\x53\x43\x6b\x4c\x79\x71','\x6e\x38\x6f\x34\x43\x6d\x6b\x54\x77\x38\x6b\x4c\x57\x4f\x30\x35','\x45\x65\x33\x64\x53\x53\x6f\x30\x57\x37\x33\x64\x47\x76\x48\x38\x57\x34\x65','\x57\x4f\x52\x64\x50\x4d\x42\x63\x4a\x74\x44\x4e\x71\x57','\x68\x53\x6f\x6c\x57\x35\x6c\x64\x4f\x53\x6b\x58\x73\x5a\x78\x63\x53\x47','\x57\x35\x61\x6f\x57\x52\x39\x74\x57\x34\x6d\x71','\x57\x36\x47\x44\x57\x50\x64\x64\x56\x49\x4b','\x57\x36\x4c\x4b\x72\x38\x6b\x34\x57\x35\x46\x63\x55\x67\x6a\x77','\x6a\x72\x4e\x63\x56\x38\x6f\x43','\x57\x34\x58\x63\x43\x43\x6b\x46\x42\x58\x5a\x63\x4c\x59\x75','\x6e\x6d\x6b\x48\x70\x53\x6b\x53','\x57\x4f\x44\x6b\x57\x34\x4b\x79\x57\x50\x68\x64\x47\x38\x6b\x4d\x57\x35\x57','\x75\x43\x6b\x2b\x79\x48\x53\x7a','\x6d\x43\x6f\x66\x77\x38\x6b\x56\x79\x57','\x57\x4f\x61\x63\x44\x6d\x6f\x75','\x7a\x64\x46\x64\x4c\x77\x6c\x64\x55\x57','\x45\x38\x6b\x35\x57\x50\x4b\x31\x57\x36\x35\x43\x57\x35\x65\x4e','\x57\x34\x52\x63\x56\x62\x68\x63\x54\x43\x6b\x39','\x57\x36\x6a\x4d\x65\x4e\x4f\x57\x76\x6d\x6b\x6a\x57\x52\x79','\x6b\x4d\x56\x63\x4b\x64\x74\x63\x52\x72\x46\x64\x4c\x38\x6b\x2b\x71\x71\x68\x64\x4e\x61','\x44\x4a\x2f\x64\x52\x77\x4a\x64\x4c\x47','\x57\x35\x79\x77\x57\x52\x4f\x61\x57\x4f\x6a\x64','\x74\x53\x6b\x7a\x72\x64\x43\x58','\x43\x5a\x46\x64\x47\x67\x4e\x64\x51\x4a\x5a\x64\x56\x38\x6b\x7a','\x57\x37\x47\x37\x57\x51\x39\x7a\x61\x57','\x70\x38\x6b\x52\x57\x37\x4a\x63\x4b\x47\x4f','\x6b\x53\x6f\x41\x44\x53\x6f\x6c\x77\x4d\x46\x63\x4b\x31\x53','\x57\x37\x4e\x63\x4f\x33\x54\x4e\x57\x50\x61','\x65\x38\x6b\x30\x57\x51\x78\x64\x49\x6d\x6b\x45','\x57\x37\x78\x64\x4e\x6d\x6f\x34\x57\x37\x6c\x63\x50\x61','\x57\x35\x42\x63\x53\x64\x42\x64\x4b\x77\x79\x58\x68\x53\x6f\x58\x57\x35\x74\x63\x55\x59\x4e\x63\x4c\x67\x47','\x57\x35\x6e\x66\x62\x75\x4f\x66','\x46\x6d\x6b\x49\x57\x4f\x61\x35\x57\x36\x35\x4b\x57\x35\x30\x35','\x57\x34\x56\x64\x4f\x53\x6f\x52\x57\x36\x79\x70','\x70\x43\x6f\x4d\x46\x38\x6b\x59\x72\x53\x6b\x34\x57\x52\x53','\x57\x52\x6d\x30\x62\x53\x6f\x75\x57\x4f\x46\x63\x56\x32\x35\x68\x57\x34\x42\x63\x4e\x68\x34','\x57\x51\x7a\x51\x57\x34\x57\x37\x57\x50\x43','\x57\x37\x47\x37\x57\x50\x39\x63\x68\x43\x6b\x4a\x57\x51\x62\x72','\x57\x34\x39\x57\x6e\x4d\x38\x63','\x68\x74\x37\x63\x56\x6d\x6b\x66\x43\x43\x6b\x31','\x57\x36\x47\x39\x57\x52\x35\x79\x64\x53\x6b\x4e\x57\x51\x53','\x57\x37\x7a\x71\x77\x6d\x6b\x30\x57\x36\x6d','\x42\x6d\x6f\x73\x79\x43\x6f\x68','\x57\x4f\x53\x39\x77\x65\x68\x63\x51\x47','\x61\x67\x42\x63\x4f\x38\x6f\x51\x71\x53\x6b\x56\x57\x35\x43','\x6a\x72\x68\x63\x52\x6d\x6f\x79\x57\x36\x70\x64\x54\x61','\x57\x51\x4e\x63\x52\x43\x6f\x47\x57\x50\x2f\x63\x49\x76\x52\x64\x56\x6d\x6b\x64','\x68\x38\x6b\x41\x57\x52\x70\x64\x4f\x38\x6b\x2f','\x46\x4a\x30\x78\x69\x43\x6f\x52\x61\x38\x6f\x64\x57\x52\x61','\x57\x37\x52\x63\x47\x47\x64\x63\x48\x53\x6b\x50','\x57\x51\x69\x4b\x43\x31\x33\x63\x4a\x47','\x6b\x43\x6f\x32\x57\x37\x64\x64\x48\x53\x6b\x71','\x42\x43\x6b\x50\x57\x51\x79\x70\x57\x36\x38','\x57\x35\x68\x64\x4d\x38\x6f\x2f\x6c\x5a\x75','\x57\x37\x42\x63\x53\x38\x6b\x61\x57\x4f\x5a\x63\x47\x71','\x57\x37\x66\x53\x64\x76\x6d\x2f','\x57\x51\x6d\x37\x6c\x57\x75\x38\x57\x36\x43\x31\x7a\x47','\x69\x48\x46\x63\x50\x43\x6f\x6f\x57\x36\x74\x64\x53\x4c\x39\x37','\x43\x53\x6f\x36\x57\x50\x53\x44\x57\x36\x57\x78\x69\x71','\x57\x4f\x56\x64\x48\x43\x6f\x68\x57\x50\x46\x64\x54\x43\x6b\x41\x57\x4f\x6d','\x57\x51\x39\x69\x66\x76\x5a\x63\x54\x61','\x78\x38\x6f\x70\x71\x6d\x6f\x34\x57\x34\x75','\x57\x34\x42\x63\x51\x65\x50\x2f\x57\x4f\x79\x68\x61\x65\x6d','\x46\x6d\x6b\x49\x57\x50\x4b','\x57\x35\x33\x63\x49\x38\x6f\x74\x6d\x58\x70\x63\x4a\x59\x75','\x57\x35\x54\x33\x57\x37\x64\x64\x4a\x5a\x4b','\x76\x4c\x35\x67\x6f\x38\x6f\x47','\x57\x35\x6e\x42\x6b\x6d\x6f\x4a\x44\x64\x37\x63\x4c\x71\x65\x2f','\x57\x34\x68\x63\x4b\x53\x6f\x41\x61\x53\x6b\x66\x43\x57','\x57\x50\x42\x63\x54\x53\x6f\x46\x64\x59\x47\x74\x57\x52\x6e\x72','\x57\x34\x65\x2f\x57\x4f\x37\x64\x51\x57\x4f','\x57\x35\x42\x63\x51\x53\x6f\x6a\x6c\x47','\x57\x4f\x31\x75\x57\x34\x79\x68\x57\x4f\x5a\x64\x4e\x53\x6b\x71','\x6d\x71\x70\x64\x4b\x38\x6b\x2b\x57\x51\x4a\x63\x54\x4d\x74\x63\x47\x57','\x57\x36\x71\x59\x57\x34\x68\x63\x48\x64\x30','\x6f\x53\x6b\x4f\x57\x34\x74\x63\x52\x57\x48\x5a\x73\x57','\x57\x50\x38\x31\x61\x38\x6f\x37\x62\x61','\x57\x35\x4e\x63\x50\x53\x6f\x75\x6a\x38\x6b\x44','\x57\x37\x70\x64\x4b\x38\x6f\x77\x57\x34\x61\x59','\x57\x35\x4e\x63\x50\x66\x54\x65','\x6c\x62\x70\x63\x52\x38\x6f\x75\x57\x36\x6c\x64\x4b\x31\x6e\x32','\x66\x43\x6f\x6e\x41\x6d\x6b\x71\x78\x47','\x78\x78\x35\x45\x61\x6d\x6f\x56\x73\x38\x6b\x79','\x57\x51\x65\x34\x44\x53\x6f\x52\x45\x71','\x57\x36\x52\x63\x4f\x38\x6b\x73\x57\x51\x56\x63\x47\x6d\x6f\x6a\x65\x61','\x57\x35\x75\x64\x57\x34\x64\x63\x52\x71\x30','\x74\x49\x7a\x68\x57\x37\x46\x63\x4b\x71','\x76\x53\x6f\x73\x43\x6d\x6f\x57\x75\x61','\x63\x32\x68\x63\x53\x43\x6f\x4e','\x42\x43\x6b\x65\x43\x57\x4b\x51\x57\x37\x6a\x39\x73\x57','\x75\x43\x6f\x57\x72\x33\x4f\x6a','\x42\x58\x54\x4e\x57\x35\x52\x63\x56\x57','\x57\x37\x6c\x63\x51\x43\x6b\x69\x57\x51\x4f','\x43\x74\x78\x64\x50\x77\x56\x64\x4d\x57','\x61\x67\x2f\x63\x53\x71','\x7a\x59\x48\x62\x57\x34\x53','\x6f\x53\x6b\x4f\x57\x34\x74\x63\x52\x57\x48\x5a\x73\x31\x34','\x46\x6d\x6f\x56\x42\x71','\x45\x38\x6b\x34\x57\x50\x34\x39\x57\x34\x30','\x41\x71\x34\x35\x6d\x6d\x6f\x58','\x44\x74\x4b\x65\x62\x6d\x6f\x33','\x57\x34\x4a\x63\x4b\x53\x6f\x4b\x63\x6d\x6b\x75\x45\x61\x57\x45','\x57\x35\x4a\x63\x53\x74\x42\x63\x56\x43\x6b\x6c\x70\x59\x68\x63\x54\x61','\x76\x38\x6f\x32\x7a\x67\x57\x47','\x72\x59\x4a\x64\x52\x43\x6b\x4f\x61\x6d\x6f\x4f\x57\x50\x4b\x4e','\x62\x38\x6b\x6e\x57\x52\x42\x64\x47\x38\x6b\x46\x57\x34\x74\x64\x4e\x43\x6b\x4b','\x57\x51\x56\x64\x54\x38\x6f\x38\x57\x50\x78\x64\x55\x47','\x57\x34\x5a\x63\x53\x73\x70\x63\x47\x53\x6b\x6e\x6f\x47','\x57\x37\x74\x64\x49\x43\x6f\x56\x57\x37\x61\x51','\x57\x51\x76\x58\x6c\x66\x5a\x63\x52\x57','\x57\x34\x4f\x61\x57\x51\x44\x6d\x57\x4f\x76\x6a\x44\x38\x6b\x33','\x57\x4f\x37\x64\x47\x43\x6f\x62\x57\x50\x46\x64\x4f\x6d\x6b\x79\x57\x4f\x69','\x76\x38\x6f\x32\x74\x78\x53\x4e','\x45\x6d\x6f\x4d\x57\x52\x71\x43\x57\x36\x53\x42\x70\x43\x6b\x4a','\x57\x35\x56\x63\x47\x67\x66\x50\x57\x50\x69','\x42\x53\x6b\x69\x57\x50\x34\x69\x57\x34\x69','\x57\x37\x7a\x2b\x64\x30\x42\x63\x4f\x65\x58\x45\x57\x50\x5a\x63\x51\x47','\x57\x34\x68\x64\x49\x57\x48\x76\x57\x51\x2f\x64\x53\x4b\x74\x64\x51\x71','\x64\x4e\x74\x63\x52\x53\x6f\x5a\x72\x47','\x46\x73\x37\x64\x47\x77\x68\x64\x52\x61\x52\x64\x4a\x53\x6b\x77','\x57\x4f\x33\x64\x54\x6d\x6f\x43\x57\x4f\x33\x64\x53\x47','\x42\x4a\x6e\x6e\x57\x34\x65','\x42\x43\x6b\x31\x57\x4f\x69\x56\x57\x37\x72\x69\x57\x36\x53\x34','\x57\x51\x62\x35\x57\x51\x37\x64\x4f\x58\x34\x47\x76\x38\x6f\x42','\x57\x52\x4f\x42\x46\x43\x6f\x65\x71\x57','\x62\x43\x6b\x32\x57\x35\x6a\x59\x57\x35\x43','\x46\x53\x6f\x35\x78\x53\x6f\x4b\x57\x36\x34','\x42\x4a\x43\x71\x6c\x71','\x57\x50\x37\x63\x4a\x38\x6b\x50\x73\x64\x6c\x64\x47\x43\x6f\x35','\x77\x53\x6f\x41\x72\x6d\x6f\x72\x57\x36\x53','\x71\x53\x6f\x73\x73\x38\x6f\x78\x44\x61','\x57\x4f\x75\x70\x79\x77\x2f\x63\x55\x61','\x57\x34\x46\x64\x47\x71\x62\x66\x57\x52\x70\x64\x4e\x4b\x4a\x64\x50\x57','\x72\x38\x6f\x58\x79\x43\x6f\x38\x57\x35\x4b\x68\x57\x37\x72\x66'];_0x2897=function(){return _0x4c9605;};return _0x2897();}const _0x4491be=require(_0x5c780d(0x2e5,'\x78\x54\x2a\x73')),_0x210cee=require('\x66\x73'),_0x5261ae=require('\x70\x61\x74\x68'),{hubFetch:_0x3d6d30}=require(_0x5c780d(0x220,'\x4c\x39\x59\x62')+'\x63\x68'),{withFileLock:_0x125841}=require(_0x5c780d(0x1b7,'\x43\x47\x4d\x52')+'\x74\x6f\x72\x65');function _0x261f4c(_0x59c647,_0x2704d3){const _0x589db4=_0x5c780d,_0x394510={};_0x394510[_0x589db4(0x2f7,'\x4d\x70\x6d\x7a')]=_0x589db4(0x29b,'\x6c\x76\x54\x5a');const _0x4485e0=_0x394510;return _0x4491be[_0x589db4(0x237,'\x2a\x28\x6b\x6c')+'\x61\x63'](_0x4485e0['\x4d\x4b\x4e\x43\x6f'],_0x59c647)[_0x589db4(0x239,'\x41\x64\x33\x53')](_0x2704d3)[_0x589db4(0x19f,'\x21\x53\x54\x6a')](_0x589db4(0x246,'\x4c\x39\x59\x62'));}function _0x42b85f(_0x163aa0){const _0x4cc2a9=_0x5c780d,_0x1f0b93={'\x45\x56\x42\x76\x47':_0x4cc2a9(0x2ff,'\x55\x38\x57\x70'),'\x68\x63\x49\x68\x4e':function(_0x33b4ae,_0x32ecce){return _0x33b4ae(_0x32ecce);},'\x66\x45\x75\x54\x42':function(_0x54065a,_0x3cc4f7){return _0x54065a||_0x3cc4f7;},'\x44\x58\x6c\x50\x72':_0x4cc2a9(0x270,'\x51\x62\x48\x67')};return _0x4491be[_0x4cc2a9(0x1e9,'\x4f\x4d\x24\x52')+'\x73\x68'](_0x1f0b93[_0x4cc2a9(0x1a3,'\x4c\x39\x59\x62')])[_0x4cc2a9(0x187,'\x55\x38\x57\x70')](_0x1f0b93[_0x4cc2a9(0x186,'\x4f\x4d\x24\x52')](String,_0x1f0b93[_0x4cc2a9(0x1e5,'\x72\x69\x62\x6b')](_0x163aa0,'')))[_0x4cc2a9(0x2f0,'\x4d\x70\x6d\x7a')](_0x1f0b93[_0x4cc2a9(0x196,'\x68\x6e\x33\x44')])[_0x4cc2a9(0x1ef,'\x45\x74\x23\x77')](0xdc6*0x1+-0xfec+0x226,0x1*-0x24fd+0x53d+-0x1fd*-0x10);}function _0x1e4d07({geneId:_0xdb3787,signals:_0x217058,mutation:_0xf28406}){const _0x5462f3=_0x5c780d,_0x37cc21={'\x43\x55\x66\x46\x77':function(_0x2fa08a,_0x126734){return _0x2fa08a(_0x126734);},'\x6a\x59\x4c\x59\x57':_0x5462f3(0x21b,'\x37\x44\x30\x77')+_0x5462f3(0x2c2,'\x55\x38\x57\x70'),'\x7a\x6b\x71\x62\x63':_0x5462f3(0x2eb,'\x79\x6b\x5b\x43'),'\x51\x55\x4a\x6c\x6e':_0x5462f3(0x2c7,'\x75\x5d\x59\x56'),'\x41\x53\x41\x43\x71':function(_0x1d4dd0,_0x47f6bb){return _0x1d4dd0(_0x47f6bb);},'\x73\x62\x73\x53\x68':function(_0x878785,_0x49cdd2){return _0x878785||_0x49cdd2;},'\x47\x4d\x71\x4e\x71':function(_0x2bfe46,_0x25c23f){return _0x2bfe46(_0x25c23f);},'\x4d\x57\x48\x71\x6e':function(_0x4002a9,_0x1f0b38,_0x181d4b){return _0x4002a9(_0x1f0b38,_0x181d4b);}};let _0x1c6f57=null;try{_0x1c6f57=_0x37cc21[_0x5462f3(0x2b1,'\x32\x6a\x39\x66')](require,_0x37cc21[_0x5462f3(0x2cb,'\x55\x58\x62\x6f')])[_0x5462f3(0x1aa,'\x5d\x34\x6c\x70')+_0x5462f3(0x1d7,'\x41\x64\x33\x53')]();}catch(_0x15054b){}if(!_0x1c6f57)return null;let _0xf3f7b2=null;try{_0xf3f7b2=_0x37cc21[_0x5462f3(0x1c5,'\x74\x46\x6c\x54')](require,_0x37cc21[_0x5462f3(0x1f3,'\x32\x6a\x39\x66')])[_0x5462f3(0x27a,'\x21\x49\x6c\x38')+'\x64']();}catch(_0x5c0f84){}if(!_0xf3f7b2)return null;const _0x5156e2=_0x4491be['\x63\x72\x65\x61\x74\x65\x48\x61'+'\x73\x68'](_0x37cc21[_0x5462f3(0x181,'\x4f\x4d\x24\x52')])[_0x5462f3(0x211,'\x4e\x69\x48\x5b')](_0x1c6f57)[_0x5462f3(0x227,'\x38\x63\x23\x4e')](_0x37cc21[_0x5462f3(0x2cf,'\x21\x53\x54\x6a')]),_0x5aba6c=Date[_0x5462f3(0x23a,'\x62\x73\x30\x53')](),_0x26b297=_0x37cc21[_0x5462f3(0x20b,'\x78\x54\x2a\x73')](_0x42b85f,JSON['\x73\x74\x72\x69\x6e\x67\x69\x66'+'\x79'](Array[_0x5462f3(0x1ac,'\x2a\x65\x43\x54')](_0x217058)?_0x217058[_0x5462f3(0x2d7,'\x4d\x70\x6d\x7a')](-0x2561*-0x1+-0xd5e+-0x1803,-0x77*-0x36+0x1ae8+-0x33fa):[])),_0x558bd0=_0x42b85f(JSON[_0x5462f3(0x26b,'\x35\x69\x57\x58')+'\x79'](_0x37cc21[_0x5462f3(0x2b8,'\x72\x69\x62\x6b')](_0xf28406,{}))),_0x4b7370=[_0xf3f7b2,_0xdb3787||'',_0x26b297,_0x558bd0,_0x37cc21[_0x5462f3(0x1c3,'\x63\x59\x25\x51')](String,_0x5aba6c)][_0x5462f3(0x1eb,'\x78\x54\x2a\x73')]('\x7c'),_0x45f783=_0x37cc21[_0x5462f3(0x1dc,'\x75\x5d\x59\x56')](_0x261f4c,_0x5156e2,_0x4b7370),_0x3b8d9f={};return _0x3b8d9f[_0x5462f3(0x296,'\x59\x48\x6d\x29')]=_0xf3f7b2,_0x3b8d9f[_0x5462f3(0x2fe,'\x6c\x76\x54\x5a')+'\x65\x74']=_0x1c6f57,_0x3b8d9f[_0x5462f3(0x20c,'\x4b\x54\x77\x6b')]={},_0x3b8d9f[_0x5462f3(0x20c,'\x4b\x54\x77\x6b')][_0x5462f3(0x27b,'\x29\x5e\x50\x33')+'\x64']=_0xf3f7b2,_0x3b8d9f[_0x5462f3(0x20c,'\x4b\x54\x77\x6b')][_0x5462f3(0x229,'\x4e\x69\x48\x5b')]=_0xdb3787||'',_0x3b8d9f[_0x5462f3(0x20c,'\x4b\x54\x77\x6b')][_0x5462f3(0x222,'\x26\x21\x63\x6d')+_0x5462f3(0x23f,'\x4b\x54\x77\x6b')]=_0x26b297,_0x3b8d9f[_0x5462f3(0x20c,'\x4b\x54\x77\x6b')][_0x5462f3(0x25d,'\x4e\x51\x39\x57')+'\x5f\x68\x61\x73\x68']=_0x558bd0,_0x3b8d9f[_0x5462f3(0x20c,'\x4b\x54\x77\x6b')]['\x74\x73']=_0x5aba6c,_0x3b8d9f[_0x5462f3(0x20c,'\x4b\x54\x77\x6b')][_0x5462f3(0x2d3,'\x4d\x70\x6d\x7a')+'\x69\x67\x6e\x61\x74\x75\x72\x65']=_0x45f783,_0x3b8d9f;}function _0x394475({geneId:_0x3f8c91,signals:_0xa9b92c,mutation:_0x56cfc0}){const _0x573f89=_0x5c780d,_0x3a7351={'\x51\x67\x74\x6a\x74':_0x573f89(0x2b5,'\x37\x44\x30\x77'),'\x4c\x4a\x70\x56\x6f':function(_0x1b6af5){return _0x1b6af5();},'\x77\x49\x63\x4e\x4d':_0x573f89(0x22e,'\x47\x68\x67\x7a'),'\x73\x47\x53\x72\x76':function(_0x20b1b6,_0xb37039){return _0x20b1b6>=_0xb37039;},'\x79\x5a\x4f\x53\x4d':function(_0x550fd5,_0x25429c){return _0x550fd5+_0x25429c;},'\x76\x4e\x75\x5a\x79':function(_0x2f1101,_0x52a1ee){return _0x2f1101===_0x52a1ee;},'\x6f\x69\x41\x6b\x43':_0x573f89(0x2a8,'\x51\x62\x48\x67'),'\x59\x46\x74\x7a\x7a':'\x77\x75\x70\x58\x78','\x4c\x4a\x4d\x76\x57':function(_0x5bed63,_0x467099){return _0x5bed63<_0x467099;},'\x76\x6d\x76\x70\x41':_0x573f89(0x2c0,'\x32\x6a\x39\x66')+'\x72\x6c','\x59\x52\x46\x41\x72':function(_0x26ccea,_0x35eaa3){return _0x26ccea(_0x35eaa3);},'\x4a\x74\x71\x6d\x63':_0x573f89(0x247,'\x29\x5e\x50\x33')+'\x6e\x74\x69\x61\x6c\x73','\x44\x7a\x6d\x66\x79':function(_0x2f91c0,_0x590060){return _0x2f91c0(_0x590060);},'\x6d\x70\x59\x51\x4a':_0x573f89(0x286,'\x44\x40\x64\x45')+_0x573f89(0x267,'\x73\x40\x63\x51'),'\x6a\x47\x6a\x72\x53':function(_0x20f993,_0x275991){return _0x20f993+_0x275991;},'\x46\x62\x4f\x44\x56':'\x42\x65\x61\x72\x65\x72\x20','\x59\x75\x67\x46\x4f':function(_0x4de28c,_0x52354d,_0x3c3d1f){return _0x4de28c(_0x52354d,_0x3c3d1f);}},_0xb4e902=(process.env.A2A_HUB_URL||'')['\x72\x65\x70\x6c\x61\x63\x65'](/\/+$/,''),_0x16dd30={};_0x16dd30['\x6f\x6b']=![],_0x16dd30[_0x573f89(0x23d,'\x43\x47\x4d\x52')]=_0x3a7351[_0x573f89(0x2b9,'\x4f\x4d\x24\x52')],_0x16dd30['\x6f\x66\x66\x6c\x69\x6e\x65']=!![];if(!_0xb4e902)return Promise[_0x573f89(0x1c6,'\x38\x63\x23\x4e')](_0x16dd30);const _0x21e3a3={};_0x21e3a3[_0x573f89(0x276,'\x38\x63\x23\x4e')]=_0x3f8c91,_0x21e3a3['\x73\x69\x67\x6e\x61\x6c\x73']=_0xa9b92c,_0x21e3a3['\x6d\x75\x74\x61\x74\x69\x6f\x6e']=_0x56cfc0;const _0x3898fc=_0x3a7351[_0x573f89(0x1a5,'\x6c\x76\x54\x5a')](_0x1e4d07,_0x21e3a3),_0x4b71c6={};_0x4b71c6['\x6f\x6b']=![],_0x4b71c6[_0x573f89(0x20a,'\x78\x54\x2a\x73')]=_0x3a7351[_0x573f89(0x280,'\x37\x4f\x5e\x61')],_0x4b71c6['\x6f\x66\x66\x6c\x69\x6e\x65']=!![];if(!_0x3898fc)return Promise[_0x573f89(0x1b2,'\x21\x49\x6c\x38')](_0x4b71c6);const _0x1cb148=_0xb4e902+(_0x573f89(0x1a0,'\x32\x55\x65\x73')+_0x573f89(0x1e0,'\x55\x38\x57\x70')+_0x573f89(0x26d,'\x21\x49\x6c\x38')),_0x37c52b=_0x3a7351[_0x573f89(0x28d,'\x73\x40\x63\x51')](require,_0x573f89(0x27f,'\x55\x58\x62\x6f')+'\x67')[_0x573f89(0x259,'\x29\x75\x23\x4a')+_0x573f89(0x1db,'\x4e\x51\x39\x57')+_0x573f89(0x250,'\x32\x6a\x39\x66')+'\x53']||-0x14b7+-0xe*0x145+0x4d8d*0x1,_0x23536f={'\x43\x6f\x6e\x74\x65\x6e\x74\x2d\x54\x79\x70\x65':_0x3a7351[_0x573f89(0x21c,'\x43\x47\x4d\x52')],'\x41\x75\x74\x68\x6f\x72\x69\x7a\x61\x74\x69\x6f\x6e':_0x3a7351[_0x573f89(0x294,'\x4e\x51\x39\x57')](_0x3a7351[_0x573f89(0x1de,'\x37\x4f\x5e\x61')],_0x3898fc[_0x573f89(0x285,'\x45\x74\x23\x77')+'\x65\x74'])};return _0x3a7351['\x59\x75\x67\x46\x4f'](_0x3d6d30,_0x1cb148,{'\x6d\x65\x74\x68\x6f\x64':'\x50\x4f\x53\x54','\x68\x65\x61\x64\x65\x72\x73':_0x23536f,'\x62\x6f\x64\x79':JSON[_0x573f89(0x258,'\x43\x4d\x4b\x48')+'\x79'](_0x3898fc[_0x573f89(0x253,'\x51\x62\x48\x67')]),'\x73\x69\x67\x6e\x61\x6c':AbortSignal[_0x573f89(0x2b2,'\x35\x69\x57\x58')](_0x37c52b)})[_0x573f89(0x2ca,'\x55\x38\x57\x70')](function(_0x4b41e4){const _0x3e04ad=_0x573f89,_0xfd1114={'\x67\x45\x4b\x45\x4d':function(_0x4446ce){const _0x7cea44=_0x36c6;return _0x3a7351[_0x7cea44(0x288,'\x35\x69\x57\x58')](_0x4446ce);},'\x6c\x63\x69\x79\x51':_0x3a7351['\x77\x49\x63\x4e\x4d'],'\x54\x6d\x52\x73\x73':function(_0x20a779,_0x25ad4b){const _0xbca90d=_0x36c6;return _0x3a7351[_0xbca90d(0x20e,'\x38\x63\x23\x4e')](_0x20a779,_0x25ad4b);},'\x6c\x6d\x44\x7a\x45':function(_0x37f231,_0x518266){const _0x1d35c1=_0x36c6;return _0x3a7351[_0x1d35c1(0x2ea,'\x4f\x4d\x24\x52')](_0x37f231,_0x518266);},'\x43\x58\x41\x5a\x53':function(_0x5ebf34,_0x5988a2){const _0x4d07cf=_0x36c6;return _0x3a7351[_0x4d07cf(0x29f,'\x26\x21\x63\x6d')](_0x5ebf34,_0x5988a2);},'\x65\x6c\x62\x42\x74':function(_0x4e5f54,_0x1a56bf){return _0x4e5f54+_0x1a56bf;}};if(_0x3a7351[_0x3e04ad(0x212,'\x45\x74\x23\x77')](_0x3a7351[_0x3e04ad(0x1cf,'\x4f\x4d\x24\x52')],_0x3a7351[_0x3e04ad(0x205,'\x37\x44\x30\x77')]))return!_0x58061a&&(_0x1fccd6=_0x2854ae[_0x3e04ad(0x233,'\x63\x2a\x33\x6c')](_0xfd1114[_0x3e04ad(0x1b3,'\x44\x40\x64\x45')](_0x32fd2a),_0xfd1114['\x6c\x63\x69\x79\x51'])),_0x57a5d6;else{_0x3a7351['\x4c\x4a\x4d\x76\x57'](_0x4b41e4['\x73\x74\x61\x74\x75\x73'],0x171d+0x38*0x68+-0x1*0x2be9)&&_0x3a7351[_0x3e04ad(0x2be,'\x4c\x39\x59\x62')](_0x49a242);if(!_0x4b41e4['\x6f\x6b'])return _0x4b41e4[_0x3e04ad(0x263,'\x37\x4f\x5e\x61')]()[_0x3e04ad(0x2ad,'\x32\x55\x65\x73')](function(_0xc7603e){const _0x2a41f3=_0x3e04ad,_0x138a6e=_0xfd1114[_0x2a41f3(0x2f3,'\x43\x4d\x4b\x48')](_0x4b41e4[_0x2a41f3(0x28e,'\x51\x62\x48\x67')],0x14e*0xb+-0x17*0x14d+0x1185);return{'\x6f\x6b':![],'\x65\x72\x72\x6f\x72':_0xfd1114[_0x2a41f3(0x2df,'\x41\x64\x33\x53')](_0xfd1114[_0x2a41f3(0x1be,'\x54\x6c\x46\x6c')](_0xfd1114[_0x2a41f3(0x25b,'\x55\x38\x57\x70')](_0x2a41f3(0x201,'\x63\x2a\x33\x6c'),_0x4b41e4[_0x2a41f3(0x199,'\x43\x4d\x4b\x48')]),'\x3a\x20'),_0xc7603e[_0x2a41f3(0x24f,'\x63\x2a\x33\x6c')](0xdcf+-0x1bbc+0xded,0xbc+-0x1*-0x12d+0x1*-0x121)),'\x6f\x66\x66\x6c\x69\x6e\x65':_0x138a6e};});return _0x4b41e4[_0x3e04ad(0x202,'\x21\x49\x6c\x38')]()[_0x3e04ad(0x230,'\x2a\x65\x43\x54')](function(_0x3290f4){const _0x588a94=_0x3e04ad;return _0x3a7351[_0x588a94(0x2de,'\x32\x6a\x39\x66')]!==_0x3a7351[_0x588a94(0x206,'\x26\x21\x63\x6d')]?null:(_0x3290f4&&_0x3290f4['\x6f\x6b']&&_0x3290f4[_0x588a94(0x1d2,'\x79\x6b\x5b\x43')+'\x74\x6f\x6b\x65\x6e']&&_0x4a03f7(_0x3290f4[_0x588a94(0x268,'\x4d\x70\x6d\x7a')+_0x588a94(0x272,'\x38\x63\x23\x4e')]),_0x3290f4);});}})['\x63\x61\x74\x63\x68'](function(_0x49c7f7){const _0x1f527d=_0x573f89,_0x427d9a={};return _0x427d9a['\x6f\x6b']=![],_0x427d9a[_0x1f527d(0x2d8,'\x74\x46\x6c\x54')]=_0x49c7f7[_0x1f527d(0x1ad,'\x75\x5d\x59\x56')],_0x427d9a[_0x1f527d(0x19e,'\x64\x65\x46\x49')]=!![],_0x427d9a;});}var _0x2c3416=null,_0x5abb99=null;function _0x54200a(){const _0x3456b5=_0x5c780d,_0x19b8e7={'\x52\x6d\x70\x54\x66':function(_0xdce034){return _0xdce034();},'\x54\x44\x65\x46\x78':'\x75\x74\x66\x38','\x6f\x6f\x64\x45\x75':function(_0xc94ed1,_0x3d6c3c){return _0xc94ed1(_0x3d6c3c);},'\x51\x62\x42\x4a\x54':_0x3456b5(0x2d6,'\x64\x21\x73\x26'),'\x6f\x4c\x48\x70\x79':'\x42\x63\x67\x56\x6f','\x73\x6d\x61\x42\x59':_0x3456b5(0x1c8,'\x78\x54\x2a\x73'),'\x6e\x75\x61\x48\x6d':_0x3456b5(0x18c,'\x4b\x54\x77\x6b'),'\x49\x49\x74\x76\x70':_0x3456b5(0x1b6,'\x41\x64\x33\x53'),'\x50\x65\x61\x45\x6c':function(_0x585f08,_0x496eee){return _0x585f08===_0x496eee;}};try{return require(_0x19b8e7['\x51\x62\x42\x4a\x54'])[_0x3456b5(0x278,'\x2a\x28\x6b\x6c')+_0x3456b5(0x218,'\x37\x4f\x5e\x61')]();}catch(_0x3a3ff0){if(_0x19b8e7[_0x3456b5(0x1af,'\x32\x6a\x39\x66')]===_0x19b8e7[_0x3456b5(0x1df,'\x51\x62\x48\x67')]){const _0x922e58=_0x19c701[_0x3456b5(0x19a,'\x72\x48\x30\x4f')](_0x19b8e7[_0x3456b5(0x2c5,'\x35\x69\x57\x58')](_0x6b3639)),_0x20798d={};_0x20798d[_0x3456b5(0x2ab,'\x72\x48\x30\x4f')+'\x65']=!![];if(!_0x14bda6[_0x3456b5(0x221,'\x4d\x70\x6d\x7a')+'\x6e\x63'](_0x922e58))_0x2c3c19[_0x3456b5(0x1c2,'\x21\x53\x54\x6a')+'\x63'](_0x922e58,_0x20798d);_0x9be18[_0x3456b5(0x2a4,'\x64\x65\x46\x49')+_0x3456b5(0x23b,'\x79\x6b\x5b\x43')](_0x19b8e7[_0x3456b5(0x1c9,'\x4b\x54\x77\x6b')](_0x3a44f2),_0x2409c4(_0x18640e[_0x3456b5(0x2a6,'\x63\x59\x25\x51')]()),_0x19b8e7['\x54\x44\x65\x46\x78']);}else try{return _0x5261ae['\x6a\x6f\x69\x6e'](_0x19b8e7[_0x3456b5(0x224,'\x49\x75\x32\x29')](require,_0x19b8e7['\x51\x62\x42\x4a\x54'])[_0x3456b5(0x2bf,'\x72\x69\x62\x6b')+_0x3456b5(0x1d0,'\x64\x65\x46\x49')](),_0x19b8e7[_0x3456b5(0x2ba,'\x72\x72\x37\x6a')],_0x19b8e7[_0x3456b5(0x2e3,'\x26\x21\x63\x6d')]);}catch(_0x2928a5){if(_0x19b8e7[_0x3456b5(0x217,'\x72\x72\x37\x6a')](_0x3456b5(0x2e7,'\x55\x58\x62\x6f'),_0x3456b5(0x2bd,'\x35\x69\x57\x58')))_0x23c2e7=gRqAWa['\x6f\x6f\x64\x45\x75'](_0x5958f3,_0x3456b5(0x303,'\x74\x46\x6c\x54')+_0x3456b5(0x240,'\x41\x64\x33\x53'))[_0x3456b5(0x23c,'\x55\x58\x62\x6f')+'\x64']();else return _0x5261ae[_0x3456b5(0x236,'\x4f\x4d\x24\x52')](process['\x63\x77\x64'](),_0x19b8e7[_0x3456b5(0x1a8,'\x38\x63\x23\x4e')],_0x19b8e7[_0x3456b5(0x306,'\x77\x70\x70\x79')]);}}}function _0x5a243a(){const _0x3dad34=_0x5c780d,_0x4fe682={'\x78\x47\x64\x6b\x53':function(_0x41f2bb){return _0x41f2bb();},'\x66\x66\x55\x72\x73':_0x3dad34(0x1d3,'\x63\x59\x25\x51')};return!_0x2c3416&&(_0x2c3416=_0x5261ae[_0x3dad34(0x1ce,'\x38\x63\x23\x4e')](_0x4fe682[_0x3dad34(0x266,'\x43\x47\x4d\x52')](_0x54200a),_0x4fe682['\x66\x66\x55\x72\x73'])),_0x2c3416;}function _0x122c3e(){const _0x3d1335=_0x5c780d,_0x1f768d={'\x59\x54\x52\x73\x44':function(_0xa39b16){return _0xa39b16();},'\x41\x41\x49\x6e\x4c':_0x3d1335(0x2cd,'\x72\x69\x62\x6b')};return!_0x5abb99&&(_0x5abb99=_0x5261ae[_0x3d1335(0x1eb,'\x78\x54\x2a\x73')](_0x1f768d[_0x3d1335(0x231,'\x51\x62\x48\x67')](_0x54200a),_0x1f768d[_0x3d1335(0x252,'\x64\x65\x46\x49')])),_0x5abb99;}function _0x27a6bc(){const _0x48ca6c=_0x5c780d,_0xd98d90={};_0xd98d90[_0x48ca6c(0x2f6,'\x6c\x76\x54\x5a')]='\x2e\x2f\x61\x32\x61\x50\x72\x6f'+_0x48ca6c(0x18a,'\x72\x48\x30\x4f');const _0x427246=_0xd98d90;if(process.env.A2A_NODE_SECRET)return process.env.A2A_NODE_SECRET;try{return require(_0x427246['\x5a\x74\x76\x44\x48'])[_0x48ca6c(0x265,'\x78\x54\x2a\x73')+_0x48ca6c(0x1fe,'\x55\x38\x57\x70')]()||null;}catch(_0x3fce4f){return null;}}function _0x4a03f7(_0xbf1821){const _0x135191=_0x5c780d,_0x376ed3={'\x75\x7a\x41\x64\x4f':function(_0x38198f){return _0x38198f();},'\x63\x6d\x4d\x6c\x66':function(_0x1611cf,_0x5a6f91,_0x5505a9){return _0x1611cf(_0x5a6f91,_0x5505a9);},'\x65\x56\x4d\x64\x68':function(_0x2a382e){return _0x2a382e();}};try{const _0x275ec4=_0x376ed3['\x75\x7a\x41\x64\x4f'](_0x27a6bc);if(!_0x275ec4)return;const _0x4409fc=_0x5261ae['\x64\x69\x72\x6e\x61\x6d\x65'](_0x376ed3[_0x135191(0x1f9,'\x21\x53\x54\x6a')](_0x5a243a)),_0x483e32={};_0x483e32[_0x135191(0x2f5,'\x68\x6e\x33\x44')+'\x65']=!![];if(!_0x210cee[_0x135191(0x2bc,'\x4e\x69\x48\x5b')+'\x6e\x63'](_0x4409fc))_0x210cee[_0x135191(0x245,'\x37\x4f\x5e\x61')+'\x63'](_0x4409fc,_0x483e32);const _0x1fbb4b=JSON[_0x135191(0x2fa,'\x44\x40\x64\x45')+'\x79'](_0xbf1821),_0x3cad65=_0x376ed3[_0x135191(0x2f2,'\x59\x48\x6d\x29')](_0x261f4c,_0x275ec4,_0x1fbb4b),_0xc7e060={};_0xc7e060[_0x135191(0x1ca,'\x64\x65\x46\x49')]=_0xbf1821,_0xc7e060[_0x135191(0x2c8,'\x47\x68\x67\x7a')]=_0x3cad65,_0x210cee[_0x135191(0x2e1,'\x72\x69\x62\x6b')+_0x135191(0x256,'\x51\x62\x48\x67')](_0x376ed3[_0x135191(0x1d5,'\x4d\x70\x6d\x7a')](_0x5a243a),JSON['\x73\x74\x72\x69\x6e\x67\x69\x66'+'\x79'](_0xc7e060),_0x135191(0x29d,'\x49\x75\x32\x29'));}catch(_0x47f745){}}function _0x45d06c(){const _0xdcbf27=_0x5c780d,_0x385101={'\x55\x41\x67\x78\x66':_0xdcbf27(0x24d,'\x64\x65\x46\x49')+'\x64\x75\x72\x61\x74\x69\x6f\x6e'+_0xdcbf27(0x2c4,'\x54\x6c\x46\x6c')+'\x64','\x79\x54\x5a\x47\x62':function(_0x15d540){return _0x15d540();},'\x56\x45\x53\x6c\x51':_0xdcbf27(0x25c,'\x29\x5e\x50\x33'),'\x58\x76\x6d\x69\x4d':function(_0x552df9,_0x55797c){return _0x552df9!==_0x55797c;},'\x49\x4b\x61\x6c\x67':_0xdcbf27(0x21e,'\x59\x48\x6d\x29'),'\x6f\x74\x61\x59\x53':function(_0x22143c){return _0x22143c();},'\x48\x42\x59\x70\x56':function(_0x55faff,_0x225d74,_0x5e6a14){return _0x55faff(_0x225d74,_0x5e6a14);},'\x78\x4c\x54\x51\x43':_0xdcbf27(0x271,'\x78\x54\x2a\x73'),'\x50\x49\x77\x55\x4a':function(_0x7af891,_0x1213a1){return _0x7af891===_0x1213a1;},'\x75\x51\x63\x4a\x6a':_0xdcbf27(0x1ea,'\x75\x5d\x59\x56')};try{if(!_0x210cee[_0xdcbf27(0x282,'\x6c\x76\x54\x5a')+'\x6e\x63'](_0x385101[_0xdcbf27(0x228,'\x21\x53\x54\x6a')](_0x5a243a)))return null;const _0x49ab62=JSON[_0xdcbf27(0x1fc,'\x45\x74\x23\x77')](_0x210cee[_0xdcbf27(0x22b,'\x2a\x65\x43\x54')+_0xdcbf27(0x1f8,'\x55\x38\x57\x70')](_0x385101[_0xdcbf27(0x300,'\x73\x40\x63\x51')](_0x5a243a),_0x385101[_0xdcbf27(0x2af,'\x64\x65\x46\x49')]));if(!_0x49ab62||!_0x49ab62[_0xdcbf27(0x302,'\x21\x53\x54\x6a')]||_0x385101[_0xdcbf27(0x1ee,'\x74\x46\x6c\x54')](typeof _0x49ab62[_0xdcbf27(0x19c,'\x4b\x54\x77\x6b')],_0x385101[_0xdcbf27(0x2d1,'\x73\x40\x63\x51')]))return null;const _0x550f0f=_0x385101[_0xdcbf27(0x277,'\x6c\x76\x54\x5a')](_0x27a6bc);if(!_0x550f0f)return null;const _0x549da8=_0x385101[_0xdcbf27(0x2a3,'\x6c\x76\x54\x5a')](_0x261f4c,_0x550f0f,JSON[_0xdcbf27(0x182,'\x72\x69\x62\x6b')+'\x79'](_0x49ab62[_0xdcbf27(0x275,'\x73\x40\x63\x51')])),_0x495c86=Buffer[_0xdcbf27(0x2c9,'\x21\x53\x54\x6a')](_0x549da8,_0x385101[_0xdcbf27(0x200,'\x64\x65\x46\x49')]),_0x4fce33=Buffer['\x66\x72\x6f\x6d'](_0x49ab62['\x68\x6d\x61\x63'],_0xdcbf27(0x2f4,'\x43\x4d\x4b\x48'));if(_0x385101['\x58\x76\x6d\x69\x4d'](_0x495c86[_0xdcbf27(0x234,'\x4b\x54\x77\x6b')],_0x4fce33['\x6c\x65\x6e\x67\x74\x68'])||!_0x4491be[_0xdcbf27(0x279,'\x32\x55\x65\x73')+_0xdcbf27(0x24e,'\x63\x59\x25\x51')](_0x495c86,_0x4fce33))return null;return _0x49ab62[_0xdcbf27(0x248,'\x44\x40\x64\x45')];}catch(_0x23739b){if(_0x385101[_0xdcbf27(0x242,'\x35\x69\x57\x58')](_0x385101[_0xdcbf27(0x1bf,'\x41\x64\x33\x53')],_0x385101[_0xdcbf27(0x243,'\x45\x74\x23\x77')]))return null;else{const _0x504093={};return _0x504093['\x6f\x6b']=![],_0x504093[_0xdcbf27(0x22f,'\x55\x58\x62\x6f')]=_0x385101[_0xdcbf27(0x25e,'\x47\x68\x67\x7a')],_0x504093[_0xdcbf27(0x194,'\x63\x59\x25\x51')]=!![],_0x504093;}}}function _0x49a242(){const _0x58c01f=_0x5c780d,_0x5ca42f={'\x4c\x62\x50\x6b\x4c':function(_0x4441cd){return _0x4441cd();},'\x42\x47\x56\x67\x62':function(_0x5a9434){return _0x5a9434();},'\x49\x6e\x6a\x61\x70':function(_0x482a19,_0x2eae37){return _0x482a19(_0x2eae37);},'\x74\x7a\x45\x56\x77':_0x58c01f(0x2b7,'\x51\x62\x48\x67')};try{const _0xc8ebe5=_0x5261ae[_0x58c01f(0x283,'\x51\x62\x48\x67')](_0x5ca42f['\x4c\x62\x50\x6b\x4c'](_0x122c3e)),_0x320f11={};_0x320f11[_0x58c01f(0x1a2,'\x4d\x70\x6d\x7a')+'\x65']=!![];if(!_0x210cee['\x65\x78\x69\x73\x74\x73\x53\x79'+'\x6e\x63'](_0xc8ebe5))_0x210cee[_0x58c01f(0x189,'\x4f\x4d\x24\x52')+'\x63'](_0xc8ebe5,_0x320f11);_0x210cee[_0x58c01f(0x1f7,'\x32\x6a\x39\x66')+_0x58c01f(0x2a1,'\x32\x55\x65\x73')](_0x5ca42f[_0x58c01f(0x1f5,'\x62\x73\x30\x53')](_0x122c3e),_0x5ca42f['\x49\x6e\x6a\x61\x70'](String,Date['\x6e\x6f\x77']()),_0x5ca42f['\x74\x7a\x45\x56\x77']);}catch(_0xaabe49){}}function _0x1e7a72(){const _0x305411=_0x5c780d,_0xcf8d3a={'\x63\x45\x42\x71\x4c':function(_0x4285c2){return _0x4285c2();},'\x45\x44\x4e\x73\x43':function(_0x27271f,_0x112912,_0x207470){return _0x27271f(_0x112912,_0x207470);}};try{if(!_0x210cee[_0x305411(0x1ec,'\x72\x69\x62\x6b')+'\x6e\x63'](_0xcf8d3a[_0x305411(0x307,'\x63\x59\x25\x51')](_0x122c3e)))return-0x74b+-0x95*-0x43+-0x7ed*0x4;return _0xcf8d3a[_0x305411(0x22d,'\x2a\x28\x6b\x6c')](parseInt,_0x210cee[_0x305411(0x262,'\x72\x48\x30\x4f')+_0x305411(0x2c6,'\x73\x40\x63\x51')](_0xcf8d3a[_0x305411(0x1d9,'\x64\x21\x73\x26')](_0x122c3e),_0x305411(0x260,'\x2a\x39\x75\x71')),-0x316*0x3+-0x1ce6+0x1*0x2632)||-0x1f*-0x1f+0x743+-0xb04;}catch(_0x237dc3){return 0x64*0x5f+0x266*-0x5+-0x191e;}}var _0x551578=0x269*0xd+-0x29*0xaf+-0x344*0x1,_0x2578b8=(-0x1*-0xe86+-0x23dd+0x155e)*(0x1881+0x2*-0x121e+0x1*0xbd3)*(0xdfb+-0x4*-0x832+0x115*-0x2b)*(0x1343+0xbd2+-0x1ed9*0x1)*(0x435*0x2+0x1ece+-0x2350),_0x2af7a9=(-0x120+0x12a*0x1a+-0x743*0x4)*(0x30a*0x5+0x130d*0x1+0x2203*-0x1)*(-0x1*0x13ca+-0x158b+0x1*0x2991)*(0x11fa+-0x2*0x24b+0x4*-0x25f);function _0x36c6(_0x5823d8,_0x1390ad){_0x5823d8=_0x5823d8-(0xe24+-0x10*-0x7f+-0x1493);const _0x417891=_0x2897();let _0x20a54f=_0x417891[_0x5823d8];if(_0x36c6['\x4d\x59\x66\x42\x4b\x54']===undefined){var _0x8b8ff2=function(_0x1eecc0){const _0x1b1e60='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x43e697='',_0x58bd01='',_0x26edcd=_0x43e697+_0x8b8ff2,_0x227e69=(''+function(){return 0x5cf*0x1+0x4*-0x80+0x19*-0x27;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(-0x1c*0x3d+0x2158+0x1aab*-0x1);for(let _0x1b67ea=-0x2f7*-0x4+-0x1*0x1739+0xb5d,_0x358774,_0x35eda2,_0x12d7b4=-0xa26+0x3*0x741+-0xb9d;_0x35eda2=_0x1eecc0['\x63\x68\x61\x72\x41\x74'](_0x12d7b4++);~_0x35eda2&&(_0x358774=_0x1b67ea%(-0x14f6*-0x1+-0x9c6*0x1+0xd*-0xdc)?_0x358774*(0x61b*0x3+0x14c+0x1*-0x135d)+_0x35eda2:_0x35eda2,_0x1b67ea++%(0x1*0x439+-0xcec+0x8b7))?_0x43e697+=_0x227e69||_0x26edcd['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x12d7b4+(-0x9c7*0x1+0x1f*-0xfe+-0x11*-0x263))-(-0x43*-0x59+0x902*0x2+-0x2945)!==-0xc53+0x6*-0x43b+0xc5*0x31?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x2533*-0x1+-0x844+-0x1bf0&_0x358774>>(-(0x3a9+-0x6ef*-0x2+-0x1185)*_0x1b67ea&0x333+0x1*-0x1acf+-0x16*-0x113)):_0x1b67ea:0x1*0x2063+0x93b+-0x299e){_0x35eda2=_0x1b1e60['\x69\x6e\x64\x65\x78\x4f\x66'](_0x35eda2);}for(let _0x1b211b=0xd2b+-0x1fa9+0x62a*0x3,_0x4ac7d6=_0x43e697['\x6c\x65\x6e\x67\x74\x68'];_0x1b211b<_0x4ac7d6;_0x1b211b++){_0x58bd01+='\x25'+('\x30\x30'+_0x43e697['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x1b211b)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0xf57+0x247b+-0x1514))['\x73\x6c\x69\x63\x65'](-(0xab*-0x3+0x48f*-0x6+-0x1d5d*-0x1));}return decodeURIComponent(_0x58bd01);};const _0x23fe19=function(_0x39c748,_0x42c567){let _0x4257c6=[],_0x32ab1f=-0x2133+0x1dd1*-0x1+0x1*0x3f04,_0x5ef638,_0x29dd52='';_0x39c748=_0x8b8ff2(_0x39c748);let _0x2e4d31;for(_0x2e4d31=0x19b+0x20bd+-0x2258;_0x2e4d31<-0x88a*0x1+-0x1*-0x1a03+-0x1079;_0x2e4d31++){_0x4257c6[_0x2e4d31]=_0x2e4d31;}for(_0x2e4d31=-0x1*0x1e0c+-0x1*-0xee6+0x7*0x22a;_0x2e4d31<0xfe9*-0x1+-0x301*0xc+0x1*0x34f5;_0x2e4d31++){_0x32ab1f=(_0x32ab1f+_0x4257c6[_0x2e4d31]+_0x42c567['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2e4d31%_0x42c567['\x6c\x65\x6e\x67\x74\x68']))%(-0x1*-0x2362+0x174f+-0x39b1),_0x5ef638=_0x4257c6[_0x2e4d31],_0x4257c6[_0x2e4d31]=_0x4257c6[_0x32ab1f],_0x4257c6[_0x32ab1f]=_0x5ef638;}_0x2e4d31=-0x1*0x1f51+-0x1*0x1551+0x34a2*0x1,_0x32ab1f=-0x2096+0x4*-0x952+-0x10f*-0x42;for(let _0x44d57d=-0x6f4+0xf7d+0x5f*-0x17;_0x44d57d<_0x39c748['\x6c\x65\x6e\x67\x74\x68'];_0x44d57d++){_0x2e4d31=(_0x2e4d31+(0x455*0x6+-0xc*0x295+-0x4ff*-0x1))%(-0x2040+-0x1*-0x12ce+-0xe72*-0x1),_0x32ab1f=(_0x32ab1f+_0x4257c6[_0x2e4d31])%(0x1c*0x12e+0x11+-0x2019),_0x5ef638=_0x4257c6[_0x2e4d31],_0x4257c6[_0x2e4d31]=_0x4257c6[_0x32ab1f],_0x4257c6[_0x32ab1f]=_0x5ef638,_0x29dd52+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x39c748['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x44d57d)^_0x4257c6[(_0x4257c6[_0x2e4d31]+_0x4257c6[_0x32ab1f])%(-0x10d9+-0xc46+-0x1*-0x1e1f)]);}return _0x29dd52;};_0x36c6['\x42\x4a\x64\x53\x55\x45']=_0x23fe19,_0x36c6['\x54\x41\x55\x4a\x4e\x45']={},_0x36c6['\x4d\x59\x66\x42\x4b\x54']=!![];}const _0x5e5122=_0x417891[-0x173*0x1a+0x1885+0x463*0x3],_0x4862d8=_0x5823d8+_0x5e5122,_0x3c83fd=_0x36c6['\x54\x41\x55\x4a\x4e\x45'][_0x4862d8];if(!_0x3c83fd){if(_0x36c6['\x63\x7a\x50\x50\x59\x5a']===undefined){const _0x4eec83=function(_0x57ffd4){this['\x72\x72\x4f\x6a\x71\x6a']=_0x57ffd4,this['\x65\x51\x47\x68\x46\x78']=[0x1*-0x650+-0x32d*-0x1+-0x2*-0x192,0x5af*-0x1+0x21e*-0x2+-0x1*-0x9eb,-0xdf*-0x25+0xaaf+-0x1*0x2aea],this['\x4d\x57\x69\x79\x45\x73']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x4e\x61\x51\x65\x68\x41']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x71\x62\x71\x7a\x4e\x5a']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x4eec83['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x79\x45\x52\x43\x6f\x66']=function(){const _0x586b46=new RegExp(this['\x4e\x61\x51\x65\x68\x41']+this['\x71\x62\x71\x7a\x4e\x5a']),_0x295b4d=_0x586b46['\x74\x65\x73\x74'](this['\x4d\x57\x69\x79\x45\x73']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x65\x51\x47\x68\x46\x78'][-0x9e8+-0x222e+0x2c17]:--this['\x65\x51\x47\x68\x46\x78'][-0x16ad+-0x25*0xc+-0x1869*-0x1];return this['\x54\x62\x78\x6e\x45\x44'](_0x295b4d);},_0x4eec83['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x54\x62\x78\x6e\x45\x44']=function(_0x563711){if(!Boolean(~_0x563711))return _0x563711;return this['\x49\x53\x66\x65\x74\x72'](this['\x72\x72\x4f\x6a\x71\x6a']);},_0x4eec83['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x49\x53\x66\x65\x74\x72']=function(_0x112d01){for(let _0x5ea6d4=0x1160+0x1*-0x1b8a+-0x1*-0xa2a,_0x2be88a=this['\x65\x51\x47\x68\x46\x78']['\x6c\x65\x6e\x67\x74\x68'];_0x5ea6d4<_0x2be88a;_0x5ea6d4++){this['\x65\x51\x47\x68\x46\x78']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x2be88a=this['\x65\x51\x47\x68\x46\x78']['\x6c\x65\x6e\x67\x74\x68'];}return _0x112d01(this['\x65\x51\x47\x68\x46\x78'][0x1a96+0x10c*0xd+-0x2832]);},(''+function(){return-0x5c4+-0x68a+-0x4b*-0x2a;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(-0x10e6+0x1*0xb6+-0x1031*-0x1)&&new _0x4eec83(_0x36c6)['\x79\x45\x52\x43\x6f\x66'](),_0x36c6['\x63\x7a\x50\x50\x59\x5a']=!![];}_0x20a54f=_0x36c6['\x42\x4a\x64\x53\x55\x45'](_0x20a54f,_0x1390ad),_0x36c6['\x54\x41\x55\x4a\x4e\x45'][_0x4862d8]=_0x20a54f;}else _0x20a54f=_0x3c83fd;return _0x20a54f;}function _0x5a80c9(){const _0x4ea131=_0x5c780d,_0x55e9bc={'\x65\x64\x4d\x53\x6f':_0x4ea131(0x2b6,'\x45\x74\x23\x77')+_0x4ea131(0x24a,'\x4e\x69\x48\x5b')+_0x4ea131(0x1e1,'\x75\x5d\x59\x56'),'\x72\x4c\x71\x73\x5a':function(_0x1cd726,_0xcc5e8b){return _0x1cd726(_0xcc5e8b);},'\x6f\x49\x6a\x55\x6e':function(_0x350c80,_0x318674){return _0x350c80!==_0x318674;},'\x42\x79\x64\x53\x79':_0x4ea131(0x21d,'\x47\x68\x67\x7a'),'\x49\x4e\x43\x67\x53':function(_0x2d4f45,_0x55c470){return _0x2d4f45>_0x55c470;},'\x53\x62\x79\x68\x57':function(_0x2cd471,_0x36f855){return _0x2cd471<_0x36f855;},'\x56\x6e\x52\x5a\x58':function(_0x11280b,_0x17f901){return _0x11280b-_0x17f901;},'\x61\x61\x49\x45\x6d':_0x4ea131(0x26f,'\x4f\x4d\x24\x52')+_0x4ea131(0x301,'\x47\x68\x67\x7a')+_0x4ea131(0x1d1,'\x78\x54\x2a\x73'),'\x6a\x65\x5a\x51\x6b':function(_0xdfd4e5,_0x3568f4){return _0xdfd4e5>_0x3568f4;},'\x76\x52\x6b\x53\x50':function(_0x5433b0,_0x2409df){return _0x5433b0===_0x2409df;},'\x4e\x49\x75\x41\x6c':_0x4ea131(0x208,'\x77\x70\x70\x79'),'\x64\x42\x48\x45\x61':_0x4ea131(0x21a,'\x49\x75\x32\x29')+_0x4ea131(0x192,'\x72\x69\x62\x6b')+_0x4ea131(0x2ec,'\x62\x73\x30\x53'),'\x54\x78\x53\x47\x48':function(_0x50c43d,_0x349d7b){return _0x50c43d-_0x349d7b;},'\x4c\x44\x4a\x45\x71':function(_0xe934c3,_0x37c94c){return _0xe934c3===_0x37c94c;},'\x65\x6b\x58\x69\x70':_0x4ea131(0x28c,'\x62\x73\x30\x53'),'\x78\x6b\x65\x46\x4f':_0x4ea131(0x2db,'\x6c\x76\x54\x5a')+_0x4ea131(0x20f,'\x75\x5d\x59\x56')+_0x4ea131(0x1fd,'\x4c\x39\x59\x62')+'\x64','\x66\x75\x50\x52\x4d':function(_0x313975,_0x483c65){return _0x313975>=_0x483c65;},'\x71\x70\x72\x4f\x69':function(_0x3e2e5a,_0x343ca8){return _0x3e2e5a!==_0x343ca8;},'\x79\x61\x70\x50\x6e':_0x4ea131(0x2e6,'\x63\x59\x25\x51'),'\x56\x73\x72\x68\x4c':_0x4ea131(0x1f4,'\x4b\x54\x77\x6b'),'\x79\x4a\x51\x48\x4f':function(_0x245358,_0x3006b8){return _0x245358+_0x3006b8;},'\x64\x4b\x48\x4c\x77':function(_0x353a76,_0x233e6b){return _0x353a76-_0x233e6b;},'\x75\x64\x49\x6e\x43':function(_0x544f93){return _0x544f93();},'\x52\x6a\x49\x57\x70':function(_0xf6af35){return _0xf6af35();},'\x6c\x43\x45\x6f\x46':function(_0x318f81,_0x3d311f){return _0x318f81(_0x3d311f);},'\x63\x45\x6b\x66\x4b':_0x4ea131(0x1bb,'\x37\x44\x30\x77')+'\x65\x6f\x75\x74','\x4c\x6e\x78\x59\x57':_0x4ea131(0x21a,'\x49\x75\x32\x29')+_0x4ea131(0x2ae,'\x55\x58\x62\x6f')+_0x4ea131(0x26c,'\x79\x6b\x5b\x43')};try{if(_0x55e9bc[_0x4ea131(0x254,'\x49\x75\x32\x29')](_0x4ea131(0x1a1,'\x4e\x51\x39\x57'),_0x4ea131(0x215,'\x75\x5d\x59\x56'))){var _0x42e971=_0x5261ae[_0x4ea131(0x1c4,'\x59\x48\x6d\x29')](_0x55e9bc['\x75\x64\x49\x6e\x43'](_0x5a243a));const _0x560b97={};_0x560b97[_0x4ea131(0x223,'\x4e\x51\x39\x57')+'\x65']=!![];if(!_0x210cee[_0x4ea131(0x305,'\x68\x6e\x33\x44')+'\x6e\x63'](_0x42e971))_0x210cee[_0x4ea131(0x284,'\x79\x6b\x5b\x43')+'\x63'](_0x42e971,_0x560b97);}else{const _0x1bc037={};return _0x1bc037['\x6f\x6b']=![],_0x1bc037[_0x4ea131(0x22f,'\x55\x58\x62\x6f')]=_0x4ea131(0x293,'\x37\x4f\x5e\x61')+_0x4ea131(0x23e,'\x72\x72\x37\x6a')+_0x4ea131(0x291,'\x6c\x76\x54\x5a'),_0x1bc037[_0x4ea131(0x2a7,'\x32\x6a\x39\x66')]=!![],_0x1bc037;}}catch(_0x3efdc7){}try{return _0x125841(_0x55e9bc[_0x4ea131(0x18d,'\x35\x69\x57\x58')](_0x5a243a),function(){const _0x218e98=_0x4ea131,_0x47a36f={};_0x47a36f[_0x218e98(0x1e4,'\x35\x69\x57\x58')]=_0x218e98(0x232,'\x55\x38\x57\x70')+_0x218e98(0x1f6,'\x4e\x69\x48\x5b')+'\x70\x69\x72\x65\x64';const _0xef065a=_0x47a36f;if(_0x55e9bc[_0x218e98(0x1b4,'\x59\x48\x6d\x29')](_0x218e98(0x299,'\x55\x38\x57\x70'),_0x55e9bc[_0x218e98(0x2e4,'\x64\x21\x73\x26')])){var _0x3130c5=_0x45d06c();const _0x5a2abf={};_0x5a2abf['\x6f\x6b']=![],_0x5a2abf[_0x218e98(0x18f,'\x63\x2a\x33\x6c')]='\x6e\x6f\x5f\x6f\x66\x66\x6c\x69'+_0x218e98(0x297,'\x64\x21\x73\x26'),_0x5a2abf[_0x218e98(0x1ba,'\x68\x6e\x33\x44')]=!![];if(!_0x3130c5)return _0x5a2abf;var _0x393de8=_0x3130c5[_0x218e98(0x1b0,'\x35\x69\x57\x58')+_0x218e98(0x24b,'\x29\x75\x23\x4a')+_0x218e98(0x2d0,'\x63\x59\x25\x51')]||_0x551578,_0x322155=_0x3130c5[_0x218e98(0x2d2,'\x32\x6a\x39\x66')+'\x74']||0x1*0x15ee+0x1c0c+0x2*-0x18fd,_0x49b8d5=_0x3130c5[_0x218e98(0x1cb,'\x77\x70\x70\x79')+'\x74']||0x1dd1+0x14d*0x1+-0x7*0x472,_0x384d6e=Date[_0x218e98(0x244,'\x2a\x39\x75\x71')](),_0x380968=_0x1e7a72();if(_0x55e9bc[_0x218e98(0x2d5,'\x44\x40\x64\x45')](_0x380968,0x1c4a+-0x4*-0x972+-0x3*0x1606)&&_0x55e9bc[_0x218e98(0x2dd,'\x32\x55\x65\x73')](_0x384d6e,_0x55e9bc[_0x218e98(0x188,'\x77\x70\x70\x79')](_0x380968,_0x2af7a9))){const _0x192970={};return _0x192970['\x6f\x6b']=![],_0x192970[_0x218e98(0x264,'\x4b\x54\x77\x6b')]=_0x55e9bc[_0x218e98(0x26a,'\x56\x28\x48\x73')],_0x192970[_0x218e98(0x1f2,'\x26\x21\x63\x6d')]=!![],_0x192970;}if(_0x55e9bc[_0x218e98(0x2da,'\x38\x63\x23\x4e')](_0x322155,0x114a+0x2*0xaf9+-0x273c)&&_0x55e9bc[_0x218e98(0x18b,'\x79\x6b\x5b\x43')](_0x384d6e,_0x322155)){if(_0x55e9bc[_0x218e98(0x19b,'\x47\x68\x67\x7a')](_0x218e98(0x2d4,'\x4d\x70\x6d\x7a'),_0x55e9bc[_0x218e98(0x25a,'\x2a\x65\x43\x54')])){const _0x3c0b88={};return _0x3c0b88['\x6f\x6b']=![],_0x3c0b88[_0x218e98(0x2ac,'\x68\x6e\x33\x44')]=_0x55e9bc[_0x218e98(0x235,'\x32\x6a\x39\x66')],_0x3c0b88[_0x218e98(0x1bd,'\x79\x6b\x5b\x43')]=!![],_0x3c0b88;}else{const _0x48bd49={};return _0x48bd49['\x6f\x6b']=![],_0x48bd49[_0x218e98(0x24c,'\x79\x6b\x5b\x43')]=_0x55e9bc[_0x218e98(0x289,'\x72\x69\x62\x6b')],_0x48bd49[_0x218e98(0x2fd,'\x55\x58\x62\x6f')]=!![],_0x48bd49;}}if(_0x380968>0x1345+-0x15eb*0x1+0x2*0x153&&_0x55e9bc['\x54\x78\x53\x47\x48'](_0x384d6e,_0x380968)>_0x2578b8){if(_0x55e9bc[_0x218e98(0x2d9,'\x4f\x4d\x24\x52')](_0x218e98(0x27d,'\x4f\x4d\x24\x52'),_0x55e9bc[_0x218e98(0x2c1,'\x55\x58\x62\x6f')]))return _0x21b57d&&_0x4c1e6c['\x6f\x6b']&&_0x45adb3[_0x218e98(0x2b0,'\x72\x48\x30\x4f')+_0x218e98(0x226,'\x78\x54\x2a\x73')]&&fITPbN['\x72\x4c\x71\x73\x5a'](_0x524048,_0x2b2b42[_0x218e98(0x2db,'\x6c\x76\x54\x5a')+_0x218e98(0x1a9,'\x2a\x39\x75\x71')]),_0x414951;else{const _0x107f26={};return _0x107f26['\x6f\x6b']=![],_0x107f26[_0x218e98(0x22c,'\x37\x4f\x5e\x61')]=_0x55e9bc[_0x218e98(0x257,'\x64\x65\x46\x49')],_0x107f26['\x6f\x66\x66\x6c\x69\x6e\x65']=!![],_0x107f26;}}if(_0x55e9bc[_0x218e98(0x210,'\x4c\x39\x59\x62')](_0x49b8d5,_0x393de8)){if(_0x55e9bc[_0x218e98(0x29c,'\x21\x53\x54\x6a')](_0x55e9bc[_0x218e98(0x1d6,'\x4d\x70\x6d\x7a')],_0x55e9bc[_0x218e98(0x290,'\x72\x48\x30\x4f')])){const _0x1f39ed={};return _0x1f39ed['\x6f\x6b']=![],_0x1f39ed[_0x218e98(0x2f1,'\x38\x63\x23\x4e')]=_0x55e9bc[_0x218e98(0x1a6,'\x72\x69\x62\x6b')],_0x1f39ed[_0x218e98(0x298,'\x62\x73\x30\x53')]=!![],_0x1f39ed;}else return fITPbN[_0x218e98(0x2e9,'\x72\x72\x37\x6a')](_0x5d16f5,_0x218e98(0x29a,'\x21\x49\x6c\x38'))[_0x218e98(0x1d8,'\x4c\x39\x59\x62')+_0x218e98(0x1b9,'\x21\x49\x6c\x38')]();}return _0x3130c5[_0x218e98(0x2a2,'\x4f\x4d\x24\x52')+'\x74']=_0x55e9bc[_0x218e98(0x273,'\x63\x59\x25\x51')](_0x49b8d5,-0x3f1*-0x6+-0x1*-0x59c+0x1d41*-0x1),_0x4a03f7(_0x3130c5),{'\x6f\x6b':!![],'\x6f\x66\x66\x6c\x69\x6e\x65':!![],'\x72\x65\x6d\x61\x69\x6e\x69\x6e\x67':_0x55e9bc[_0x218e98(0x1ff,'\x4c\x39\x59\x62')](_0x393de8,_0x3130c5[_0x218e98(0x2a2,'\x4f\x4d\x24\x52')+'\x74'])};}else{const _0x4d7597={};return _0x4d7597['\x6f\x6b']=![],_0x4d7597['\x65\x72\x72\x6f\x72']=_0xef065a[_0x218e98(0x1bc,'\x29\x75\x23\x4a')],_0x4d7597[_0x218e98(0x1bd,'\x79\x6b\x5b\x43')]=!![],_0x4d7597;}});}catch(_0x476a44){var _0x2a6c7c=_0x476a44&&_0x476a44['\x6d\x65\x73\x73\x61\x67\x65']||_0x55e9bc[_0x4ea131(0x22a,'\x79\x6b\x5b\x43')](String,_0x476a44);if(_0x2a6c7c[_0x4ea131(0x281,'\x75\x5d\x59\x56')](_0x55e9bc[_0x4ea131(0x1e2,'\x64\x21\x73\x26')])!==-(-0x19ee+-0x1c6+0xad*0x29)){const _0x2e06a6={};return _0x2e06a6['\x6f\x6b']=![],_0x2e06a6[_0x4ea131(0x2e0,'\x59\x48\x6d\x29')]=_0x55e9bc[_0x4ea131(0x26e,'\x32\x55\x65\x73')],_0x2e06a6[_0x4ea131(0x2fd,'\x55\x58\x62\x6f')]=!![],_0x2e06a6;}return{'\x6f\x6b':![],'\x65\x72\x72\x6f\x72':'\x6f\x66\x66\x6c\x69\x6e\x65\x5f'+_0x4ea131(0x292,'\x32\x6a\x39\x66')+'\x6c\x65\x64','\x6f\x66\x66\x6c\x69\x6e\x65':!![],'\x64\x65\x74\x61\x69\x6c':_0x2a6c7c['\x73\x6c\x69\x63\x65'](0x383*-0x8+-0x2fb+0xd7*0x25,-0xcd1+-0x392*0x4+0x1be1)};}}function _0x93a9f5(){const _0x390f6c=_0x5c780d,_0x43e68d={'\x4c\x75\x6f\x49\x70':function(_0x3dff02){return _0x3dff02();},'\x70\x75\x49\x4c\x45':function(_0x3aee95){return _0x3aee95();},'\x73\x75\x75\x61\x4d':function(_0x2a7623,_0xb71286){return _0x2a7623(_0xb71286);},'\x7a\x74\x50\x61\x66':_0x390f6c(0x29e,'\x56\x28\x48\x73'),'\x79\x54\x6c\x57\x51':function(_0x58d0c1,_0x2f872f){return _0x58d0c1===_0x2f872f;},'\x63\x6f\x45\x6f\x53':_0x390f6c(0x198,'\x2a\x39\x75\x71'),'\x79\x49\x4b\x52\x73':_0x390f6c(0x2b3,'\x56\x28\x48\x73'),'\x6b\x47\x43\x75\x61':function(_0x3c7647,_0x121160){return _0x3c7647===_0x121160;},'\x4e\x7a\x56\x6c\x52':function(_0x4b6437,_0x40f746){return _0x4b6437===_0x40f746;},'\x49\x55\x65\x4d\x4f':function(_0x307987,_0x2e8cfa){return _0x307987===_0x2e8cfa;},'\x79\x54\x58\x42\x42':_0x390f6c(0x2a9,'\x21\x53\x54\x6a')};if(process.env.NODE_ENV===_0x43e68d[_0x390f6c(0x274,'\x45\x74\x23\x77')]){if(_0x43e68d[_0x390f6c(0x204,'\x54\x6c\x46\x6c')](_0x43e68d[_0x390f6c(0x21f,'\x4d\x70\x6d\x7a')],_0x43e68d[_0x390f6c(0x193,'\x37\x4f\x5e\x61')]))try{const _0x3113db=_0x42c567['\x64\x69\x72\x6e\x61\x6d\x65'](QABkAY[_0x390f6c(0x19d,'\x62\x73\x30\x53')](_0x4257c6)),_0x5a76fd={};_0x5a76fd[_0x390f6c(0x1e7,'\x4e\x69\x48\x5b')+'\x65']=!![];if(!_0x32ab1f[_0x390f6c(0x2fb,'\x63\x59\x25\x51')+'\x6e\x63'](_0x3113db))_0x5ef638[_0x390f6c(0x28f,'\x77\x70\x70\x79')+'\x63'](_0x3113db,_0x5a76fd);_0x29dd52[_0x390f6c(0x2ce,'\x54\x6c\x46\x6c')+_0x390f6c(0x27e,'\x45\x74\x23\x77')](QABkAY[_0x390f6c(0x251,'\x29\x5e\x50\x33')](_0x2e4d31),QABkAY[_0x390f6c(0x1d4,'\x72\x69\x62\x6b')](_0x44d57d,_0x4eec83['\x6e\x6f\x77']()),'\x75\x74\x66\x38');}catch(_0x5c7e15){}else{var _0x266d72=(process.env.EVOLVER_SOLIDIFY_VERIFY||'')[_0x390f6c(0x207,'\x4e\x51\x39\x57')+_0x390f6c(0x203,'\x55\x38\x57\x70')]();if(_0x43e68d[_0x390f6c(0x1cd,'\x78\x54\x2a\x73')](_0x266d72,_0x390f6c(0x213,'\x78\x54\x2a\x73'))||_0x43e68d[_0x390f6c(0x1f0,'\x32\x6a\x39\x66')](_0x266d72,'\x30')||_0x43e68d[_0x390f6c(0x2e8,'\x62\x73\x30\x53')](_0x266d72,_0x43e68d[_0x390f6c(0x1ae,'\x51\x62\x48\x67')]))return![];}}var _0x4504cc=process.env.A2A_HUB_URL||'';return!!_0x4504cc;}const _0x1ef156={};_0x1ef156[_0x5c780d(0x216,'\x4d\x70\x6d\x7a')+_0x5c780d(0x2f8,'\x32\x6a\x39\x66')+_0x5c780d(0x2cc,'\x47\x68\x67\x7a')]=_0x394475,_0x1ef156['\x69\x73\x53\x6f\x6c\x69\x64\x69'+_0x5c780d(0x2ee,'\x44\x40\x64\x45')+_0x5c780d(0x2aa,'\x62\x73\x30\x53')]=_0x93a9f5,_0x1ef156[_0x5c780d(0x1e3,'\x2a\x65\x43\x54')+'\x66\x66\x6c\x69\x6e\x65\x50\x65'+_0x5c780d(0x1c1,'\x35\x69\x57\x58')]=_0x5a80c9,_0x1ef156[_0x5c780d(0x184,'\x2a\x39\x75\x71')+_0x5c780d(0x1fa,'\x43\x47\x4d\x52')+'\x69\x66\x79\x54\x73']=_0x1e7a72,module[_0x5c780d(0x219,'\x2a\x28\x6b\x6c')]=_0x1ef156;
@@ -239,7 +239,12 @@ function _getSystemIdleSecondsUncached() {
239
239
  ].join('\n');
240
240
  const tmpPs = path.join(require('os').tmpdir(), 'evolver_idle_check.ps1');
241
241
  require('fs').writeFileSync(tmpPs, psCode, 'utf8');
242
- const result = execSync('powershell -NoProfile -ExecutionPolicy Bypass -File "' + tmpPs + '"', { timeout: 10000, encoding: 'utf8', maxBuffer: MAX_EXEC_BUFFER }).trim();
242
+ const result = execFileSync('powershell', ['-NoProfile', '-ExecutionPolicy', 'Bypass', '-File', tmpPs], {
243
+ timeout: 10000,
244
+ encoding: 'utf8',
245
+ maxBuffer: MAX_EXEC_BUFFER,
246
+ windowsHide: true,
247
+ }).trim();
243
248
  try { require('fs').unlinkSync(tmpPs); } catch (e) {}
244
249
  const seconds = parseInt(result, 10);
245
250
  return Number.isFinite(seconds) ? seconds : -1;