@evomap/evolver-core 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/algo/antiDistill.js +1 -167
- package/dist/algo/bans.js +1 -33
- package/dist/algo/candidateAssembly.js +1 -273
- package/dist/algo/capabilityCandidates.js +1 -146
- package/dist/algo/confidence.js +1 -196
- package/dist/algo/conversationSniffer.js +1 -149
- package/dist/algo/cycleEngine.js +1 -625
- package/dist/algo/cycleFailureClassifier.js +1 -112
- package/dist/algo/epigenetics.js +1 -41
- package/dist/algo/evolutionEvent.js +1 -24
- package/dist/algo/exploration.js +1 -68
- package/dist/algo/geneHealth.js +1 -17
- package/dist/algo/geneIntake.js +1 -128
- package/dist/algo/genePromotion.js +1 -53
- package/dist/algo/geneSelection.js +1 -546
- package/dist/algo/index.js +1 -22
- package/dist/algo/memoryGraph.js +1 -86
- package/dist/algo/mutation.js +1 -22
- package/dist/algo/orchestrator.js +1 -87
- package/dist/algo/publishEligibility.js +1 -52
- package/dist/algo/solidify.js +1 -63
- package/dist/algo/strategyPresets.js +1 -61
- package/dist/algo/ucb1.js +1 -156
- package/dist/benchmark/antiGeneBenchmark.js +1 -252
- package/dist/benchmark/antiGeneImpact.js +1 -34
- package/dist/benchmark/antiGeneRollout.js +1 -269
- package/dist/benchmark/benchmark.js +1 -26
- package/dist/benchmark/evolutionThesisSolver.js +1 -41
- package/dist/benchmark/index.js +1 -7
- package/dist/benchmark/selectionFlatAbstention.js +1 -481
- package/dist/benchmark/thesis.js +1 -150
- package/dist/benchmark/triggerShift.js +1 -106
- package/dist/cycle/cycleTimeline.js +1 -74
- package/dist/cycle/index.js +1 -2
- package/dist/cycle/stateMachine.js +1 -25
- package/dist/hub/agentDirectory.js +1 -104
- package/dist/hub/assetCallLog.js +1 -195
- package/dist/hub/bindings.js +1 -121
- package/dist/hub/capability.js +1 -1
- package/dist/hub/conversationDistiller.js +1 -264
- package/dist/hub/fake.js +1 -70
- package/dist/hub/hubReview.js +1 -106
- package/dist/hub/index.js +1 -11
- package/dist/hub/ingest.js +1 -15
- package/dist/hub/questionGenerator.js +1 -408
- package/dist/hub/reuseDecision.js +1 -127
- package/dist/hub/sanitize.js +1 -322
- package/dist/material/boundary.js +1 -14
- package/dist/material/consumer.js +1 -55
- package/dist/material/emit.js +1 -52
- package/dist/material/factory.js +1 -25
- package/dist/material/index.js +1 -9
- package/dist/material/materialArchive.js +1 -466
- package/dist/material/materialStore.js +1 -69
- package/dist/material/sampling.js +1 -39
- package/dist/material/sources.js +1 -33
- package/dist/material/watermark.js +1 -76
- package/dist/personality/drift.js +1 -106
- package/dist/personality/events.js +1 -37
- package/dist/personality/evolveOps.js +1 -93
- package/dist/personality/index.js +1 -11
- package/dist/personality/mutate.js +1 -39
- package/dist/personality/pivot.js +1 -22
- package/dist/personality/prompt.js +1 -62
- package/dist/personality/riskGate.js +1 -80
- package/dist/personality/schema.js +1 -119
- package/dist/personality/select.js +1 -71
- package/dist/personality/stats.js +1 -82
- package/dist/personality/store.js +1 -92
- package/dist/schema/common.js +1 -17
- package/dist/schema/evolutionGraph.js +1 -187
- package/dist/schema/index.js +1 -6
- package/dist/schema/material.js +1 -50
- package/dist/schema/problem.js +1 -45
- package/dist/schema/proofOfWork.js +1 -9
- package/dist/schema/signal.js +1 -19
- package/dist/signals/curriculum.js +1 -202
- package/dist/signals/cycleHistoryFromEvents.js +1 -105
- package/dist/signals/expand.js +1 -293
- package/dist/signals/extractor.js +1 -82
- package/dist/signals/index.js +1 -8
- package/dist/signals/metaSignals.js +1 -200
- package/dist/signals/signalGate.js +1 -40
- package/dist/signals/taskDomain.js +1 -43
- package/dist/signals/traceSignals.js +1 -123
- package/dist/strategy/constraintAblation.js +1 -2820
- package/dist/strategy/constraintAblationPredicates.js +1 -339
- package/dist/strategy/experiment.js +1 -63
- package/dist/strategy/index.js +1 -3
- package/dist/strategy/strategyPoint.js +1 -23
- package/package.json +1 -1
|
@@ -1,264 +1 @@
|
|
|
1
|
-
import { createHash } from 'node:crypto';
|
|
2
|
-
import { redactString } from './sanitize.js';
|
|
3
|
-
import { SCHEMA_VERSION, computeAssetId } from '../wire/index.js';
|
|
4
|
-
const DEFAULT_SIGNALS = [
|
|
5
|
-
'conversation_distillation',
|
|
6
|
-
'reusable_capability',
|
|
7
|
-
'agent_self_evolution',
|
|
8
|
-
];
|
|
9
|
-
const SIGNAL_RULES = [
|
|
10
|
-
{ signal: 'conversation_distillation', re: /\b(distill|distillation|distilled|蒸馏|提炼|萃取)\b/i },
|
|
11
|
-
{ signal: 'gene_publish', re: /\b(gene|capsule|evomap|evolver|gep)\b|基因|胶囊/i },
|
|
12
|
-
{ signal: 'reusable_capability', re: /\b(reusable|repeatable|workflow|playbook|capability)\b|可复用|复用|能力|流程/i },
|
|
13
|
-
{ signal: 'visual_annotation', re: /\b(screenshot|annotat|mock|wireframe|playwright|visual)\b|截图|圈圈|标注|画图|飞书/i },
|
|
14
|
-
{ signal: 'frontend_polish', re: /\b(frontend|ui|ux|interaction|polish|mockup)\b|前端|交互|打磨|体验/i },
|
|
15
|
-
{ signal: 'proxy_sync', re: /\b(proxy|sync|mailbox|outbound|hub|asset_submit)\b|同步|队列|代理/i },
|
|
16
|
-
{ signal: 'plugin_integration', re: /\b(plugin|codex|claude|cursor|antigravity|workbuddy|hook|notify)\b|插件|钩子/i },
|
|
17
|
-
{ signal: 'test_verified', re: /\b(test|build|verify|passed|green)\b|测试|验证|通过/i },
|
|
18
|
-
];
|
|
19
|
-
function asRecord(v) {
|
|
20
|
-
return v && typeof v === 'object' && !Array.isArray(v) ? v : {};
|
|
21
|
-
}
|
|
22
|
-
function trimText(value, max) {
|
|
23
|
-
const text = redactString(String(value ?? '').replace(/\s+/g, ' ').trim());
|
|
24
|
-
return text.length > max ? `${text.slice(0, max - 1)}…` : text;
|
|
25
|
-
}
|
|
26
|
-
function asArray(value) {
|
|
27
|
-
if (value === undefined || value === null || value === '')
|
|
28
|
-
return [];
|
|
29
|
-
return Array.isArray(value) ? value : [value];
|
|
30
|
-
}
|
|
31
|
-
function normalizeList(value, maxItems, maxLen) {
|
|
32
|
-
return asArray(value).map((item) => trimText(item, maxLen)).filter(Boolean).slice(0, maxItems);
|
|
33
|
-
}
|
|
34
|
-
function slugify(value) {
|
|
35
|
-
const raw = String(value || 'conversation-capability').toLowerCase();
|
|
36
|
-
const ascii = raw.replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '').replace(/-{2,}/g, '-');
|
|
37
|
-
if (ascii.length >= 8)
|
|
38
|
-
return ascii.slice(0, 56).replace(/-+$/g, '');
|
|
39
|
-
const hash = createHash('sha1').update(raw, 'utf8').digest('hex').slice(0, 8);
|
|
40
|
-
return `conversation-capability-${hash}`;
|
|
41
|
-
}
|
|
42
|
-
function hashInput(input) {
|
|
43
|
-
return createHash('sha1').update(JSON.stringify(input ?? {}), 'utf8').digest('hex').slice(0, 10);
|
|
44
|
-
}
|
|
45
|
-
export function inferSignals(text, providedSignals) {
|
|
46
|
-
const found = new Set(normalizeList(providedSignals, 12, 64));
|
|
47
|
-
for (const rule of SIGNAL_RULES)
|
|
48
|
-
if (rule.re.test(text))
|
|
49
|
-
found.add(rule.signal);
|
|
50
|
-
if (found.size === 0)
|
|
51
|
-
for (const signal of DEFAULT_SIGNALS)
|
|
52
|
-
found.add(signal);
|
|
53
|
-
return [...found].slice(0, 12);
|
|
54
|
-
}
|
|
55
|
-
function inferCategory(signals, text) {
|
|
56
|
-
const hay = `${signals.join(' ')} ${text}`.toLowerCase();
|
|
57
|
-
if (/proxy|sync|auth|error|failure|bug|repair|修复|故障/.test(hay))
|
|
58
|
-
return 'repair';
|
|
59
|
-
if (/new|plugin|integration|feature|capability|能力|新增/.test(hay))
|
|
60
|
-
return 'innovate';
|
|
61
|
-
return 'optimize';
|
|
62
|
-
}
|
|
63
|
-
function normalizeBlastRadius(value) {
|
|
64
|
-
const r = asRecord(value);
|
|
65
|
-
return {
|
|
66
|
-
files: Number.isFinite(Number(r['files'])) ? Number(r['files']) : 0,
|
|
67
|
-
lines: Number.isFinite(Number(r['lines'])) ? Number(r['lines']) : 0,
|
|
68
|
-
};
|
|
69
|
-
}
|
|
70
|
-
function normalizePublishBlastRadius(value, artifactCount) {
|
|
71
|
-
return {
|
|
72
|
-
files: Math.max(1, Math.trunc(value.files || artifactCount || 1)),
|
|
73
|
-
lines: Math.max(1, Math.trunc(value.lines || 1)),
|
|
74
|
-
};
|
|
75
|
-
}
|
|
76
|
-
function capsuleContent(normalized) {
|
|
77
|
-
return redactString(JSON.stringify({
|
|
78
|
-
platform: normalized.platform,
|
|
79
|
-
source_thread: normalized.source_thread || null,
|
|
80
|
-
artifacts: normalized.artifacts,
|
|
81
|
-
excerpt: normalized.text.slice(0, 1200),
|
|
82
|
-
}));
|
|
83
|
-
}
|
|
84
|
-
function normalizeExecution(input) {
|
|
85
|
-
const execution = asRecord(input.execution);
|
|
86
|
-
const validation = normalizeList(input.validation ?? input.verification ?? execution['validation'], 8, 180);
|
|
87
|
-
const trace = asArray(execution['trace']).map((item) => {
|
|
88
|
-
if (typeof item === 'string')
|
|
89
|
-
return { command: trimText(item, 180), exit: 0 };
|
|
90
|
-
const row = asRecord(item);
|
|
91
|
-
if (Object.keys(row).length === 0)
|
|
92
|
-
return null;
|
|
93
|
-
return {
|
|
94
|
-
command: trimText(row['command'] ?? row['cmd'] ?? row['name'] ?? 'validation', 180),
|
|
95
|
-
exit: Number.isInteger(row['exit']) ? Number(row['exit']) : (row['ok'] === false ? 1 : 0),
|
|
96
|
-
summary: trimText(row['summary'] ?? row['output'] ?? '', 240),
|
|
97
|
-
};
|
|
98
|
-
}).filter((row) => row !== null);
|
|
99
|
-
for (const cmd of validation)
|
|
100
|
-
if (!trace.some((t) => t.command === cmd))
|
|
101
|
-
trace.push({ command: cmd, exit: 0 });
|
|
102
|
-
const ok = execution['status'] === 'success' || execution['ok'] === true || validation.length > 0 || trace.some((t) => t.exit === 0);
|
|
103
|
-
return {
|
|
104
|
-
status: ok ? 'success' : 'failed',
|
|
105
|
-
trace,
|
|
106
|
-
validation,
|
|
107
|
-
blast_radius: normalizeBlastRadius(execution['blast_radius'] ?? input.blast_radius),
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
function buildStrategy(input) {
|
|
111
|
-
const explicit = normalizeList(input.strategy ?? input.steps, 10, 220);
|
|
112
|
-
if (explicit.length >= 3)
|
|
113
|
-
return explicit;
|
|
114
|
-
const artifacts = normalizeList(input.artifacts ?? input.outputs ?? input.files, 6, 160);
|
|
115
|
-
const strategy = explicit.slice();
|
|
116
|
-
strategy.push('Capture the user-visible trigger and the concrete workflow that solved it.');
|
|
117
|
-
strategy.push('Preserve evidence: commands, screenshots, documents, changed files, and validation results.');
|
|
118
|
-
if (artifacts.length > 0)
|
|
119
|
-
strategy.push('Link generated artifacts back to the reusable procedure before publishing.');
|
|
120
|
-
strategy.push('Sanitize secrets and local-only paths before persisting or submitting the asset.');
|
|
121
|
-
strategy.push('Queue the resulting Gene/Capsule through the local Proxy so Hub outages do not drop the learning.');
|
|
122
|
-
return strategy.slice(0, 10);
|
|
123
|
-
}
|
|
124
|
-
export function evaluateGate(input, normalized) {
|
|
125
|
-
let score = 0;
|
|
126
|
-
const reasons = [];
|
|
127
|
-
if (normalized.summary.length >= 40) {
|
|
128
|
-
score += 2;
|
|
129
|
-
reasons.push('summary');
|
|
130
|
-
}
|
|
131
|
-
if (normalized.strategy.length >= 3) {
|
|
132
|
-
score += 2;
|
|
133
|
-
reasons.push('strategy');
|
|
134
|
-
}
|
|
135
|
-
if (normalized.artifacts.length > 0) {
|
|
136
|
-
score += 1;
|
|
137
|
-
reasons.push('artifacts');
|
|
138
|
-
}
|
|
139
|
-
if (normalized.execution.validation.length > 0 || normalized.execution.trace.length > 0) {
|
|
140
|
-
score += 1;
|
|
141
|
-
reasons.push('validation');
|
|
142
|
-
}
|
|
143
|
-
if (/\b(gene|capsule|distill|reusable|evomap|evolver)\b|蒸馏|提炼|可复用|基因/i.test(normalized.text)) {
|
|
144
|
-
score += 2;
|
|
145
|
-
reasons.push('explicit_distill_signal');
|
|
146
|
-
}
|
|
147
|
-
const rawThreshold = Number(input.min_score ?? input.minScore ?? 5);
|
|
148
|
-
const threshold = Number.isFinite(rawThreshold) ? rawThreshold : 5;
|
|
149
|
-
if (score < threshold)
|
|
150
|
-
return { ok: false, score, threshold, reasons, reason: 'insufficient_reusable_signal' };
|
|
151
|
-
return { ok: true, score, threshold, reasons };
|
|
152
|
-
}
|
|
153
|
-
export function normalizeConversationInput(input) {
|
|
154
|
-
const sourceText = [
|
|
155
|
-
input.summary,
|
|
156
|
-
input.title,
|
|
157
|
-
input.user_prompt,
|
|
158
|
-
input.userPrompt,
|
|
159
|
-
input.assistant_summary,
|
|
160
|
-
input.assistantSummary,
|
|
161
|
-
input.transcript,
|
|
162
|
-
input.conversation,
|
|
163
|
-
].filter(Boolean).join('\n');
|
|
164
|
-
const text = trimText(sourceText, 8000);
|
|
165
|
-
const summary = trimText(input.summary ?? input.assistant_summary ?? input.assistantSummary ?? text, 300);
|
|
166
|
-
return {
|
|
167
|
-
text,
|
|
168
|
-
summary,
|
|
169
|
-
signals: inferSignals(text, input.signals),
|
|
170
|
-
strategy: buildStrategy(input),
|
|
171
|
-
artifacts: normalizeList(input.artifacts ?? input.outputs ?? input.files, 12, 240),
|
|
172
|
-
execution: normalizeExecution(input),
|
|
173
|
-
platform: trimText(input.platform ?? input.host ?? 'generic', 64),
|
|
174
|
-
model: trimText(input.model ?? '', 100) || 'unknown',
|
|
175
|
-
source_thread: trimText(input.thread_id ?? input.threadId ?? input.session_id ?? input.sessionId ?? '', 128),
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
export async function distillConversation(input, opts = {}) {
|
|
179
|
-
if (!input || typeof input !== 'object' || Array.isArray(input))
|
|
180
|
-
return { ok: false, status: 'skipped', reason: 'input_object_required' };
|
|
181
|
-
const normalized = normalizeConversationInput(input);
|
|
182
|
-
if (!normalized.summary || normalized.summary.length < 20)
|
|
183
|
-
return { ok: false, status: 'skipped', reason: 'summary_required' };
|
|
184
|
-
const gate = evaluateGate(input, normalized);
|
|
185
|
-
if (!gate.ok)
|
|
186
|
-
return { ok: false, status: 'skipped', reason: gate.reason ?? 'insufficient_reusable_signal', quality: gate, signals: normalized.signals };
|
|
187
|
-
const slug = slugify(input.name ?? input.title ?? normalized.summary);
|
|
188
|
-
const fingerprint = hashInput({
|
|
189
|
-
summary: normalized.summary,
|
|
190
|
-
signals: normalized.signals,
|
|
191
|
-
strategy: normalized.strategy,
|
|
192
|
-
artifacts: normalized.artifacts,
|
|
193
|
-
});
|
|
194
|
-
const category = inferCategory(normalized.signals, normalized.text);
|
|
195
|
-
const gene = {
|
|
196
|
-
type: 'Gene',
|
|
197
|
-
schema_version: SCHEMA_VERSION,
|
|
198
|
-
id: `gene_conversation_${slug}_${fingerprint}`,
|
|
199
|
-
summary: normalized.summary,
|
|
200
|
-
category,
|
|
201
|
-
signals_match: normalized.signals,
|
|
202
|
-
preconditions: [
|
|
203
|
-
'A live agent conversation produced a repeatable workflow or capability.',
|
|
204
|
-
'The conversation includes enough evidence to reconstruct when and how to use it.',
|
|
205
|
-
],
|
|
206
|
-
strategy: normalized.strategy,
|
|
207
|
-
validation: normalized.execution.validation.length > 0 ? normalized.execution.validation : ['node --version'],
|
|
208
|
-
constraints: { max_files: 20, forbidden_paths: ['.git', 'node_modules', '.env'] },
|
|
209
|
-
_source: {
|
|
210
|
-
kind: 'conversation_distillation',
|
|
211
|
-
platform: normalized.platform,
|
|
212
|
-
source_thread: normalized.source_thread || null,
|
|
213
|
-
quality: gate,
|
|
214
|
-
distilled_at: new Date().toISOString(),
|
|
215
|
-
},
|
|
216
|
-
asset_id: '',
|
|
217
|
-
};
|
|
218
|
-
gene.asset_id = computeAssetId(gene) ?? '';
|
|
219
|
-
const capsule = {
|
|
220
|
-
type: 'Capsule',
|
|
221
|
-
schema_version: SCHEMA_VERSION,
|
|
222
|
-
id: `capsule_conversation_${slug}_${fingerprint}`,
|
|
223
|
-
trigger: normalized.signals,
|
|
224
|
-
gene: String(gene.id),
|
|
225
|
-
summary: normalized.summary,
|
|
226
|
-
confidence: Math.min(0.95, 0.5 + gate.score / 20),
|
|
227
|
-
blast_radius: normalizePublishBlastRadius(normalized.execution.blast_radius, normalized.artifacts.length),
|
|
228
|
-
outcome: { status: normalized.execution.status, score: normalized.execution.status === 'success' ? 0.82 : 0.35 },
|
|
229
|
-
source_type: 'conversation_distillation',
|
|
230
|
-
strategy: normalized.strategy,
|
|
231
|
-
execution_trace: normalized.execution.trace,
|
|
232
|
-
a2a: { eligible_to_broadcast: true },
|
|
233
|
-
content: capsuleContent(normalized),
|
|
234
|
-
diff: '',
|
|
235
|
-
reused_asset_id: '',
|
|
236
|
-
env_fingerprint: {
|
|
237
|
-
platform: normalized.platform,
|
|
238
|
-
source_thread: normalized.source_thread || null,
|
|
239
|
-
// Underlying LLM model, threaded from the originating client via input.model (resolved by
|
|
240
|
-
// detectModelName() in the node's OWN process). We deliberately do NOT sniff the local process.env
|
|
241
|
-
// here: distillConversation also runs inside the proxy daemon (proxyDaemon relays the wire body),
|
|
242
|
-
// whose env lacks the per-session model vars — sniffing there would mis-attribute the model (#219
|
|
243
|
-
// review). Falls back to 'unknown' when the caller supplied none. Lets the Hub attribute distilled
|
|
244
|
-
// capsules by model (by-model leaderboard / anti-sybil), like the skill2gep capsule's env_fingerprint.
|
|
245
|
-
model: normalized.model,
|
|
246
|
-
},
|
|
247
|
-
asset_id: '',
|
|
248
|
-
};
|
|
249
|
-
capsule.asset_id = computeAssetId(capsule) ?? '';
|
|
250
|
-
const persist = (opts.persist ?? input.persist) === true;
|
|
251
|
-
if (persist && opts.store) {
|
|
252
|
-
await opts.store.put(gene);
|
|
253
|
-
await opts.store.put(capsule);
|
|
254
|
-
}
|
|
255
|
-
return {
|
|
256
|
-
ok: true,
|
|
257
|
-
status: persist && opts.store ? 'stored' : 'draft',
|
|
258
|
-
distill_id: fingerprint,
|
|
259
|
-
quality: gate,
|
|
260
|
-
signals: normalized.signals,
|
|
261
|
-
gene,
|
|
262
|
-
capsule,
|
|
263
|
-
};
|
|
264
|
-
}
|
|
1
|
+
const _0x338d1a=_0x3963;(function(_0xdf6998,_0x5a227c){const _0x18753=_0x3963,_0x301d21=_0xdf6998();while(!![]){try{const _0x2b1f82=-parseInt(_0x18753(0x1ed,'\x53\x45\x4d\x25'))/(0x383*0xb+0x21fb+0x1*-0x489b)+-parseInt(_0x18753(0x289,'\x40\x4e\x44\x23'))/(0x5f*0xf+-0xe3c+0x8ad)+parseInt(_0x18753(0x16c,'\x32\x75\x36\x26'))/(-0x15b4+-0x2625*0x1+0x3bdc)*(-parseInt(_0x18753(0x1b3,'\x68\x70\x45\x21'))/(0x7*-0x17d+0x1*-0x19+-0x8*-0x151))+parseInt(_0x18753(0x222,'\x6f\x34\x6d\x44'))/(0xf7b*-0x1+0x17*0x191+-0x1487)+-parseInt(_0x18753(0x1cc,'\x73\x57\x66\x5a'))/(-0xf17+-0x1*-0x16bd+-0x7a0)+parseInt(_0x18753(0x163,'\x58\x57\x32\x50'))/(0x17de+0x1bb+0x1992*-0x1)*(parseInt(_0x18753(0x181,'\x40\x75\x5d\x30'))/(-0x6bc*-0x4+0x546*-0x3+-0xb16))+parseInt(_0x18753(0x1db,'\x2a\x4d\x65\x54'))/(-0x1710+-0x4c*0x16+0x1da1)*(parseInt(_0x18753(0x1e3,'\x78\x47\x4f\x73'))/(0x6*-0x92+-0xc94+0x805*0x2));if(_0x2b1f82===_0x5a227c)break;else _0x301d21['push'](_0x301d21['shift']());}catch(_0x50e7b7){_0x301d21['push'](_0x301d21['shift']());}}}(_0x9505,-0x1747e7+0x5710a+0x1f5fae));import{createHash}from'\x6e\x6f\x64\x65\x3a\x63\x72\x79\x70\x74\x6f';import{redactString}from'\x2e\x2f\x73\x61\x6e\x69\x74\x69\x7a\x65\x2e\x6a\x73';import{SCHEMA_VERSION,computeAssetId}from'\x2e\x2e\x2f\x77\x69\x72\x65\x2f\x69\x6e\x64\x65\x78\x2e\x6a\x73';const DEFAULT_SIGNALS=[_0x338d1a(0x198,'\x52\x68\x67\x67')+'\x74\x69\x6f\x6e\x5f\x64\x69\x73'+_0x338d1a(0x175,'\x58\x57\x32\x50')+'\x6e',_0x338d1a(0x1fe,'\x78\x4e\x78\x74')+'\x5f\x63\x61\x70\x61\x62\x69\x6c'+_0x338d1a(0x20d,'\x58\x4f\x75\x72'),_0x338d1a(0x1ef,'\x49\x57\x4d\x23')+_0x338d1a(0x19d,'\x49\x57\x4d\x23')+_0x338d1a(0x1d4,'\x49\x6a\x39\x69')],SIGNAL_RULES=[{'\x73\x69\x67\x6e\x61\x6c':_0x338d1a(0x1a9,'\x30\x48\x53\x66')+_0x338d1a(0x1f1,'\x40\x4e\x44\x23')+_0x338d1a(0x219,'\x6c\x72\x38\x57')+'\x6e','\x72\x65':/\b(distill|distillation|distilled|蒸馏|提炼|萃取)\b/i},{'\x73\x69\x67\x6e\x61\x6c':_0x338d1a(0x259,'\x28\x76\x67\x48')+_0x338d1a(0x25d,'\x53\x45\x4d\x25'),'\x72\x65':/\b(gene|capsule|evomap|evolver|gep)\b|基因|胶囊/i},{'\x73\x69\x67\x6e\x61\x6c':_0x338d1a(0x176,'\x4e\x30\x64\x6d')+'\x5f\x63\x61\x70\x61\x62\x69\x6c'+_0x338d1a(0x21f,'\x28\x76\x67\x48'),'\x72\x65':/\b(reusable|repeatable|workflow|playbook|capability)\b|可复用|复用|能力|流程/i},{'\x73\x69\x67\x6e\x61\x6c':_0x338d1a(0x1e8,'\x58\x4f\x75\x72')+_0x338d1a(0x25b,'\x44\x78\x35\x39')+'\x6e','\x72\x65':/\b(screenshot|annotat|mock|wireframe|playwright|visual)\b|截图|圈圈|标注|画图|飞书/i},{'\x73\x69\x67\x6e\x61\x6c':_0x338d1a(0x144,'\x2a\x4d\x65\x54')+_0x338d1a(0x253,'\x5e\x66\x24\x30'),'\x72\x65':/\b(frontend|ui|ux|interaction|polish|mockup)\b|前端|交互|打磨|体验/i},{'\x73\x69\x67\x6e\x61\x6c':_0x338d1a(0x148,'\x2a\x4d\x65\x54')+'\x6e\x63','\x72\x65':/\b(proxy|sync|mailbox|outbound|hub|asset_submit)\b|同步|队列|代理/i},{'\x73\x69\x67\x6e\x61\x6c':_0x338d1a(0x1d6,'\x6c\x72\x38\x57')+_0x338d1a(0x170,'\x66\x4c\x33\x58')+'\x6f\x6e','\x72\x65':/\b(plugin|codex|claude|cursor|antigravity|workbuddy|hook|notify)\b|插件|钩子/i},{'\x73\x69\x67\x6e\x61\x6c':_0x338d1a(0x23c,'\x79\x23\x25\x42')+_0x338d1a(0x23e,'\x2a\x4d\x65\x54'),'\x72\x65':/\b(test|build|verify|passed|green)\b|测试|验证|通过/i}];function asRecord(_0x18d9a6){const _0x3e27c5=_0x338d1a;return _0x18d9a6&&typeof _0x18d9a6===_0x3e27c5(0x1aa,'\x78\x4e\x78\x74')&&!Array[_0x3e27c5(0x19a,'\x66\x4c\x33\x58')](_0x18d9a6)?_0x18d9a6:{};}function trimText(_0x4d3ede,_0x459140){const _0x54146a=_0x338d1a,_0x4528da=redactString(String(_0x4d3ede??'')[_0x54146a(0x1b1,'\x70\x2a\x46\x25')](/\s+/g,'\x20')[_0x54146a(0x22d,'\x52\x68\x67\x67')]());return _0x4528da[_0x54146a(0x220,'\x25\x76\x25\x58')]>_0x459140?_0x4528da[_0x54146a(0x19b,'\x44\x56\x25\x4e')](-0x175+-0x763*0x1+0x8d8,_0x459140-(0x26*0xc9+-0x119b*0x1+-0xc3a))+'\u2026':_0x4528da;}function asArray(_0x39ff38){const _0x3fe2cb=_0x338d1a;if(_0x39ff38===undefined||_0x39ff38===null||_0x39ff38==='')return[];return Array[_0x3fe2cb(0x263,'\x36\x69\x66\x79')](_0x39ff38)?_0x39ff38:[_0x39ff38];}function _0x9505(){const _0x83fb89=['\x71\x72\x50\x57\x71\x61','\x44\x6d\x6f\x75\x57\x34\x56\x64\x50\x33\x43\x70\x70\x59\x53','\x57\x52\x4e\x63\x4c\x38\x6f\x43\x57\x51\x43','\x57\x37\x42\x63\x4c\x43\x6b\x79\x43\x4a\x42\x63\x4d\x38\x6b\x34\x57\x36\x69','\x57\x4f\x74\x63\x51\x5a\x4a\x63\x55\x53\x6b\x71\x57\x52\x52\x63\x4e\x49\x57','\x6f\x6d\x6f\x56\x6e\x6d\x6f\x73\x57\x52\x70\x63\x4f\x68\x5a\x63\x4c\x78\x66\x34\x43\x33\x61\x78','\x67\x38\x6b\x74\x57\x34\x4f\x64\x57\x52\x4e\x64\x4b\x53\x6b\x36\x57\x51\x57','\x63\x78\x64\x64\x4b\x4a\x31\x6e\x57\x4f\x56\x63\x4f\x68\x30','\x69\x53\x6f\x77\x57\x35\x70\x64\x54\x38\x6b\x35\x6b\x4b\x46\x63\x55\x47','\x57\x51\x56\x63\x53\x38\x6b\x77\x46\x38\x6f\x73\x57\x36\x62\x7a\x62\x61','\x68\x68\x37\x64\x4b\x63\x6a\x6d\x57\x50\x4a\x63\x50\x33\x75','\x57\x36\x42\x63\x4a\x68\x74\x64\x50\x30\x68\x64\x53\x53\x6b\x6d\x57\x36\x43','\x57\x50\x33\x64\x55\x38\x6f\x65\x57\x34\x74\x63\x4b\x53\x6f\x6f\x57\x50\x35\x4b','\x57\x35\x4c\x32\x70\x61','\x57\x51\x65\x44\x75\x77\x37\x64\x51\x30\x75','\x57\x36\x74\x64\x56\x59\x78\x64\x56\x72\x61\x6e\x57\x50\x33\x63\x50\x43\x6f\x4c\x57\x34\x33\x64\x4f\x38\x6f\x6c\x42\x57','\x6c\x43\x6b\x33\x6d\x38\x6b\x6a\x57\x52\x4c\x51\x57\x35\x78\x64\x54\x71','\x57\x51\x56\x63\x54\x38\x6b\x69\x7a\x43\x6f\x78\x57\x37\x76\x65\x61\x47','\x66\x4e\x37\x64\x50\x59\x75\x79\x63\x66\x47\x6a','\x57\x52\x4f\x65\x44\x75\x42\x64\x4a\x71','\x69\x4a\x72\x6a','\x44\x68\x78\x64\x47\x72\x33\x63\x48\x43\x6b\x79','\x69\x6d\x6f\x6b\x57\x34\x33\x64\x53\x38\x6b\x52\x6d\x65\x69','\x72\x71\x62\x57\x77\x63\x64\x63\x47\x66\x50\x4b','\x57\x50\x4a\x63\x4d\x4d\x35\x6e\x57\x4f\x4f','\x57\x35\x65\x61\x57\x37\x65\x4d\x57\x52\x33\x64\x4f\x38\x6f\x37\x57\x52\x65','\x57\x51\x37\x64\x55\x53\x6b\x55\x69\x43\x6b\x68\x57\x4f\x48\x33\x57\x35\x57','\x57\x34\x71\x67\x6d\x53\x6b\x6f\x79\x72\x6c\x64\x52\x33\x34','\x57\x4f\x54\x74\x75\x53\x6f\x31\x57\x35\x58\x56\x57\x34\x57','\x57\x34\x43\x61\x57\x37\x65\x57\x57\x52\x64\x64\x4d\x43\x6f\x4d\x57\x51\x57','\x57\x37\x33\x63\x50\x53\x6b\x73\x7a\x6d\x6f\x7a\x57\x37\x72\x6b\x62\x71','\x68\x72\x4a\x64\x4d\x4b\x34\x41\x6f\x71\x38\x76','\x41\x38\x6b\x55\x57\x34\x76\x48\x57\x52\x65\x47','\x57\x52\x5a\x63\x4f\x6d\x6b\x6f\x46\x38\x6f\x71\x57\x36\x62\x6f\x67\x71','\x7a\x61\x46\x63\x4b\x68\x2f\x64\x50\x47','\x69\x53\x6f\x78\x57\x35\x74\x64\x54\x38\x6b\x53\x70\x30\x78\x63\x4f\x61','\x57\x51\x56\x63\x4a\x43\x6f\x6a\x57\x37\x39\x78\x57\x37\x47\x61\x66\x47','\x66\x78\x4e\x64\x52\x59\x65\x6f\x61\x4b\x34','\x6c\x74\x72\x46\x79\x5a\x65\x53\x57\x50\x53','\x57\x4f\x74\x63\x4c\x4e\x6a\x42\x57\x50\x61\x2b\x67\x57','\x45\x4e\x30\x57\x6e\x68\x37\x63\x4c\x43\x6f\x52\x67\x47','\x57\x37\x68\x63\x4c\x6d\x6b\x43\x43\x74\x64\x64\x49\x43\x6b\x31','\x57\x35\x4b\x62\x63\x6d\x6f\x31\x74\x47','\x57\x52\x6c\x64\x56\x53\x6b\x48\x70\x6d\x6b\x38\x57\x50\x54\x4d\x57\x34\x71','\x57\x34\x75\x42\x79\x43\x6b\x62\x45\x47\x2f\x63\x4f\x68\x71','\x68\x4e\x42\x64\x49\x63\x44\x6e','\x41\x43\x6b\x43\x6b\x61\x52\x63\x4b\x38\x6f\x6b\x57\x34\x53','\x42\x64\x71\x4c\x70\x32\x5a\x63\x4a\x6d\x6f\x30','\x71\x6d\x6b\x4f\x57\x35\x64\x64\x4f\x6d\x6f\x56','\x42\x43\x6b\x77\x74\x43\x6b\x4f\x57\x36\x47','\x57\x4f\x31\x4e\x43\x57\x2f\x63\x52\x72\x78\x63\x4c\x53\x6f\x66','\x75\x43\x6b\x46\x45\x47\x30','\x72\x53\x6f\x58\x57\x52\x61','\x78\x6d\x6f\x53\x6b\x61','\x72\x30\x5a\x63\x53\x31\x37\x64\x55\x38\x6f\x76\x57\x52\x68\x64\x4f\x47','\x66\x53\x6b\x54\x70\x38\x6b\x73','\x74\x53\x6f\x30\x7a\x53\x6f\x70\x57\x36\x58\x5a\x57\x37\x46\x64\x49\x4e\x75\x46\x57\x36\x39\x62','\x46\x58\x42\x63\x4d\x4d\x5a\x64\x50\x57','\x57\x51\x53\x7a\x57\x35\x6c\x64\x4e\x48\x62\x64','\x57\x34\x56\x64\x55\x43\x6f\x68\x57\x34\x70\x63\x4c\x43\x6f\x44\x57\x4f\x39\x35','\x57\x37\x52\x64\x4d\x43\x6f\x6d\x57\x36\x6c\x63\x4d\x57','\x57\x52\x46\x64\x51\x38\x6b\x2f\x6e\x6d\x6b\x53\x57\x50\x39\x31\x57\x35\x71','\x71\x38\x6b\x4b\x57\x35\x6c\x64\x54\x53\x6f\x30\x57\x50\x56\x64\x4c\x43\x6f\x55','\x57\x35\x69\x6b\x57\x37\x43\x38','\x57\x35\x31\x57\x79\x71\x71','\x6f\x43\x6b\x59\x73\x43\x6b\x68\x57\x37\x52\x64\x4b\x64\x71','\x57\x50\x64\x63\x50\x5a\x68\x63\x53\x43\x6b\x55\x57\x52\x78\x63\x47\x47','\x57\x52\x70\x63\x56\x43\x6b\x45\x43\x38\x6f\x50\x57\x36\x58\x63\x63\x71','\x72\x30\x5a\x63\x53\x31\x42\x64\x4f\x43\x6f\x78\x57\x52\x2f\x64\x56\x71','\x57\x51\x61\x43\x71\x68\x4e\x64\x52\x66\x62\x31\x72\x47','\x43\x38\x6b\x67\x63\x71\x33\x63\x4e\x6d\x6f\x70\x57\x34\x57\x54','\x42\x63\x47\x56\x70\x67\x5a\x63\x4b\x53\x6f\x2b','\x43\x43\x6f\x41\x57\x34\x52\x64\x51\x57','\x65\x38\x6b\x57\x44\x53\x6b\x70\x57\x51\x4b\x4f\x57\x34\x5a\x64\x54\x61','\x63\x6d\x6b\x52\x6f\x53\x6b\x71\x57\x52\x30\x2b\x57\x34\x4a\x64\x53\x47','\x57\x36\x54\x2f\x57\x34\x71\x66\x75\x6d\x6b\x32\x73\x77\x75','\x77\x59\x38\x66\x57\x52\x5a\x63\x4d\x53\x6f\x5a\x71\x76\x30','\x46\x38\x6b\x41\x75\x53\x6b\x35','\x57\x36\x42\x63\x4c\x4e\x56\x64\x53\x4b\x68\x64\x50\x43\x6f\x46','\x57\x37\x42\x63\x51\x68\x33\x63\x52\x57\x48\x79\x57\x34\x64\x63\x50\x71','\x79\x6d\x6f\x43\x57\x34\x56\x64\x50\x32\x43\x78\x7a\x71','\x57\x50\x6c\x64\x4a\x59\x61\x2f\x69\x33\x79\x35','\x42\x74\x47\x59\x70\x77\x5a\x63\x47\x38\x6f\x49','\x57\x4f\x64\x63\x4c\x4e\x6e\x43','\x57\x4f\x30\x6e\x65\x43\x6f\x59\x44\x75\x4c\x38\x57\x34\x65','\x68\x32\x2f\x64\x4d\x63\x50\x43\x57\x50\x57','\x45\x53\x6b\x72\x77\x73\x6c\x64\x49\x66\x61\x44\x57\x4f\x35\x6b','\x71\x6d\x6f\x48\x57\x52\x79\x77\x69\x4a\x4e\x64\x4c\x53\x6b\x68','\x57\x36\x33\x63\x4c\x53\x6f\x72\x41\x64\x4e\x64\x4d\x53\x6b\x34\x57\x51\x4f','\x57\x50\x4f\x44\x57\x34\x70\x64\x4d\x71\x50\x46\x73\x6d\x6b\x79','\x57\x51\x70\x63\x55\x4e\x42\x63\x55\x78\x44\x65\x57\x35\x33\x63\x51\x71','\x57\x50\x68\x63\x49\x32\x76\x6c\x57\x4f\x57\x35\x62\x53\x6b\x51','\x78\x49\x46\x63\x54\x4d\x66\x6b\x75\x62\x4f\x6d\x67\x43\x6f\x50\x68\x43\x6b\x63\x57\x52\x75','\x57\x35\x70\x64\x55\x43\x6f\x67\x57\x34\x38','\x57\x52\x5a\x64\x47\x74\x71\x50\x6f\x47','\x62\x53\x6f\x2b\x72\x5a\x38\x72\x57\x50\x43\x64\x41\x71','\x57\x37\x5a\x63\x4b\x66\x4e\x64\x4f\x31\x42\x64\x54\x38\x6f\x76','\x43\x53\x6f\x7a\x57\x34\x42\x64\x55\x4e\x75\x62\x6f\x73\x38','\x57\x36\x42\x63\x4c\x4e\x78\x64\x56\x65\x78\x64\x50\x6d\x6f\x76','\x77\x66\x33\x63\x4f\x65\x33\x64\x4f\x43\x6f\x7a\x57\x52\x4a\x64\x56\x61','\x57\x52\x30\x43\x73\x4d\x5a\x64\x55\x57','\x41\x4d\x37\x64\x48\x61\x5a\x63\x4e\x61','\x57\x52\x47\x71\x57\x50\x37\x64\x47\x48\x66\x62\x76\x6d\x6b\x79','\x57\x34\x69\x42\x57\x36\x57\x54\x57\x51\x30','\x57\x4f\x46\x63\x48\x4d\x6e\x6c\x57\x50\x57\x2b\x68\x61','\x57\x51\x56\x64\x51\x53\x6b\x35\x6a\x43\x6b\x54\x57\x4f\x35\x48','\x57\x34\x62\x36\x57\x50\x76\x42\x63\x43\x6f\x6c\x43\x53\x6b\x45','\x77\x49\x34\x64\x6b\x6d\x6b\x62\x57\x4f\x62\x6c\x57\x4f\x43','\x46\x43\x6b\x32\x43\x6d\x6b\x70\x57\x36\x33\x64\x54\x73\x68\x63\x47\x71','\x57\x51\x46\x64\x53\x6d\x6b\x4a\x69\x38\x6b\x39\x57\x4f\x48\x48\x57\x34\x57','\x57\x35\x53\x78\x57\x37\x61\x56\x57\x52\x33\x64\x52\x47','\x57\x51\x43\x42\x7a\x67\x5a\x64\x52\x66\x62\x34','\x6f\x74\x31\x79\x7a\x73\x79','\x73\x4d\x52\x64\x4a\x59\x34\x69\x57\x50\x64\x63\x50\x5a\x69','\x64\x43\x6b\x62\x57\x51\x79\x53\x63\x61\x56\x63\x47\x67\x34','\x61\x6d\x6b\x76\x57\x4f\x30\x47\x67\x61\x78\x63\x4a\x32\x38','\x6a\x64\x76\x63\x6b\x4d\x6d\x32\x57\x50\x56\x63\x56\x61','\x57\x35\x47\x65\x61\x6d\x6f\x5a','\x57\x4f\x4e\x63\x52\x43\x6b\x79\x57\x50\x5a\x64\x47\x43\x6b\x69\x57\x50\x6e\x47\x57\x36\x46\x63\x4e\x72\x4a\x64\x49\x61','\x57\x4f\x54\x73\x78\x53\x6f\x53\x57\x34\x48\x55','\x6c\x38\x6f\x61\x57\x34\x37\x64\x55\x43\x6b\x2b\x6e\x47','\x57\x34\x61\x34\x57\x35\x62\x42\x65\x38\x6f\x73\x44\x53\x6b\x71','\x6d\x6d\x6f\x71\x57\x34\x33\x64\x53\x38\x6b\x52\x6c\x66\x38','\x77\x6d\x6b\x75\x57\x35\x6c\x63\x54\x53\x6b\x36\x68\x32\x68\x63\x4f\x47','\x75\x6d\x6f\x32\x69\x38\x6f\x4d\x57\x34\x64\x64\x48\x53\x6b\x72\x6b\x71','\x6f\x6d\x6f\x69\x63\x49\x70\x64\x48\x76\x43\x45','\x69\x6d\x6f\x6b\x57\x34\x37\x64\x51\x6d\x6b\x56\x6c\x66\x78\x63\x54\x71','\x41\x67\x70\x64\x49\x47\x5a\x63\x4b\x38\x6b\x46','\x57\x36\x74\x64\x56\x53\x6b\x4a\x6d\x43\x6f\x34\x57\x4f\x35\x36\x57\x34\x47','\x63\x61\x6c\x64\x48\x4b\x4b\x32\x6b\x71\x43\x69','\x75\x53\x6b\x74\x79\x71\x4f\x51\x57\x37\x79\x77\x7a\x61','\x70\x49\x6e\x71\x7a\x73\x79','\x57\x50\x53\x41\x6f\x6d\x6f\x34\x79\x47\x68\x63\x4b\x71','\x46\x57\x68\x63\x4d\x4d\x5a\x64\x50\x57','\x57\x35\x39\x47\x79\x47\x64\x63\x50\x31\x42\x63\x48\x57','\x72\x72\x62\x54\x78\x73\x2f\x63\x4c\x75\x61\x39','\x57\x51\x68\x64\x4c\x49\x56\x63\x50\x58\x74\x63\x4f\x53\x6f\x65\x57\x37\x37\x64\x52\x4b\x54\x41\x6b\x71','\x57\x34\x4b\x62\x61\x6d\x6f\x2b\x79\x4c\x47','\x57\x34\x57\x41\x65\x38\x6f\x59\x44\x30\x31\x58\x57\x35\x79','\x57\x51\x4f\x6a\x57\x35\x37\x64\x47\x62\x35\x46\x76\x61','\x74\x43\x6f\x59\x79\x53\x6b\x74\x57\x52\x61\x48\x57\x35\x68\x64\x4d\x68\x57','\x77\x43\x6b\x74\x79\x72\x4c\x2b\x57\x37\x30','\x78\x65\x52\x63\x50\x66\x37\x64\x51\x57','\x57\x51\x78\x64\x4e\x64\x65\x56\x6d\x57','\x57\x34\x66\x47\x46\x61\x56\x63\x53\x4c\x30','\x76\x38\x6f\x33\x57\x52\x43\x6d\x6d\x64\x4e\x64\x4e\x53\x6b\x67','\x57\x35\x6c\x64\x55\x38\x6f\x6f\x57\x34\x37\x63\x48\x6d\x6f\x6f\x57\x50\x34\x57','\x57\x52\x4e\x63\x4c\x53\x6f\x41\x57\x37\x48\x71\x57\x37\x75\x71','\x6f\x64\x72\x62\x41\x49\x69\x4d\x57\x50\x30','\x66\x77\x42\x64\x54\x64\x61\x6b\x61\x4b\x30\x44','\x45\x43\x6b\x41\x69\x72\x6c\x63\x4c\x38\x6f\x75\x57\x34\x53\x50','\x68\x4e\x64\x64\x54\x72\x48\x4e\x57\x51\x52\x63\x50\x32\x34','\x75\x63\x38\x6b\x46\x53\x6b\x4a\x57\x50\x44\x77\x57\x4f\x6d','\x72\x53\x6b\x46\x41\x62\x62\x52\x57\x37\x4b','\x41\x43\x6b\x41\x6f\x48\x42\x63\x4b\x43\x6f\x64\x57\x36\x43\x38','\x72\x31\x68\x63\x55\x31\x4f','\x57\x52\x37\x63\x4c\x53\x6f\x73\x57\x37\x47\x43\x57\x37\x4f\x63\x65\x47','\x76\x4c\x74\x63\x4f\x65\x5a\x64\x55\x38\x6f\x56\x57\x51\x74\x64\x55\x47','\x57\x37\x62\x2f\x57\x35\x38\x63\x42\x53\x6b\x4d\x71\x68\x75','\x6b\x43\x6f\x39\x6d\x38\x6b\x2f\x57\x51\x56\x64\x48\x65\x53\x36','\x57\x34\x2f\x64\x56\x43\x6f\x41\x57\x35\x2f\x63\x4d\x6d\x6f\x6f\x57\x50\x35\x30','\x46\x38\x6b\x4e\x7a\x38\x6f\x51\x57\x52\x2f\x64\x4e\x4c\x79\x4b\x69\x38\x6b\x55\x7a\x6d\x6f\x54\x6a\x47','\x63\x38\x6f\x4b\x7a\x4a\x6d\x6d\x57\x4f\x4f','\x57\x51\x57\x69\x57\x35\x78\x63\x4c\x71','\x79\x43\x6b\x71\x73\x6d\x6b\x4a','\x71\x64\x71\x77\x41\x43\x6b\x59\x57\x4f\x62\x63\x57\x50\x53','\x65\x53\x6b\x6c\x57\x50\x61\x51\x67\x57','\x57\x34\x47\x41\x6d\x43\x6b\x41\x79\x73\x74\x64\x52\x33\x69','\x6f\x73\x72\x43\x41\x59\x69\x33\x57\x4f\x65','\x57\x35\x57\x79\x68\x6d\x6f\x31','\x57\x37\x62\x30\x57\x35\x38\x7a\x72\x38\x6b\x31\x75\x77\x75','\x44\x38\x6b\x4e\x57\x35\x35\x48\x57\x51\x57\x4d\x6f\x71\x53','\x57\x51\x30\x68\x73\x68\x70\x64\x56\x31\x39\x4c','\x44\x53\x6f\x68\x57\x35\x6c\x64\x4f\x68\x61','\x57\x35\x69\x42\x6e\x6d\x6b\x44\x44\x48\x37\x64\x4e\x32\x71','\x41\x53\x6b\x42\x72\x71','\x57\x4f\x7a\x61\x57\x51\x54\x2b\x57\x37\x33\x64\x4a\x6d\x6f\x36\x57\x50\x42\x64\x4b\x4d\x37\x63\x48\x71','\x57\x37\x7a\x30\x57\x50\x65\x65\x76\x6d\x6b\x4e\x75\x67\x57','\x79\x77\x4a\x64\x4a\x61\x5a\x63\x47\x57','\x71\x49\x61\x41\x57\x51\x68\x63\x4a\x6d\x6f\x4e\x76\x4b\x61','\x41\x5a\x71\x54\x70\x57','\x57\x52\x57\x6e\x76\x78\x6c\x64\x56\x31\x6a\x4b','\x43\x4a\x57\x36','\x63\x6d\x6b\x4d\x57\x35\x78\x64\x53\x71','\x57\x36\x2f\x64\x4f\x6d\x6f\x70\x6a\x38\x6b\x67\x57\x34\x6e\x39\x66\x61\x47\x31\x67\x61','\x57\x52\x64\x64\x55\x64\x2f\x64\x54\x38\x6f\x57\x41\x6d\x6b\x4c\x57\x34\x79','\x57\x34\x42\x63\x4f\x53\x6b\x57\x62\x47','\x41\x38\x6f\x65\x67\x59\x74\x64\x47\x66\x34\x64\x57\x51\x47','\x63\x43\x6f\x4b\x42\x73\x69\x41\x57\x4f\x57','\x57\x34\x64\x63\x56\x53\x6b\x57\x67\x38\x6f\x4b\x57\x52\x33\x63\x48\x68\x34','\x68\x43\x6f\x53\x6b\x6d\x6f\x77\x57\x35\x68\x64\x4a\x6d\x6b\x78\x70\x57','\x63\x53\x6b\x74\x57\x34\x4f\x75\x57\x52\x4b','\x43\x43\x6b\x6f\x57\x50\x64\x64\x56\x43\x6f\x37\x66\x4d\x64\x64\x52\x61','\x6f\x38\x6f\x52\x6e\x38\x6f\x73\x57\x52\x2f\x64\x4b\x59\x68\x63\x54\x75\x44\x79\x76\x47','\x62\x71\x5a\x64\x55\x61\x4e\x63\x56\x53\x6b\x62\x57\x36\x46\x64\x55\x75\x33\x63\x4c\x38\x6f\x56\x57\x51\x70\x64\x4b\x57','\x76\x43\x6b\x30\x57\x35\x68\x64\x51\x6d\x6f\x39\x57\x4f\x42\x64\x4d\x61','\x61\x6d\x6b\x61\x57\x50\x57\x4e\x63\x4a\x56\x63\x4e\x33\x34','\x57\x4f\x64\x63\x4d\x33\x6a\x6e\x57\x50\x47\x50\x6a\x53\x6b\x48','\x57\x51\x6c\x63\x4f\x68\x5a\x63\x50\x78\x44\x71\x57\x34\x42\x63\x54\x71','\x57\x4f\x46\x63\x4e\x68\x76\x41\x57\x50\x4f\x4f\x6d\x6d\x6b\x58','\x57\x36\x46\x63\x4d\x43\x6b\x75\x46\x59\x74\x64\x4a\x38\x6b\x4c\x57\x36\x75','\x68\x32\x5a\x64\x4d\x74\x4c\x34\x57\x4f\x56\x63\x56\x68\x65','\x42\x6d\x6f\x73\x57\x34\x6c\x64\x51\x4a\x6d\x69\x69\x49\x34','\x69\x38\x6f\x47\x6e\x53\x6b\x38\x57\x37\x38','\x69\x5a\x72\x46\x43\x48\x57\x33\x57\x50\x33\x63\x55\x57','\x57\x52\x6c\x64\x47\x74\x34\x36\x6d\x32\x47\x56\x57\x52\x79','\x6f\x43\x6f\x65\x68\x73\x68\x64\x48\x76\x47\x69','\x63\x33\x56\x64\x4d\x61','\x7a\x6d\x6b\x4d\x57\x34\x38','\x78\x49\x65\x43','\x41\x76\x78\x63\x4c\x67\x33\x64\x53\x78\x42\x64\x54\x53\x6f\x5a','\x44\x77\x74\x64\x4c\x72\x52\x63\x4b\x43\x6b\x6a\x75\x6d\x6b\x75','\x57\x35\x46\x63\x50\x6d\x6b\x4d','\x57\x52\x4e\x63\x4b\x38\x6f\x75\x57\x37\x76\x75','\x76\x43\x6b\x76\x57\x50\x56\x64\x54\x38\x6b\x2f','\x43\x32\x74\x64\x4d\x62\x30','\x6e\x6d\x6f\x4e\x6f\x53\x6b\x33\x57\x36\x52\x63\x4d\x58\x38\x74','\x7a\x53\x6f\x43\x57\x35\x6c\x64\x56\x71','\x6d\x53\x6f\x4d\x6d\x43\x6f\x49','\x57\x35\x75\x31\x57\x34\x7a\x71','\x61\x43\x6f\x53\x42\x64\x6d','\x63\x53\x6b\x74\x57\x34\x4f\x7a\x57\x51\x2f\x64\x4c\x43\x6f\x4f\x57\x51\x71','\x57\x36\x50\x32\x57\x35\x47\x76\x76\x61','\x57\x35\x57\x75\x63\x38\x6f\x56','\x57\x51\x50\x69\x74\x78\x68\x64\x51\x72\x66\x31\x71\x61','\x71\x73\x43\x68\x57\x52\x64\x63\x4a\x71','\x57\x35\x2f\x63\x4f\x38\x6b\x36','\x57\x52\x53\x67\x74\x4e\x64\x64\x53\x75\x7a\x56','\x57\x52\x46\x64\x51\x38\x6b\x49\x6a\x38\x6b\x39\x57\x50\x34','\x75\x38\x6f\x38\x57\x51\x65\x67\x6e\x4a\x4e\x64\x4c\x53\x6b\x68','\x57\x37\x64\x63\x48\x5a\x4a\x64\x53\x61\x74\x64\x50\x6d\x6f\x6a\x57\x37\x34','\x57\x4f\x46\x64\x4f\x38\x6f\x36\x77\x6d\x6b\x30\x57\x36\x64\x64\x51\x4e\x33\x63\x48\x38\x6b\x38\x79\x66\x5a\x64\x4a\x61','\x73\x53\x6b\x4b\x57\x35\x6c\x64\x4f\x53\x6f\x4f\x57\x50\x57','\x65\x53\x6b\x74\x57\x4f\x53\x4f\x63\x47\x68\x63\x49\x32\x69','\x6f\x6d\x6f\x69\x68\x4a\x4e\x64\x4a\x76\x75\x6b\x57\x36\x53','\x7a\x59\x44\x79\x44\x73\x4f\x4e\x57\x50\x74\x63\x51\x57','\x61\x38\x6f\x4b\x42\x5a\x6d\x6d','\x74\x38\x6b\x56\x57\x34\x2f\x64\x53\x6d\x6f\x36\x57\x50\x6c\x64\x49\x6d\x6f\x2b','\x43\x38\x6b\x49\x57\x34\x44\x51\x57\x51\x71\x38\x64\x57\x30','\x79\x43\x6b\x49\x57\x34\x44\x4a\x57\x52\x79','\x57\x37\x5a\x63\x4a\x78\x38','\x57\x51\x4e\x63\x56\x43\x6b\x32\x45\x43\x6f\x62\x57\x36\x72\x46\x6c\x47','\x69\x6d\x6f\x38\x6e\x53\x6b\x32','\x66\x43\x6b\x6f\x57\x50\x75\x4c\x68\x58\x64\x63\x48\x78\x71','\x43\x38\x6b\x62\x6e\x47','\x65\x61\x37\x64\x48\x30\x61\x44\x6a\x71','\x57\x50\x54\x6a\x75\x43\x6f\x55\x57\x35\x48\x56\x57\x34\x42\x63\x55\x61','\x57\x37\x56\x63\x51\x67\x33\x63\x52\x38\x6b\x4d\x61\x38\x6f\x4a\x57\x35\x54\x48\x68\x77\x42\x63\x52\x6d\x6b\x72','\x70\x5a\x69\x57\x43\x77\x37\x63\x47\x43\x6f\x33\x64\x57','\x57\x34\x79\x41\x69\x6d\x6b\x64','\x57\x34\x52\x63\x51\x43\x6b\x4b\x44\x57\x65','\x45\x43\x6b\x31\x41\x38\x6b\x68\x57\x36\x34','\x57\x35\x4a\x63\x55\x6d\x6f\x46\x57\x34\x78\x64\x4b\x43\x6f\x6f\x57\x50\x35\x5a','\x78\x64\x61\x71\x79\x43\x6b\x52\x57\x4f\x58\x46\x57\x4f\x43','\x57\x34\x65\x6e\x63\x43\x6f\x38\x7a\x75\x71','\x6a\x43\x6f\x65\x57\x34\x4e\x64\x53\x53\x6b\x56\x6f\x47','\x57\x52\x74\x63\x50\x78\x6c\x63\x55\x66\x58\x52\x57\x35\x33\x63\x50\x57','\x57\x51\x68\x64\x50\x38\x6b\x4f\x6e\x53\x6b\x54\x57\x4f\x35\x37\x57\x34\x69','\x57\x52\x64\x64\x52\x43\x6b\x4b\x6f\x61','\x57\x37\x33\x63\x50\x53\x6b\x73\x43\x38\x6b\x77\x57\x37\x6e\x69\x67\x61','\x69\x53\x6f\x67\x57\x34\x4a\x63\x52\x4c\x53\x42\x6b\x77\x69','\x57\x51\x6c\x64\x54\x78\x33\x64\x49\x38\x6f\x4e\x77\x6d\x6b\x55\x57\x35\x79','\x63\x53\x6f\x31\x43\x74\x4f\x77\x57\x50\x30\x45\x45\x61','\x73\x38\x6b\x58\x57\x34\x47','\x69\x57\x2f\x64\x47\x66\x71\x44\x6a\x61\x69\x78','\x57\x37\x42\x63\x49\x6d\x6b\x66\x43\x64\x71','\x57\x51\x4f\x76\x57\x35\x74\x64\x47\x58\x35\x62\x78\x47','\x57\x52\x38\x74\x57\x34\x68\x64\x49\x66\x39\x44\x73\x6d\x6f\x6b','\x41\x38\x6b\x37\x41\x38\x6b\x69\x57\x36\x6c\x64\x52\x74\x43','\x7a\x38\x6b\x41\x74\x38\x6b\x51\x57\x36\x38\x6e','\x7a\x53\x6b\x35\x57\x35\x39\x56\x57\x51\x6d\x50\x62\x72\x79','\x57\x34\x43\x68\x57\x36\x30\x47','\x63\x61\x6c\x64\x48\x4b\x4b','\x57\x35\x75\x72\x6d\x53\x6b\x42\x73\x47\x33\x64\x50\x77\x69','\x7a\x53\x6b\x34\x57\x35\x48\x4a\x57\x52\x65\x78\x64\x57\x79','\x57\x35\x34\x75\x57\x37\x43\x54\x57\x51\x30','\x57\x52\x52\x63\x49\x53\x6f\x6f\x57\x37\x34','\x72\x65\x33\x63\x53\x4c\x43','\x57\x35\x5a\x64\x51\x38\x6f\x79\x57\x34\x2f\x63\x48\x43\x6f\x4a\x57\x50\x6a\x30','\x71\x43\x6b\x45\x46\x72\x54\x52\x57\x37\x65\x4d\x79\x57','\x66\x77\x42\x64\x54\x64\x47\x71\x61\x65\x6d\x63','\x57\x52\x46\x64\x53\x38\x6b\x4b\x6e\x53\x6b\x39','\x71\x4a\x53\x44\x57\x51\x78\x63\x49\x38\x6f\x4d\x72\x47','\x57\x35\x65\x46\x57\x34\x7a\x6e\x63\x38\x6f\x6c\x46\x53\x6b\x6e','\x65\x53\x6b\x6f\x57\x50\x34\x4e\x68\x57\x4a\x63\x4e\x57','\x57\x35\x79\x53\x57\x35\x58\x42\x61\x57','\x57\x34\x34\x6a\x66\x38\x6f\x4f\x7a\x65\x62\x33\x57\x37\x30','\x57\x51\x37\x63\x54\x38\x6b\x6a\x7a\x43\x6f\x46\x57\x36\x35\x64\x6a\x61','\x42\x38\x6b\x4b\x57\x35\x48\x59','\x57\x35\x75\x52\x6d\x53\x6b\x41\x45\x62\x42\x64\x4f\x77\x69','\x43\x38\x6b\x49\x57\x34\x72\x4f\x57\x50\x4f\x53\x64\x58\x65','\x57\x50\x43\x67\x57\x36\x57\x48\x57\x51\x37\x64\x4f\x43\x6f\x57\x57\x51\x43','\x57\x51\x6c\x63\x4a\x43\x6f\x79\x57\x37\x44\x76','\x68\x6d\x6f\x4f\x43\x49\x75\x77\x57\x50\x65\x7a\x75\x57','\x57\x51\x33\x63\x4f\x53\x6b\x71\x42\x63\x6c\x64\x4a\x53\x6b\x47\x57\x36\x38','\x57\x36\x46\x63\x4a\x67\x4a\x63\x53\x76\x64\x64\x56\x53\x6f\x6a\x57\x51\x34','\x57\x50\x78\x63\x4a\x38\x6f\x73\x57\x37\x50\x79\x57\x36\x4f\x6c','\x57\x50\x68\x63\x49\x32\x4c\x43','\x57\x51\x74\x63\x49\x38\x6f\x6f\x57\x52\x4f\x72\x57\x37\x4f\x6c\x61\x57','\x57\x35\x69\x62\x6c\x6d\x6b\x63\x44\x61\x4e\x64\x55\x71','\x42\x43\x6f\x78\x57\x34\x33\x64\x51\x33\x61\x41','\x57\x37\x6c\x63\x4c\x6d\x6b\x63\x44\x61','\x46\x43\x6b\x71\x69\x71\x68\x63\x52\x43\x6f\x77\x57\x34\x30\x51','\x57\x34\x42\x63\x47\x4e\x42\x64\x55\x66\x64\x64\x56\x38\x6f\x77\x57\x36\x53','\x77\x38\x6b\x79\x79\x61\x50\x52\x57\x36\x65\x71\x7a\x71','\x57\x37\x75\x43\x6a\x6d\x6f\x70\x44\x48\x74\x64\x52\x4d\x79','\x77\x66\x68\x63\x53\x4c\x43','\x57\x35\x35\x55\x45\x58\x5a\x63\x54\x4c\x64\x63\x48\x47','\x74\x38\x6b\x59\x57\x37\x78\x64\x51\x38\x6f\x4f\x57\x50\x68\x64\x48\x53\x6f\x34','\x64\x61\x46\x64\x49\x66\x6d\x70\x69\x48\x57\x77','\x44\x6d\x6b\x2f\x57\x34\x35\x32\x57\x52\x79','\x57\x34\x4c\x4f\x57\x35\x71\x66\x76\x6d\x6b\x4d\x75\x32\x75','\x78\x38\x6f\x33\x57\x4f\x75\x78\x6d\x73\x5a\x64\x48\x47','\x57\x35\x6a\x75\x6a\x6d\x6b\x62\x45\x47\x37\x64\x50\x33\x47','\x42\x53\x6b\x71\x70\x62\x61','\x62\x62\x7a\x58\x75\x77\x4e\x63\x4d\x65\x57\x51','\x42\x38\x6b\x55\x57\x35\x6d','\x41\x72\x74\x63\x47\x78\x2f\x64\x4f\x68\x2f\x64\x50\x38\x6f\x39','\x57\x35\x34\x44\x63\x53\x6f\x32\x43\x66\x35\x52','\x57\x50\x70\x63\x51\x59\x74\x63\x52\x6d\x6b\x4d\x57\x51\x52\x63\x48\x71','\x57\x50\x68\x63\x55\x4a\x2f\x63\x55\x43\x6b\x55\x57\x52\x52\x63\x48\x74\x65','\x43\x43\x6f\x7a\x57\x34\x37\x64\x52\x78\x79','\x63\x61\x6c\x64\x48\x4b\x4c\x65\x6c\x47\x38\x6c','\x43\x32\x37\x64\x52\x61\x42\x63\x48\x38\x6b\x6f\x74\x53\x6b\x59','\x76\x53\x6b\x30\x57\x34\x2f\x64\x52\x71','\x57\x34\x64\x63\x54\x53\x6b\x56\x62\x38\x6f\x48\x57\x52\x64\x63\x52\x33\x79','\x45\x38\x6b\x74\x71\x6d\x6b\x35\x57\x37\x30\x6b\x57\x51\x68\x64\x49\x61','\x57\x4f\x65\x64\x6b\x43\x6b\x6b\x45\x31\x56\x64\x4f\x78\x34','\x75\x38\x6f\x72\x57\x34\x4c\x36\x74\x4c\x33\x63\x55\x4b\x57\x32\x57\x34\x34\x45\x57\x52\x43','\x75\x6d\x6b\x6f\x57\x50\x61','\x6e\x6d\x6f\x4e\x6f\x53\x6b\x33\x57\x36\x52\x63\x4d\x58\x38','\x65\x38\x6b\x33\x69\x53\x6b\x44\x57\x52\x53\x56\x57\x35\x6c\x63\x56\x71','\x57\x51\x69\x6e\x73\x33\x4e\x64\x51\x4c\x4b','\x57\x34\x31\x72\x62\x6d\x6f\x30\x79\x73\x70\x63\x4a\x43\x6f\x6a','\x64\x32\x46\x64\x4d\x73\x48\x44\x57\x4f\x33\x63\x55\x4e\x6d'];_0x9505=function(){return _0x83fb89;};return _0x9505();}function normalizeList(_0xb561ab,_0x3960a4,_0x1a1c00){const _0x342d7b=_0x338d1a;return asArray(_0xb561ab)['\x6d\x61\x70'](_0x3c9d9a=>trimText(_0x3c9d9a,_0x1a1c00))['\x66\x69\x6c\x74\x65\x72'](Boolean)[_0x342d7b(0x26c,'\x63\x67\x75\x79')](-0x5e+-0x29a*-0x5+0x4*-0x329,_0x3960a4);}function _0x3963(_0x5c6011,_0x36afa2){_0x5c6011=_0x5c6011-(0x21ab+0x3d7*-0x6+-0x963);const _0x45c125=_0x9505();let _0x4c7c88=_0x45c125[_0x5c6011];if(_0x3963['\x74\x5a\x54\x4e\x51\x56']===undefined){var _0x2e246f=function(_0x58e8f0){const _0x338fb4='\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 _0x5d8c42='',_0x3f7f45='';for(let _0x231c75=0x223*0x9+-0x23e9+0x10ae,_0x3e8086,_0x4a734b,_0x3d8adc=-0x10c8*-0x1+0x200b+0x1af*-0x1d;_0x4a734b=_0x58e8f0['\x63\x68\x61\x72\x41\x74'](_0x3d8adc++);~_0x4a734b&&(_0x3e8086=_0x231c75%(-0x4*0x4b7+0x16b*-0x1+0x144b)?_0x3e8086*(0x1d65+0x1c1d+-0x3942)+_0x4a734b:_0x4a734b,_0x231c75++%(-0x931+0x86a+-0x1*-0xcb))?_0x5d8c42+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x23d6+-0x69e*0x1+0x2b73&_0x3e8086>>(-(-0x10a3+-0x14d6+0x257b)*_0x231c75&0x2237+-0x71*-0x47+0x20c4*-0x2)):0x9a9+0x1*0x95f+-0x1308){_0x4a734b=_0x338fb4['\x69\x6e\x64\x65\x78\x4f\x66'](_0x4a734b);}for(let _0x15518a=-0x3*-0x48e+0x1e3f*0x1+-0x4e1*0x9,_0x32c843=_0x5d8c42['\x6c\x65\x6e\x67\x74\x68'];_0x15518a<_0x32c843;_0x15518a++){_0x3f7f45+='\x25'+('\x30\x30'+_0x5d8c42['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x15518a)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x1*0x2047+-0x1a*0x163+0x4465))['\x73\x6c\x69\x63\x65'](-(0x256e*-0x1+0x22e6+0x28a));}return decodeURIComponent(_0x3f7f45);};const _0x3e8c49=function(_0x1c8a7e,_0xbee29b){let _0x16eb0a=[],_0x41d7e6=0x25*0x53+0xfc6+-0x1bc5,_0x3b1523,_0x4de663='';_0x1c8a7e=_0x2e246f(_0x1c8a7e);let _0x4d8bd1;for(_0x4d8bd1=0x1a69+0x133+-0x1b9c;_0x4d8bd1<0x3*0xd9+0x2f*0x83+-0x1998;_0x4d8bd1++){_0x16eb0a[_0x4d8bd1]=_0x4d8bd1;}for(_0x4d8bd1=-0x2b4+0xe99+-0xbe5;_0x4d8bd1<0x227a+-0x6*-0x52a+0x25*-0x1be;_0x4d8bd1++){_0x41d7e6=(_0x41d7e6+_0x16eb0a[_0x4d8bd1]+_0xbee29b['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4d8bd1%_0xbee29b['\x6c\x65\x6e\x67\x74\x68']))%(-0x3*0x3b2+0x24f8*-0x1+0x8a*0x5b),_0x3b1523=_0x16eb0a[_0x4d8bd1],_0x16eb0a[_0x4d8bd1]=_0x16eb0a[_0x41d7e6],_0x16eb0a[_0x41d7e6]=_0x3b1523;}_0x4d8bd1=-0xd*-0x12d+0x1dff+-0x2d48,_0x41d7e6=0x2*0x2d9+0x10f3+-0x155*0x11;for(let _0x5941ad=-0x2*0xf62+0xdfa*0x2+0xa*0x48;_0x5941ad<_0x1c8a7e['\x6c\x65\x6e\x67\x74\x68'];_0x5941ad++){_0x4d8bd1=(_0x4d8bd1+(-0x5e*0x1+-0x154a+0x15a9*0x1))%(-0x4e*-0xf+0x1a01+-0x1d93),_0x41d7e6=(_0x41d7e6+_0x16eb0a[_0x4d8bd1])%(0x18*0x67+0xe59+-0x1701),_0x3b1523=_0x16eb0a[_0x4d8bd1],_0x16eb0a[_0x4d8bd1]=_0x16eb0a[_0x41d7e6],_0x16eb0a[_0x41d7e6]=_0x3b1523,_0x4de663+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x1c8a7e['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5941ad)^_0x16eb0a[(_0x16eb0a[_0x4d8bd1]+_0x16eb0a[_0x41d7e6])%(0x240f+0x2022+0xa7*-0x67)]);}return _0x4de663;};_0x3963['\x6d\x49\x63\x6f\x65\x4b']=_0x3e8c49,_0x3963['\x53\x54\x42\x6a\x53\x6d']={},_0x3963['\x74\x5a\x54\x4e\x51\x56']=!![];}const _0x5c692a=_0x45c125[0x1*-0x134f+0x12b0+0x9f],_0x492d5f=_0x5c6011+_0x5c692a,_0x50a0b9=_0x3963['\x53\x54\x42\x6a\x53\x6d'][_0x492d5f];return!_0x50a0b9?(_0x3963['\x64\x76\x75\x4c\x6b\x79']===undefined&&(_0x3963['\x64\x76\x75\x4c\x6b\x79']=!![]),_0x4c7c88=_0x3963['\x6d\x49\x63\x6f\x65\x4b'](_0x4c7c88,_0x36afa2),_0x3963['\x53\x54\x42\x6a\x53\x6d'][_0x492d5f]=_0x4c7c88):_0x4c7c88=_0x50a0b9,_0x4c7c88;}function slugify(_0x104ade){const _0x973fdb=_0x338d1a,_0x5e7a8e=String(_0x104ade||_0x973fdb(0x1c1,'\x28\x76\x67\x48')+_0x973fdb(0x26d,'\x25\x76\x25\x58')+_0x973fdb(0x237,'\x32\x75\x36\x26'))[_0x973fdb(0x21c,'\x78\x47\x4f\x73')+_0x973fdb(0x1ff,'\x58\x4f\x75\x72')](),_0x333bd7=_0x5e7a8e[_0x973fdb(0x1f9,'\x40\x75\x5d\x30')](/[^a-z0-9]+/g,'\x2d')[_0x973fdb(0x17d,'\x40\x29\x33\x39')](/^-+|-+$/g,'')[_0x973fdb(0x1e0,'\x66\x4c\x33\x58')](/-{2,}/g,'\x2d');if(_0x333bd7[_0x973fdb(0x277,'\x66\x4c\x33\x58')]>=-0xf42+-0x1*0x2567+0x34b1)return _0x333bd7[_0x973fdb(0x244,'\x52\x68\x67\x67')](0x22af+0x86e+-0x351*0xd,-0x54e*-0x2+-0x73c+-0x328)[_0x973fdb(0x1bf,'\x44\x56\x25\x4e')](/-+$/g,'');const _0x5873a3=createHash(_0x973fdb(0x27c,'\x5e\x66\x24\x30'))['\x75\x70\x64\x61\x74\x65'](_0x5e7a8e,_0x973fdb(0x1ce,'\x5a\x67\x73\x74'))[_0x973fdb(0x1b4,'\x4a\x45\x75\x41')](_0x973fdb(0x13f,'\x44\x56\x25\x4e'))[_0x973fdb(0x248,'\x61\x31\x30\x35')](0x18d*-0x1+-0x1623+0x17b0,0x326+-0xa7c+-0x3af*-0x2);return _0x973fdb(0x1f8,'\x55\x72\x5e\x2a')+_0x973fdb(0x1c7,'\x5e\x66\x24\x30')+_0x973fdb(0x142,'\x56\x7a\x6c\x32')+_0x5873a3;}function hashInput(_0xd2d847){const _0x3d2b3f=_0x338d1a;return createHash(_0x3d2b3f(0x27c,'\x5e\x66\x24\x30'))[_0x3d2b3f(0x180,'\x51\x56\x23\x59')](JSON['\x73\x74\x72\x69\x6e\x67\x69\x66'+'\x79'](_0xd2d847??{}),_0x3d2b3f(0x205,'\x73\x57\x66\x5a'))[_0x3d2b3f(0x1cd,'\x71\x45\x57\x39')](_0x3d2b3f(0x267,'\x6c\x72\x38\x57'))[_0x3d2b3f(0x226,'\x32\x75\x36\x26')](0x1415+-0x1778+0x363,-0x1e48+-0x1fc*0x1+0x33b*0xa);}export function inferSignals(_0x4b5a70,_0x16a791){const _0x4e097c=_0x338d1a,_0x3f5552=new Set(normalizeList(_0x16a791,0x1bf5*-0x1+-0x1340+0x2f41,-0x1*-0x216+-0x1199+0x1*0xfc3));for(const _0xd34fa2 of SIGNAL_RULES)if(_0xd34fa2['\x72\x65']['\x74\x65\x73\x74'](_0x4b5a70))_0x3f5552[_0x4e097c(0x1fa,'\x51\x56\x23\x59')](_0xd34fa2[_0x4e097c(0x1c4,'\x44\x78\x35\x39')]);if(_0x3f5552[_0x4e097c(0x1c6,'\x53\x45\x4d\x25')]===-0x1f4b+0x2*-0x298+0x247b){for(const _0x3879d0 of DEFAULT_SIGNALS)_0x3f5552[_0x4e097c(0x1da,'\x47\x4e\x53\x45')](_0x3879d0);}return[..._0x3f5552][_0x4e097c(0x209,'\x4e\x30\x64\x6d')](-0x179*0x1+-0x1fd1+0x1*0x214a,0x1*-0x174b+0x4a*-0x6b+0x3645*0x1);}function inferCategory(_0x1e9a3d,_0x35bf39){const _0x36864d=_0x338d1a,_0x1dca4e=(_0x1e9a3d[_0x36864d(0x1cf,'\x47\x4e\x53\x45')]('\x20')+'\x20'+_0x35bf39)[_0x36864d(0x26e,'\x78\x4e\x78\x74')+_0x36864d(0x160,'\x34\x4c\x62\x50')]();if(/proxy|sync|auth|error|failure|bug|repair|修复|故障/[_0x36864d(0x178,'\x47\x4e\x53\x45')](_0x1dca4e))return'\x72\x65\x70\x61\x69\x72';if(/new|plugin|integration|feature|capability|能力|新增/[_0x36864d(0x265,'\x28\x76\x67\x48')](_0x1dca4e))return _0x36864d(0x1d5,'\x4e\x30\x64\x6d');return _0x36864d(0x228,'\x5d\x75\x46\x36');}function normalizeBlastRadius(_0x51a0fa){const _0x269017=_0x338d1a,_0x247bc8=asRecord(_0x51a0fa);return{'\x66\x69\x6c\x65\x73':Number['\x69\x73\x46\x69\x6e\x69\x74\x65'](Number(_0x247bc8[_0x269017(0x1dd,'\x78\x4e\x78\x74')]))?Number(_0x247bc8[_0x269017(0x15b,'\x65\x78\x51\x59')]):0xa63*0x1+0x1c24*0x1+-0x2687,'\x6c\x69\x6e\x65\x73':Number[_0x269017(0x171,'\x28\x76\x67\x48')](Number(_0x247bc8[_0x269017(0x20c,'\x55\x56\x76\x48')]))?Number(_0x247bc8[_0x269017(0x217,'\x71\x45\x57\x39')]):-0x1da3*-0x1+0x7f3+-0x2596};}function normalizePublishBlastRadius(_0x1b6c83,_0x35a9a4){const _0x25a391=_0x338d1a;return{'\x66\x69\x6c\x65\x73':Math[_0x25a391(0x1e1,'\x40\x29\x33\x39')](-0x17f1*0x1+0x46*-0x2a+0x236e,Math[_0x25a391(0x1d8,'\x63\x67\x75\x79')](_0x1b6c83[_0x25a391(0x21a,'\x6c\x72\x38\x57')]||_0x35a9a4||-0x4*0x90d+0x5*0x1be+0x1*0x1b7f)),'\x6c\x69\x6e\x65\x73':Math[_0x25a391(0x1fc,'\x5d\x75\x46\x36')](-0x1623+0x44*0x45+-0x10*-0x3d,Math['\x74\x72\x75\x6e\x63'](_0x1b6c83[_0x25a391(0x143,'\x70\x5e\x54\x30')]||0x2529+-0xf2f+-0x3*0x753))};}function capsuleContent(_0x29f5e8){const _0x4265d0=_0x338d1a;return redactString(JSON[_0x4265d0(0x16f,'\x53\x45\x4d\x25')+'\x79']({'\x70\x6c\x61\x74\x66\x6f\x72\x6d':_0x29f5e8[_0x4265d0(0x18c,'\x63\x67\x75\x79')],'\x73\x6f\x75\x72\x63\x65\x5f\x74\x68\x72\x65\x61\x64':_0x29f5e8[_0x4265d0(0x1c5,'\x28\x76\x67\x48')+_0x4265d0(0x1b9,'\x53\x45\x4d\x25')]||null,'\x61\x72\x74\x69\x66\x61\x63\x74\x73':_0x29f5e8[_0x4265d0(0x14e,'\x30\x48\x53\x66')+'\x73'],'\x65\x78\x63\x65\x72\x70\x74':_0x29f5e8['\x74\x65\x78\x74'][_0x4265d0(0x244,'\x52\x68\x67\x67')](0x1851+-0x1a1*0x11+0x360,-0x63*0x2f+0x1168+0x575)}));}function normalizeExecution(_0x4a31a0){const _0x3ec22f=_0x338d1a,_0x58dd87=asRecord(_0x4a31a0[_0x3ec22f(0x186,'\x70\x5e\x54\x30')+'\x6e']),_0x5548f9=normalizeList(_0x4a31a0[_0x3ec22f(0x283,'\x78\x47\x4f\x73')+'\x6f\x6e']??_0x4a31a0['\x76\x65\x72\x69\x66\x69\x63\x61'+_0x3ec22f(0x1df,'\x40\x29\x33\x39')]??_0x58dd87[_0x3ec22f(0x177,'\x55\x56\x76\x48')+'\x6f\x6e'],0x12c0+0x1ccc+-0x2f84,-0x17c9*0x1+0x12e*0x11+0x46f),_0x360c07=asArray(_0x58dd87[_0x3ec22f(0x1ea,'\x57\x41\x32\x59')])['\x6d\x61\x70'](_0x88280e=>{const _0x490038=_0x3ec22f;if(_0x490038(0x225,'\x76\x6a\x45\x28')===_0x490038(0x167,'\x71\x41\x47\x4c'))_0x320560+=0x16c1+-0x1ea8+0x7e9,_0x4673e9[_0x490038(0x258,'\x76\x6a\x45\x28')](_0x490038(0x256,'\x79\x23\x25\x42'));else{if(typeof _0x88280e==='\x73\x74\x72\x69\x6e\x67')return{'\x63\x6f\x6d\x6d\x61\x6e\x64':trimText(_0x88280e,0x119*-0x9+0x18e4+-0xe4f),'\x65\x78\x69\x74':0x0};const _0x1dea3b=asRecord(_0x88280e);if(Object['\x6b\x65\x79\x73'](_0x1dea3b)[_0x490038(0x1a3,'\x30\x48\x53\x66')]===0x2d5+0x35e+-0x211*0x3)return null;return{'\x63\x6f\x6d\x6d\x61\x6e\x64':trimText(_0x1dea3b[_0x490038(0x1d7,'\x66\x4c\x33\x58')]??_0x1dea3b[_0x490038(0x1fb,'\x6c\x72\x38\x57')]??_0x1dea3b[_0x490038(0x207,'\x71\x45\x57\x39')]??_0x490038(0x166,'\x71\x41\x47\x4c')+'\x6f\x6e',-0x96c*-0x4+-0xd76+-0x1786),'\x65\x78\x69\x74':Number[_0x490038(0x25f,'\x65\x78\x51\x59')+'\x72'](_0x1dea3b[_0x490038(0x27a,'\x56\x7a\x6c\x32')])?Number(_0x1dea3b[_0x490038(0x16a,'\x2a\x4d\x65\x54')]):_0x1dea3b['\x6f\x6b']===![]?-0x13ae+-0x2*0x171+0x1*0x1691:-0x5a1+0x851+0x2*-0x158,'\x73\x75\x6d\x6d\x61\x72\x79':trimText(_0x1dea3b[_0x490038(0x275,'\x73\x57\x66\x5a')]??_0x1dea3b[_0x490038(0x288,'\x66\x4c\x33\x58')]??'',0x4b*0xb+-0x1*0x1902+0x115*0x15)};}})['\x66\x69\x6c\x74\x65\x72'](_0x5799cb=>_0x5799cb!==null);for(const _0x430804 of _0x5548f9)if(!_0x360c07['\x73\x6f\x6d\x65'](_0x3ee519=>_0x3ee519[_0x3ec22f(0x141,'\x30\x48\x53\x66')]===_0x430804))_0x360c07[_0x3ec22f(0x1e5,'\x58\x4f\x75\x72')]({'\x63\x6f\x6d\x6d\x61\x6e\x64':_0x430804,'\x65\x78\x69\x74':0x0});const _0x4f8100=_0x58dd87[_0x3ec22f(0x140,'\x78\x4e\x78\x74')]===_0x3ec22f(0x193,'\x70\x5e\x54\x30')||_0x58dd87['\x6f\x6b']===!![]||_0x5548f9[_0x3ec22f(0x213,'\x65\x78\x51\x59')]>0x1f9+-0x3e*-0x8b+-0x23a3||_0x360c07[_0x3ec22f(0x173,'\x63\x67\x75\x79')](_0x518d3d=>_0x518d3d[_0x3ec22f(0x254,'\x70\x5e\x54\x30')]===-0x235a+0x1*-0x10f7+0x3451);return{'\x73\x74\x61\x74\x75\x73':_0x4f8100?'\x73\x75\x63\x63\x65\x73\x73':_0x3ec22f(0x22a,'\x30\x48\x53\x66'),'\x74\x72\x61\x63\x65':_0x360c07,'\x76\x61\x6c\x69\x64\x61\x74\x69\x6f\x6e':_0x5548f9,'\x62\x6c\x61\x73\x74\x5f\x72\x61\x64\x69\x75\x73':normalizeBlastRadius(_0x58dd87[_0x3ec22f(0x22b,'\x40\x4e\x44\x23')+'\x64\x69\x75\x73']??_0x4a31a0[_0x3ec22f(0x1c8,'\x53\x45\x4d\x25')+_0x3ec22f(0x204,'\x63\x67\x75\x79')])};}function buildStrategy(_0x3f47a9){const _0x26be83=_0x338d1a,_0x4a8801=normalizeList(_0x3f47a9[_0x26be83(0x1d0,'\x5d\x75\x46\x36')]??_0x3f47a9[_0x26be83(0x261,'\x6c\x72\x38\x57')],-0x1*0x733+-0x227b+0x29b8,-0x4*0x5a7+-0x33b*-0x1+-0x6bf*-0x3);if(_0x4a8801['\x6c\x65\x6e\x67\x74\x68']>=-0x1*0x2543+0x1*0x7d3+-0x1*-0x1d73)return _0x4a8801;const _0x29dbb5=normalizeList(_0x3f47a9['\x61\x72\x74\x69\x66\x61\x63\x74'+'\x73']??_0x3f47a9[_0x26be83(0x194,'\x52\x68\x67\x67')]??_0x3f47a9[_0x26be83(0x1dd,'\x78\x4e\x78\x74')],-0xa3b+-0x1e0a*-0x1+-0x13c9,0x1355+0x9fa*0x2+-0x26a9),_0x5a24db=_0x4a8801[_0x26be83(0x1d1,'\x49\x57\x4d\x23')]();_0x5a24db[_0x26be83(0x23a,'\x2a\x4d\x65\x54')](_0x26be83(0x184,'\x5a\x67\x73\x74')+'\x74\x68\x65\x20\x75\x73\x65\x72'+_0x26be83(0x216,'\x44\x56\x25\x4e')+_0x26be83(0x24e,'\x2a\x4d\x65\x54')+_0x26be83(0x1ab,'\x52\x68\x67\x67')+_0x26be83(0x286,'\x71\x41\x47\x4c')+_0x26be83(0x278,'\x49\x6a\x39\x69')+_0x26be83(0x183,'\x76\x6a\x45\x28')+_0x26be83(0x285,'\x68\x70\x45\x21')+'\x74\x2e'),_0x5a24db[_0x26be83(0x1e5,'\x58\x4f\x75\x72')](_0x26be83(0x262,'\x4e\x30\x64\x6d')+_0x26be83(0x17f,'\x4a\x45\x75\x41')+_0x26be83(0x195,'\x61\x31\x30\x35')+_0x26be83(0x19f,'\x44\x56\x25\x4e')+_0x26be83(0x169,'\x65\x78\x51\x59')+'\x2c\x20\x64\x6f\x63\x75\x6d\x65'+_0x26be83(0x255,'\x5e\x66\x24\x30')+_0x26be83(0x1f5,'\x63\x67\x75\x79')+_0x26be83(0x1a6,'\x53\x75\x4d\x51')+'\x76\x61\x6c\x69\x64\x61\x74\x69'+_0x26be83(0x1dc,'\x4e\x30\x64\x6d')+_0x26be83(0x287,'\x70\x2a\x46\x25'));if(_0x29dbb5['\x6c\x65\x6e\x67\x74\x68']>0x2335+0xbb0+-0x2ee5)_0x5a24db['\x70\x75\x73\x68'](_0x26be83(0x1eb,'\x53\x75\x4d\x51')+_0x26be83(0x280,'\x57\x41\x32\x59')+_0x26be83(0x26b,'\x2a\x35\x52\x5e')+_0x26be83(0x15d,'\x70\x2a\x46\x25')+_0x26be83(0x22e,'\x78\x47\x4f\x73')+'\x73\x61\x62\x6c\x65\x20\x70\x72'+_0x26be83(0x1bd,'\x71\x41\x47\x4c')+'\x62\x65\x66\x6f\x72\x65\x20\x70'+'\x75\x62\x6c\x69\x73\x68\x69\x6e'+'\x67\x2e');return _0x5a24db[_0x26be83(0x206,'\x61\x31\x30\x35')](_0x26be83(0x25a,'\x68\x70\x45\x21')+_0x26be83(0x1e9,'\x34\x4c\x62\x50')+_0x26be83(0x17a,'\x40\x4e\x44\x23')+_0x26be83(0x191,'\x5a\x67\x73\x74')+'\x70\x61\x74\x68\x73\x20\x62\x65'+_0x26be83(0x236,'\x5a\x67\x73\x74')+_0x26be83(0x215,'\x40\x75\x5d\x30')+_0x26be83(0x174,'\x58\x57\x32\x50')+_0x26be83(0x27d,'\x76\x6a\x45\x28')+_0x26be83(0x1fd,'\x26\x4a\x73\x68')),_0x5a24db[_0x26be83(0x23f,'\x5e\x66\x24\x30')](_0x26be83(0x28a,'\x58\x57\x32\x50')+_0x26be83(0x153,'\x40\x29\x33\x39')+_0x26be83(0x196,'\x5d\x75\x46\x36')+_0x26be83(0x251,'\x76\x6a\x45\x28')+_0x26be83(0x149,'\x78\x47\x4f\x73')+_0x26be83(0x266,'\x56\x7a\x6c\x32')+_0x26be83(0x230,'\x6f\x34\x6d\x44')+_0x26be83(0x22f,'\x63\x67\x75\x79')+_0x26be83(0x276,'\x58\x57\x32\x50')+_0x26be83(0x157,'\x79\x23\x25\x42')+_0x26be83(0x252,'\x68\x70\x45\x21')+_0x26be83(0x18e,'\x53\x45\x4d\x25')+'\x2e'),_0x5a24db[_0x26be83(0x200,'\x5e\x66\x24\x30')](-0xf40+0x6d*0x35+-0x751,-0x2b*-0x92+0x3ad*0x5+0x1*-0x2add);}export function evaluateGate(_0x4d90ec,_0x5ad047){const _0x7b25fe=_0x338d1a;let _0x54b0db=0x1*-0x1dcd+-0x232+0x1fff;const _0xffd5d=[];_0x5ad047[_0x7b25fe(0x1a5,'\x30\x48\x53\x66')][_0x7b25fe(0x229,'\x4a\x45\x75\x41')]>=0x22a1+-0x94d*-0x4+-0x47ad&&(_0x54b0db+=0x263+0x3*0xbed+0x3*-0xcb8,_0xffd5d[_0x7b25fe(0x240,'\x53\x45\x4d\x25')](_0x7b25fe(0x172,'\x40\x29\x33\x39')));_0x5ad047[_0x7b25fe(0x214,'\x49\x57\x4d\x23')][_0x7b25fe(0x14b,'\x6c\x72\x38\x57')]>=0x15*0x117+-0x6*0x5b9+0xb76&&(_0x54b0db+=-0x52f+-0xd38+0x1269,_0xffd5d[_0x7b25fe(0x26f,'\x65\x78\x51\x59')](_0x7b25fe(0x168,'\x52\x68\x67\x67')));if(_0x5ad047[_0x7b25fe(0x14f,'\x5e\x66\x24\x30')+'\x73'][_0x7b25fe(0x238,'\x47\x4e\x53\x45')]>-0x1ff6+0x1*0x2393+0x25*-0x19){if(_0x7b25fe(0x13e,'\x66\x4c\x33\x58')==='\x4a\x72\x46\x46\x74')return _0x364a3f(_0x5159a0[_0x7b25fe(0x243,'\x36\x46\x78\x68')+'\x79']({'\x70\x6c\x61\x74\x66\x6f\x72\x6d':_0x54e802[_0x7b25fe(0x260,'\x25\x76\x25\x58')],'\x73\x6f\x75\x72\x63\x65\x5f\x74\x68\x72\x65\x61\x64':_0x3dc130[_0x7b25fe(0x1f2,'\x70\x5e\x54\x30')+_0x7b25fe(0x14d,'\x26\x4a\x73\x68')]||null,'\x61\x72\x74\x69\x66\x61\x63\x74\x73':_0x2f3e20[_0x7b25fe(0x1b2,'\x56\x7a\x6c\x32')+'\x73'],'\x65\x78\x63\x65\x72\x70\x74':_0x15b4d0['\x74\x65\x78\x74']['\x73\x6c\x69\x63\x65'](-0x1556*0x1+0x1e5f+-0x909,-0x26d5+0x25fd+0x6*0xec)}));else _0x54b0db+=0x2*0x6fd+0xb*-0x187+0x2d4,_0xffd5d[_0x7b25fe(0x1e5,'\x58\x4f\x75\x72')](_0x7b25fe(0x19e,'\x49\x57\x4d\x23')+'\x73');}(_0x5ad047[_0x7b25fe(0x1a4,'\x61\x31\x30\x35')+'\x6e'][_0x7b25fe(0x156,'\x52\x68\x67\x67')+'\x6f\x6e'][_0x7b25fe(0x199,'\x2a\x4d\x65\x54')]>-0x18*0x25+-0x1f0+0x568||_0x5ad047[_0x7b25fe(0x22c,'\x52\x68\x67\x67')+'\x6e'][_0x7b25fe(0x1ba,'\x55\x72\x5e\x2a')][_0x7b25fe(0x1bb,'\x70\x2a\x46\x25')]>-0x39*0x15+-0x1*0x136d+0xa*0x269)&&(_0x54b0db+=-0x1*0x24ba+-0x3*-0xa73+0x562,_0xffd5d[_0x7b25fe(0x16b,'\x70\x2a\x46\x25')](_0x7b25fe(0x27b,'\x63\x67\x75\x79')+'\x6f\x6e'));/\b(gene|capsule|distill|reusable|evomap|evolver)\b|蒸馏|提炼|可复用|基因/i[_0x7b25fe(0x17e,'\x70\x5e\x54\x30')](_0x5ad047[_0x7b25fe(0x20a,'\x49\x6a\x39\x69')])&&(_0x54b0db+=0x16f*-0x19+0x1ad6+0x903,_0xffd5d[_0x7b25fe(0x1a0,'\x49\x6a\x39\x69')](_0x7b25fe(0x231,'\x71\x45\x57\x39')+_0x7b25fe(0x233,'\x25\x76\x25\x58')+'\x5f\x73\x69\x67\x6e\x61\x6c'));const _0x49e4bc=Number(_0x4d90ec['\x6d\x69\x6e\x5f\x73\x63\x6f\x72'+'\x65']??_0x4d90ec[_0x7b25fe(0x1a7,'\x34\x4c\x62\x50')]??-0x1658+0x1*-0x783+0x10*0x1de),_0x6a5ee8=Number[_0x7b25fe(0x18a,'\x71\x45\x57\x39')](_0x49e4bc)?_0x49e4bc:0xb7a+-0x1c6e+0x10f9;if(_0x54b0db<_0x6a5ee8)return{'\x6f\x6b':![],'\x73\x63\x6f\x72\x65':_0x54b0db,'\x74\x68\x72\x65\x73\x68\x6f\x6c\x64':_0x6a5ee8,'\x72\x65\x61\x73\x6f\x6e\x73':_0xffd5d,'\x72\x65\x61\x73\x6f\x6e':_0x7b25fe(0x218,'\x65\x78\x51\x59')+_0x7b25fe(0x1c9,'\x4e\x30\x64\x6d')+_0x7b25fe(0x1e4,'\x6f\x34\x6d\x44')+_0x7b25fe(0x21d,'\x73\x57\x66\x5a')};return{'\x6f\x6b':!![],'\x73\x63\x6f\x72\x65':_0x54b0db,'\x74\x68\x72\x65\x73\x68\x6f\x6c\x64':_0x6a5ee8,'\x72\x65\x61\x73\x6f\x6e\x73':_0xffd5d};}export function normalizeConversationInput(_0x2a94b6){const _0x30ecb9=_0x338d1a,_0x16ad9c=[_0x2a94b6[_0x30ecb9(0x1b6,'\x5a\x67\x73\x74')],_0x2a94b6[_0x30ecb9(0x234,'\x76\x6a\x45\x28')],_0x2a94b6[_0x30ecb9(0x185,'\x40\x4e\x44\x23')+_0x30ecb9(0x232,'\x65\x78\x51\x59')],_0x2a94b6[_0x30ecb9(0x1f4,'\x51\x56\x23\x59')+'\x70\x74'],_0x2a94b6['\x61\x73\x73\x69\x73\x74\x61\x6e'+_0x30ecb9(0x246,'\x61\x31\x30\x35')+'\x79'],_0x2a94b6[_0x30ecb9(0x282,'\x30\x48\x53\x66')+'\x74\x53\x75\x6d\x6d\x61\x72\x79'],_0x2a94b6[_0x30ecb9(0x208,'\x57\x41\x32\x59')+'\x70\x74'],_0x2a94b6['\x63\x6f\x6e\x76\x65\x72\x73\x61'+_0x30ecb9(0x23b,'\x25\x76\x25\x58')]][_0x30ecb9(0x1e7,'\x71\x45\x57\x39')](Boolean)[_0x30ecb9(0x162,'\x58\x57\x32\x50')]('\x0a'),_0x4bc0c9=trimText(_0x16ad9c,-0x37*-0xe3+0x3cc3+-0x4e48),_0x24bd22=trimText(_0x2a94b6[_0x30ecb9(0x1ee,'\x65\x78\x51\x59')]??_0x2a94b6[_0x30ecb9(0x1bc,'\x36\x69\x66\x79')+_0x30ecb9(0x24c,'\x79\x23\x25\x42')+'\x79']??_0x2a94b6[_0x30ecb9(0x14a,'\x25\x76\x25\x58')+'\x74\x53\x75\x6d\x6d\x61\x72\x79']??_0x4bc0c9,-0x1ae0+0xde0+0xe2c);return{'\x74\x65\x78\x74':_0x4bc0c9,'\x73\x75\x6d\x6d\x61\x72\x79':_0x24bd22,'\x73\x69\x67\x6e\x61\x6c\x73':inferSignals(_0x4bc0c9,_0x2a94b6[_0x30ecb9(0x235,'\x5a\x67\x73\x74')]),'\x73\x74\x72\x61\x74\x65\x67\x79':buildStrategy(_0x2a94b6),'\x61\x72\x74\x69\x66\x61\x63\x74\x73':normalizeList(_0x2a94b6[_0x30ecb9(0x14c,'\x78\x47\x4f\x73')+'\x73']??_0x2a94b6[_0x30ecb9(0x245,'\x55\x56\x76\x48')]??_0x2a94b6[_0x30ecb9(0x15c,'\x47\x4e\x53\x45')],-0x16ce+0x70b+0x47*0x39,0x5*0x283+-0x26c7+-0x2c*-0x9e),'\x65\x78\x65\x63\x75\x74\x69\x6f\x6e':normalizeExecution(_0x2a94b6),'\x70\x6c\x61\x74\x66\x6f\x72\x6d':trimText(_0x2a94b6[_0x30ecb9(0x28c,'\x36\x46\x78\x68')]??_0x2a94b6[_0x30ecb9(0x24b,'\x6c\x72\x38\x57')]??_0x30ecb9(0x151,'\x44\x56\x25\x4e'),0x574+0x1*0x2f6+-0x82a),'\x6d\x6f\x64\x65\x6c':trimText(_0x2a94b6[_0x30ecb9(0x190,'\x78\x4e\x78\x74')]??'',-0x241f+-0x985+-0x3*-0xf58)||_0x30ecb9(0x20e,'\x66\x4c\x33\x58'),'\x73\x6f\x75\x72\x63\x65\x5f\x74\x68\x72\x65\x61\x64':trimText(_0x2a94b6[_0x30ecb9(0x242,'\x44\x78\x35\x39')+'\x64']??_0x2a94b6[_0x30ecb9(0x1f0,'\x70\x5e\x54\x30')]??_0x2a94b6[_0x30ecb9(0x250,'\x71\x45\x57\x39')+'\x69\x64']??_0x2a94b6[_0x30ecb9(0x24a,'\x78\x47\x4f\x73')+'\x64']??'',-0x22*-0x14+-0x376*0x7+0x1612)};}export async function distillConversation(_0x1cc329,_0x465bbc={}){const _0x17a169=_0x338d1a;if(!_0x1cc329||typeof _0x1cc329!==_0x17a169(0x257,'\x63\x67\x75\x79')||Array[_0x17a169(0x18b,'\x68\x70\x45\x21')](_0x1cc329))return{'\x6f\x6b':![],'\x73\x74\x61\x74\x75\x73':'\x73\x6b\x69\x70\x70\x65\x64','\x72\x65\x61\x73\x6f\x6e':_0x17a169(0x1d2,'\x79\x23\x25\x42')+_0x17a169(0x145,'\x52\x68\x67\x67')+_0x17a169(0x192,'\x2a\x4d\x65\x54')};const _0x20b80b=normalizeConversationInput(_0x1cc329);if(!_0x20b80b[_0x17a169(0x154,'\x76\x6a\x45\x28')]||_0x20b80b[_0x17a169(0x18d,'\x68\x70\x45\x21')][_0x17a169(0x1b8,'\x44\x78\x35\x39')]<0x3e5+0x2*-0x7ac+-0x1*-0xb87)return{'\x6f\x6b':![],'\x73\x74\x61\x74\x75\x73':_0x17a169(0x25e,'\x70\x2a\x46\x25'),'\x72\x65\x61\x73\x6f\x6e':_0x17a169(0x203,'\x73\x57\x66\x5a')+_0x17a169(0x1cb,'\x71\x41\x47\x4c')};const _0x3001ef=evaluateGate(_0x1cc329,_0x20b80b);if(!_0x3001ef['\x6f\x6b'])return{'\x6f\x6b':![],'\x73\x74\x61\x74\x75\x73':_0x17a169(0x150,'\x36\x46\x78\x68'),'\x72\x65\x61\x73\x6f\x6e':_0x3001ef[_0x17a169(0x165,'\x5a\x67\x73\x74')]??'\x69\x6e\x73\x75\x66\x66\x69\x63'+_0x17a169(0x1f7,'\x44\x56\x25\x4e')+'\x73\x61\x62\x6c\x65\x5f\x73\x69'+_0x17a169(0x224,'\x79\x23\x25\x42'),'\x71\x75\x61\x6c\x69\x74\x79':_0x3001ef,'\x73\x69\x67\x6e\x61\x6c\x73':_0x20b80b[_0x17a169(0x159,'\x28\x76\x67\x48')]};const _0x2c1734=slugify(_0x1cc329[_0x17a169(0x188,'\x71\x41\x47\x4c')]??_0x1cc329[_0x17a169(0x158,'\x51\x56\x23\x59')]??_0x20b80b[_0x17a169(0x269,'\x4a\x45\x75\x41')]),_0x5f22c9=hashInput({'\x73\x75\x6d\x6d\x61\x72\x79':_0x20b80b[_0x17a169(0x147,'\x5b\x73\x44\x5d')],'\x73\x69\x67\x6e\x61\x6c\x73':_0x20b80b[_0x17a169(0x15a,'\x40\x29\x33\x39')],'\x73\x74\x72\x61\x74\x65\x67\x79':_0x20b80b[_0x17a169(0x168,'\x52\x68\x67\x67')],'\x61\x72\x74\x69\x66\x61\x63\x74\x73':_0x20b80b[_0x17a169(0x1b5,'\x4a\x45\x75\x41')+'\x73']}),_0x40a4b1=inferCategory(_0x20b80b[_0x17a169(0x16d,'\x2a\x35\x52\x5e')],_0x20b80b[_0x17a169(0x202,'\x78\x4e\x78\x74')]),_0xd1e139={'\x74\x79\x70\x65':'\x47\x65\x6e\x65','\x73\x63\x68\x65\x6d\x61\x5f\x76\x65\x72\x73\x69\x6f\x6e':SCHEMA_VERSION,'\x69\x64':_0x17a169(0x27e,'\x2a\x35\x52\x5e')+_0x17a169(0x28b,'\x78\x47\x4f\x73')+'\x6e\x5f'+_0x2c1734+'\x5f'+_0x5f22c9,'\x73\x75\x6d\x6d\x61\x72\x79':_0x20b80b[_0x17a169(0x1ee,'\x65\x78\x51\x59')],'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x40a4b1,'\x73\x69\x67\x6e\x61\x6c\x73\x5f\x6d\x61\x74\x63\x68':_0x20b80b[_0x17a169(0x1a8,'\x40\x75\x5d\x30')],'\x70\x72\x65\x63\x6f\x6e\x64\x69\x74\x69\x6f\x6e\x73':['\x41\x20\x6c\x69\x76\x65\x20\x61'+_0x17a169(0x1ad,'\x44\x78\x35\x39')+_0x17a169(0x182,'\x36\x69\x66\x79')+'\x6e\x20\x70\x72\x6f\x64\x75\x63'+_0x17a169(0x211,'\x68\x70\x45\x21')+_0x17a169(0x268,'\x26\x4a\x73\x68')+_0x17a169(0x197,'\x32\x75\x36\x26')+_0x17a169(0x223,'\x40\x29\x33\x39')+_0x17a169(0x17b,'\x63\x67\x75\x79'),_0x17a169(0x25c,'\x79\x23\x25\x42')+_0x17a169(0x146,'\x79\x23\x25\x42')+'\x20\x69\x6e\x63\x6c\x75\x64\x65'+_0x17a169(0x264,'\x79\x23\x25\x42')+_0x17a169(0x1e6,'\x40\x75\x5d\x30')+_0x17a169(0x227,'\x71\x41\x47\x4c')+_0x17a169(0x1de,'\x55\x56\x76\x48')+_0x17a169(0x272,'\x79\x23\x25\x42')+_0x17a169(0x20b,'\x66\x4c\x33\x58')+_0x17a169(0x19c,'\x51\x56\x23\x59')],'\x73\x74\x72\x61\x74\x65\x67\x79':_0x20b80b[_0x17a169(0x1c0,'\x36\x46\x78\x68')],'\x76\x61\x6c\x69\x64\x61\x74\x69\x6f\x6e':_0x20b80b[_0x17a169(0x279,'\x51\x56\x23\x59')+'\x6e'][_0x17a169(0x270,'\x58\x4f\x75\x72')+'\x6f\x6e']['\x6c\x65\x6e\x67\x74\x68']>-0x20e9+-0x1*-0x20f7+-0xe?_0x20b80b['\x65\x78\x65\x63\x75\x74\x69\x6f'+'\x6e'][_0x17a169(0x284,'\x51\x56\x23\x59')+'\x6f\x6e']:[_0x17a169(0x1ca,'\x73\x57\x66\x5a')+'\x65\x72\x73\x69\x6f\x6e'],'\x63\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x73':{'\x6d\x61\x78\x5f\x66\x69\x6c\x65\x73':0x14,'\x66\x6f\x72\x62\x69\x64\x64\x65\x6e\x5f\x70\x61\x74\x68\x73':[_0x17a169(0x1e2,'\x65\x78\x51\x59'),_0x17a169(0x16e,'\x78\x47\x4f\x73')+'\x75\x6c\x65\x73','\x2e\x65\x6e\x76']},'\x5f\x73\x6f\x75\x72\x63\x65':{'\x6b\x69\x6e\x64':_0x17a169(0x281,'\x51\x56\x23\x59')+_0x17a169(0x24d,'\x6c\x72\x38\x57')+_0x17a169(0x21e,'\x49\x57\x4d\x23')+'\x6e','\x70\x6c\x61\x74\x66\x6f\x72\x6d':_0x20b80b['\x70\x6c\x61\x74\x66\x6f\x72\x6d'],'\x73\x6f\x75\x72\x63\x65\x5f\x74\x68\x72\x65\x61\x64':_0x20b80b[_0x17a169(0x1d9,'\x79\x23\x25\x42')+_0x17a169(0x24f,'\x5e\x66\x24\x30')]||null,'\x71\x75\x61\x6c\x69\x74\x79':_0x3001ef,'\x64\x69\x73\x74\x69\x6c\x6c\x65\x64\x5f\x61\x74':new Date()[_0x17a169(0x1c2,'\x51\x56\x23\x59')+_0x17a169(0x21b,'\x68\x70\x45\x21')]()},'\x61\x73\x73\x65\x74\x5f\x69\x64':''};_0xd1e139[_0x17a169(0x241,'\x71\x41\x47\x4c')]=computeAssetId(_0xd1e139)??'';const _0x1d91e5={'\x74\x79\x70\x65':_0x17a169(0x17c,'\x55\x72\x5e\x2a'),'\x73\x63\x68\x65\x6d\x61\x5f\x76\x65\x72\x73\x69\x6f\x6e':SCHEMA_VERSION,'\x69\x64':_0x17a169(0x249,'\x4a\x45\x75\x41')+_0x17a169(0x1c3,'\x5d\x75\x46\x36')+_0x17a169(0x155,'\x4a\x45\x75\x41')+_0x2c1734+'\x5f'+_0x5f22c9,'\x74\x72\x69\x67\x67\x65\x72':_0x20b80b[_0x17a169(0x247,'\x49\x57\x4d\x23')],'\x67\x65\x6e\x65':String(_0xd1e139['\x69\x64']),'\x73\x75\x6d\x6d\x61\x72\x79':_0x20b80b[_0x17a169(0x1d3,'\x44\x56\x25\x4e')],'\x63\x6f\x6e\x66\x69\x64\x65\x6e\x63\x65':Math[_0x17a169(0x274,'\x53\x75\x4d\x51')](-0x1693+0x5*0x7be+-0x1023+0.95,0x7*-0x223+0x9a*-0x38+-0x1037*-0x3+0.5+_0x3001ef[_0x17a169(0x164,'\x26\x4a\x73\x68')]/(-0x1*0x1961+-0x21ef+0x3b64)),'\x62\x6c\x61\x73\x74\x5f\x72\x61\x64\x69\x75\x73':normalizePublishBlastRadius(_0x20b80b[_0x17a169(0x210,'\x36\x69\x66\x79')+'\x6e']['\x62\x6c\x61\x73\x74\x5f\x72\x61'+_0x17a169(0x15e,'\x44\x78\x35\x39')],_0x20b80b[_0x17a169(0x239,'\x6c\x72\x38\x57')+'\x73']['\x6c\x65\x6e\x67\x74\x68']),'\x6f\x75\x74\x63\x6f\x6d\x65':{'\x73\x74\x61\x74\x75\x73':_0x20b80b[_0x17a169(0x1f3,'\x76\x6a\x45\x28')+'\x6e']['\x73\x74\x61\x74\x75\x73'],'\x73\x63\x6f\x72\x65':_0x20b80b[_0x17a169(0x210,'\x36\x69\x66\x79')+'\x6e'][_0x17a169(0x1a2,'\x5b\x73\x44\x5d')]===_0x17a169(0x179,'\x68\x70\x45\x21')?-0x2*0x998+0x3*-0xb24+-0x16c*-0x25+0.82:0x1*0x236+-0x1c*-0x42+-0x96e+0.35},'\x73\x6f\x75\x72\x63\x65\x5f\x74\x79\x70\x65':_0x17a169(0x221,'\x5b\x73\x44\x5d')+_0x17a169(0x1ac,'\x25\x76\x25\x58')+'\x74\x69\x6c\x6c\x61\x74\x69\x6f'+'\x6e','\x73\x74\x72\x61\x74\x65\x67\x79':_0x20b80b[_0x17a169(0x161,'\x53\x45\x4d\x25')],'\x65\x78\x65\x63\x75\x74\x69\x6f\x6e\x5f\x74\x72\x61\x63\x65':_0x20b80b['\x65\x78\x65\x63\x75\x74\x69\x6f'+'\x6e'][_0x17a169(0x1ae,'\x44\x56\x25\x4e')],'\x61\x32\x61':{'\x65\x6c\x69\x67\x69\x62\x6c\x65\x5f\x74\x6f\x5f\x62\x72\x6f\x61\x64\x63\x61\x73\x74':!![]},'\x63\x6f\x6e\x74\x65\x6e\x74':capsuleContent(_0x20b80b),'\x64\x69\x66\x66':'','\x72\x65\x75\x73\x65\x64\x5f\x61\x73\x73\x65\x74\x5f\x69\x64':'','\x65\x6e\x76\x5f\x66\x69\x6e\x67\x65\x72\x70\x72\x69\x6e\x74':{'\x70\x6c\x61\x74\x66\x6f\x72\x6d':_0x20b80b[_0x17a169(0x271,'\x47\x4e\x53\x45')],'\x73\x6f\x75\x72\x63\x65\x5f\x74\x68\x72\x65\x61\x64':_0x20b80b['\x73\x6f\x75\x72\x63\x65\x5f\x74'+_0x17a169(0x201,'\x53\x75\x4d\x51')]||null,'\x6d\x6f\x64\x65\x6c':_0x20b80b[_0x17a169(0x189,'\x55\x72\x5e\x2a')]},'\x61\x73\x73\x65\x74\x5f\x69\x64':''};_0x1d91e5[_0x17a169(0x23d,'\x6c\x72\x38\x57')]=computeAssetId(_0x1d91e5)??'';const _0x4e31cf=(_0x465bbc[_0x17a169(0x152,'\x70\x5e\x54\x30')]??_0x1cc329[_0x17a169(0x26a,'\x2a\x35\x52\x5e')])===!![];return _0x4e31cf&&_0x465bbc[_0x17a169(0x1b0,'\x26\x4a\x73\x68')]&&(await _0x465bbc['\x73\x74\x6f\x72\x65'][_0x17a169(0x15f,'\x36\x69\x66\x79')](_0xd1e139),await _0x465bbc['\x73\x74\x6f\x72\x65']['\x70\x75\x74'](_0x1d91e5)),{'\x6f\x6b':!![],'\x73\x74\x61\x74\x75\x73':_0x4e31cf&&_0x465bbc[_0x17a169(0x18f,'\x66\x4c\x33\x58')]?_0x17a169(0x20f,'\x52\x68\x67\x67'):_0x17a169(0x1f6,'\x73\x57\x66\x5a'),'\x64\x69\x73\x74\x69\x6c\x6c\x5f\x69\x64':_0x5f22c9,'\x71\x75\x61\x6c\x69\x74\x79':_0x3001ef,'\x73\x69\x67\x6e\x61\x6c\x73':_0x20b80b[_0x17a169(0x1be,'\x5e\x66\x24\x30')],'\x67\x65\x6e\x65':_0xd1e139,'\x63\x61\x70\x73\x75\x6c\x65':_0x1d91e5};}
|
package/dist/hub/fake.js
CHANGED
|
@@ -1,70 +1 @@
|
|
|
1
|
-
import { computeAssetId } from '../wire/index.js';
|
|
2
|
-
const fakeAuth = {
|
|
3
|
-
kind: 'oauth_device_token',
|
|
4
|
-
login: async () => ({ id: 'fake-cred', kind: 'oauth_device_token', token: 'fake-token' }),
|
|
5
|
-
authenticate: async () => ({ headers: { authorization: 'Bearer fake-token' } }),
|
|
6
|
-
rotate: async () => ({ id: 'fake-cred-2', kind: 'oauth_device_token', token: 'fake-token-2' }),
|
|
7
|
-
revoke: async () => { },
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* 内存 HubCapability(M6-1, 测试用). 复用 InMemoryTransport 思路, 但走完整 HubCapability 形状,
|
|
11
|
-
* 让 SyncEngine/LifecycleManager/bindings 不连真 hub 即可端到端测.
|
|
12
|
-
*/
|
|
13
|
-
export class FakeHubCapability {
|
|
14
|
-
opts;
|
|
15
|
-
assets = new Map();
|
|
16
|
-
inbox = [];
|
|
17
|
-
acked = new Set();
|
|
18
|
-
pushed = [];
|
|
19
|
-
claims = [];
|
|
20
|
-
completed = [];
|
|
21
|
-
auth = fakeAuth;
|
|
22
|
-
agentDirectory;
|
|
23
|
-
nextPollAfterMs;
|
|
24
|
-
constructor(opts = {}) {
|
|
25
|
-
this.opts = opts;
|
|
26
|
-
}
|
|
27
|
-
/** 测试注入: 排一条 inbound 事件供 poll 拉. */
|
|
28
|
-
seedInbound(e) { this.inbox.push(e); }
|
|
29
|
-
async publish(bundle, _options) {
|
|
30
|
-
const assetIds = bundle.map((a) => computeAssetId(a));
|
|
31
|
-
const gate = this.opts.publishGate?.(bundle[0] ?? {}) ?? { status: 'accepted' };
|
|
32
|
-
if (gate.status === 'accepted')
|
|
33
|
-
bundle.forEach((a, i) => this.assets.set(assetIds[i], { ...a, asset_id: assetIds[i] }));
|
|
34
|
-
return { receiptId: `rcpt-${(assetIds[0] ?? 'x').slice(7, 15)}`, status: gate.status, assetId: assetIds[0], assetIds, bundleId: `bundle-${(assetIds[0] ?? 'x').slice(7, 15)}`, ...(gate.reason ? { reason: gate.reason } : {}), ...(gate.terminal !== undefined ? { terminal: gate.terminal } : {}) };
|
|
35
|
-
}
|
|
36
|
-
async fetch(query) {
|
|
37
|
-
return [...this.assets.values()].filter((a) => !query.kind || a.type === query.kind).slice(0, query.limit ?? 1000);
|
|
38
|
-
}
|
|
39
|
-
search(query) { return this.fetch(query); }
|
|
40
|
-
task = {
|
|
41
|
-
claim: async (taskId) => {
|
|
42
|
-
const claimId = `claim-${taskId}`;
|
|
43
|
-
this.claims.push({ taskId, claimId });
|
|
44
|
-
return { claimId };
|
|
45
|
-
},
|
|
46
|
-
complete: async (claimId, result, context) => {
|
|
47
|
-
this.completed.push({ claimId, result, ...(context ? { context } : {}) });
|
|
48
|
-
return { status: 'completed' };
|
|
49
|
-
},
|
|
50
|
-
subscribe: async function* () {
|
|
51
|
-
/* 内存桩: 空流 */
|
|
52
|
-
}.bind(this),
|
|
53
|
-
};
|
|
54
|
-
mailbox = {
|
|
55
|
-
poll: async () => {
|
|
56
|
-
const events = this.inbox.splice(0);
|
|
57
|
-
return { events, ...(this.nextPollAfterMs !== undefined ? { nextPollAfterMs: this.nextPollAfterMs } : {}), hasMore: this.inbox.length > 0 };
|
|
58
|
-
},
|
|
59
|
-
ack: async (eventId) => { this.acked.add(eventId); },
|
|
60
|
-
push: async (event) => { this.pushed.push(event); },
|
|
61
|
-
pushMany: async (events) => {
|
|
62
|
-
this.pushed.push(...events);
|
|
63
|
-
return { outcomes: events.map((event) => ({ id: event.id, status: 'accepted' })) };
|
|
64
|
-
},
|
|
65
|
-
status: async () => ({ pending: this.inbox.length }),
|
|
66
|
-
};
|
|
67
|
-
/** 测试断言用. */
|
|
68
|
-
isAcked(id) { return this.acked.has(id); }
|
|
69
|
-
publishedCount() { return this.assets.size; }
|
|
70
|
-
}
|
|
1
|
+
const _0x3d8799=_0x6794;(function(_0x3a54ee,_0x204314){const _0x1268cd=_0x6794,_0xcb6b33=_0x3a54ee();while(!![]){try{const _0x4e993a=parseInt(_0x1268cd(0x164,'\x32\x65\x36\x64'))/(0xe73+-0x15db*0x1+0x769)+parseInt(_0x1268cd(0x142,'\x55\x25\x44\x37'))/(0x39f+0xde+0x25*-0x1f)*(parseInt(_0x1268cd(0x136,'\x5b\x33\x53\x26'))/(-0x13*-0xd+-0x1187+0x1093))+-parseInt(_0x1268cd(0x127,'\x31\x55\x30\x61'))/(0xa3*-0x23+-0xa93+0x20e0*0x1)*(parseInt(_0x1268cd(0x158,'\x4a\x5a\x25\x6a'))/(0x7*-0x11c+-0x1eb5*0x1+0x267e))+-parseInt(_0x1268cd(0x156,'\x5b\x33\x53\x26'))/(0x4*0xbe+-0x1*-0x242+0x1bc*-0x3)*(-parseInt(_0x1268cd(0x16c,'\x5d\x4f\x67\x63'))/(0x1*-0x16fa+0x1*-0x18e5+0x2fe6))+parseInt(_0x1268cd(0x171,'\x5e\x25\x72\x67'))/(-0x465*-0x6+0x1c55*0x1+-0x36ab)+-parseInt(_0x1268cd(0x141,'\x58\x49\x49\x53'))/(0x11a4*0x1+-0x258a+0x13ef)*(parseInt(_0x1268cd(0x146,'\x30\x62\x2a\x23'))/(0x3*-0x2bb+-0x1*0x7f7+0x1032))+parseInt(_0x1268cd(0x169,'\x52\x30\x43\x4d'))/(0xb15+0x1e75+0x297f*-0x1)*(-parseInt(_0x1268cd(0x16b,'\x79\x70\x68\x32'))/(-0x16be+0x7b3+0x1*0xf17));if(_0x4e993a===_0x204314)break;else _0xcb6b33['push'](_0xcb6b33['shift']());}catch(_0x5610bf){_0xcb6b33['push'](_0xcb6b33['shift']());}}}(_0x1f9a,0x8ecb1+0x18caf*-0x4+-0x2*-0x5f885));function _0x1f9a(){const _0x114ad1=['\x57\x35\x70\x63\x55\x63\x4f\x62\x57\x37\x6c\x63\x4e\x47','\x57\x52\x38\x4a\x57\x36\x71\x4b\x42\x64\x46\x64\x4a\x43\x6f\x4d','\x57\x51\x4a\x64\x4a\x6d\x6b\x4d\x67\x6d\x6b\x45\x57\x36\x30\x6c\x75\x57','\x57\x52\x71\x70\x57\x51\x33\x63\x51\x57','\x57\x34\x4f\x2f\x57\x37\x5a\x63\x4d\x6d\x6b\x70\x73\x61','\x57\x50\x47\x4f\x57\x51\x48\x68\x42\x64\x2f\x63\x51\x61','\x6f\x38\x6b\x7a\x57\x37\x66\x69\x6e\x57','\x45\x66\x4f\x2b\x57\x51\x70\x63\x52\x47','\x57\x51\x74\x63\x54\x43\x6b\x6e\x6e\x6d\x6f\x65','\x43\x6d\x6f\x45\x57\x34\x47\x35\x57\x4f\x42\x64\x53\x59\x57\x6f','\x67\x33\x4a\x64\x55\x38\x6f\x61\x57\x35\x70\x64\x53\x43\x6f\x56\x43\x61','\x57\x37\x75\x51\x57\x34\x31\x61\x41\x65\x57','\x63\x68\x31\x51\x69\x71','\x76\x38\x6b\x41\x57\x36\x43\x53\x57\x51\x70\x64\x49\x49\x2f\x64\x54\x47','\x64\x5a\x52\x64\x47\x53\x6f\x62','\x57\x36\x58\x79\x57\x36\x6c\x64\x54\x43\x6b\x54\x68\x53\x6f\x49\x6a\x61','\x57\x52\x33\x63\x53\x53\x6b\x65','\x57\x51\x44\x61\x57\x36\x42\x64\x48\x49\x78\x63\x52\x53\x6b\x6e\x57\x4f\x4c\x49\x57\x37\x70\x63\x53\x61\x4b','\x74\x53\x6b\x58\x75\x6d\x6b\x70\x57\x51\x30','\x6c\x53\x6b\x75\x57\x37\x6e\x6f\x46\x38\x6f\x48\x42\x4b\x47','\x68\x38\x6f\x4d\x63\x53\x6f\x79\x57\x36\x78\x64\x55\x38\x6b\x51\x57\x52\x6c\x63\x52\x6d\x6b\x32\x57\x52\x35\x77\x6b\x61','\x57\x51\x46\x63\x56\x43\x6b\x76\x6b\x43\x6f\x79\x44\x38\x6b\x73\x57\x52\x4b','\x44\x6d\x6f\x48\x62\x31\x65\x66\x57\x51\x6d\x79\x68\x61','\x57\x51\x4b\x71\x57\x34\x6c\x64\x56\x38\x6b\x4f\x6c\x57','\x57\x36\x62\x37\x6f\x48\x61','\x57\x51\x69\x46\x57\x51\x52\x63\x4f\x64\x75','\x67\x48\x6d\x75\x57\x36\x76\x59\x45\x67\x5a\x63\x49\x61','\x46\x6d\x6f\x39\x61\x76\x47','\x57\x37\x4b\x44\x57\x52\x52\x63\x4b\x77\x6c\x64\x54\x71','\x57\x52\x61\x39\x57\x52\x46\x64\x55\x38\x6f\x47\x7a\x76\x38','\x57\x50\x56\x64\x48\x4b\x46\x63\x4c\x58\x37\x63\x50\x75\x50\x59\x71\x6d\x6b\x64','\x6f\x43\x6f\x43\x44\x6d\x6f\x69\x57\x35\x33\x64\x4f\x43\x6b\x7a\x57\x35\x71','\x77\x43\x6b\x71\x57\x37\x44\x31\x57\x52\x2f\x64\x55\x49\x64\x64\x54\x47','\x77\x4d\x6e\x59\x41\x43\x6f\x68\x6f\x31\x76\x64','\x72\x43\x6f\x42\x64\x6d\x6f\x45\x42\x53\x6b\x69\x57\x35\x52\x64\x4d\x71','\x78\x4d\x39\x57\x46\x38\x6f\x33\x69\x71','\x57\x51\x78\x64\x4b\x72\x35\x4e\x71\x38\x6b\x54','\x43\x53\x6b\x43\x57\x52\x64\x63\x52\x6d\x6f\x45\x7a\x6d\x6f\x32\x57\x52\x34','\x70\x38\x6f\x69\x77\x4a\x5a\x64\x4e\x43\x6b\x30\x57\x37\x6d','\x57\x51\x4b\x6a\x57\x35\x74\x64\x53\x57','\x43\x38\x6f\x30\x63\x71','\x43\x4b\x33\x64\x4e\x64\x70\x63\x4b\x4c\x44\x6d\x68\x4c\x7a\x6f\x72\x65\x61','\x57\x51\x47\x7a\x67\x38\x6b\x44\x57\x36\x54\x51\x57\x35\x7a\x50\x69\x65\x61','\x78\x53\x6f\x74\x68\x57','\x57\x52\x58\x73\x63\x53\x6f\x4f\x63\x47\x57\x31\x57\x52\x61','\x79\x61\x48\x38\x57\x52\x57\x59\x57\x34\x4a\x64\x55\x73\x61','\x63\x4b\x54\x4f\x57\x50\x70\x63\x4b\x65\x52\x63\x51\x53\x6b\x57','\x57\x36\x44\x2f\x70\x71','\x57\x52\x76\x55\x77\x53\x6f\x66','\x72\x32\x6e\x2f\x41\x61','\x6b\x4d\x56\x64\x52\x43\x6f\x6a\x57\x34\x4a\x64\x4a\x38\x6f\x30','\x57\x50\x53\x4e\x57\x36\x34\x5a\x6a\x63\x42\x63\x4e\x38\x6f\x4c','\x73\x6d\x6b\x6f\x57\x36\x65\x57','\x45\x6d\x6f\x73\x57\x35\x57\x35\x57\x52\x70\x64\x52\x47','\x57\x36\x4c\x63\x43\x59\x64\x64\x50\x62\x43\x4e\x57\x4f\x70\x64\x54\x4d\x53','\x57\x51\x6e\x62\x57\x51\x38','\x57\x34\x72\x66\x57\x36\x46\x64\x4b\x48\x71\x45','\x43\x43\x6f\x41\x57\x34\x75\x35\x57\x52\x37\x64\x47\x59\x71\x68','\x57\x36\x38\x74\x6b\x53\x6f\x57','\x6b\x72\x56\x63\x4a\x67\x5a\x64\x4d\x71','\x43\x48\x48\x79\x57\x4f\x53','\x57\x4f\x43\x36\x57\x51\x2f\x64\x51\x38\x6f\x33\x77\x57','\x57\x50\x4a\x64\x49\x49\x6c\x64\x4b\x49\x2f\x63\x53\x4b\x62\x4c','\x46\x31\x57\x50\x57\x51\x78\x63\x54\x47\x70\x64\x56\x73\x61','\x57\x36\x78\x63\x4c\x30\x43\x47\x62\x43\x6f\x52\x57\x37\x4a\x64\x54\x4a\x56\x64\x54\x47\x78\x64\x51\x71','\x57\x37\x79\x36\x57\x34\x35\x45\x79\x4c\x46\x64\x47\x47','\x57\x51\x6a\x6f\x57\x52\x37\x64\x49\x53\x6b\x57','\x57\x52\x6e\x59\x73\x38\x6f\x74\x57\x4f\x79\x2f','\x57\x52\x6a\x37\x71\x38\x6f\x64\x57\x4f\x57','\x57\x34\x6e\x50\x57\x36\x78\x64\x4c\x58\x79\x70\x57\x37\x53\x65','\x57\x36\x31\x75\x77\x38\x6f\x66\x57\x34\x66\x69','\x57\x37\x71\x56\x67\x43\x6b\x71\x57\x51\x79\x78\x57\x35\x2f\x64\x53\x58\x4c\x38','\x57\x51\x47\x34\x46\x68\x38\x35\x57\x37\x78\x63\x4e\x47\x57','\x57\x52\x52\x63\x56\x38\x6b\x71\x6b\x43\x6b\x44','\x68\x72\x6d\x64\x57\x36\x58\x73\x45\x67\x2f\x63\x49\x57','\x57\x51\x68\x63\x53\x53\x6b\x63\x6d\x53\x6f\x69','\x57\x4f\x6c\x64\x50\x53\x6f\x56\x46\x43\x6b\x4e\x57\x34\x6c\x63\x49\x4e\x6a\x4a\x57\x34\x4c\x64\x57\x4f\x65\x76','\x46\x43\x6f\x57\x67\x65\x43','\x57\x51\x31\x32\x6c\x71','\x61\x73\x4e\x64\x4e\x43\x6f\x78\x57\x37\x53','\x6d\x38\x6f\x79\x43\x43\x6f\x6b\x57\x4f\x74\x64\x51\x47','\x57\x52\x48\x71\x42\x43\x6b\x50\x41\x71\x30\x2b\x57\x4f\x68\x64\x4a\x53\x6b\x67\x57\x4f\x47','\x57\x36\x68\x63\x56\x78\x4e\x63\x49\x76\x47\x30\x69\x38\x6b\x6d','\x57\x51\x66\x6e\x57\x36\x64\x64\x4a\x4d\x37\x64\x4c\x6d\x6b\x57\x57\x51\x58\x45\x57\x35\x47','\x6a\x53\x6b\x31\x77\x71\x65\x71\x57\x36\x79\x44\x6f\x6d\x6b\x79\x57\x36\x69\x32\x57\x52\x75','\x6c\x74\x52\x63\x47\x57','\x57\x51\x34\x42\x6c\x4e\x56\x64\x55\x71','\x57\x51\x61\x31\x46\x78\x75\x58','\x75\x43\x6f\x68\x61\x43\x6f\x46\x78\x43\x6b\x7a\x57\x50\x47','\x44\x67\x46\x64\x4e\x31\x4f\x4c\x72\x71\x6a\x7a\x57\x4f\x71\x70\x65\x53\x6b\x78\x57\x36\x61','\x45\x58\x72\x57\x57\x52\x71','\x57\x52\x33\x64\x49\x53\x6b\x33\x65\x6d\x6b\x68\x57\x37\x43\x70\x77\x57','\x57\x34\x39\x2f\x57\x36\x53\x33\x7a\x47\x33\x63\x48\x6d\x6b\x76\x57\x35\x31\x4f','\x57\x34\x42\x63\x4f\x33\x72\x42','\x6d\x38\x6f\x6b\x77\x64\x78\x64\x4d\x57','\x57\x50\x69\x30\x57\x51\x37\x64\x52\x53\x6f\x2b\x74\x76\x4a\x63\x4e\x61','\x6b\x53\x6b\x6f\x57\x4f\x76\x34\x57\x36\x37\x63\x52\x73\x4f\x54\x6d\x43\x6b\x4f\x57\x34\x33\x63\x49\x61','\x57\x51\x4c\x6a\x57\x52\x6c\x64\x47\x71','\x68\x74\x34\x4e\x6f\x43\x6b\x47\x44\x47\x58\x66\x66\x77\x42\x64\x4f\x6d\x6f\x61\x57\x4f\x4f'];_0x1f9a=function(){return _0x114ad1;};return _0x1f9a();}import{computeAssetId}from'\x2e\x2e\x2f\x77\x69\x72\x65\x2f\x69\x6e\x64\x65\x78\x2e\x6a\x73';const fakeAuth={'\x6b\x69\x6e\x64':_0x3d8799(0x12d,'\x28\x6f\x4a\x77')+_0x3d8799(0x13a,'\x38\x25\x6a\x4e')+'\x65\x6e','\x6c\x6f\x67\x69\x6e':async()=>({'\x69\x64':_0x3d8799(0x14b,'\x64\x58\x72\x34')+'\x64','\x6b\x69\x6e\x64':_0x3d8799(0x151,'\x6a\x68\x67\x72')+_0x3d8799(0x16a,'\x4c\x24\x65\x41')+'\x65\x6e','\x74\x6f\x6b\x65\x6e':_0x3d8799(0x12b,'\x56\x53\x57\x76')+'\x65\x6e'}),'\x61\x75\x74\x68\x65\x6e\x74\x69\x63\x61\x74\x65':async()=>({'\x68\x65\x61\x64\x65\x72\x73':{'\x61\x75\x74\x68\x6f\x72\x69\x7a\x61\x74\x69\x6f\x6e':_0x3d8799(0x17c,'\x64\x58\x72\x34')+_0x3d8799(0x138,'\x4c\x6f\x41\x28')+'\x6e'}}),'\x72\x6f\x74\x61\x74\x65':async()=>({'\x69\x64':_0x3d8799(0x137,'\x6b\x62\x77\x4f')+_0x3d8799(0x166,'\x5b\x34\x42\x51'),'\x6b\x69\x6e\x64':_0x3d8799(0x125,'\x4c\x6f\x41\x28')+_0x3d8799(0x139,'\x63\x68\x7a\x6e')+'\x65\x6e','\x74\x6f\x6b\x65\x6e':_0x3d8799(0x12e,'\x5d\x4f\x67\x63')+_0x3d8799(0x175,'\x4c\x46\x70\x68')}),'\x72\x65\x76\x6f\x6b\x65':async()=>{}};function _0x6794(_0x2978a5,_0x25d526){_0x2978a5=_0x2978a5-(-0x2062+-0x4f6+-0xe5*-0x2b);const _0x5a9dde=_0x1f9a();let _0x4a94e6=_0x5a9dde[_0x2978a5];if(_0x6794['\x75\x63\x4f\x51\x62\x58']===undefined){var _0x4851f7=function(_0x532202){const _0x135d2f='\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 _0x3c9642='',_0x49c89d='';for(let _0x1617ba=-0x148*0x1b+0x356+0x1f42,_0x51dad8,_0x4bb755,_0x849e33=-0x1*0x254f+0x655*-0x5+0x44f8*0x1;_0x4bb755=_0x532202['\x63\x68\x61\x72\x41\x74'](_0x849e33++);~_0x4bb755&&(_0x51dad8=_0x1617ba%(-0x21b+-0x93*0x41+-0x16*-0x1cb)?_0x51dad8*(0xaa2+0x221*0x2+-0xea4)+_0x4bb755:_0x4bb755,_0x1617ba++%(-0x33*-0x13+0x1a8f*0x1+-0x1e54))?_0x3c9642+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x63+0x32*-0x89+0x2*0xdaf&_0x51dad8>>(-(-0x22e9+-0x11a6*0x2+0x4637)*_0x1617ba&-0x2*-0xf79+-0x7*-0x5c+0x42e*-0x8)):-0x269c+-0x1*0x26c7+0x4d63*0x1){_0x4bb755=_0x135d2f['\x69\x6e\x64\x65\x78\x4f\x66'](_0x4bb755);}for(let _0x2109a7=-0x1a*0x12f+-0x5c*-0x29+-0x1*-0x100a,_0x29d671=_0x3c9642['\x6c\x65\x6e\x67\x74\x68'];_0x2109a7<_0x29d671;_0x2109a7++){_0x49c89d+='\x25'+('\x30\x30'+_0x3c9642['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2109a7)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x43f+0x244c+-0x287b))['\x73\x6c\x69\x63\x65'](-(0x172c+-0x2243+0xb19));}return decodeURIComponent(_0x49c89d);};const _0x231346=function(_0x4a54e7,_0x390d01){let _0x5b1222=[],_0x5b1935=0x2047+0x135e+-0x5bd*0x9,_0x4b8856,_0x132d42='';_0x4a54e7=_0x4851f7(_0x4a54e7);let _0x1357df;for(_0x1357df=0x1*0x2047+-0x775*-0x2+-0x2f31;_0x1357df<-0x6d*0x4c+0x7*0x138+-0xc6a*-0x2;_0x1357df++){_0x5b1222[_0x1357df]=_0x1357df;}for(_0x1357df=0xc9d*0x3+0x3ea*0x2+-0x513*0x9;_0x1357df<-0x172*0x5+0x297+0x27*0x25;_0x1357df++){_0x5b1935=(_0x5b1935+_0x5b1222[_0x1357df]+_0x390d01['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x1357df%_0x390d01['\x6c\x65\x6e\x67\x74\x68']))%(-0x5*0x37b+0x1cd2+0x379*-0x3),_0x4b8856=_0x5b1222[_0x1357df],_0x5b1222[_0x1357df]=_0x5b1222[_0x5b1935],_0x5b1222[_0x5b1935]=_0x4b8856;}_0x1357df=0x78a+0x2*-0xb80+0xf76,_0x5b1935=0x2138+0x11e1*-0x1+-0xf57;for(let _0x4ec35e=0x9f1+-0x12c5+0x8d4;_0x4ec35e<_0x4a54e7['\x6c\x65\x6e\x67\x74\x68'];_0x4ec35e++){_0x1357df=(_0x1357df+(0x165a+-0x1297+0x1*-0x3c2))%(0x3*0xb33+-0x10ab+0x2*-0x7f7),_0x5b1935=(_0x5b1935+_0x5b1222[_0x1357df])%(-0x1cba+0x892+0x1528),_0x4b8856=_0x5b1222[_0x1357df],_0x5b1222[_0x1357df]=_0x5b1222[_0x5b1935],_0x5b1222[_0x5b1935]=_0x4b8856,_0x132d42+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x4a54e7['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4ec35e)^_0x5b1222[(_0x5b1222[_0x1357df]+_0x5b1222[_0x5b1935])%(-0x1*-0x43f+-0x1fd5+0x1c96)]);}return _0x132d42;};_0x6794['\x66\x45\x4a\x43\x4c\x47']=_0x231346,_0x6794['\x4e\x65\x69\x58\x52\x41']={},_0x6794['\x75\x63\x4f\x51\x62\x58']=!![];}const _0x2ad579=_0x5a9dde[0x1859*0x1+-0x6d*-0x52+0x185*-0x27],_0x3410e9=_0x2978a5+_0x2ad579,_0x247b7d=_0x6794['\x4e\x65\x69\x58\x52\x41'][_0x3410e9];return!_0x247b7d?(_0x6794['\x4c\x4d\x41\x42\x72\x59']===undefined&&(_0x6794['\x4c\x4d\x41\x42\x72\x59']=!![]),_0x4a94e6=_0x6794['\x66\x45\x4a\x43\x4c\x47'](_0x4a94e6,_0x25d526),_0x6794['\x4e\x65\x69\x58\x52\x41'][_0x3410e9]=_0x4a94e6):_0x4a94e6=_0x247b7d,_0x4a94e6;}export class FakeHubCapability{[_0x3d8799(0x126,'\x23\x68\x48\x67')];[_0x3d8799(0x17f,'\x46\x6d\x30\x7a')]=new Map();[_0x3d8799(0x15a,'\x6f\x70\x40\x25')]=[];[_0x3d8799(0x167,'\x23\x68\x48\x67')]=new Set();[_0x3d8799(0x15e,'\x55\x25\x44\x37')]=[];['\x63\x6c\x61\x69\x6d\x73']=[];[_0x3d8799(0x15d,'\x5b\x30\x75\x77')+'\x64']=[];[_0x3d8799(0x152,'\x52\x30\x43\x4d')]=fakeAuth;['\x61\x67\x65\x6e\x74\x44\x69\x72'+'\x65\x63\x74\x6f\x72\x79'];[_0x3d8799(0x121,'\x6a\x68\x67\x72')+_0x3d8799(0x135,'\x29\x34\x4d\x47')];constructor(_0xca0a65={}){const _0x27be55=_0x3d8799;this[_0x27be55(0x165,'\x5d\x4f\x67\x63')]=_0xca0a65;}[_0x3d8799(0x162,'\x4a\x35\x44\x36')+_0x3d8799(0x128,'\x28\x6f\x4a\x77')](_0x3a2619){const _0x2323ae=_0x3d8799;this[_0x2323ae(0x16f,'\x5b\x34\x42\x51')][_0x2323ae(0x14c,'\x4c\x6f\x41\x28')](_0x3a2619);}async[_0x3d8799(0x159,'\x64\x4b\x38\x28')](_0x2e42db,_0x18e672){const _0x68e100=_0x3d8799,_0x228e5a=_0x2e42db['\x6d\x61\x70'](_0x8d6a98=>computeAssetId(_0x8d6a98)),_0x34deb0=this['\x6f\x70\x74\x73'][_0x68e100(0x145,'\x79\x39\x53\x77')+_0x68e100(0x140,'\x5d\x4f\x67\x63')]?.(_0x2e42db[-0x1e29+0x15*-0x89+0x2966]??{})??{'\x73\x74\x61\x74\x75\x73':_0x68e100(0x157,'\x65\x26\x45\x56')};if(_0x34deb0['\x73\x74\x61\x74\x75\x73']===_0x68e100(0x173,'\x24\x6f\x6a\x51'))_0x2e42db[_0x68e100(0x180,'\x51\x40\x24\x63')]((_0x3dd996,_0x223ea9)=>this['\x61\x73\x73\x65\x74\x73'][_0x68e100(0x147,'\x4a\x72\x63\x29')](_0x228e5a[_0x223ea9],{..._0x3dd996,'\x61\x73\x73\x65\x74\x5f\x69\x64':_0x228e5a[_0x223ea9]}));return{'\x72\x65\x63\x65\x69\x70\x74\x49\x64':_0x68e100(0x161,'\x28\x6f\x4a\x77')+(_0x228e5a[-0x18ac+0x23*0x92+0x6*0xc9]??'\x78')[_0x68e100(0x15c,'\x52\x69\x4b\x55')](0x253d+-0x1e18+0x1*-0x71e,0x1bb*-0xd+0x266f+0x3*-0x54b),'\x73\x74\x61\x74\x75\x73':_0x34deb0[_0x68e100(0x13c,'\x4a\x5a\x25\x6a')],'\x61\x73\x73\x65\x74\x49\x64':_0x228e5a[0x1a8f*0x1+-0xa4*-0x25+-0x3243],'\x61\x73\x73\x65\x74\x49\x64\x73':_0x228e5a,'\x62\x75\x6e\x64\x6c\x65\x49\x64':_0x68e100(0x170,'\x38\x25\x6a\x4e')+(_0x228e5a[0x297+0xf99+0x61*-0x30]??'\x78')[_0x68e100(0x16e,'\x25\x23\x47\x6a')](-0x5*0x37b+0x1cd2+0x1e6*-0x6,0x78a+0x2*-0xb80+0xf85),..._0x34deb0[_0x68e100(0x13b,'\x63\x68\x7a\x6e')]?{'\x72\x65\x61\x73\x6f\x6e':_0x34deb0[_0x68e100(0x15b,'\x52\x69\x4b\x55')]}:{},..._0x34deb0[_0x68e100(0x132,'\x4a\x35\x44\x36')]!==undefined?{'\x74\x65\x72\x6d\x69\x6e\x61\x6c':_0x34deb0[_0x68e100(0x17d,'\x24\x6f\x6a\x51')]}:{}};}async[_0x3d8799(0x131,'\x45\x6d\x5d\x74')](_0x2822bb){const _0x2a0853=_0x3d8799;return[...this[_0x2a0853(0x17f,'\x46\x6d\x30\x7a')][_0x2a0853(0x155,'\x29\x34\x4d\x47')]()][_0x2a0853(0x14d,'\x6a\x68\x67\x72')](_0x57486a=>!_0x2822bb[_0x2a0853(0x149,'\x63\x68\x7a\x6e')]||_0x57486a[_0x2a0853(0x148,'\x52\x69\x4b\x55')]===_0x2822bb[_0x2a0853(0x172,'\x79\x39\x53\x77')])[_0x2a0853(0x181,'\x56\x53\x57\x76')](0x2138+0x11e1*-0x1+-0xf57,_0x2822bb[_0x2a0853(0x120,'\x28\x6f\x4a\x77')]??0x9f1+-0x12c5+0xcbc);}[_0x3d8799(0x123,'\x64\x4b\x38\x28')](_0x4d67d3){const _0x2053f9=_0x3d8799;return this[_0x2053f9(0x11f,'\x65\x26\x45\x56')](_0x4d67d3);}[_0x3d8799(0x130,'\x4a\x72\x63\x29')]={'\x63\x6c\x61\x69\x6d':async taskId=>{const _0x84107e=_0x3d8799,claimId='\x63\x6c\x61\x69\x6d\x2d'+taskId;return this['\x63\x6c\x61\x69\x6d\x73'][_0x84107e(0x133,'\x68\x5d\x73\x4f')]({'\x74\x61\x73\x6b\x49\x64':taskId,'\x63\x6c\x61\x69\x6d\x49\x64':claimId}),{'\x63\x6c\x61\x69\x6d\x49\x64':claimId};},'\x63\x6f\x6d\x70\x6c\x65\x74\x65':async(claimId,result,context)=>{const _0x315f16=_0x3d8799;return this['\x63\x6f\x6d\x70\x6c\x65\x74\x65'+'\x64'][_0x315f16(0x154,'\x4c\x23\x33\x61')]({'\x63\x6c\x61\x69\x6d\x49\x64':claimId,'\x72\x65\x73\x75\x6c\x74':result,...context?{'\x63\x6f\x6e\x74\x65\x78\x74':context}:{}}),{'\x73\x74\x61\x74\x75\x73':_0x315f16(0x177,'\x29\x34\x4d\x47')+'\x64'};},'\x73\x75\x62\x73\x63\x72\x69\x62\x65':async function*(){}[_0x3d8799(0x179,'\x6f\x70\x40\x25')](this)};[_0x3d8799(0x13e,'\x72\x77\x7a\x26')]={'\x70\x6f\x6c\x6c':async()=>{const _0x8c0cae=_0x3d8799,events=this[_0x8c0cae(0x12a,'\x49\x4d\x4b\x52')][_0x8c0cae(0x12f,'\x31\x55\x30\x61')](0x165a+-0x1297+0x1*-0x3c3);return{'\x65\x76\x65\x6e\x74\x73':events,...this[_0x8c0cae(0x13d,'\x5d\x75\x43\x68')+'\x41\x66\x74\x65\x72\x4d\x73']!==undefined?{'\x6e\x65\x78\x74\x50\x6f\x6c\x6c\x41\x66\x74\x65\x72\x4d\x73':this['\x6e\x65\x78\x74\x50\x6f\x6c\x6c'+_0x8c0cae(0x14a,'\x58\x49\x37\x36')]}:{},'\x68\x61\x73\x4d\x6f\x72\x65':this[_0x8c0cae(0x163,'\x28\x6f\x4a\x77')][_0x8c0cae(0x168,'\x6b\x62\x77\x4f')]>0x3*0xb33+-0x10ab+0x16*-0xc5};},'\x61\x63\x6b':async eventId=>{const _0x376a67=_0x3d8799;this['\x61\x63\x6b\x65\x64'][_0x376a67(0x16d,'\x5e\x25\x72\x67')](eventId);},'\x70\x75\x73\x68':async event=>{const _0x51f4ff=_0x3d8799;this[_0x51f4ff(0x17b,'\x4c\x46\x70\x68')][_0x51f4ff(0x124,'\x5a\x30\x24\x7a')](event);},'\x70\x75\x73\x68\x4d\x61\x6e\x79':async events=>{const _0x4b7218=_0x3d8799;return this['\x70\x75\x73\x68\x65\x64'][_0x4b7218(0x17e,'\x45\x6d\x5d\x74')](...events),{'\x6f\x75\x74\x63\x6f\x6d\x65\x73':events[_0x4b7218(0x143,'\x38\x25\x6a\x4e')](event=>({'\x69\x64':event['\x69\x64'],'\x73\x74\x61\x74\x75\x73':_0x4b7218(0x160,'\x5b\x34\x42\x51')}))};},'\x73\x74\x61\x74\x75\x73':async()=>({'\x70\x65\x6e\x64\x69\x6e\x67':this[_0x3d8799(0x153,'\x58\x49\x49\x53')][_0x3d8799(0x134,'\x79\x70\x68\x32')]})};['\x69\x73\x41\x63\x6b\x65\x64'](_0x5a4cdc){const _0x5c0ba5=_0x3d8799;return this[_0x5c0ba5(0x176,'\x72\x77\x7a\x26')][_0x5c0ba5(0x14f,'\x6f\x70\x40\x25')](_0x5a4cdc);}[_0x3d8799(0x122,'\x58\x49\x37\x36')+_0x3d8799(0x150,'\x5b\x30\x75\x77')](){const _0x449377=_0x3d8799;return this['\x61\x73\x73\x65\x74\x73'][_0x449377(0x13f,'\x31\x55\x30\x61')];}}
|