@evomap/evolver 1.89.4 → 1.89.5
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/CONTRIBUTING.md +19 -0
- package/README.md +536 -86
- package/assets/cover.png +0 -0
- package/index.js +87 -7
- package/package.json +17 -6
- package/scripts/a2a_export.js +63 -0
- package/scripts/a2a_ingest.js +79 -0
- package/scripts/a2a_promote.js +118 -0
- package/scripts/analyze_by_skill.js +121 -0
- package/scripts/build_binaries.js +479 -0
- package/scripts/check-changelog.js +166 -0
- package/scripts/extract_log.js +85 -0
- package/scripts/generate_history.js +75 -0
- package/scripts/gep_append_event.js +96 -0
- package/scripts/gep_personality_report.js +234 -0
- package/scripts/human_report.js +147 -0
- package/scripts/recall-verify-report.js +234 -0
- package/scripts/recover_loop.js +61 -0
- package/scripts/refresh_stars_badge.js +168 -0
- package/scripts/seed-merchants.js +91 -0
- package/scripts/suggest_version.js +89 -0
- package/scripts/validate-modules.js +38 -0
- package/scripts/validate-suite.js +78 -0
- package/skills/index.json +14 -0
- package/src/adapters/scripts/_runtimePaths.js +1 -0
- package/src/adapters/scripts/evolver-session-end.js +1 -0
- package/src/adapters/scripts/evolver-session-start.js +1 -0
- package/src/evolve/guards.js +1 -721
- package/src/evolve/pipeline/collect.js +1 -1283
- package/src/evolve/pipeline/dispatch.js +1 -421
- package/src/evolve/pipeline/enrich.js +1 -440
- package/src/evolve/pipeline/hub.js +1 -319
- package/src/evolve/pipeline/select.js +1 -274
- package/src/evolve/pipeline/signals.js +1 -206
- package/src/evolve/utils.js +1 -264
- package/src/evolve.js +1 -350
- package/src/gep/a2aProtocol.js +1 -4455
- package/src/gep/antiAbuseTelemetry.js +1 -233
- package/src/gep/autoDistillConv.js +1 -205
- package/src/gep/autoDistillLlm.js +1 -315
- package/src/gep/candidateEval.js +1 -92
- package/src/gep/candidates.js +1 -198
- package/src/gep/contentHash.js +1 -30
- package/src/gep/conversationSniffer.js +1 -266
- package/src/gep/crypto.js +1 -89
- package/src/gep/curriculum.js +1 -163
- package/src/gep/deviceId.js +1 -218
- package/src/gep/envFingerprint.js +1 -118
- package/src/gep/epigenetics.js +1 -31
- package/src/gep/execBridge.js +1 -711
- package/src/gep/explore.js +1 -289
- package/src/gep/hash.js +1 -15
- package/src/gep/hubFetch.js +1 -359
- package/src/gep/hubReview.js +1 -207
- package/src/gep/hubSearch.js +1 -526
- package/src/gep/hubVerify.js +1 -306
- package/src/gep/idleScheduler.js +6 -1
- package/src/gep/learningSignals.js +1 -89
- package/src/gep/memoryGraph.js +1 -1374
- package/src/gep/memoryGraphAdapter.js +1 -203
- package/src/gep/mutation.js +1 -203
- package/src/gep/narrativeMemory.js +1 -108
- package/src/gep/openPRRegistry.js +1 -205
- package/src/gep/personality.js +1 -423
- package/src/gep/policyCheck.js +1 -599
- package/src/gep/prompt.js +1 -836
- package/src/gep/recallInject.js +1 -409
- package/src/gep/recallVerifier.js +1 -318
- package/src/gep/reflection.js +1 -177
- package/src/gep/selector.js +1 -602
- package/src/gep/skillDistiller.js +1 -1294
- package/src/gep/solidify.js +1 -1699
- package/src/gep/strategy.js +1 -136
- package/src/gep/tokenSavings.js +1 -88
- package/src/gep/workspaceKeychain.js +1 -174
- package/src/ops/lifecycle.js +17 -4
- package/src/proxy/extensions/traceControl.js +1 -99
- package/src/proxy/index.js +206 -1
- package/src/proxy/inject.js +1 -52
- package/src/proxy/lifecycle/manager.js +12 -0
- package/src/proxy/mailbox/store.js +29 -6
- package/src/proxy/router/responses_route.js +157 -0
- package/src/proxy/server/http.js +13 -4
- package/src/proxy/server/routes.js +11 -1
- package/src/proxy/sync/engine.js +7 -1
- package/src/proxy/sync/outbound.js +32 -4
- package/src/proxy/trace/extractor.js +1 -646
- package/src/proxy/trace/usage.js +1 -105
- package/.cursor/BUGBOT.md +0 -182
- package/.env.example +0 -68
- package/.git-commit-guard-token +0 -1
- package/.github/CODEOWNERS +0 -63
- package/.github/ISSUE_TEMPLATE/good_first_issue.md +0 -23
- package/.github/pull_request_template.md +0 -45
- package/.github/workflows/test.yml +0 -75
- package/CHANGELOG.md +0 -1237
- package/README.public.md +0 -569
- package/SECURITY.md +0 -108
- package/assets/gep/events.jsonl +0 -3
- package/examples/atp-consumer-quickstart.md +0 -100
- package/examples/hello-world.md +0 -38
- package/proxy-package.json +0 -39
- package/public.manifest.json +0 -143
- /package/assets/gep/{genes.json → genes.seed.json} +0 -0
- /package/{bundled-skills → skills}/_meta/SKILL.md +0 -0
package/src/gep/hubVerify.js
CHANGED
|
@@ -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 _0x9d4fb=_0x3d8a;(function(_0x46a35c,_0x443a18){const _0x48a1a9=_0x3d8a,_0x432f51=_0x46a35c();while(!![]){try{const _0x7361dd=-parseInt(_0x48a1a9(0x242,'\x53\x34\x4f\x2a'))/(-0x1*0x9af+0x6*-0x57a+0x185*0x1c)+-parseInt(_0x48a1a9(0x28d,'\x6b\x78\x46\x57'))/(0x9*0x3be+-0x1*-0x12d5+-0x3481)+-parseInt(_0x48a1a9(0x1d3,'\x47\x24\x6a\x33'))/(-0x12e4+0x2642+-0x1*0x135b)*(parseInt(_0x48a1a9(0x2d6,'\x59\x57\x6a\x45'))/(-0x2059+-0x1*0xc25+0x2c82))+parseInt(_0x48a1a9(0x2c7,'\x6c\x56\x4c\x5d'))/(-0x13a9+-0x20*-0x71+-0x12*-0x4f)*(parseInt(_0x48a1a9(0x206,'\x65\x55\x59\x40'))/(0x673+0x12af*0x2+-0x12f*0x25))+parseInt(_0x48a1a9(0x23e,'\x24\x26\x24\x38'))/(0x561+0xd9b+-0x12f5)*(-parseInt(_0x48a1a9(0x29a,'\x59\x57\x6a\x45'))/(0x1503*0x1+-0x1c2d+0x732))+parseInt(_0x48a1a9(0x1fb,'\x75\x50\x45\x5b'))/(0x1665+0x1*-0x374+-0x12e8)*(parseInt(_0x48a1a9(0x20d,'\x76\x70\x67\x37'))/(-0xa0*0x36+-0x2*0xb6a+0x389e))+parseInt(_0x48a1a9(0x314,'\x75\x50\x45\x5b'))/(0x1f1*-0x5+0x17c9+-0xe09)*(parseInt(_0x48a1a9(0x307,'\x55\x79\x58\x49'))/(0x2*0xd54+-0x1680+0x20e*-0x2));if(_0x7361dd===_0x443a18)break;else _0x432f51['push'](_0x432f51['shift']());}catch(_0xf02a5e){_0x432f51['push'](_0x432f51['shift']());}}}(_0x1f89,0x23*0x75ab+0xb2*0x833+-0x2*0x6b017));const _0x519b6c=(function(){const _0x552de7=_0x3d8a,_0x140bd6={};_0x140bd6[_0x552de7(0x29d,'\x6b\x78\x46\x57')]=_0x552de7(0x1e2,'\x2a\x74\x5d\x63')+_0x552de7(0x2eb,'\x64\x69\x23\x72'),_0x140bd6[_0x552de7(0x2ae,'\x6b\x74\x6b\x58')]='\x6d\x65\x6d\x6f\x72\x79',_0x140bd6[_0x552de7(0x27d,'\x53\x34\x4f\x2a')]='\x2e\x65\x76\x6f\x6c\x76\x65\x72',_0x140bd6[_0x552de7(0x30e,'\x7a\x6f\x46\x51')]=_0x552de7(0x1e3,'\x58\x5d\x7a\x44'),_0x140bd6[_0x552de7(0x2c3,'\x69\x61\x6a\x4b')]=function(_0x5db8d3,_0x1edbbd){return _0x5db8d3!==_0x1edbbd;},_0x140bd6[_0x552de7(0x1f5,'\x6c\x56\x4c\x5d')]=_0x552de7(0x1af,'\x69\x61\x6a\x4b'),_0x140bd6[_0x552de7(0x184,'\x2a\x74\x5d\x63')]=_0x552de7(0x1d8,'\x24\x72\x6c\x31');const _0x6f23f0=_0x140bd6;let _0x39f643=!![];return function(_0x4c6142,_0x13476e){const _0x5b9dad=_0x552de7,_0x3a4f84={'\x4e\x75\x42\x61\x64':_0x6f23f0[_0x5b9dad(0x2f1,'\x52\x47\x30\x64')],'\x63\x6d\x67\x64\x4d':function(_0x416e9d,_0x5e9e46){return _0x416e9d(_0x5e9e46);},'\x71\x4a\x4e\x57\x77':_0x6f23f0[_0x5b9dad(0x2ad,'\x6d\x6c\x76\x65')],'\x73\x67\x75\x71\x63':_0x6f23f0[_0x5b9dad(0x305,'\x47\x24\x6a\x33')],'\x69\x47\x47\x4e\x65':_0x5b9dad(0x25a,'\x59\x57\x6a\x45'),'\x44\x6c\x70\x73\x4e':_0x6f23f0[_0x5b9dad(0x1dd,'\x51\x34\x49\x58')],'\x79\x4e\x61\x55\x6c':function(_0x351475,_0x41af3c){const _0x27620b=_0x5b9dad;return _0x6f23f0[_0x27620b(0x252,'\x55\x79\x58\x49')](_0x351475,_0x41af3c);},'\x67\x64\x5a\x71\x46':_0x6f23f0[_0x5b9dad(0x2dd,'\x6b\x74\x36\x6e')],'\x6e\x4f\x46\x66\x77':_0x6f23f0[_0x5b9dad(0x1c2,'\x6c\x28\x71\x4b')]},_0xa665bb=_0x39f643?function(){const _0x52f830=_0x5b9dad,_0xcf9571={'\x65\x6f\x45\x52\x68':function(_0x35aa4f,_0x5eb08f){const _0x2987b8=_0x3d8a;return _0x3a4f84[_0x2987b8(0x248,'\x37\x5e\x6b\x58')](_0x35aa4f,_0x5eb08f);},'\x63\x5a\x6c\x74\x65':_0x3a4f84[_0x52f830(0x1f1,'\x6d\x6c\x76\x65')],'\x48\x4c\x5a\x67\x69':_0x3a4f84[_0x52f830(0x297,'\x23\x51\x53\x43')]};if(_0x3a4f84[_0x52f830(0x315,'\x57\x75\x5b\x32')]===_0x3a4f84['\x44\x6c\x70\x73\x4e'])return _0x4a7253[_0x52f830(0x2e9,'\x4c\x33\x78\x5d')]()[_0x52f830(0x24f,'\x24\x26\x24\x38')](_0x3a4f84[_0x52f830(0x2fc,'\x62\x38\x79\x21')])[_0x52f830(0x250,'\x62\x38\x79\x21')]()[_0x52f830(0x1d2,'\x6c\x56\x4c\x5d')+_0x52f830(0x247,'\x65\x72\x6d\x59')](_0x466bba)[_0x52f830(0x2c9,'\x6b\x63\x6f\x31')](_0x3a4f84[_0x52f830(0x26d,'\x37\x5e\x6b\x58')]);else{if(_0x13476e){if(_0x3a4f84[_0x52f830(0x18d,'\x41\x54\x79\x39')](_0x3a4f84[_0x52f830(0x1b5,'\x6b\x63\x6f\x31')],_0x3a4f84[_0x52f830(0x187,'\x57\x75\x5b\x32')])){const _0x5b7974=_0x13476e[_0x52f830(0x222,'\x4c\x33\x78\x5d')](_0x4c6142,arguments);return _0x13476e=null,_0x5b7974;}else try{return _0x5f1cfa[_0x52f830(0x1a4,'\x57\x75\x5b\x32')](_0xcf9571['\x65\x6f\x45\x52\x68'](_0x5ea092,_0x52f830(0x1e6,'\x69\x61\x6a\x4b'))[_0x52f830(0x2b0,'\x79\x38\x6c\x6e')+'\x6f\x6f\x74'](),_0x52f830(0x246,'\x6c\x56\x4c\x5d'),_0xcf9571[_0x52f830(0x197,'\x65\x69\x31\x6e')]);}catch(_0x3e40ff){return _0x1449af[_0x52f830(0x286,'\x58\x5d\x7a\x44')](_0x15bcf7[_0x52f830(0x17c,'\x23\x51\x53\x43')](),_0xcf9571[_0x52f830(0x234,'\x41\x54\x79\x39')],_0x52f830(0x1ff,'\x47\x24\x6a\x33'));}}}}:function(){};return _0x39f643=![],_0xa665bb;};}()),_0x1869b9=_0x519b6c(this,function(){const _0x4ddebf=_0x3d8a,_0x2feb8d={};_0x2feb8d[_0x4ddebf(0x1cd,'\x55\x79\x58\x49')]=_0x4ddebf(0x1d5,'\x6b\x78\x46\x57')+_0x4ddebf(0x2f4,'\x64\x4c\x65\x7a');const _0x21b3b3=_0x2feb8d;return _0x1869b9[_0x4ddebf(0x25c,'\x24\x26\x24\x38')]()[_0x4ddebf(0x20c,'\x4c\x33\x78\x5d')](_0x21b3b3[_0x4ddebf(0x1b4,'\x6c\x56\x4c\x5d')])[_0x4ddebf(0x306,'\x4f\x41\x77\x63')]()[_0x4ddebf(0x1b2,'\x40\x52\x29\x77')+_0x4ddebf(0x19e,'\x65\x55\x59\x40')](_0x1869b9)[_0x4ddebf(0x24f,'\x24\x26\x24\x38')](_0x21b3b3['\x62\x72\x62\x50\x79']);});_0x1869b9();const _0x5f5714=require(_0x9d4fb(0x204,'\x65\x72\x6d\x59')),_0xb42d19=require('\x66\x73'),_0x55c2b3=require('\x70\x61\x74\x68'),{hubFetch:_0x3217c7}=require(_0x9d4fb(0x26f,'\x46\x51\x4f\x52')+'\x63\x68'),{withFileLock:_0x33a51e}=require(_0x9d4fb(0x2a0,'\x58\x4d\x4f\x4f')+_0x9d4fb(0x174,'\x46\x51\x4f\x52'));function _0x23db2a(_0x206ec0,_0x3b91c2){const _0x5679b7=_0x9d4fb,_0x1c229e={};_0x1c229e[_0x5679b7(0x26e,'\x36\x37\x71\x30')]=_0x5679b7(0x2c0,'\x41\x54\x79\x39'),_0x1c229e['\x42\x55\x78\x41\x6b']='\x68\x65\x78';const _0x1e44bc=_0x1c229e;return _0x5f5714[_0x5679b7(0x220,'\x57\x75\x5b\x32')+'\x61\x63'](_0x1e44bc[_0x5679b7(0x28a,'\x40\x52\x29\x77')],_0x206ec0)[_0x5679b7(0x178,'\x6d\x6c\x76\x65')](_0x3b91c2)[_0x5679b7(0x18c,'\x58\x4d\x4f\x4f')](_0x1e44bc[_0x5679b7(0x209,'\x6d\x6c\x76\x65')]);}function _0x1d5876(_0x41e28b){const _0x25f67d=_0x9d4fb,_0x356f97={'\x47\x53\x55\x50\x5a':function(_0x12e6fd,_0x447580){return _0x12e6fd(_0x447580);},'\x41\x59\x71\x6d\x77':_0x25f67d(0x2a3,'\x65\x69\x31\x6e')};return _0x5f5714['\x63\x72\x65\x61\x74\x65\x48\x61'+'\x73\x68'](_0x25f67d(0x2fa,'\x2a\x74\x5d\x63'))[_0x25f67d(0x207,'\x37\x5e\x6b\x58')](_0x356f97[_0x25f67d(0x2fb,'\x65\x72\x6d\x59')](String,_0x41e28b||''))[_0x25f67d(0x1e7,'\x6c\x28\x71\x4b')](_0x356f97[_0x25f67d(0x21f,'\x58\x5d\x7a\x44')])[_0x25f67d(0x289,'\x7a\x6f\x46\x51')](0x635*0x3+0x1f95+-0x3234,-0x5*-0x351+-0x4*-0x21e+0x1*-0x18fd);}function _0x168c4a({geneId:_0xa641e8,signals:_0x2db7cb,mutation:_0xa613f4}){const _0x221312=_0x9d4fb,_0x4b8bf1={'\x73\x44\x66\x7a\x4e':function(_0x220ffd,_0x30f00a){return _0x220ffd(_0x30f00a);},'\x4b\x48\x6d\x51\x6e':_0x221312(0x1f6,'\x48\x36\x54\x26')+_0x221312(0x312,'\x29\x65\x41\x5e'),'\x42\x69\x79\x4b\x6f':function(_0x187d5b,_0x25bbd8){return _0x187d5b(_0x25bbd8);},'\x67\x45\x6c\x6a\x4a':_0x221312(0x1d0,'\x65\x45\x39\x5b'),'\x4b\x43\x44\x41\x6c':_0x221312(0x253,'\x24\x26\x24\x38'),'\x44\x74\x59\x4d\x71':function(_0x7299d2,_0x41bddc){return _0x7299d2||_0x41bddc;},'\x63\x45\x58\x5a\x54':function(_0x35fcff,_0x1d98c3){return _0x35fcff(_0x1d98c3);}};let _0x112131=null;try{_0x112131=_0x4b8bf1[_0x221312(0x294,'\x59\x57\x6a\x45')](require,_0x4b8bf1[_0x221312(0x226,'\x24\x72\x6c\x31')])['\x67\x65\x74\x48\x75\x62\x4e\x6f'+_0x221312(0x2af,'\x6f\x4d\x67\x69')]();}catch(_0x3166b0){}if(!_0x112131)return null;let _0x58e301=null;try{_0x58e301=_0x4b8bf1[_0x221312(0x2ee,'\x48\x36\x54\x26')](require,_0x221312(0x281,'\x26\x68\x75\x4d')+_0x221312(0x19f,'\x37\x5e\x6b\x58'))[_0x221312(0x2fe,'\x69\x61\x6a\x4b')+'\x64']();}catch(_0x4e99b1){}if(!_0x58e301)return null;const _0x136add=_0x5f5714['\x63\x72\x65\x61\x74\x65\x48\x61'+'\x73\x68'](_0x4b8bf1[_0x221312(0x21c,'\x58\x4d\x4f\x4f')])[_0x221312(0x178,'\x6d\x6c\x76\x65')](_0x112131)[_0x221312(0x301,'\x4c\x33\x78\x5d')](_0x4b8bf1['\x4b\x43\x44\x41\x6c']),_0x497592=Date[_0x221312(0x18a,'\x37\x5e\x6b\x58')](),_0x57e6fc=_0x4b8bf1[_0x221312(0x1b1,'\x37\x5e\x6b\x58')](_0x1d5876,JSON[_0x221312(0x233,'\x66\x57\x37\x71')+'\x79'](Array[_0x221312(0x1d1,'\x6b\x74\x36\x6e')](_0x2db7cb)?_0x2db7cb[_0x221312(0x275,'\x79\x38\x6c\x6e')](-0x174d+0x21d6+-0xa89,-0xa73*-0x1+-0x19f*-0x9+-0x1902):[])),_0x2427a6=_0x4b8bf1['\x42\x69\x79\x4b\x6f'](_0x1d5876,JSON[_0x221312(0x28f,'\x57\x75\x5b\x32')+'\x79'](_0x4b8bf1[_0x221312(0x238,'\x64\x4c\x65\x7a')](_0xa613f4,{}))),_0x1185e9=[_0x58e301,_0x4b8bf1[_0x221312(0x29b,'\x7a\x6f\x46\x51')](_0xa641e8,''),_0x57e6fc,_0x2427a6,_0x4b8bf1[_0x221312(0x2aa,'\x77\x52\x35\x36')](String,_0x497592)]['\x6a\x6f\x69\x6e']('\x7c'),_0x4264bf=_0x23db2a(_0x136add,_0x1185e9);return{'\x6e\x6f\x64\x65\x49\x64':_0x58e301,'\x6e\x6f\x64\x65\x53\x65\x63\x72\x65\x74':_0x112131,'\x62\x6f\x64\x79':{'\x73\x65\x6e\x64\x65\x72\x5f\x69\x64':_0x58e301,'\x67\x65\x6e\x65\x5f\x69\x64':_0x4b8bf1[_0x221312(0x2c2,'\x24\x72\x6c\x31')](_0xa641e8,''),'\x73\x69\x67\x6e\x61\x6c\x73\x5f\x68\x61\x73\x68':_0x57e6fc,'\x6d\x75\x74\x61\x74\x69\x6f\x6e\x5f\x68\x61\x73\x68':_0x2427a6,'\x74\x73':_0x497592,'\x63\x6c\x69\x65\x6e\x74\x5f\x73\x69\x67\x6e\x61\x74\x75\x72\x65':_0x4264bf}};}function _0x4db3f7({geneId:_0x587a47,signals:_0x5ba2f6,mutation:_0x332502}){const _0x42a499=_0x9d4fb,_0x4773d5={'\x45\x6d\x49\x78\x51':function(_0x255945,_0x3acdeb){return _0x255945>=_0x3acdeb;},'\x5a\x78\x64\x68\x52':function(_0x2b4062,_0x20c930){return _0x2b4062+_0x20c930;},'\x53\x54\x79\x6f\x7a':function(_0x38e631,_0x33fd62){return _0x38e631+_0x33fd62;},'\x53\x66\x6a\x6d\x45':function(_0x310b57){return _0x310b57();},'\x6b\x43\x50\x65\x76':_0x42a499(0x1e5,'\x37\x6b\x39\x4a'),'\x4b\x50\x7a\x72\x41':function(_0x5bcab3,_0x13ffc3){return _0x5bcab3!==_0x13ffc3;},'\x57\x6b\x4f\x4f\x67':function(_0x5cafab,_0x53e48e,_0x34328f){return _0x5cafab(_0x53e48e,_0x34328f);},'\x66\x6a\x52\x55\x62':_0x42a499(0x1f3,'\x58\x5d\x7a\x44'),'\x50\x6e\x43\x4b\x6e':function(_0x41c4a7,_0x47f587){return _0x41c4a7===_0x47f587;},'\x52\x4e\x45\x51\x47':_0x42a499(0x24a,'\x21\x70\x24\x38'),'\x54\x46\x64\x67\x42':_0x42a499(0x27e,'\x6f\x6c\x5a\x5d')+'\x72\x6c','\x4d\x48\x45\x59\x48':function(_0x33ed62,_0x434734){return _0x33ed62+_0x434734;},'\x6a\x6e\x65\x6e\x75':_0x42a499(0x2f6,'\x58\x4d\x4f\x4f')+_0x42a499(0x283,'\x75\x50\x45\x5b')+_0x42a499(0x2ab,'\x48\x36\x54\x26'),'\x57\x44\x65\x61\x50':function(_0x2a596b,_0x3da87e){return _0x2a596b(_0x3da87e);},'\x59\x5a\x61\x66\x67':_0x42a499(0x296,'\x21\x70\x24\x38')+'\x67','\x4c\x73\x78\x49\x6f':_0x42a499(0x1cf,'\x65\x6a\x4c\x56')+_0x42a499(0x264,'\x65\x6a\x4c\x56'),'\x48\x73\x52\x58\x64':function(_0x1020e0,_0x577b09){return _0x1020e0+_0x577b09;},'\x5a\x4e\x52\x59\x73':'\x42\x65\x61\x72\x65\x72\x20','\x6d\x51\x4a\x74\x54':function(_0x4c5e06,_0x2ff759,_0x2801b9){return _0x4c5e06(_0x2ff759,_0x2801b9);},'\x72\x68\x70\x54\x43':_0x42a499(0x2d3,'\x6b\x63\x6f\x31')},_0x254938=(process.env.A2A_HUB_URL||'')[_0x42a499(0x188,'\x6c\x56\x4c\x5d')](/\/+$/,''),_0x260874={};_0x260874['\x6f\x6b']=![],_0x260874[_0x42a499(0x236,'\x6b\x74\x36\x6e')]=_0x4773d5[_0x42a499(0x2c8,'\x29\x65\x41\x5e')],_0x260874[_0x42a499(0x22f,'\x6c\x28\x71\x4b')]=!![];if(!_0x254938)return Promise[_0x42a499(0x22e,'\x58\x5d\x7a\x44')](_0x260874);const _0x2ea352={};_0x2ea352[_0x42a499(0x2e0,'\x21\x70\x24\x38')]=_0x587a47,_0x2ea352['\x73\x69\x67\x6e\x61\x6c\x73']=_0x5ba2f6,_0x2ea352[_0x42a499(0x249,'\x6c\x28\x71\x4b')]=_0x332502;const _0x18676c=_0x168c4a(_0x2ea352),_0x391a1c={};_0x391a1c['\x6f\x6b']=![],_0x391a1c[_0x42a499(0x30f,'\x24\x72\x6c\x31')]='\x6e\x6f\x5f\x63\x72\x65\x64\x65'+_0x42a499(0x2ce,'\x4f\x41\x77\x63'),_0x391a1c[_0x42a499(0x27a,'\x69\x61\x6a\x4b')]=!![];if(!_0x18676c)return Promise[_0x42a499(0x25b,'\x48\x36\x54\x26')](_0x391a1c);const _0x17f7b5=_0x4773d5[_0x42a499(0x1e8,'\x62\x38\x79\x21')](_0x254938,_0x4773d5[_0x42a499(0x2c5,'\x40\x52\x29\x77')]),_0x3e2d3a=_0x4773d5[_0x42a499(0x2ed,'\x62\x38\x79\x21')](require,_0x4773d5[_0x42a499(0x1ae,'\x6b\x74\x36\x6e')])[_0x42a499(0x2d0,'\x41\x54\x79\x39')+_0x42a499(0x28c,'\x65\x72\x6d\x59')+'\x49\x4d\x45\x4f\x55\x54\x5f\x4d'+'\x53']||-0x3ced+-0x43f4+0xa7f1,_0x54b5c8={'\x43\x6f\x6e\x74\x65\x6e\x74\x2d\x54\x79\x70\x65':_0x4773d5[_0x42a499(0x2e7,'\x6b\x74\x36\x6e')],'\x41\x75\x74\x68\x6f\x72\x69\x7a\x61\x74\x69\x6f\x6e':_0x4773d5[_0x42a499(0x1c1,'\x36\x37\x71\x30')](_0x4773d5['\x5a\x4e\x52\x59\x73'],_0x18676c[_0x42a499(0x262,'\x29\x65\x41\x5e')+'\x65\x74'])};return _0x4773d5[_0x42a499(0x1b6,'\x58\x5d\x7a\x44')](_0x3217c7,_0x17f7b5,{'\x6d\x65\x74\x68\x6f\x64':_0x4773d5[_0x42a499(0x263,'\x46\x51\x4f\x52')],'\x68\x65\x61\x64\x65\x72\x73':_0x54b5c8,'\x62\x6f\x64\x79':JSON[_0x42a499(0x2c4,'\x77\x52\x35\x36')+'\x79'](_0x18676c[_0x42a499(0x21b,'\x6d\x6c\x76\x65')]),'\x73\x69\x67\x6e\x61\x6c':AbortSignal['\x74\x69\x6d\x65\x6f\x75\x74'](_0x3e2d3a)})['\x74\x68\x65\x6e'](function(_0x5c88de){const _0x1da4bb=_0x42a499,_0x3cabfd={'\x4b\x58\x55\x6b\x5a':function(_0x5c83a7){const _0x3a1bab=_0x3d8a;return _0x4773d5[_0x3a1bab(0x1ea,'\x26\x68\x75\x4d')](_0x5c83a7);},'\x69\x70\x6e\x57\x72':_0x4773d5[_0x1da4bb(0x179,'\x58\x5d\x7a\x44')],'\x4c\x76\x6f\x5a\x51':_0x1da4bb(0x175,'\x51\x34\x49\x58'),'\x56\x61\x66\x4c\x41':function(_0x41f716,_0x3a111b){const _0x3ce3dd=_0x1da4bb;return _0x4773d5[_0x3ce3dd(0x2ac,'\x64\x4c\x65\x7a')](_0x41f716,_0x3a111b);},'\x50\x65\x74\x45\x71':_0x1da4bb(0x2b3,'\x2a\x74\x5d\x63'),'\x65\x48\x63\x4e\x55':function(_0x765a5a,_0x281829,_0x46f3f3){const _0x33f79e=_0x1da4bb;return _0x4773d5[_0x33f79e(0x288,'\x21\x70\x24\x38')](_0x765a5a,_0x281829,_0x46f3f3);},'\x59\x66\x67\x78\x75':_0x4773d5[_0x1da4bb(0x1ec,'\x6f\x6c\x5a\x5d')]};if(_0x4773d5['\x50\x6e\x43\x4b\x6e'](_0x1da4bb(0x284,'\x6b\x63\x6f\x31'),_0x1da4bb(0x208,'\x6f\x4d\x67\x69')))return!_0xf5547d&&(_0x23ef16=_0x1361ae[_0x1da4bb(0x2ca,'\x37\x6b\x39\x4a')](_0x3cabfd['\x4b\x58\x55\x6b\x5a'](_0x153cfd),_0x3cabfd[_0x1da4bb(0x176,'\x46\x51\x4f\x52')])),_0x335794;else{if(_0x5c88de[_0x1da4bb(0x192,'\x6f\x4d\x67\x69')]<0x128f*-0x1+0x168e+0x1*-0x20b){if(_0x4773d5[_0x1da4bb(0x2c1,'\x47\x24\x6a\x33')](_0x1da4bb(0x1bd,'\x7a\x6f\x46\x51'),_0x4773d5[_0x1da4bb(0x17a,'\x6b\x74\x36\x6e')])){if(!_0x1479a8[_0x1da4bb(0x1d9,'\x62\x38\x79\x21')+'\x6e\x63'](_0x3cabfd[_0x1da4bb(0x29c,'\x36\x37\x71\x30')](_0x2d3e87)))return null;const _0x133405=_0x10c200[_0x1da4bb(0x2e2,'\x64\x4c\x65\x7a')](_0x38c7b7[_0x1da4bb(0x18f,'\x78\x56\x52\x4c')+_0x1da4bb(0x231,'\x65\x6a\x4c\x56')](_0x3bcffa(),_0x3cabfd['\x4c\x76\x6f\x5a\x51']));if(!_0x133405||!_0x133405[_0x1da4bb(0x1f7,'\x65\x55\x59\x40')]||_0x3cabfd[_0x1da4bb(0x2e3,'\x58\x4d\x4f\x4f')](typeof _0x133405[_0x1da4bb(0x2f0,'\x46\x51\x4f\x52')],_0x3cabfd[_0x1da4bb(0x17e,'\x2a\x74\x5d\x63')]))return null;const _0x2a9ba1=_0x3cabfd[_0x1da4bb(0x256,'\x66\x57\x37\x71')](_0x10be0d);if(!_0x2a9ba1)return null;const _0x318130=_0x3cabfd[_0x1da4bb(0x257,'\x75\x50\x45\x5b')](_0x52c595,_0x2a9ba1,_0x930d5c[_0x1da4bb(0x218,'\x58\x4d\x4f\x4f')+'\x79'](_0x133405[_0x1da4bb(0x309,'\x24\x72\x6c\x31')])),_0x1c3cd7=_0x3036e4[_0x1da4bb(0x261,'\x65\x72\x6d\x59')](_0x318130,_0x3cabfd[_0x1da4bb(0x1b8,'\x78\x56\x52\x4c')]),_0x56b456=_0x45f7a2[_0x1da4bb(0x235,'\x36\x37\x71\x30')](_0x133405['\x68\x6d\x61\x63'],_0x1da4bb(0x2a8,'\x65\x72\x6d\x59'));if(_0x3cabfd[_0x1da4bb(0x2e1,'\x76\x70\x67\x37')](_0x1c3cd7[_0x1da4bb(0x291,'\x36\x37\x71\x30')],_0x56b456[_0x1da4bb(0x232,'\x48\x36\x54\x26')])||!_0x547231[_0x1da4bb(0x295,'\x7a\x6f\x46\x51')+_0x1da4bb(0x299,'\x6b\x74\x36\x6e')](_0x1c3cd7,_0x56b456))return null;return _0x133405[_0x1da4bb(0x1c9,'\x66\x57\x37\x71')];}else _0x359f5f();}if(!_0x5c88de['\x6f\x6b'])return _0x5c88de[_0x1da4bb(0x202,'\x6f\x6c\x5a\x5d')]()[_0x1da4bb(0x2b2,'\x6f\x6c\x5a\x5d')](function(_0x1e7e8e){const _0x5c964e=_0x1da4bb,_0x1449c4=_0x4773d5[_0x5c964e(0x1f9,'\x69\x61\x6a\x4b')](_0x5c88de[_0x5c964e(0x267,'\x58\x4d\x4f\x4f')],-0xb1*-0x1+-0x1753*0x1+0x1896);return{'\x6f\x6b':![],'\x65\x72\x72\x6f\x72':_0x4773d5[_0x5c964e(0x1df,'\x29\x65\x41\x5e')](_0x4773d5[_0x5c964e(0x1a6,'\x78\x56\x52\x4c')](_0x4773d5[_0x5c964e(0x195,'\x6b\x74\x6b\x58')](_0x5c964e(0x255,'\x7a\x6f\x46\x51'),_0x5c88de[_0x5c964e(0x2cf,'\x78\x56\x52\x4c')]),'\x3a\x20'),_0x1e7e8e[_0x5c964e(0x26b,'\x6b\x74\x6b\x58')](0x10*-0x7a+0x2*0x115f+-0xb2*0x27,-0x2065*-0x1+0x425+0x17*-0x18e)),'\x6f\x66\x66\x6c\x69\x6e\x65':_0x1449c4};});return _0x5c88de[_0x1da4bb(0x24b,'\x26\x68\x75\x4d')]()[_0x1da4bb(0x1f8,'\x4f\x41\x77\x63')](function(_0xe56e0a){const _0x2075ec=_0x1da4bb;return _0xe56e0a&&_0xe56e0a['\x6f\x6b']&&_0xe56e0a[_0x2075ec(0x2da,'\x24\x26\x24\x38')+'\x74\x6f\x6b\x65\x6e']&&_0x1723cd(_0xe56e0a[_0x2075ec(0x1bc,'\x55\x79\x58\x49')+_0x2075ec(0x20b,'\x62\x38\x79\x21')]),_0xe56e0a;});}})[_0x42a499(0x1a7,'\x69\x61\x6a\x4b')](function(_0x432dec){const _0x2d16c9=_0x42a499,_0xfc5907={};return _0xfc5907['\x6f\x6b']=![],_0xfc5907[_0x2d16c9(0x236,'\x6b\x74\x36\x6e')]=_0x432dec['\x6d\x65\x73\x73\x61\x67\x65'],_0xfc5907[_0x2d16c9(0x2d9,'\x6b\x78\x46\x57')]=!![],_0xfc5907;});}var _0x1a75f3=null,_0x5f0480=null;function _0x21ab8d(){const _0x1521b4=_0x9d4fb,_0x78b97={'\x58\x71\x74\x74\x78':function(_0x540591){return _0x540591();},'\x46\x41\x4e\x6f\x4e':function(_0x3d2b93,_0x34e497,_0x24691b){return _0x3d2b93(_0x34e497,_0x24691b);},'\x4c\x4e\x41\x76\x53':function(_0x14d050){return _0x14d050();},'\x42\x77\x54\x73\x6f':_0x1521b4(0x189,'\x4c\x33\x78\x5d'),'\x48\x6f\x44\x63\x4f':function(_0x31365,_0x37325e){return _0x31365!==_0x37325e;},'\x42\x45\x71\x63\x51':_0x1521b4(0x23f,'\x29\x65\x41\x5e'),'\x6a\x66\x42\x4b\x56':function(_0x160084,_0x42739f){return _0x160084(_0x42739f);},'\x4f\x46\x47\x62\x65':_0x1521b4(0x1ac,'\x76\x70\x67\x37'),'\x4c\x52\x43\x63\x54':_0x1521b4(0x30b,'\x77\x52\x35\x36'),'\x6b\x41\x42\x63\x73':function(_0x2bd859,_0x40ae44){return _0x2bd859!==_0x40ae44;},'\x41\x6f\x47\x66\x4d':_0x1521b4(0x194,'\x6f\x4d\x67\x69')};try{if(_0x78b97[_0x1521b4(0x313,'\x2a\x74\x5d\x63')](_0x78b97['\x42\x45\x71\x63\x51'],_0x78b97[_0x1521b4(0x274,'\x48\x36\x54\x26')])){const _0x198b7a={};return _0x198b7a['\x6f\x6b']=![],_0x198b7a[_0x1521b4(0x1bf,'\x57\x75\x5b\x32')]=_0x34b72d[_0x1521b4(0x224,'\x53\x34\x4f\x2a')],_0x198b7a[_0x1521b4(0x2f2,'\x62\x38\x79\x21')]=!![],_0x198b7a;}else return _0x78b97[_0x1521b4(0x2d4,'\x65\x69\x31\x6e')](require,_0x78b97['\x4f\x46\x47\x62\x65'])[_0x1521b4(0x196,'\x53\x34\x4f\x2a')+'\x79\x44\x69\x72']();}catch(_0x1cec91){try{return _0x55c2b3[_0x1521b4(0x25f,'\x65\x6a\x4c\x56')](_0x78b97[_0x1521b4(0x19d,'\x65\x72\x6d\x59')](require,_0x1521b4(0x1a8,'\x46\x51\x4f\x52'))[_0x1521b4(0x2f3,'\x37\x6b\x39\x4a')+_0x1521b4(0x1b0,'\x6c\x56\x4c\x5d')](),_0x1521b4(0x1c4,'\x53\x34\x4f\x2a'),_0x78b97[_0x1521b4(0x17d,'\x76\x70\x67\x37')]);}catch(_0xdf14b5){if(_0x78b97[_0x1521b4(0x287,'\x6b\x63\x6f\x31')]('\x6d\x63\x70\x53\x49',_0x78b97[_0x1521b4(0x1d4,'\x24\x26\x24\x38')]))try{const _0x2aca9b=_0x33e255();if(!_0x2aca9b)return;const _0x5062c0=_0x2f2871[_0x1521b4(0x228,'\x53\x34\x4f\x2a')](_0x78b97[_0x1521b4(0x239,'\x6c\x28\x71\x4b')](_0x512e95)),_0x16e994={};_0x16e994[_0x1521b4(0x311,'\x58\x4d\x4f\x4f')+'\x65']=!![];if(!_0x1bce46[_0x1521b4(0x27f,'\x65\x6a\x4c\x56')+'\x6e\x63'](_0x5062c0))_0x7b0f6d[_0x1521b4(0x23d,'\x24\x72\x6c\x31')+'\x63'](_0x5062c0,_0x16e994);const _0x4b9020=_0x15b869['\x73\x74\x72\x69\x6e\x67\x69\x66'+'\x79'](_0x463f8e),_0x28cec9=_0x78b97[_0x1521b4(0x2b8,'\x29\x65\x41\x5e')](_0x78fcc3,_0x2aca9b,_0x4b9020),_0x12a133={};_0x12a133[_0x1521b4(0x217,'\x6c\x56\x4c\x5d')]=_0xa3325e,_0x12a133['\x68\x6d\x61\x63']=_0x28cec9,_0x391e09[_0x1521b4(0x20a,'\x77\x52\x35\x36')+_0x1521b4(0x2f5,'\x51\x34\x49\x58')](_0x78b97['\x4c\x4e\x41\x76\x53'](_0x4754db),_0x570c5b[_0x1521b4(0x218,'\x58\x4d\x4f\x4f')+'\x79'](_0x12a133),_0x78b97[_0x1521b4(0x1c3,'\x55\x79\x58\x49')]);}catch(_0x48b88b){}else return _0x55c2b3[_0x1521b4(0x2ea,'\x53\x34\x4f\x2a')](process[_0x1521b4(0x251,'\x75\x50\x45\x5b')](),_0x1521b4(0x1e9,'\x64\x4c\x65\x7a'),_0x78b97[_0x1521b4(0x2ec,'\x6b\x63\x6f\x31')]);}}}function _0xe93a61(){const _0x2647d9=_0x9d4fb,_0x1458d5={};_0x1458d5[_0x2647d9(0x2bc,'\x59\x57\x6a\x45')]=_0x2647d9(0x24e,'\x40\x52\x29\x77');const _0x3fca0a=_0x1458d5;return!_0x1a75f3&&(_0x1a75f3=_0x55c2b3[_0x2647d9(0x266,'\x52\x47\x30\x64')](_0x21ab8d(),_0x3fca0a[_0x2647d9(0x21a,'\x62\x38\x79\x21')])),_0x1a75f3;}function _0x1f89(){const _0x10f37f=['\x76\x49\x4a\x64\x54\x53\x6f\x63','\x63\x58\x56\x63\x4f\x5a\x4b','\x6b\x72\x56\x64\x49\x6d\x6f\x61\x76\x32\x79\x63\x6f\x71','\x6a\x31\x70\x63\x54\x43\x6b\x57\x62\x4c\x6a\x55','\x57\x50\x4a\x63\x51\x72\x61\x6a','\x63\x75\x71\x4e\x6f\x43\x6b\x4f','\x73\x61\x56\x63\x54\x66\x46\x63\x48\x71','\x57\x50\x64\x63\x53\x76\x4c\x6f\x44\x77\x76\x35\x42\x57','\x75\x57\x4e\x63\x53\x72\x68\x64\x47\x67\x47','\x57\x37\x44\x2b\x57\x4f\x4a\x64\x49\x38\x6b\x79\x70\x4e\x6d','\x57\x52\x6c\x63\x53\x53\x6b\x45\x57\x50\x5a\x64\x4e\x38\x6f\x2b\x57\x37\x48\x32','\x57\x34\x57\x47\x6b\x38\x6b\x78\x57\x36\x68\x63\x55\x53\x6b\x79\x6f\x78\x72\x2b','\x70\x47\x64\x64\x4f\x64\x2f\x63\x47\x71','\x42\x43\x6f\x77\x57\x34\x68\x64\x4a\x6d\x6f\x6d\x57\x51\x37\x64\x49\x6d\x6b\x36','\x57\x35\x42\x63\x54\x71\x4a\x63\x55\x78\x4f','\x6f\x6d\x6b\x5a\x57\x37\x53\x57\x57\x51\x43','\x57\x35\x6d\x6c\x6a\x75\x62\x72','\x57\x51\x74\x64\x55\x43\x6b\x59\x57\x52\x78\x63\x47\x68\x79\x6a\x6e\x57','\x72\x61\x4a\x63\x4f\x4b\x33\x63\x4c\x64\x6d\x4c','\x57\x37\x48\x35\x57\x4f\x38\x2b\x57\x51\x69\x64\x67\x43\x6f\x71\x64\x38\x6b\x70','\x7a\x33\x52\x64\x50\x67\x35\x69','\x57\x35\x64\x63\x4b\x71\x4a\x63\x4f\x4b\x30','\x78\x64\x2f\x64\x54\x38\x6f\x69\x57\x36\x4e\x63\x54\x57','\x57\x36\x46\x64\x4f\x4d\x50\x6c\x57\x36\x43','\x76\x53\x6f\x4a\x57\x34\x33\x64\x4c\x38\x6f\x64','\x57\x34\x4f\x68\x57\x34\x4f\x59\x57\x50\x4b','\x77\x38\x6f\x2b\x65\x38\x6f\x7a\x72\x53\x6f\x69\x57\x52\x6c\x64\x51\x61','\x57\x4f\x47\x37\x57\x34\x48\x33\x57\x50\x69','\x6f\x6d\x6b\x55\x43\x43\x6b\x54\x64\x61','\x44\x38\x6f\x45\x57\x37\x65','\x57\x50\x31\x6c\x6c\x6d\x6b\x54\x57\x36\x35\x61\x57\x52\x4b','\x57\x37\x54\x6a\x71\x61\x4f\x6f\x57\x52\x53','\x57\x4f\x5a\x64\x49\x43\x6b\x45\x57\x50\x2f\x63\x56\x61','\x61\x43\x6b\x53\x62\x38\x6b\x79\x67\x47\x76\x51\x57\x36\x4b','\x66\x6d\x6f\x42\x61\x33\x43\x33','\x57\x37\x34\x62\x62\x38\x6f\x50','\x76\x78\x78\x64\x4d\x4c\x50\x7a','\x67\x6d\x6b\x78\x57\x4f\x64\x63\x54\x43\x6f\x64\x57\x35\x71\x7a\x57\x50\x69','\x57\x52\x2f\x64\x4d\x4c\x57\x66\x6e\x57','\x45\x66\x42\x64\x4f\x30\x66\x71','\x43\x43\x6b\x6c\x57\x35\x62\x6f\x69\x47','\x71\x72\x64\x64\x4c\x38\x6f\x34\x57\x36\x4f','\x57\x34\x61\x52\x70\x53\x6b\x37\x57\x37\x30','\x57\x51\x79\x56\x57\x34\x6d','\x79\x43\x6b\x72\x57\x35\x44\x42\x68\x61','\x57\x52\x4a\x63\x54\x53\x6b\x51\x57\x51\x37\x64\x49\x61','\x57\x52\x72\x70\x65\x53\x6b\x36\x57\x37\x50\x6b\x57\x34\x6a\x6e','\x57\x35\x66\x6d\x57\x35\x74\x63\x4c\x71','\x57\x50\x4a\x63\x50\x61\x79\x74','\x57\x37\x79\x6a\x66\x43\x6b\x30\x57\x34\x53','\x75\x47\x5a\x63\x55\x76\x43','\x57\x34\x52\x64\x4b\x38\x6f\x76\x57\x35\x72\x61\x42\x58\x53\x6b\x79\x38\x6b\x4d','\x45\x6d\x6b\x43\x57\x34\x58\x67\x6a\x63\x69','\x6c\x38\x6b\x72\x57\x4f\x64\x63\x4a\x61','\x57\x36\x79\x61\x63\x30\x4c\x72','\x57\x50\x6a\x38\x44\x53\x6f\x62\x57\x36\x74\x63\x49\x61','\x69\x38\x6f\x72\x68\x68\x75\x4a','\x57\x4f\x33\x63\x48\x6d\x6b\x50\x57\x4f\x58\x49\x78\x58\x47\x68','\x72\x33\x52\x64\x53\x68\x53','\x57\x35\x62\x46\x57\x35\x6c\x63\x4d\x38\x6f\x71','\x72\x6d\x6b\x6a\x74\x65\x68\x64\x52\x38\x6f\x4c','\x6d\x6d\x6f\x70\x61\x67\x34\x78\x57\x52\x58\x41\x74\x71','\x57\x4f\x43\x41\x57\x50\x42\x64\x47\x53\x6f\x4a\x57\x50\x37\x64\x4f\x6d\x6b\x4c\x57\x37\x4a\x64\x4c\x57','\x41\x5a\x33\x64\x4c\x43\x6b\x6a\x57\x35\x66\x7a','\x78\x53\x6b\x41\x57\x50\x4a\x63\x49\x4d\x38','\x43\x47\x2f\x64\x4f\x43\x6f\x55\x57\x37\x79','\x6c\x38\x6f\x71\x70\x38\x6f\x38\x57\x36\x56\x63\x4c\x78\x34\x55','\x57\x52\x78\x64\x52\x53\x6b\x57\x57\x51\x70\x63\x4d\x47','\x6a\x38\x6b\x44\x57\x4f\x6c\x63\x52\x6d\x6b\x61\x57\x34\x47','\x67\x6d\x6f\x4b\x57\x51\x44\x46\x57\x37\x6d\x75\x57\x35\x70\x64\x51\x38\x6b\x33\x71\x66\x61','\x7a\x63\x6c\x63\x50\x67\x42\x63\x47\x57','\x57\x35\x64\x63\x55\x47\x47','\x57\x50\x5a\x63\x51\x72\x65\x71\x57\x51\x57\x53\x43\x4a\x65','\x64\x76\x6d\x61\x67\x6d\x6b\x4b\x57\x34\x6d\x69','\x57\x50\x33\x63\x50\x38\x6b\x5a\x57\x4f\x4c\x43','\x57\x35\x46\x63\x48\x6d\x6b\x72','\x57\x37\x56\x64\x4d\x48\x37\x63\x48\x48\x6d','\x74\x53\x6b\x38\x57\x37\x61\x70\x57\x52\x61\x48','\x43\x73\x56\x64\x4c\x57','\x57\x52\x78\x63\x56\x6d\x6b\x65\x57\x4f\x34','\x71\x59\x72\x57\x7a\x43\x6f\x59\x63\x53\x6b\x4a\x57\x34\x61','\x57\x34\x44\x78\x57\x51\x4a\x64\x4a\x43\x6b\x61','\x57\x52\x74\x64\x48\x38\x6b\x6d\x57\x52\x78\x63\x53\x57','\x75\x4a\x78\x64\x56\x43\x6f\x77','\x76\x58\x76\x55\x7a\x53\x6f\x77','\x42\x53\x6f\x35\x57\x34\x37\x63\x4a\x71','\x57\x36\x65\x76\x6c\x62\x34','\x57\x4f\x38\x74\x57\x34\x50\x4a\x57\x50\x43','\x6a\x71\x2f\x64\x49\x38\x6f\x6e\x73\x4d\x30\x56\x63\x57','\x76\x5a\x74\x64\x51\x53\x6f\x35\x57\x37\x47','\x6e\x43\x6b\x69\x57\x50\x70\x63\x53\x53\x6b\x41','\x76\x73\x6a\x56\x7a\x43\x6f\x4f','\x6c\x6d\x6b\x54\x62\x53\x6b\x6d\x57\x51\x69\x63\x69\x61','\x6f\x64\x75\x54\x62\x4d\x4c\x6b\x57\x50\x4e\x64\x4c\x71','\x57\x35\x38\x50\x6a\x33\x44\x6d','\x57\x35\x50\x6c\x57\x34\x42\x63\x4d\x6d\x6f\x6c\x57\x4f\x70\x64\x49\x53\x6b\x76','\x6a\x43\x6b\x48\x62\x38\x6b\x72\x57\x51\x69\x69\x69\x61','\x6c\x43\x6b\x72\x57\x37\x71\x74\x65\x71','\x57\x51\x69\x56\x57\x35\x38','\x62\x38\x6b\x74\x74\x43\x6b\x57\x69\x57','\x57\x36\x44\x79\x74\x73\x71\x4c','\x64\x38\x6f\x37\x57\x37\x31\x4c\x63\x57','\x57\x52\x57\x56\x57\x34\x48\x48\x57\x4f\x57\x42\x67\x47','\x57\x37\x62\x67\x71\x71\x6d\x75\x57\x51\x68\x64\x48\x61','\x71\x53\x6b\x64\x72\x76\x37\x64\x51\x43\x6f\x2b\x57\x51\x71','\x57\x51\x6c\x63\x55\x65\x44\x62','\x57\x37\x79\x66\x68\x43\x6f\x56\x57\x36\x39\x59','\x68\x61\x37\x63\x50\x74\x68\x63\x55\x43\x6b\x77\x6a\x32\x30','\x57\x52\x2f\x64\x52\x72\x43\x38\x57\x37\x30','\x6d\x49\x47\x48\x61\x61','\x57\x37\x54\x2f\x57\x52\x56\x64\x4c\x53\x6b\x79','\x73\x53\x6b\x71\x75\x76\x4a\x64\x51\x43\x6f\x7a\x57\x51\x37\x63\x4d\x57','\x41\x38\x6b\x39\x6b\x6d\x6b\x36\x62\x57','\x57\x34\x44\x72\x75\x58\x53\x66','\x57\x37\x50\x79\x74\x48\x57\x6a\x57\x52\x5a\x64\x53\x53\x6b\x35','\x43\x43\x6b\x65\x77\x73\x6e\x65\x57\x50\x6a\x34\x76\x43\x6b\x2f\x65\x62\x34','\x76\x64\x56\x64\x52\x43\x6f\x6f','\x57\x37\x4b\x6b\x6c\x4b\x39\x71\x57\x37\x78\x64\x47\x6d\x6f\x47','\x74\x4c\x42\x63\x4b\x71\x52\x63\x4e\x4c\x42\x64\x50\x53\x6f\x47\x57\x35\x30','\x57\x34\x52\x64\x4a\x4d\x44\x59\x57\x36\x43','\x68\x72\x2f\x63\x54\x63\x33\x63\x50\x43\x6b\x63\x6a\x33\x30','\x77\x30\x56\x64\x4b\x68\x7a\x41','\x44\x53\x6f\x58\x72\x38\x6f\x6c\x57\x37\x6e\x74\x64\x62\x4b\x54\x57\x50\x68\x64\x4c\x53\x6b\x35','\x57\x4f\x43\x43\x57\x50\x64\x64\x47\x43\x6b\x73\x57\x51\x5a\x64\x54\x53\x6b\x52\x57\x34\x2f\x64\x47\x6d\x6f\x4c','\x57\x36\x78\x63\x56\x53\x6f\x41\x57\x35\x4e\x64\x4d\x4a\x37\x63\x48\x73\x43\x6a','\x57\x35\x7a\x63\x57\x34\x37\x63\x48\x38\x6f\x78\x57\x4f\x64\x64\x49\x53\x6b\x66','\x57\x37\x2f\x63\x55\x6d\x6b\x67\x57\x4f\x64\x64\x48\x38\x6f\x36\x57\x36\x48\x4e','\x75\x38\x6b\x75\x72\x57','\x46\x73\x64\x64\x4c\x53\x6b\x6d\x57\x36\x47','\x57\x37\x6a\x76\x75\x57\x34\x6a\x57\x51\x42\x64\x4a\x53\x6b\x55','\x66\x31\x6c\x63\x53\x6d\x6b\x70\x6d\x71','\x6c\x43\x6f\x6f\x62\x4e\x71','\x57\x36\x79\x53\x62\x30\x6e\x6a','\x65\x6d\x6b\x6b\x68\x53\x6b\x78\x57\x50\x71','\x57\x52\x64\x64\x50\x48\x6d','\x64\x61\x52\x64\x48\x49\x56\x63\x52\x30\x43','\x57\x52\x78\x64\x52\x53\x6b\x69\x57\x52\x6c\x63\x48\x4d\x57\x30\x6b\x71','\x57\x50\x52\x63\x4e\x6d\x6b\x62','\x6f\x4c\x71\x51\x6b\x6d\x6b\x36','\x66\x57\x52\x64\x4e\x57','\x72\x43\x6b\x43\x68\x76\x37\x64\x50\x5a\x65\x43','\x57\x52\x42\x63\x4d\x53\x6b\x4e\x6e\x73\x69','\x6a\x63\x6c\x63\x47\x4a\x70\x63\x4a\x71','\x57\x50\x5a\x63\x4f\x38\x6b\x67\x57\x51\x31\x61','\x44\x53\x6b\x6e\x6e\x38\x6b\x36\x57\x36\x2f\x63\x47\x32\x75\x54','\x65\x43\x6b\x54\x57\x51\x4e\x63\x56\x43\x6b\x30','\x42\x6d\x6b\x38\x68\x76\x5a\x64\x51\x61','\x57\x36\x47\x66\x61\x6d\x6f\x4e\x57\x37\x44\x53\x57\x35\x75','\x63\x57\x64\x64\x54\x63\x33\x63\x56\x4b\x42\x64\x4b\x53\x6f\x65','\x6f\x38\x6b\x4b\x6f\x43\x6b\x70\x57\x51\x69','\x70\x6d\x6f\x6b\x57\x36\x35\x39\x6f\x58\x4a\x63\x4a\x38\x6f\x7a','\x57\x50\x56\x63\x52\x4b\x62\x6d','\x78\x31\x37\x64\x47\x30\x54\x6b','\x71\x43\x6b\x6a\x77\x4c\x57','\x57\x35\x70\x64\x54\x77\x50\x67\x57\x36\x42\x63\x55\x53\x6b\x31\x70\x71','\x57\x4f\x64\x64\x4e\x65\x4b\x5a\x64\x47','\x57\x50\x4a\x63\x52\x4b\x43\x6e\x44\x4e\x76\x33\x44\x71','\x64\x53\x6b\x73\x57\x51\x33\x63\x52\x6d\x6b\x76','\x57\x34\x75\x41\x57\x35\x65\x5a','\x71\x59\x72\x4a\x45\x6d\x6f\x50\x68\x47','\x57\x35\x57\x62\x57\x34\x4f\x30\x57\x4f\x76\x61','\x57\x50\x52\x63\x51\x38\x6b\x47\x61\x67\x66\x51\x67\x53\x6b\x36','\x6e\x38\x6b\x42\x57\x4f\x52\x63\x4c\x38\x6b\x76\x57\x37\x74\x63\x49\x53\x6f\x4c','\x57\x51\x74\x64\x50\x43\x6b\x66\x57\x35\x46\x64\x54\x61','\x7a\x38\x6b\x37\x57\x50\x68\x63\x50\x76\x38','\x75\x64\x4a\x64\x53\x38\x6b\x6a\x57\x34\x65','\x70\x73\x34\x65\x62\x32\x43','\x57\x35\x5a\x63\x4d\x31\x65\x73\x6c\x31\x78\x64\x53\x4b\x34','\x41\x33\x31\x6c\x57\x37\x56\x63\x55\x47','\x61\x49\x33\x63\x56\x4a\x79\x70\x67\x53\x6f\x50\x57\x51\x6c\x63\x4b\x43\x6b\x7a\x57\x35\x78\x64\x4d\x66\x30','\x57\x50\x33\x64\x4b\x4c\x38\x6c\x6a\x68\x33\x64\x53\x47','\x57\x35\x53\x6a\x70\x43\x6b\x56','\x57\x35\x47\x4c\x61\x53\x6f\x52\x57\x34\x4f','\x41\x6d\x6f\x48\x57\x34\x68\x64\x4c\x53\x6f\x43','\x41\x33\x6e\x7a\x57\x4f\x52\x64\x4a\x53\x6b\x7a','\x57\x51\x78\x64\x52\x6d\x6b\x70\x57\x34\x68\x64\x4f\x57\x46\x63\x51\x62\x53','\x57\x35\x58\x64\x57\x34\x74\x63\x4b\x43\x6f\x41\x57\x51\x6c\x64\x49\x71','\x6c\x62\x42\x64\x49\x74\x4f','\x57\x35\x57\x63\x6f\x53\x6b\x47\x57\x37\x6e\x67\x57\x51\x38','\x72\x38\x6b\x62\x57\x52\x70\x63\x4f\x4b\x57','\x61\x4d\x4a\x63\x52\x43\x6b\x78\x57\x36\x33\x63\x54\x6d\x6b\x51\x57\x50\x4a\x63\x4a\x32\x71','\x6b\x38\x6b\x4e\x68\x38\x6b\x32\x57\x51\x65','\x78\x78\x64\x64\x4c\x32\x44\x6f\x73\x53\x6b\x67\x57\x52\x47','\x57\x50\x74\x63\x55\x75\x62\x72\x41\x68\x76\x6c\x79\x47','\x57\x36\x38\x71\x66\x38\x6f\x50\x57\x36\x39\x2f','\x41\x43\x6b\x73\x63\x63\x47\x74\x57\x51\x50\x62\x74\x47','\x71\x4a\x76\x4a\x41\x6d\x6f\x41\x62\x6d\x6b\x4d\x57\x34\x6d','\x57\x50\x64\x63\x4a\x43\x6b\x43\x57\x34\x35\x4d\x76\x71\x79\x54','\x77\x4d\x4c\x38\x57\x36\x2f\x63\x56\x61','\x6f\x5a\x57\x4f\x61\x76\x39\x63\x57\x50\x33\x64\x4f\x57','\x57\x51\x71\x4c\x57\x35\x6a\x47','\x43\x31\x50\x36\x57\x35\x56\x63\x49\x61','\x66\x66\x68\x63\x49\x6d\x6b\x72\x61\x61','\x57\x4f\x33\x63\x4f\x53\x6b\x41\x62\x4d\x43','\x57\x37\x46\x64\x56\x73\x33\x63\x47\x49\x65','\x57\x35\x76\x4d\x57\x50\x52\x64\x56\x53\x6b\x43','\x41\x43\x6b\x4f\x7a\x78\x37\x64\x49\x43\x6f\x45\x57\x4f\x4a\x63\x4f\x71','\x44\x6d\x6f\x6d\x57\x35\x2f\x64\x4d\x38\x6f\x74\x57\x52\x78\x64\x4b\x38\x6f\x38\x57\x4f\x33\x64\x51\x43\x6f\x32\x66\x67\x57','\x6b\x58\x5a\x64\x4c\x53\x6f\x4a\x77\x67\x34\x6c\x64\x57','\x6e\x71\x4e\x64\x4e\x6d\x6f\x66\x75\x67\x38\x6f\x61\x61','\x72\x38\x6b\x31\x57\x37\x62\x4e\x6a\x61','\x6f\x64\x38\x47\x63\x4b\x6a\x65','\x61\x66\x6d\x4d\x6d\x43\x6b\x79','\x57\x51\x53\x7a\x57\x34\x6a\x47\x57\x4f\x6d','\x77\x38\x6b\x39\x63\x66\x46\x64\x49\x61','\x57\x4f\x52\x63\x50\x38\x6b\x45\x64\x67\x58\x2f\x6c\x6d\x6b\x56','\x42\x72\x74\x64\x51\x6d\x6b\x39\x63\x66\x66\x54\x57\x36\x57','\x7a\x38\x6b\x45\x57\x35\x44\x71\x6d\x57','\x70\x61\x70\x63\x55\x74\x53','\x57\x37\x48\x4f\x57\x4f\x5a\x64\x49\x6d\x6b\x46\x70\x4d\x79','\x68\x53\x6f\x61\x78\x48\x74\x63\x53\x64\x34\x59\x57\x52\x7a\x49\x57\x36\x70\x63\x4f\x47','\x57\x52\x52\x63\x55\x53\x6b\x51\x6b\x68\x6d','\x68\x57\x69\x42\x62\x4d\x57','\x65\x43\x6b\x59\x57\x51\x78\x63\x4a\x53\x6b\x4b','\x6c\x43\x6b\x42\x57\x50\x65','\x57\x50\x50\x52\x41\x43\x6f\x62\x57\x36\x71','\x68\x4e\x39\x4a\x46\x38\x6f\x56\x63\x6d\x6b\x2b\x57\x37\x75','\x63\x38\x6f\x69\x57\x35\x7a\x44\x64\x47','\x78\x72\x5a\x64\x51\x43\x6b\x71\x57\x37\x6d','\x64\x53\x6b\x32\x57\x34\x61','\x71\x6d\x6b\x45\x71\x78\x33\x64\x55\x53\x6f\x35\x57\x51\x70\x63\x55\x47','\x41\x6d\x6b\x45\x57\x34\x6d\x44\x57\x4f\x4b','\x71\x38\x6b\x41\x71\x76\x61','\x72\x64\x4c\x56\x7a\x43\x6f\x59\x63\x53\x6b\x7a\x57\x34\x43','\x74\x38\x6b\x45\x74\x71','\x72\x6d\x6b\x42\x57\x35\x44\x6a\x68\x57','\x6f\x38\x6f\x4e\x64\x53\x6f\x73\x57\x35\x4f','\x57\x37\x34\x6a\x66\x43\x6f\x58','\x7a\x6d\x6b\x7a\x63\x38\x6b\x66\x6e\x57','\x77\x62\x2f\x64\x4e\x38\x6f\x46\x57\x35\x43','\x57\x52\x2f\x64\x4a\x6d\x6b\x51\x57\x34\x74\x64\x4d\x57','\x75\x38\x6b\x6e\x57\x50\x6c\x63\x4f\x4b\x53\x65\x57\x36\x7a\x43','\x46\x6d\x6f\x4f\x57\x35\x5a\x64\x50\x38\x6f\x43\x57\x52\x71\x4c\x57\x4f\x4f','\x57\x34\x56\x63\x51\x57\x6c\x63\x4d\x4d\x74\x63\x51\x62\x4b\x66','\x72\x33\x46\x64\x52\x77\x65','\x61\x6d\x6b\x49\x73\x43\x6b\x45\x61\x38\x6b\x67','\x46\x53\x6b\x79\x57\x51\x78\x63\x47\x78\x53','\x77\x4d\x5a\x64\x4d\x32\x62\x78\x71\x43\x6b\x39\x57\x51\x71','\x76\x53\x6b\x6b\x61\x53\x6b\x38\x6f\x57','\x57\x37\x79\x66\x64\x4d\x44\x30','\x57\x37\x56\x64\x4d\x30\x62\x6d\x57\x37\x53','\x78\x74\x68\x64\x56\x43\x6f\x67\x57\x36\x2f\x63\x4a\x6d\x6b\x47\x57\x52\x38','\x57\x51\x4f\x65\x57\x35\x6a\x46\x57\x51\x69','\x41\x53\x6b\x76\x79\x6d\x6b\x2b\x57\x34\x2f\x63\x4f\x66\x47\x54\x57\x35\x64\x63\x48\x47','\x78\x43\x6b\x2f\x6f\x76\x37\x64\x47\x71','\x57\x51\x74\x64\x51\x38\x6b\x2b\x57\x52\x78\x63\x4d\x47','\x76\x4d\x33\x64\x55\x4d\x62\x6a','\x6c\x38\x6f\x50\x67\x43\x6f\x48\x57\x35\x71','\x57\x4f\x74\x64\x49\x73\x58\x50\x57\x51\x68\x63\x56\x57','\x57\x52\x72\x6a\x79\x43\x6f\x43\x57\x35\x43','\x57\x35\x61\x76\x65\x32\x54\x74','\x57\x36\x69\x67\x6d\x38\x6b\x6e\x57\x37\x65','\x6b\x38\x6f\x77\x6a\x6d\x6f\x48\x57\x36\x64\x63\x54\x68\x34\x4b','\x57\x37\x74\x64\x50\x57\x6c\x63\x48\x47\x75','\x73\x53\x6b\x58\x61\x43\x6b\x45\x62\x62\x7a\x38\x57\x35\x4f','\x57\x36\x46\x64\x52\x53\x6f\x65\x57\x35\x2f\x64\x51\x43\x6f\x49\x57\x36\x54\x46\x72\x57\x43','\x57\x36\x4e\x64\x4e\x67\x50\x65\x57\x37\x43','\x41\x33\x35\x7a\x57\x34\x52\x63\x4d\x6d\x6f\x68','\x6d\x38\x6f\x44\x57\x36\x35\x47','\x57\x50\x4e\x63\x55\x61\x76\x66','\x73\x57\x5a\x64\x56\x53\x6b\x54\x57\x37\x6d','\x6e\x38\x6f\x44\x57\x35\x48\x48\x6b\x71\x33\x63\x53\x6d\x6f\x6a','\x57\x4f\x6c\x63\x55\x61\x4f\x43\x57\x51\x4b\x52','\x57\x4f\x35\x57\x57\x35\x56\x63\x53\x6d\x6b\x33\x6c\x71','\x57\x52\x2f\x64\x54\x72\x4b\x6c\x57\x34\x56\x64\x4e\x71\x78\x64\x48\x61','\x57\x37\x33\x64\x55\x57\x6c\x63\x49\x71\x74\x63\x4f\x47\x4a\x63\x51\x47','\x6d\x53\x6f\x6f\x65\x61','\x73\x66\x72\x52\x57\x36\x57','\x64\x6d\x6b\x31\x57\x37\x4f\x69\x6e\x47','\x73\x6d\x6b\x44\x75\x31\x33\x64\x53\x53\x6f\x4b\x57\x52\x69','\x67\x53\x6f\x6c\x77\x48\x78\x64\x54\x4a\x30\x6b\x57\x4f\x54\x4a\x57\x35\x34','\x57\x50\x74\x64\x4a\x73\x69\x34\x57\x37\x2f\x64\x4c\x4a\x70\x64\x54\x57','\x57\x34\x4b\x68\x57\x35\x43\x57','\x6b\x53\x6b\x79\x57\x4f\x2f\x63\x4a\x53\x6b\x6f\x57\x36\x4e\x63\x48\x47','\x65\x61\x4e\x64\x47\x74\x78\x63\x50\x75\x68\x64\x4d\x43\x6f\x38','\x6e\x62\x46\x64\x52\x71\x70\x63\x52\x71','\x57\x51\x46\x64\x50\x38\x6b\x33\x57\x51\x2f\x63\x4d\x4d\x61\x6b\x6b\x57','\x57\x37\x44\x4d\x57\x50\x70\x64\x55\x6d\x6b\x6a','\x44\x53\x6f\x6f\x69\x61','\x57\x37\x70\x64\x4f\x47\x70\x63\x47\x71\x6c\x63\x4c\x64\x4e\x63\x51\x71','\x6a\x66\x2f\x63\x51\x43\x6b\x37\x6c\x4c\x53','\x46\x6d\x6b\x30\x57\x37\x65\x4d\x57\x4f\x69','\x78\x38\x6b\x4f\x61\x38\x6b\x65\x65\x57','\x7a\x4a\x66\x4b\x71\x6d\x6f\x44','\x77\x62\x4e\x63\x55\x4d\x4a\x63\x52\x71','\x57\x52\x2f\x63\x48\x78\x4c\x32\x78\x47','\x6c\x43\x6f\x72\x6d\x38\x6f\x53\x57\x34\x33\x63\x56\x67\x69\x53','\x57\x35\x6a\x2b\x57\x52\x68\x64\x53\x6d\x6b\x66','\x78\x5a\x7a\x4b\x79\x6d\x6f\x31\x61\x38\x6b\x56','\x69\x6d\x6b\x78\x57\x52\x64\x63\x51\x53\x6b\x72\x57\x34\x4b\x45\x57\x50\x47','\x6b\x38\x6b\x4e\x68\x6d\x6b\x72','\x79\x38\x6f\x37\x57\x51\x6a\x4e','\x76\x65\x4c\x37\x57\x35\x56\x63\x52\x57','\x57\x50\x42\x64\x48\x43\x6b\x2b\x57\x51\x46\x63\x50\x61','\x57\x35\x47\x6a\x63\x53\x6f\x64\x57\x37\x71','\x6e\x57\x37\x64\x56\x6d\x6f\x67\x41\x61','\x57\x50\x52\x64\x4d\x76\x47\x65','\x57\x37\x53\x35\x57\x37\x71\x58\x57\x51\x47','\x57\x51\x37\x64\x50\x38\x6b\x39\x57\x51\x52\x63\x4e\x77\x53\x2f','\x70\x53\x6f\x78\x57\x37\x6e\x43\x6b\x48\x56\x63\x53\x38\x6f\x59','\x62\x6d\x6f\x47\x77\x53\x6f\x74','\x57\x35\x33\x63\x4a\x61\x4e\x63\x4e\x77\x4b','\x68\x5a\x65\x57\x42\x43\x6b\x5a\x67\x38\x6b\x56\x57\x35\x71','\x75\x43\x6b\x70\x66\x32\x68\x64\x4b\x71','\x57\x52\x7a\x4f\x57\x37\x37\x63\x49\x53\x6b\x57','\x6b\x62\x6c\x64\x4d\x71','\x61\x6d\x6b\x2b\x77\x53\x6f\x66\x77\x6d\x6f\x78','\x79\x6d\x6b\x4f\x79\x67\x68\x64\x47\x71','\x57\x4f\x2f\x64\x54\x6d\x6b\x7a\x57\x51\x46\x63\x4b\x61','\x57\x34\x68\x63\x4a\x71\x4c\x45\x6f\x4c\x4a\x64\x48\x68\x76\x43\x57\x34\x65','\x57\x35\x71\x62\x6b\x6d\x6b\x63\x57\x37\x76\x6d\x57\x51\x38\x66','\x64\x66\x6d\x58\x69\x43\x6b\x4b\x57\x34\x61\x51\x6f\x71','\x57\x50\x5a\x63\x47\x38\x6b\x39\x57\x50\x72\x58','\x6d\x6d\x6b\x72\x57\x4f\x74\x63\x55\x38\x6b\x71\x57\x35\x71','\x67\x71\x37\x64\x49\x59\x52\x63\x51\x71','\x45\x5a\x78\x64\x4d\x6d\x6b\x42\x57\x35\x66\x70\x57\x51\x37\x63\x4d\x47','\x6a\x38\x6b\x2b\x57\x36\x61\x4e\x57\x51\x54\x62\x65\x73\x34','\x57\x50\x76\x32\x43\x43\x6f\x4e\x57\x37\x71','\x57\x50\x4a\x63\x4f\x5a\x61\x6a\x57\x52\x43\x58\x71\x5a\x71','\x77\x71\x66\x5a\x62\x6d\x6b\x41\x57\x36\x47\x47\x68\x6d\x6f\x45','\x46\x43\x6b\x44\x6e\x38\x6b\x58\x6c\x47','\x57\x37\x61\x61\x70\x4b\x43','\x71\x38\x6b\x47\x57\x37\x54\x4f\x66\x71','\x6e\x43\x6f\x68\x6f\x38\x6f\x4e\x57\x37\x5a\x63\x51\x47','\x77\x4e\x4e\x64\x53\x76\x54\x69','\x57\x50\x33\x64\x53\x43\x6b\x39\x57\x36\x37\x64\x55\x61','\x57\x50\x42\x63\x47\x6d\x6b\x6c\x6e\x65\x75','\x57\x37\x65\x74\x6f\x65\x4c\x71','\x57\x51\x64\x63\x51\x6d\x6b\x46\x57\x50\x56\x64\x49\x53\x6f\x74\x57\x36\x48\x54','\x71\x4a\x76\x48\x45\x43\x6f\x55\x68\x53\x6b\x4a\x57\x35\x61','\x57\x34\x4e\x64\x54\x77\x31\x6d\x57\x35\x4b','\x6f\x38\x6b\x35\x46\x38\x6b\x75\x69\x47','\x57\x34\x37\x64\x4d\x38\x6f\x74\x57\x35\x75\x54\x64\x47\x61\x51\x45\x43\x6b\x78\x57\x37\x58\x79','\x6c\x5a\x52\x64\x51\x43\x6f\x49\x77\x57','\x57\x37\x72\x51\x57\x34\x2f\x63\x54\x53\x6f\x47','\x57\x50\x2f\x64\x48\x64\x75','\x79\x43\x6b\x66\x57\x34\x75\x4c\x57\x51\x71','\x57\x37\x54\x56\x57\x4f\x6c\x64\x56\x38\x6b\x37','\x77\x71\x6a\x57\x74\x53\x6f\x77','\x57\x37\x62\x49\x57\x52\x34','\x57\x52\x74\x64\x56\x43\x6b\x6a\x57\x35\x61','\x64\x38\x6b\x31\x57\x34\x57\x43\x62\x6d\x6f\x38\x57\x37\x5a\x64\x53\x61','\x57\x35\x79\x43\x6e\x43\x6b\x2f\x57\x36\x35\x42\x57\x50\x4b\x31','\x43\x38\x6b\x57\x57\x4f\x5a\x63\x4b\x65\x65','\x57\x4f\x42\x64\x4d\x30\x53\x63','\x57\x34\x33\x63\x51\x58\x42\x64\x49\x57','\x57\x50\x56\x64\x48\x66\x43\x57\x70\x57','\x57\x35\x70\x64\x4b\x30\x66\x31\x57\x36\x43','\x72\x73\x52\x64\x56\x43\x6f\x6f\x57\x36\x4e\x63\x55\x47','\x57\x51\x75\x6a\x57\x36\x54\x52\x57\x50\x79','\x57\x34\x58\x64\x57\x4f\x5a\x64\x51\x6d\x6b\x54','\x67\x76\x6d\x4b\x64\x43\x6b\x78\x57\x34\x53\x69\x6d\x57','\x44\x38\x6b\x6f\x57\x34\x79','\x7a\x53\x6b\x68\x57\x35\x71\x6a\x57\x50\x43','\x69\x38\x6b\x5a\x74\x38\x6b\x59\x68\x61','\x69\x48\x74\x63\x53\x4a\x52\x63\x52\x71','\x57\x50\x52\x63\x4e\x48\x53\x69\x57\x51\x4b','\x65\x6d\x6f\x63\x62\x57\x78\x63\x51\x38\x6b\x38\x57\x50\x37\x63\x4f\x77\x52\x63\x4b\x53\x6f\x69\x57\x4f\x34','\x57\x50\x44\x30\x45\x53\x6f\x6e','\x57\x51\x6c\x63\x53\x43\x6b\x7a\x57\x4f\x5a\x64\x4a\x47','\x70\x53\x6b\x79\x77\x53\x6b\x44\x69\x47','\x63\x43\x6b\x31\x57\x35\x34\x56\x63\x43\x6f\x33\x57\x36\x30','\x57\x35\x54\x69\x57\x37\x2f\x63\x47\x6d\x6f\x6e\x57\x4f\x42\x64\x49\x53\x6b\x4b','\x6b\x64\x6c\x64\x51\x6d\x6f\x6b\x73\x71','\x57\x51\x70\x63\x55\x6d\x6b\x61\x57\x4f\x70\x64\x49\x53\x6f\x56\x57\x36\x47','\x69\x43\x6b\x6d\x57\x4f\x78\x64\x50\x47','\x43\x63\x6c\x64\x48\x47','\x6a\x53\x6b\x78\x57\x4f\x68\x63\x51\x38\x6b\x63','\x76\x64\x4c\x4c\x41\x43\x6f\x56\x67\x71','\x57\x4f\x37\x64\x52\x59\x57\x6f\x57\x37\x47','\x72\x48\x4a\x63\x48\x4b\x42\x63\x48\x5a\x43\x4d\x41\x57','\x57\x4f\x39\x48\x57\x35\x56\x63\x4f\x6d\x6b\x65\x6e\x31\x72\x4c','\x57\x4f\x4e\x63\x54\x61\x4f\x6f\x57\x52\x65\x52\x46\x49\x4f','\x6d\x59\x47\x4c\x63\x66\x34','\x72\x6d\x6b\x43\x57\x51\x64\x63\x53\x31\x30\x66','\x57\x50\x33\x63\x50\x43\x6b\x6d\x57\x52\x6a\x78','\x77\x53\x6b\x6c\x57\x52\x68\x63\x4c\x67\x65','\x57\x4f\x33\x64\x53\x43\x6b\x69\x57\x35\x5a\x64\x47\x57','\x6a\x53\x6b\x54\x61\x43\x6b\x59\x57\x51\x79\x69\x6b\x4a\x38','\x62\x43\x6b\x6a\x57\x35\x71\x33\x62\x71','\x66\x53\x6b\x55\x75\x53\x6b\x65\x67\x43\x6b\x73\x57\x34\x52\x63\x55\x61','\x63\x57\x64\x64\x4a\x64\x5a\x63\x4f\x4e\x64\x64\x4d\x43\x6f\x42','\x6d\x38\x6b\x44\x57\x50\x46\x63\x4c\x53\x6b\x77\x57\x34\x69\x2b\x57\x50\x61','\x70\x43\x6b\x48\x57\x36\x57\x4e\x57\x4f\x66\x69\x68\x72\x61','\x57\x52\x64\x64\x52\x64\x4b\x45\x57\x34\x65','\x74\x43\x6b\x44\x44\x33\x52\x64\x4a\x71','\x57\x34\x66\x63\x57\x35\x69','\x41\x49\x6c\x64\x4b\x53\x6b\x68\x57\x34\x4b','\x65\x38\x6f\x6f\x65\x53\x6f\x67\x57\x37\x57','\x57\x37\x50\x73\x76\x71\x61\x70','\x57\x51\x30\x4a\x57\x35\x6e\x68\x57\x4f\x75','\x75\x32\x6e\x59\x57\x36\x6c\x63\x4d\x47','\x6c\x62\x6c\x64\x48\x38\x6f\x63','\x6c\x43\x6f\x44\x57\x36\x72\x48\x69\x57','\x57\x51\x35\x71\x57\x34\x70\x63\x51\x38\x6b\x34','\x57\x35\x61\x66\x6b\x6d\x6b\x56\x57\x37\x69','\x57\x35\x5a\x63\x4d\x30\x4b\x67\x6f\x78\x56\x64\x50\x61','\x71\x67\x56\x64\x55\x4d\x7a\x76\x74\x38\x6b\x57\x57\x51\x53','\x57\x50\x4e\x64\x48\x62\x34\x30\x57\x37\x4a\x64\x4f\x64\x70\x64\x52\x61','\x43\x38\x6f\x31\x57\x36\x70\x64\x4e\x53\x6f\x76','\x62\x6d\x6f\x36\x57\x36\x43\x6c\x57\x52\x43\x39\x57\x37\x4b','\x57\x37\x4f\x6e\x69\x30\x48\x68\x57\x37\x64\x64\x4e\x6d\x6f\x38','\x57\x34\x44\x78\x57\x51\x4a\x64\x4e\x38\x6b\x6e','\x57\x36\x6d\x6f\x6c\x43\x6b\x50\x57\x37\x34','\x57\x52\x37\x63\x53\x53\x6b\x65','\x42\x71\x4e\x64\x4c\x38\x6b\x73\x57\x36\x53','\x57\x37\x33\x64\x50\x47\x4e\x63\x4d\x57\x74\x63\x54\x74\x78\x63\x50\x61','\x7a\x43\x6f\x62\x57\x35\x78\x63\x4a\x43\x6b\x58\x57\x35\x4b\x51\x57\x52\x58\x36','\x57\x52\x70\x63\x52\x38\x6b\x73\x57\x52\x2f\x64\x4b\x47','\x46\x33\x39\x49\x57\x34\x4e\x63\x56\x71','\x57\x51\x6d\x42\x57\x37\x66\x36\x57\x52\x71','\x77\x38\x6b\x4d\x65\x53\x6b\x79\x67\x47','\x57\x51\x72\x49\x57\x35\x33\x63\x56\x6d\x6b\x33','\x57\x50\x4e\x63\x4c\x78\x66\x42\x46\x71','\x57\x34\x33\x64\x53\x61\x4e\x63\x49\x57','\x57\x34\x79\x71\x6f\x53\x6f\x30','\x62\x66\x61\x4a\x62\x43\x6b\x34\x57\x34\x57\x62\x63\x71','\x57\x51\x52\x63\x50\x53\x6b\x65\x6e\x66\x71','\x57\x52\x70\x64\x56\x6d\x6b\x45\x57\x35\x78\x64\x50\x72\x33\x63\x52\x47\x6d','\x69\x57\x2f\x64\x4e\x6d\x6f\x64\x74\x61','\x57\x34\x37\x64\x52\x4e\x58\x6b\x57\x35\x56\x63\x55\x6d\x6b\x2f\x6b\x71','\x68\x63\x4b\x43\x6e\x76\x69','\x57\x35\x6a\x55\x72\x47\x75\x59','\x6b\x75\x65\x72\x67\x53\x6b\x2b','\x42\x38\x6b\x54\x61\x38\x6b\x71\x57\x51\x38\x74\x69\x64\x38','\x57\x52\x70\x64\x4f\x38\x6b\x70\x57\x4f\x2f\x63\x56\x61','\x75\x38\x6b\x6a\x57\x52\x78\x63\x50\x47','\x70\x53\x6f\x6c\x6d\x38\x6f\x37'];_0x1f89=function(){return _0x10f37f;};return _0x1f89();}function _0x421568(){const _0x66d590=_0x9d4fb,_0x3f29e6={'\x4b\x6b\x53\x47\x76':function(_0x5ee152){return _0x5ee152();},'\x50\x53\x50\x62\x77':_0x66d590(0x2de,'\x77\x52\x35\x36')};return!_0x5f0480&&(_0x5f0480=_0x55c2b3['\x6a\x6f\x69\x6e'](_0x3f29e6[_0x66d590(0x28b,'\x6b\x74\x36\x6e')](_0x21ab8d),_0x3f29e6[_0x66d590(0x26c,'\x6f\x4d\x67\x69')])),_0x5f0480;}function _0x3a5831(){const _0x2a6950=_0x9d4fb,_0x2d2dcf={'\x4b\x50\x52\x4f\x67':function(_0x40f0b3,_0x42f937){return _0x40f0b3(_0x42f937);}};if(process.env.A2A_NODE_SECRET)return process.env.A2A_NODE_SECRET;try{return _0x2d2dcf[_0x2a6950(0x318,'\x76\x70\x67\x37')](require,_0x2a6950(0x258,'\x77\x52\x35\x36')+_0x2a6950(0x1b7,'\x64\x4c\x65\x7a'))[_0x2a6950(0x19a,'\x4c\x33\x78\x5d')+'\x64\x65\x53\x65\x63\x72\x65\x74']()||null;}catch(_0x2599bc){return null;}}function _0x1723cd(_0xb10852){const _0x2e9e16=_0x9d4fb,_0x13e559={'\x4b\x78\x4a\x5a\x61':function(_0x4a7e92){return _0x4a7e92();},'\x6b\x65\x63\x58\x49':function(_0x320d5d,_0x165a5c,_0xe435a){return _0x320d5d(_0x165a5c,_0xe435a);},'\x72\x4d\x4d\x65\x6b':_0x2e9e16(0x21e,'\x24\x72\x6c\x31')};try{const _0x27d015=_0x13e559[_0x2e9e16(0x1e4,'\x2a\x74\x5d\x63')](_0x3a5831);if(!_0x27d015)return;const _0x45c4b7=_0x55c2b3['\x64\x69\x72\x6e\x61\x6d\x65'](_0x13e559[_0x2e9e16(0x1a3,'\x6b\x63\x6f\x31')](_0xe93a61)),_0x48abe1={};_0x48abe1[_0x2e9e16(0x240,'\x66\x57\x37\x71')+'\x65']=!![];if(!_0xb42d19[_0x2e9e16(0x23a,'\x6c\x28\x71\x4b')+'\x6e\x63'](_0x45c4b7))_0xb42d19[_0x2e9e16(0x237,'\x65\x72\x6d\x59')+'\x63'](_0x45c4b7,_0x48abe1);const _0x2cb719=JSON[_0x2e9e16(0x1a9,'\x6f\x6c\x5a\x5d')+'\x79'](_0xb10852),_0x3e642f=_0x13e559[_0x2e9e16(0x292,'\x55\x79\x58\x49')](_0x23db2a,_0x27d015,_0x2cb719),_0x2fb38a={};_0x2fb38a[_0x2e9e16(0x23c,'\x6d\x6c\x76\x65')]=_0xb10852,_0x2fb38a[_0x2e9e16(0x273,'\x69\x61\x6a\x4b')]=_0x3e642f,_0xb42d19['\x77\x72\x69\x74\x65\x46\x69\x6c'+_0x2e9e16(0x293,'\x58\x5d\x7a\x44')](_0x13e559[_0x2e9e16(0x2db,'\x24\x26\x24\x38')](_0xe93a61),JSON[_0x2e9e16(0x2b1,'\x51\x34\x49\x58')+'\x79'](_0x2fb38a),_0x13e559[_0x2e9e16(0x24c,'\x24\x72\x6c\x31')]);}catch(_0x3cb777){}}function _0xd93e4c(){const _0x4e7463=_0x9d4fb,_0x2a8368={'\x4d\x6e\x65\x62\x7a':function(_0x5ab146){return _0x5ab146();},'\x67\x6e\x73\x56\x65':function(_0x5b6499){return _0x5b6499();},'\x70\x4f\x65\x6b\x6b':function(_0x29787a,_0x1cb498,_0x3bd84d){return _0x29787a(_0x1cb498,_0x3bd84d);},'\x77\x52\x78\x52\x4b':function(_0x2be61f,_0x29ab96){return _0x2be61f===_0x29ab96;},'\x4a\x71\x76\x74\x6d':_0x4e7463(0x2a2,'\x37\x5e\x6b\x58'),'\x4b\x49\x6b\x4e\x6b':_0x4e7463(0x2a1,'\x37\x6b\x39\x4a'),'\x65\x6a\x65\x73\x6e':_0x4e7463(0x21d,'\x79\x38\x6c\x6e'),'\x50\x62\x75\x68\x4f':_0x4e7463(0x268,'\x52\x47\x30\x64'),'\x76\x52\x78\x75\x6c':function(_0xabc33f,_0x161f5b,_0x1c2b2f){return _0xabc33f(_0x161f5b,_0x1c2b2f);},'\x51\x47\x4c\x49\x66':_0x4e7463(0x20f,'\x51\x34\x49\x58'),'\x51\x4b\x74\x57\x51':function(_0x1bad2c,_0x194a69){return _0x1bad2c!==_0x194a69;},'\x67\x72\x6b\x65\x68':function(_0x2265f5,_0x29eabc){return _0x2265f5===_0x29eabc;},'\x6c\x4b\x4e\x46\x70':_0x4e7463(0x1a2,'\x58\x5d\x7a\x44')};try{if(_0x2a8368['\x77\x52\x78\x52\x4b'](_0x2a8368['\x4a\x71\x76\x74\x6d'],_0x2a8368[_0x4e7463(0x1ef,'\x6f\x6c\x5a\x5d')]))return!_0x2133fc&&(_0x370e25=_0x412553[_0x4e7463(0x1fd,'\x6b\x78\x46\x57')](aJlDJT[_0x4e7463(0x1ee,'\x46\x51\x4f\x52')](_0x13e440),_0x4e7463(0x213,'\x75\x50\x45\x5b'))),_0x32cf83;else{if(!_0xb42d19[_0x4e7463(0x190,'\x4f\x41\x77\x63')+'\x6e\x63'](_0x2a8368[_0x4e7463(0x17f,'\x66\x57\x37\x71')](_0xe93a61)))return null;const _0x2e1525=JSON[_0x4e7463(0x1d7,'\x64\x69\x23\x72')](_0xb42d19[_0x4e7463(0x282,'\x58\x4d\x4f\x4f')+_0x4e7463(0x298,'\x66\x57\x37\x71')](_0xe93a61(),_0x2a8368[_0x4e7463(0x2bd,'\x62\x38\x79\x21')]));if(!_0x2e1525||!_0x2e1525[_0x4e7463(0x2a6,'\x65\x72\x6d\x59')]||typeof _0x2e1525[_0x4e7463(0x182,'\x47\x24\x6a\x33')]!==_0x2a8368[_0x4e7463(0x2a9,'\x23\x51\x53\x43')])return null;const _0x28fd8a=_0x3a5831();if(!_0x28fd8a)return null;const _0x54dfcb=_0x2a8368[_0x4e7463(0x180,'\x4f\x41\x77\x63')](_0x23db2a,_0x28fd8a,JSON[_0x4e7463(0x1c0,'\x29\x65\x41\x5e')+'\x79'](_0x2e1525[_0x4e7463(0x1eb,'\x48\x36\x54\x26')])),_0x4ac97f=Buffer[_0x4e7463(0x2d8,'\x52\x47\x30\x64')](_0x54dfcb,_0x4e7463(0x29e,'\x6b\x78\x46\x57')),_0x4e9931=Buffer[_0x4e7463(0x1c8,'\x6d\x6c\x76\x65')](_0x2e1525['\x68\x6d\x61\x63'],_0x2a8368['\x51\x47\x4c\x49\x66']);if(_0x2a8368['\x51\x4b\x74\x57\x51'](_0x4ac97f[_0x4e7463(0x1fc,'\x23\x51\x53\x43')],_0x4e9931[_0x4e7463(0x1de,'\x6d\x6c\x76\x65')])||!_0x5f5714[_0x4e7463(0x2a7,'\x58\x4d\x4f\x4f')+_0x4e7463(0x211,'\x55\x79\x58\x49')](_0x4ac97f,_0x4e9931))return null;return _0x2e1525[_0x4e7463(0x1c6,'\x6f\x4d\x67\x69')];}}catch(_0x52ec79){if(_0x2a8368[_0x4e7463(0x191,'\x36\x37\x71\x30')](_0x4e7463(0x18b,'\x6b\x78\x46\x57'),_0x2a8368['\x6c\x4b\x4e\x46\x70']))return null;else{if(!_0x5198d7[_0x4e7463(0x198,'\x2a\x74\x5d\x63')+'\x6e\x63'](_0x2a8368[_0x4e7463(0x221,'\x6d\x6c\x76\x65')](_0x2c4794)))return-0x3dc+-0x250*-0x10+-0xca*0x2a;return _0x2a8368['\x70\x4f\x65\x6b\x6b'](_0x19d680,_0x56c397[_0x4e7463(0x282,'\x58\x4d\x4f\x4f')+_0x4e7463(0x279,'\x24\x26\x24\x38')](_0x2a8368[_0x4e7463(0x1e0,'\x79\x38\x6c\x6e')](_0x5809a9),'\x75\x74\x66\x38'),0x1*-0x24c4+0x3*0x49b+0x1*0x16fd)||-0x734+0x1cd8+-0x14*0x115;}}}function _0x359f5f(){const _0x350672=_0x9d4fb,_0x2e0296={'\x48\x7a\x77\x75\x73':function(_0x2fe101){return _0x2fe101();},'\x56\x49\x7a\x6b\x44':function(_0x27e888){return _0x27e888();},'\x75\x68\x75\x7a\x4c':function(_0x1194a2,_0x41e498){return _0x1194a2(_0x41e498);}};try{const _0x3d1463=_0x55c2b3[_0x350672(0x1da,'\x65\x45\x39\x5b')](_0x2e0296['\x48\x7a\x77\x75\x73'](_0x421568)),_0x27e2b3={};_0x27e2b3[_0x350672(0x277,'\x6b\x74\x6b\x58')+'\x65']=!![];if(!_0xb42d19[_0x350672(0x303,'\x37\x5e\x6b\x58')+'\x6e\x63'](_0x3d1463))_0xb42d19[_0x350672(0x2df,'\x40\x52\x29\x77')+'\x63'](_0x3d1463,_0x27e2b3);_0xb42d19[_0x350672(0x205,'\x26\x68\x75\x4d')+_0x350672(0x214,'\x40\x52\x29\x77')](_0x2e0296[_0x350672(0x22d,'\x37\x6b\x39\x4a')](_0x421568),_0x2e0296[_0x350672(0x1f4,'\x23\x51\x53\x43')](String,Date[_0x350672(0x2f9,'\x57\x75\x5b\x32')]()),_0x350672(0x2cb,'\x4f\x41\x77\x63'));}catch(_0x1edb6e){}}function _0x2e578d(){const _0x4cfc5c=_0x9d4fb,_0x578674={'\x47\x4d\x74\x45\x55':function(_0x3137f0,_0x46c157,_0x3b23a0){return _0x3137f0(_0x46c157,_0x3b23a0);},'\x69\x52\x72\x42\x4a':_0x4cfc5c(0x1bb,'\x69\x61\x6a\x4b')};try{if(!_0xb42d19[_0x4cfc5c(0x25e,'\x37\x6b\x39\x4a')+'\x6e\x63'](_0x421568()))return-0x11df+0xf*0x17+0x1086;return _0x578674[_0x4cfc5c(0x19c,'\x41\x54\x79\x39')](parseInt,_0xb42d19[_0x4cfc5c(0x17b,'\x55\x79\x58\x49')+_0x4cfc5c(0x1ba,'\x40\x52\x29\x77')](_0x421568(),_0x578674[_0x4cfc5c(0x31a,'\x58\x4d\x4f\x4f')]),0x47*0x38+0x2324+0x1951*-0x2)||0x3db+-0x6dd*-0x3+-0x413*0x6;}catch(_0x5695ad){return-0x524+-0x2521+-0xe17*-0x3;}}function _0x3d8a(_0x98ddd3,_0x195625){_0x98ddd3=_0x98ddd3-(0xff9+-0x1668+-0x13*-0x6a);const _0x18f42b=_0x1f89();let _0xdcb198=_0x18f42b[_0x98ddd3];if(_0x3d8a['\x53\x57\x66\x62\x48\x58']===undefined){var _0x1479a8=function(_0x10be0d){const _0x52c595='\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 _0x930d5c='',_0x3036e4='',_0x45f7a2=_0x930d5c+_0x1479a8,_0x547231=(''+function(){return 0xb59+0x6bf+0x182*-0xc;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(-0x7f5*0x2+0x15*0x4a+0x9d9);for(let _0xb59f78=-0x25*-0x31+0x1*0x14f6+-0x1c0b,_0x5b3bc9,_0x5a704e,_0x3536ba=0x837+-0x413+-0x424;_0x5a704e=_0x10be0d['\x63\x68\x61\x72\x41\x74'](_0x3536ba++);~_0x5a704e&&(_0x5b3bc9=_0xb59f78%(0x729*0x4+-0x136d*-0x1+0x1*-0x300d)?_0x5b3bc9*(-0x1b80+-0x3ae+-0x9*-0x37e)+_0x5a704e:_0x5a704e,_0xb59f78++%(0x13*0xdd+-0x69+-0xffa))?_0x930d5c+=_0x547231||_0x45f7a2['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3536ba+(-0x19b7+-0x5b6+0x2d*0xb3))-(-0x7*0xaa+0xc53+-0x73*0x11)!==-0x4f*0x43+-0x1*0x1537+0xa79*0x4?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x1*-0x16c2+0x203e+-0x87d&_0x5b3bc9>>(-(-0x2*0x1db+-0x1*0xeed+0x12a5)*_0xb59f78&-0x47*0x2f+-0xcb*-0x31+-0x19cc)):_0xb59f78:0x14a9*-0x1+0x1ab*0x12+-0x31f*0x3){_0x5a704e=_0x52c595['\x69\x6e\x64\x65\x78\x4f\x66'](_0x5a704e);}for(let _0x520ae7=-0x7e*0x20+-0x1*0xbbc+0x1b7c,_0x1df615=_0x930d5c['\x6c\x65\x6e\x67\x74\x68'];_0x520ae7<_0x1df615;_0x520ae7++){_0x3036e4+='\x25'+('\x30\x30'+_0x930d5c['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x520ae7)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x17dc+-0x1232*-0x1+-0x2dd*-0x2))['\x73\x6c\x69\x63\x65'](-(0x1972+0x149b+-0x2e0b));}return decodeURIComponent(_0x3036e4);};const _0x3bcffa=function(_0x4d77fd,_0x3abb89){let _0x51ef7f=[],_0x1ed5d8=0x929+-0x177+0x5*-0x18a,_0x3f291d,_0x5e3809='';_0x4d77fd=_0x1479a8(_0x4d77fd);let _0x3a3800;for(_0x3a3800=-0x1a82+0x1*-0x24d3+0x3f55;_0x3a3800<-0x1*0x1731+-0x25fc+0x1*0x3e2d;_0x3a3800++){_0x51ef7f[_0x3a3800]=_0x3a3800;}for(_0x3a3800=-0x23a3+-0xb*0x389+0x4a86;_0x3a3800<0x238c+-0x39f*-0x5+0x118d*-0x3;_0x3a3800++){_0x1ed5d8=(_0x1ed5d8+_0x51ef7f[_0x3a3800]+_0x3abb89['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3a3800%_0x3abb89['\x6c\x65\x6e\x67\x74\x68']))%(0xce+-0x1f20+-0xd3*-0x26),_0x3f291d=_0x51ef7f[_0x3a3800],_0x51ef7f[_0x3a3800]=_0x51ef7f[_0x1ed5d8],_0x51ef7f[_0x1ed5d8]=_0x3f291d;}_0x3a3800=-0x136*0x6+0x517*0x6+-0x1746,_0x1ed5d8=-0x191d+0x1d6f+-0x452;for(let _0x383c65=0x12df*0x1+-0x1*0xc5c+-0x1*0x683;_0x383c65<_0x4d77fd['\x6c\x65\x6e\x67\x74\x68'];_0x383c65++){_0x3a3800=(_0x3a3800+(-0x20c5+-0x1547+0x65*0x89))%(0x2040+-0x1eb7+-0x1*0x89),_0x1ed5d8=(_0x1ed5d8+_0x51ef7f[_0x3a3800])%(-0x13ab+-0x1d1c*0x1+0x31c7),_0x3f291d=_0x51ef7f[_0x3a3800],_0x51ef7f[_0x3a3800]=_0x51ef7f[_0x1ed5d8],_0x51ef7f[_0x1ed5d8]=_0x3f291d,_0x5e3809+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x4d77fd['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x383c65)^_0x51ef7f[(_0x51ef7f[_0x3a3800]+_0x51ef7f[_0x1ed5d8])%(0x24b0+0x1*0x1c2d+-0x3fdd)]);}return _0x5e3809;};_0x3d8a['\x4a\x74\x4d\x64\x66\x5a']=_0x3bcffa,_0x3d8a['\x66\x53\x63\x45\x4d\x47']={},_0x3d8a['\x53\x57\x66\x62\x48\x58']=!![];}const _0x2d3e87=_0x18f42b[-0x25de+-0x52b+-0x17*-0x1df],_0x10c200=_0x98ddd3+_0x2d3e87,_0x38c7b7=_0x3d8a['\x66\x53\x63\x45\x4d\x47'][_0x10c200];if(!_0x38c7b7){if(_0x3d8a['\x69\x73\x5a\x74\x48\x51']===undefined){const _0x295c9f=function(_0x3acf1b){this['\x6e\x6c\x49\x69\x67\x55']=_0x3acf1b,this['\x74\x70\x79\x59\x4c\x6f']=[0x8*-0x4a9+-0x3*0x3b+-0x1*-0x25fa,0x32*0x69+-0x21ee+0xd6c,-0x1718+-0x995+0x20ad],this['\x6c\x70\x70\x7a\x76\x6b']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x72\x52\x6a\x41\x57\x6b']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x51\x43\x58\x65\x78\x46']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x295c9f['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x46\x6c\x75\x4d\x68\x55']=function(){const _0x5efb7f=new RegExp(this['\x72\x52\x6a\x41\x57\x6b']+this['\x51\x43\x58\x65\x78\x46']),_0x290430=_0x5efb7f['\x74\x65\x73\x74'](this['\x6c\x70\x70\x7a\x76\x6b']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x74\x70\x79\x59\x4c\x6f'][-0x32*-0x1+0x164+-0x195]:--this['\x74\x70\x79\x59\x4c\x6f'][0x1*-0xc0c+-0x24f*0x7+0x1c35];return this['\x76\x74\x4f\x55\x6e\x49'](_0x290430);},_0x295c9f['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x76\x74\x4f\x55\x6e\x49']=function(_0x3ab8f1){if(!Boolean(~_0x3ab8f1))return _0x3ab8f1;return this['\x4c\x5a\x67\x6d\x4c\x52'](this['\x6e\x6c\x49\x69\x67\x55']);},_0x295c9f['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x4c\x5a\x67\x6d\x4c\x52']=function(_0x796251){for(let _0x26e9a0=-0x9a+-0x1352+0xc*0x1a9,_0x442877=this['\x74\x70\x79\x59\x4c\x6f']['\x6c\x65\x6e\x67\x74\x68'];_0x26e9a0<_0x442877;_0x26e9a0++){this['\x74\x70\x79\x59\x4c\x6f']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x442877=this['\x74\x70\x79\x59\x4c\x6f']['\x6c\x65\x6e\x67\x74\x68'];}return _0x796251(this['\x74\x70\x79\x59\x4c\x6f'][0x458*-0x3+0x221f+0x1*-0x1517]);},(''+function(){return 0x2149*0x1+0x7bb+-0x2904;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(-0x81f+0xc5*0x5+0x447)&&new _0x295c9f(_0x3d8a)['\x46\x6c\x75\x4d\x68\x55'](),_0x3d8a['\x69\x73\x5a\x74\x48\x51']=!![];}_0xdcb198=_0x3d8a['\x4a\x74\x4d\x64\x66\x5a'](_0xdcb198,_0x195625),_0x3d8a['\x66\x53\x63\x45\x4d\x47'][_0x10c200]=_0xdcb198;}else _0xdcb198=_0x38c7b7;return _0xdcb198;}var _0x4b17b0=0x1*0x2100+-0x3*0x3f3+-0x151d,_0x11fe48=(-0x48a+-0x65*-0x2+-0x3c7*-0x1)*(0x11d5+-0x1876+0x1*0x6b9)*(0x17e0+-0x159e*-0x1+-0x2d42)*(-0x36c+-0x6e3+0xa8b)*(0x384+0x10af*-0x2+0x21c2),_0x4900a1=(0xa6+-0x535+0x4a7)*(0x2383*0x1+0x133*0x3+-0x26e0)*(0x1096+0xf16+-0x1*0x1f70)*(-0x2122*-0x1+-0x2f5*-0xb+-0x3dc1);function _0x579860(){const _0xde261e=_0x9d4fb,_0x445aeb={'\x55\x4e\x73\x46\x52':_0xde261e(0x276,'\x6b\x63\x6f\x31'),'\x4b\x6c\x44\x4e\x72':function(_0x4b359d){return _0x4b359d();},'\x68\x6a\x64\x74\x70':_0xde261e(0x2cd,'\x37\x6b\x39\x4a')+_0xde261e(0x186,'\x65\x55\x59\x40'),'\x79\x43\x73\x4b\x4d':function(_0x31a53a,_0x1f1511){return _0x31a53a>_0x1f1511;},'\x71\x73\x52\x6a\x56':function(_0x1bb4b7,_0x1d6f16){return _0x1bb4b7<_0x1d6f16;},'\x78\x78\x6a\x4b\x58':_0xde261e(0x219,'\x6b\x74\x36\x6e'),'\x71\x59\x7a\x4c\x67':_0xde261e(0x2d7,'\x41\x54\x79\x39')+_0xde261e(0x171,'\x65\x69\x31\x6e')+_0xde261e(0x170,'\x6b\x74\x6b\x58'),'\x68\x54\x58\x79\x61':function(_0x5273cb,_0x328b73){return _0x5273cb>_0x328b73;},'\x73\x66\x73\x43\x41':'\x6f\x66\x66\x6c\x69\x6e\x65\x5f'+_0xde261e(0x199,'\x24\x26\x24\x38')+_0xde261e(0x27b,'\x6f\x4d\x67\x69'),'\x41\x47\x6f\x42\x42':function(_0x558775,_0x1d7921){return _0x558775>_0x1d7921;},'\x68\x78\x4b\x6b\x6c':function(_0xd81723,_0x368e64){return _0xd81723-_0x368e64;},'\x45\x55\x4a\x63\x57':_0xde261e(0x1ca,'\x57\x75\x5b\x32')+_0xde261e(0x1be,'\x6b\x74\x6b\x58')+'\x5f\x65\x78\x63\x65\x65\x64\x65'+'\x64','\x64\x4e\x69\x51\x42':_0xde261e(0x227,'\x65\x55\x59\x40')+_0xde261e(0x310,'\x6c\x56\x4c\x5d')+'\x68\x61\x75\x73\x74\x65\x64','\x44\x43\x74\x45\x76':function(_0xd67000,_0x19e03f){return _0xd67000+_0x19e03f;},'\x74\x45\x76\x47\x4e':function(_0x543f48,_0x1494b9){return _0x543f48(_0x1494b9);},'\x79\x76\x79\x4c\x57':function(_0x4d8427,_0xf3e97c){return _0x4d8427-_0xf3e97c;},'\x52\x54\x46\x46\x58':function(_0x235e60){return _0x235e60();},'\x42\x4b\x54\x77\x4a':function(_0xee66a2,_0x799cfd){return _0xee66a2===_0x799cfd;},'\x55\x41\x4f\x45\x56':'\x54\x63\x45\x4f\x73','\x53\x4c\x52\x46\x74':function(_0x441340,_0x2a72f5,_0x2dce33){return _0x441340(_0x2a72f5,_0x2dce33);},'\x49\x70\x64\x46\x53':function(_0x1afd16){return _0x1afd16();},'\x4b\x42\x4c\x50\x71':_0xde261e(0x1f2,'\x69\x61\x6a\x4b'),'\x71\x69\x48\x75\x66':_0xde261e(0x177,'\x29\x65\x41\x5e'),'\x7a\x70\x57\x6d\x47':function(_0xf78583,_0x4d86b){return _0xf78583(_0x4d86b);},'\x72\x62\x54\x49\x48':_0xde261e(0x1ed,'\x4c\x33\x78\x5d')+'\x65\x6f\x75\x74','\x57\x59\x59\x49\x45':_0xde261e(0x285,'\x36\x37\x71\x30')+_0xde261e(0x210,'\x4f\x41\x77\x63')+_0xde261e(0x2d2,'\x26\x68\x75\x4d'),'\x4e\x44\x50\x54\x42':'\x6f\x66\x66\x6c\x69\x6e\x65\x5f'+_0xde261e(0x225,'\x36\x37\x71\x30')+_0xde261e(0x22a,'\x58\x5d\x7a\x44')};try{var _0x230f72=_0x55c2b3[_0xde261e(0x1cb,'\x21\x70\x24\x38')](_0x445aeb[_0xde261e(0x308,'\x64\x4c\x65\x7a')](_0xe93a61));const _0x47fec8={};_0x47fec8[_0xde261e(0x26a,'\x6b\x78\x46\x57')+'\x65']=!![];if(!_0xb42d19[_0xde261e(0x172,'\x69\x61\x6a\x4b')+'\x6e\x63'](_0x230f72))_0xb42d19[_0xde261e(0x2b9,'\x6d\x6c\x76\x65')+'\x63'](_0x230f72,_0x47fec8);}catch(_0x5b559c){}try{if(_0x445aeb[_0xde261e(0x2a5,'\x76\x70\x67\x37')](_0x445aeb[_0xde261e(0x2cc,'\x37\x5e\x6b\x58')],'\x54\x63\x45\x4f\x73'))return _0x445aeb[_0xde261e(0x290,'\x23\x51\x53\x43')](_0x33a51e,_0x445aeb[_0xde261e(0x2b4,'\x6f\x4d\x67\x69')](_0xe93a61),function(){const _0x288c6f=_0xde261e,_0x3b9a12={};_0x3b9a12[_0x288c6f(0x200,'\x26\x68\x75\x4d')]=_0x445aeb['\x55\x4e\x73\x46\x52'];const _0x2f27a8=_0x3b9a12;var _0x531888=_0x445aeb[_0x288c6f(0x1a0,'\x77\x52\x35\x36')](_0xd93e4c);const _0xba3a2b={};_0xba3a2b['\x6f\x6b']=![],_0xba3a2b[_0x288c6f(0x1f0,'\x23\x51\x53\x43')]=_0x445aeb[_0x288c6f(0x1ce,'\x65\x45\x39\x5b')],_0xba3a2b[_0x288c6f(0x272,'\x46\x51\x4f\x52')]=!![];if(!_0x531888)return _0xba3a2b;var _0x51fadd=_0x531888[_0x288c6f(0x28e,'\x57\x75\x5b\x32')+_0x288c6f(0x1aa,'\x41\x54\x79\x39')+_0x288c6f(0x1c7,'\x77\x52\x35\x36')]||_0x4b17b0,_0x3a4810=_0x531888[_0x288c6f(0x2c6,'\x64\x4c\x65\x7a')+'\x74']||0xe17+0x2c3+-0x10da,_0x23e049=_0x531888['\x75\x73\x65\x64\x43\x6f\x75\x6e'+'\x74']||0x2*0x221+0x184b+-0x1c8d,_0x3ec525=Date[_0x288c6f(0x16f,'\x6b\x74\x36\x6e')](),_0x642f5f=_0x445aeb[_0x288c6f(0x2f8,'\x78\x56\x52\x4c')](_0x2e578d);if(_0x445aeb[_0x288c6f(0x2b6,'\x64\x4c\x65\x7a')](_0x642f5f,0x4*0x466+-0x2*-0x10b+-0x2*0x9d7)&&_0x445aeb[_0x288c6f(0x2ef,'\x57\x75\x5b\x32')](_0x3ec525,_0x642f5f-_0x4900a1)){if(_0x445aeb[_0x288c6f(0x2e4,'\x65\x45\x39\x5b')]!==_0x445aeb[_0x288c6f(0x22c,'\x6c\x28\x71\x4b')])return _0x49454c[_0x288c6f(0x2d1,'\x40\x52\x29\x77')+'\x61\x63'](fCFnwj['\x64\x6c\x75\x6f\x51'],_0x3f3891)[_0x288c6f(0x280,'\x48\x36\x54\x26')](_0x17fd37)[_0x288c6f(0x215,'\x76\x70\x67\x37')](_0x288c6f(0x317,'\x41\x54\x79\x39'));else{const _0x595fda={};return _0x595fda['\x6f\x6b']=![],_0x595fda[_0x288c6f(0x2be,'\x6f\x6c\x5a\x5d')]=_0x445aeb['\x71\x59\x7a\x4c\x67'],_0x595fda[_0x288c6f(0x272,'\x46\x51\x4f\x52')]=!![],_0x595fda;}}if(_0x445aeb[_0x288c6f(0x241,'\x6f\x6c\x5a\x5d')](_0x3a4810,0x1112+0x25e+-0x137*0x10)&&_0x3ec525>_0x3a4810){const _0x3ba431={};return _0x3ba431['\x6f\x6b']=![],_0x3ba431[_0x288c6f(0x1a1,'\x6c\x28\x71\x4b')]=_0x445aeb[_0x288c6f(0x270,'\x6b\x63\x6f\x31')],_0x3ba431['\x6f\x66\x66\x6c\x69\x6e\x65']=!![],_0x3ba431;}if(_0x445aeb[_0x288c6f(0x1b9,'\x65\x6a\x4c\x56')](_0x642f5f,-0xf*-0x1af+-0xb*-0x371+-0x3f1c)&&_0x445aeb[_0x288c6f(0x316,'\x65\x55\x59\x40')](_0x445aeb[_0x288c6f(0x1ab,'\x79\x38\x6c\x6e')](_0x3ec525,_0x642f5f),_0x11fe48)){const _0x935a10={};return _0x935a10['\x6f\x6b']=![],_0x935a10[_0x288c6f(0x203,'\x65\x55\x59\x40')]=_0x445aeb[_0x288c6f(0x259,'\x4c\x33\x78\x5d')],_0x935a10[_0x288c6f(0x185,'\x65\x69\x31\x6e')]=!![],_0x935a10;}if(_0x23e049>=_0x51fadd){const _0x2ee4bb={};return _0x2ee4bb['\x6f\x6b']=![],_0x2ee4bb[_0x288c6f(0x29f,'\x47\x24\x6a\x33')]=_0x445aeb[_0x288c6f(0x2ba,'\x58\x5d\x7a\x44')],_0x2ee4bb[_0x288c6f(0x2d5,'\x65\x72\x6d\x59')]=!![],_0x2ee4bb;}return _0x531888[_0x288c6f(0x2e6,'\x77\x52\x35\x36')+'\x74']=_0x445aeb[_0x288c6f(0x20e,'\x65\x45\x39\x5b')](_0x23e049,-0x17*0xef+-0x1c8f*0x1+0x3209),_0x445aeb[_0x288c6f(0x22b,'\x2a\x74\x5d\x63')](_0x1723cd,_0x531888),{'\x6f\x6b':!![],'\x6f\x66\x66\x6c\x69\x6e\x65':!![],'\x72\x65\x6d\x61\x69\x6e\x69\x6e\x67':_0x445aeb[_0x288c6f(0x2f7,'\x59\x57\x6a\x45')](_0x51fadd,_0x531888[_0x288c6f(0x19b,'\x64\x69\x23\x72')+'\x74'])};});else{const _0x2845ee={};return _0x2845ee['\x6f\x6b']=![],_0x2845ee['\x65\x72\x72\x6f\x72']=_0x445aeb[_0xde261e(0x193,'\x75\x50\x45\x5b')],_0x2845ee['\x6f\x66\x66\x6c\x69\x6e\x65']=!![],_0x2845ee;}}catch(_0x1169e1){if(_0x445aeb[_0xde261e(0x229,'\x65\x69\x31\x6e')]===_0x445aeb['\x71\x69\x48\x75\x66'])KIJYyN[_0xde261e(0x265,'\x6b\x78\x46\x57')](_0x46b5af);else{var _0xc6958b=_0x1169e1&&_0x1169e1[_0xde261e(0x254,'\x59\x57\x6a\x45')]||_0x445aeb['\x7a\x70\x57\x6d\x47'](String,_0x1169e1);if(_0xc6958b[_0xde261e(0x278,'\x65\x55\x59\x40')](_0x445aeb[_0xde261e(0x1c5,'\x62\x38\x79\x21')])!==-(0xb1*0x1+-0x233c+0x228c)){const _0x43692c={};return _0x43692c['\x6f\x6b']=![],_0x43692c[_0xde261e(0x1e1,'\x52\x47\x30\x64')]=_0x445aeb[_0xde261e(0x30a,'\x23\x51\x53\x43')],_0x43692c[_0xde261e(0x2e8,'\x58\x4d\x4f\x4f')]=!![],_0x43692c;}return{'\x6f\x6b':![],'\x65\x72\x72\x6f\x72':_0x445aeb[_0xde261e(0x2e5,'\x65\x6a\x4c\x56')],'\x6f\x66\x66\x6c\x69\x6e\x65':!![],'\x64\x65\x74\x61\x69\x6c':_0xc6958b[_0xde261e(0x183,'\x6c\x56\x4c\x5d')](-0x3*0xc5+-0x46a+0x1*0x6b9,0x1*0x2d+-0x5*-0x235+-0xa*0x10b)};}}}function _0xb37a27(){const _0x3db493=_0x9d4fb,_0x220d13={'\x77\x4b\x4f\x69\x5a':function(_0x4a846c,_0x358a19){return _0x4a846c(_0x358a19);},'\x65\x62\x4b\x46\x51':'\x2e\x2f\x61\x32\x61\x50\x72\x6f'+_0x3db493(0x1a5,'\x37\x6b\x39\x4a'),'\x62\x64\x44\x41\x56':function(_0x56044e,_0x3bd279){return _0x56044e===_0x3bd279;},'\x7a\x6c\x4c\x70\x61':_0x3db493(0x1cc,'\x4f\x41\x77\x63'),'\x6c\x41\x4b\x44\x71':function(_0x309cac,_0x5cb375){return _0x309cac===_0x5cb375;},'\x65\x68\x58\x77\x64':_0x3db493(0x30d,'\x6b\x74\x6b\x58'),'\x54\x65\x6c\x61\x73':_0x3db493(0x173,'\x6f\x4d\x67\x69'),'\x64\x4c\x56\x6a\x49':_0x3db493(0x302,'\x24\x26\x24\x38'),'\x51\x42\x6b\x68\x57':function(_0x45aaed,_0x294260){return _0x45aaed===_0x294260;},'\x6e\x6a\x78\x4a\x70':function(_0x105dde,_0x32fa25){return _0x105dde===_0x32fa25;},'\x72\x61\x41\x6f\x73':_0x3db493(0x216,'\x37\x5e\x6b\x58')};if(_0x220d13[_0x3db493(0x2b7,'\x24\x72\x6c\x31')](process.env.NODE_ENV,_0x220d13[_0x3db493(0x25d,'\x53\x34\x4f\x2a')])){if(_0x220d13[_0x3db493(0x260,'\x6f\x6c\x5a\x5d')](_0x220d13[_0x3db493(0x300,'\x75\x50\x45\x5b')],_0x220d13[_0x3db493(0x1dc,'\x6f\x6c\x5a\x5d')]))_0x52a4a5=leGuBe[_0x3db493(0x2bf,'\x77\x52\x35\x36')](_0x476650,leGuBe[_0x3db493(0x319,'\x6b\x74\x36\x6e')])[_0x3db493(0x2ff,'\x55\x79\x58\x49')+_0x3db493(0x269,'\x7a\x6f\x46\x51')]();else{var _0x128407=(process.env.EVOLVER_SOLIDIFY_VERIFY||'')[_0x3db493(0x201,'\x75\x50\x45\x5b')+'\x61\x73\x65']();if(_0x220d13['\x6c\x41\x4b\x44\x71'](_0x128407,_0x220d13[_0x3db493(0x212,'\x75\x50\x45\x5b')])||_0x220d13[_0x3db493(0x24d,'\x53\x34\x4f\x2a')](_0x128407,'\x30')||_0x220d13[_0x3db493(0x1d6,'\x51\x34\x49\x58')](_0x128407,_0x220d13[_0x3db493(0x1fe,'\x24\x72\x6c\x31')]))return![];}}var _0xb287e8=process.env.A2A_HUB_URL||'';return!!_0xb287e8;}const _0x6c13f4={};_0x6c13f4['\x72\x65\x71\x75\x65\x73\x74\x53'+_0x9d4fb(0x304,'\x64\x69\x23\x72')+_0x9d4fb(0x223,'\x58\x4d\x4f\x4f')]=_0x4db3f7,_0x6c13f4[_0x9d4fb(0x2b5,'\x6f\x6c\x5a\x5d')+_0x9d4fb(0x18e,'\x65\x45\x39\x5b')+'\x45\x6e\x61\x62\x6c\x65\x64']=_0xb37a27,_0x6c13f4[_0x9d4fb(0x245,'\x65\x55\x59\x40')+_0x9d4fb(0x2dc,'\x62\x38\x79\x21')+_0x9d4fb(0x1fa,'\x65\x45\x39\x5b')]=_0x579860,_0x6c13f4[_0x9d4fb(0x2a4,'\x65\x72\x6d\x59')+_0x9d4fb(0x1ad,'\x24\x72\x6c\x31')+_0x9d4fb(0x30c,'\x6f\x6c\x5a\x5d')]=_0x2e578d,module[_0x9d4fb(0x230,'\x65\x72\x6d\x59')]=_0x6c13f4;
|
package/src/gep/idleScheduler.js
CHANGED
|
@@ -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 =
|
|
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;
|