@evomap/evolver 1.89.12 → 1.89.13
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 +537 -90
- package/assets/cover.png +0 -0
- package/package.json +18 -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/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 -4463
- 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/conversationDistiller.js +1 -270
- 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 -712
- package/src/gep/explore.js +1 -289
- package/src/gep/hash.js +1 -15
- package/src/gep/hubFetch.js +1 -608
- package/src/gep/hubReview.js +1 -207
- package/src/gep/hubSearch.js +1 -526
- package/src/gep/hubVerify.js +1 -306
- package/src/gep/learningSignals.js +1 -89
- package/src/gep/memoryGraph.js +1 -1449
- 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/savingsCore.js +1 -112
- 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 -95
- package/src/gep/workspaceKeychain.js +1 -174
- package/src/proxy/extensions/traceControl.js +1 -109
- package/src/proxy/inject.js +1 -52
- package/src/proxy/trace/extractor.js +1 -1403
- 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 -1367
- package/README.public.md +0 -578
- 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 -145
- /package/assets/gep/{genes.json → genes.seed.json} +0 -0
- /package/{bundled-skills → skills}/_meta/SKILL.md +0 -0
package/src/gep/candidateEval.js
CHANGED
|
@@ -1,92 +1 @@
|
|
|
1
|
-
// Candidate evaluation logic extracted from evolve.js for maintainability.
|
|
2
|
-
// Handles capability candidate extraction, persistence, and preview building.
|
|
3
|
-
|
|
4
|
-
const {
|
|
5
|
-
readRecentCandidates,
|
|
6
|
-
readRecentExternalCandidates,
|
|
7
|
-
readRecentFailedCapsules,
|
|
8
|
-
appendCandidateJsonl,
|
|
9
|
-
} = require('./assetStore');
|
|
10
|
-
const { extractCapabilityCandidates, renderCandidatesPreview } = require('./candidates');
|
|
11
|
-
const { matchPatternToSignals } = require('./selector');
|
|
12
|
-
|
|
13
|
-
function buildCandidatePreviews({ signals, recentSessionTranscript }) {
|
|
14
|
-
const newCandidates = extractCapabilityCandidates({
|
|
15
|
-
recentSessionTranscript: recentSessionTranscript || '',
|
|
16
|
-
signals,
|
|
17
|
-
recentFailedCapsules: readRecentFailedCapsules(50),
|
|
18
|
-
});
|
|
19
|
-
for (const c of newCandidates) {
|
|
20
|
-
try {
|
|
21
|
-
appendCandidateJsonl(c);
|
|
22
|
-
} catch (e) {
|
|
23
|
-
console.warn('[Candidates] Failed to persist candidate:', e && e.message || e);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
const recentCandidates = readRecentCandidates(20);
|
|
27
|
-
const capabilityCandidatesPreview = renderCandidatesPreview(recentCandidates.slice(-8), 1600);
|
|
28
|
-
|
|
29
|
-
let externalCandidatesPreview = '(none)';
|
|
30
|
-
try {
|
|
31
|
-
const external = readRecentExternalCandidates(50);
|
|
32
|
-
const list = Array.isArray(external) ? external : [];
|
|
33
|
-
const capsulesOnly = list.filter(x => x && x.type === 'Capsule');
|
|
34
|
-
const genesOnly = list.filter(x => x && x.type === 'Gene');
|
|
35
|
-
|
|
36
|
-
const matchedExternalGenes = genesOnly
|
|
37
|
-
.map(g => {
|
|
38
|
-
const pats = Array.isArray(g.signals_match) ? g.signals_match : [];
|
|
39
|
-
const hit = pats.reduce((acc, p) => (matchPatternToSignals(p, signals) ? acc + 1 : acc), 0);
|
|
40
|
-
return { gene: g, hit };
|
|
41
|
-
})
|
|
42
|
-
.filter(x => x.hit > 0)
|
|
43
|
-
.sort((a, b) => b.hit - a.hit)
|
|
44
|
-
.slice(0, 3)
|
|
45
|
-
.map(x => x.gene);
|
|
46
|
-
|
|
47
|
-
const matchedExternalCapsules = capsulesOnly
|
|
48
|
-
.map(c => {
|
|
49
|
-
const triggers = Array.isArray(c.trigger) ? c.trigger : [];
|
|
50
|
-
const score = triggers.reduce((acc, t) => (matchPatternToSignals(t, signals) ? acc + 1 : acc), 0);
|
|
51
|
-
return { capsule: c, score };
|
|
52
|
-
})
|
|
53
|
-
.filter(x => x.score > 0)
|
|
54
|
-
.sort((a, b) => b.score - a.score)
|
|
55
|
-
.slice(0, 3)
|
|
56
|
-
.map(x => x.capsule);
|
|
57
|
-
|
|
58
|
-
if (matchedExternalGenes.length || matchedExternalCapsules.length) {
|
|
59
|
-
externalCandidatesPreview = `\`\`\`json\n${JSON.stringify(
|
|
60
|
-
[
|
|
61
|
-
...matchedExternalGenes.map(g => ({
|
|
62
|
-
type: g.type,
|
|
63
|
-
id: g.id,
|
|
64
|
-
category: g.category || null,
|
|
65
|
-
signals_match: g.signals_match || [],
|
|
66
|
-
a2a: g.a2a || null,
|
|
67
|
-
})),
|
|
68
|
-
...matchedExternalCapsules.map(c => ({
|
|
69
|
-
type: c.type,
|
|
70
|
-
id: c.id,
|
|
71
|
-
trigger: c.trigger,
|
|
72
|
-
gene: c.gene,
|
|
73
|
-
summary: c.summary,
|
|
74
|
-
confidence: c.confidence,
|
|
75
|
-
blast_radius: c.blast_radius || null,
|
|
76
|
-
outcome: c.outcome || null,
|
|
77
|
-
success_streak: c.success_streak || null,
|
|
78
|
-
a2a: c.a2a || null,
|
|
79
|
-
})),
|
|
80
|
-
],
|
|
81
|
-
null,
|
|
82
|
-
2
|
|
83
|
-
)}\n\`\`\``;
|
|
84
|
-
}
|
|
85
|
-
} catch (e) {
|
|
86
|
-
console.warn('[ExternalCandidates] Preview build failed (non-fatal):', e && e.message || e);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
return { capabilityCandidatesPreview, externalCandidatesPreview, newCandidates };
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
module.exports = { buildCandidatePreviews };
|
|
1
|
+
const _0x47ef2e=_0x4638;(function(_0x17cb47,_0x4e544d){const _0x437ec0=_0x4638,_0x2da836=_0x17cb47();while(!![]){try{const _0x546665=parseInt(_0x437ec0(0x1e9,'\x6f\x51\x4a\x71'))/(-0x13f*-0x1+-0x2451+0x2313)*(parseInt(_0x437ec0(0x25f,'\x49\x70\x24\x5b'))/(0x1ef4+-0x5*0x13+0x1e93*-0x1))+parseInt(_0x437ec0(0x289,'\x63\x67\x39\x70'))/(-0x1*-0x240+-0x1893*0x1+0x1*0x1656)*(parseInt(_0x437ec0(0x1f5,'\x6f\x31\x46\x71'))/(0x4*-0x565+-0xdb*0x7+0x1b95*0x1))+-parseInt(_0x437ec0(0x279,'\x4f\x69\x4a\x35'))/(0x13*-0x1e9+0x133*-0x15+-0xad*-0x5b)*(-parseInt(_0x437ec0(0x2a7,'\x35\x69\x2a\x63'))/(0x7*0xdd+0xa4e*0x2+0x1*-0x1aa1))+parseInt(_0x437ec0(0x20e,'\x23\x28\x6b\x48'))/(-0x7e8+0x1aa8+-0x1*0x12b9)+-parseInt(_0x437ec0(0x25e,'\x31\x6f\x54\x33'))/(-0xf18+-0x466*0x1+0x1386)+-parseInt(_0x437ec0(0x232,'\x36\x21\x67\x62'))/(-0x11ce+-0x152+0x5*0x3d5)*(-parseInt(_0x437ec0(0x1f1,'\x48\x5a\x67\x58'))/(-0x2b*-0x9c+0x14d2+-0x2efc))+parseInt(_0x437ec0(0x236,'\x21\x75\x50\x2a'))/(0xb*-0x1fd+0xf02+0x6e8)*(-parseInt(_0x437ec0(0x1fe,'\x37\x7a\x49\x61'))/(-0x26*0x3e+0x3*-0x5e2+-0x1*-0x1ae6));if(_0x546665===_0x4e544d)break;else _0x2da836['push'](_0x2da836['shift']());}catch(_0x4cba1a){_0x2da836['push'](_0x2da836['shift']());}}}(_0x5131,-0x631f*0xa+-0x21eab*0x3+0x15c487*0x1));const _0x4d6d38=(function(){const _0x4fa8af=_0x4638,_0x52c053={'\x6a\x69\x65\x4d\x42':function(_0x3f822a,_0x50342e){return _0x3f822a(_0x50342e);},'\x53\x6d\x47\x45\x44':function(_0x119d68,_0x3d7a95){return _0x119d68===_0x3d7a95;},'\x46\x6c\x57\x4a\x4a':_0x4fa8af(0x24e,'\x6f\x31\x46\x71')};let _0x55d5cd=!![];return function(_0x379b4f,_0x190130){const _0x2b2e44=_0x4fa8af,_0x260cb0={'\x69\x55\x51\x73\x68':function(_0x183ba2,_0x387675){const _0x548c17=_0x4638;return _0x52c053[_0x548c17(0x2a1,'\x75\x5a\x71\x37')](_0x183ba2,_0x387675);}};if(_0x52c053[_0x2b2e44(0x2ab,'\x6b\x34\x55\x39')](_0x52c053[_0x2b2e44(0x1ec,'\x75\x5a\x71\x37')],_0x52c053[_0x2b2e44(0x1eb,'\x36\x49\x69\x50')])){const _0x3b5430=_0x55d5cd?function(){if(_0x190130){const _0x23e778=_0x190130['\x61\x70\x70\x6c\x79'](_0x379b4f,arguments);return _0x190130=null,_0x23e778;}}:function(){};return _0x55d5cd=![],_0x3b5430;}else{const _0x46fdf6=_0x260cb0[_0x2b2e44(0x251,'\x72\x75\x4b\x55')](_0x53deab,0x77+-0x258b+-0x2*-0x12a3),_0x116383=_0xfbd6b5[_0x2b2e44(0x20b,'\x24\x51\x50\x2a')](_0x46fdf6)?_0x46fdf6:[],_0x56d1fc=_0x116383[_0x2b2e44(0x2a3,'\x72\x79\x23\x7a')](_0x4da66b=>_0x4da66b&&_0x4da66b[_0x2b2e44(0x250,'\x73\x67\x79\x38')]===_0x2b2e44(0x23b,'\x72\x75\x4b\x55')),_0x4d5f13=_0x116383[_0x2b2e44(0x2a6,'\x72\x75\x4b\x55')](_0x157c79=>_0x157c79&&_0x157c79[_0x2b2e44(0x294,'\x6b\x72\x46\x29')]===_0x2b2e44(0x263,'\x21\x38\x44\x72')),_0x16f005=_0x4d5f13[_0x2b2e44(0x26f,'\x29\x62\x77\x77')](_0x2337eb=>{const _0x339004=_0x2b2e44,_0x1056d3=_0x2ecbcd[_0x339004(0x281,'\x48\x5a\x67\x58')](_0x2337eb[_0x339004(0x259,'\x72\x35\x47\x52')+_0x339004(0x26a,'\x37\x7a\x49\x61')])?_0x2337eb[_0x339004(0x270,'\x29\x62\x77\x77')+_0x339004(0x27a,'\x42\x6c\x4e\x6b')]:[],_0x4dbb3a=_0x1056d3[_0x339004(0x258,'\x21\x38\x44\x72')]((_0x5e9b97,_0x4b4b04)=>_0xe04190(_0x4b4b04,_0x2c9b52)?_0x5e9b97+(0x1b5e+-0x1140+-0xa1d):_0x5e9b97,0xa60+-0x4*0x53b+0xa8c),_0x5882c5={};return _0x5882c5[_0x339004(0x21b,'\x24\x51\x50\x2a')]=_0x2337eb,_0x5882c5[_0x339004(0x234,'\x48\x5a\x67\x58')]=_0x4dbb3a,_0x5882c5;})[_0x2b2e44(0x272,'\x6b\x34\x55\x39')](_0x46c991=>_0x46c991[_0x2b2e44(0x261,'\x29\x62\x77\x77')]>0x1*-0x3d+0x24a6+-0x2469)['\x73\x6f\x72\x74']((_0x40a04d,_0x33a491)=>_0x33a491['\x68\x69\x74']-_0x40a04d[_0x2b2e44(0x1ff,'\x53\x77\x6b\x79')])[_0x2b2e44(0x2a4,'\x52\x41\x40\x68')](-0x5a8+-0x1*-0x18a9+-0x1301,-0x248d*-0x1+-0x1f0c+-0x57e)[_0x2b2e44(0x25d,'\x5b\x68\x73\x40')](_0xe350ef=>_0xe350ef[_0x2b2e44(0x254,'\x72\x35\x47\x52')]),_0x133a58=_0x56d1fc[_0x2b2e44(0x260,'\x34\x70\x4c\x4e')](_0x236d5e=>{const _0x4c6f07=_0x2b2e44,_0x47a4b3=_0x32e792[_0x4c6f07(0x269,'\x6b\x72\x46\x29')](_0x236d5e[_0x4c6f07(0x228,'\x78\x2a\x69\x43')])?_0x236d5e[_0x4c6f07(0x228,'\x78\x2a\x69\x43')]:[],_0xbd69ad=_0x47a4b3['\x72\x65\x64\x75\x63\x65']((_0x30484e,_0x462aba)=>_0x56a0de(_0x462aba,_0x42b5b6)?_0x30484e+(0x20b8+-0x1*0xd97+-0x22*0x90):_0x30484e,0x1ac*-0x16+0x256+0x2272),_0xe8b1f={};return _0xe8b1f[_0x4c6f07(0x229,'\x6a\x35\x4a\x38')]=_0x236d5e,_0xe8b1f[_0x4c6f07(0x23f,'\x6b\x34\x55\x39')]=_0xbd69ad,_0xe8b1f;})[_0x2b2e44(0x20d,'\x59\x46\x44\x4a')](_0x12cab5=>_0x12cab5[_0x2b2e44(0x1f6,'\x61\x51\x6c\x4d')]>0x112e+-0x1*-0x2701+0x13*-0x2f5)[_0x2b2e44(0x293,'\x6d\x23\x58\x4f')]((_0x2fab9f,_0x443402)=>_0x443402[_0x2b2e44(0x265,'\x53\x77\x6b\x79')]-_0x2fab9f[_0x2b2e44(0x265,'\x53\x77\x6b\x79')])[_0x2b2e44(0x219,'\x61\x51\x6c\x4d')](0x265*0xe+-0x109c+-0x10ea,-0x16bb+-0x2075*0x1+-0x3733*-0x1)[_0x2b2e44(0x221,'\x6a\x51\x4b\x69')](_0x33a170=>_0x33a170[_0x2b2e44(0x229,'\x6a\x35\x4a\x38')]);(_0x16f005[_0x2b2e44(0x286,'\x44\x5a\x31\x4e')]||_0x133a58[_0x2b2e44(0x274,'\x23\x28\x6b\x48')])&&(_0xc7e1c8=_0x2b2e44(0x24a,'\x62\x6c\x4b\x68')+_0x2a1f2f[_0x2b2e44(0x1e6,'\x6f\x31\x46\x71')+'\x79']([..._0x16f005['\x6d\x61\x70'](_0x110d88=>({'\x74\x79\x70\x65':_0x110d88[_0x2b2e44(0x223,'\x35\x69\x2a\x63')],'\x69\x64':_0x110d88['\x69\x64'],'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x110d88['\x63\x61\x74\x65\x67\x6f\x72\x79']||null,'\x73\x69\x67\x6e\x61\x6c\x73\x5f\x6d\x61\x74\x63\x68':_0x110d88[_0x2b2e44(0x262,'\x51\x62\x44\x6d')+_0x2b2e44(0x26a,'\x37\x7a\x49\x61')]||[],'\x61\x32\x61':_0x110d88[_0x2b2e44(0x296,'\x33\x4c\x68\x34')]||null})),..._0x133a58[_0x2b2e44(0x202,'\x32\x67\x46\x24')](_0x641f2b=>({'\x74\x79\x70\x65':_0x641f2b['\x74\x79\x70\x65'],'\x69\x64':_0x641f2b['\x69\x64'],'\x74\x72\x69\x67\x67\x65\x72':_0x641f2b[_0x2b2e44(0x1ee,'\x53\x77\x6b\x79')],'\x67\x65\x6e\x65':_0x641f2b[_0x2b2e44(0x22f,'\x62\x6c\x4b\x68')],'\x73\x75\x6d\x6d\x61\x72\x79':_0x641f2b[_0x2b2e44(0x28a,'\x73\x65\x66\x6c')],'\x63\x6f\x6e\x66\x69\x64\x65\x6e\x63\x65':_0x641f2b[_0x2b2e44(0x21d,'\x37\x7a\x49\x61')+'\x63\x65'],'\x62\x6c\x61\x73\x74\x5f\x72\x61\x64\x69\x75\x73':_0x641f2b['\x62\x6c\x61\x73\x74\x5f\x72\x61'+_0x2b2e44(0x285,'\x29\x4e\x46\x53')]||null,'\x6f\x75\x74\x63\x6f\x6d\x65':_0x641f2b['\x6f\x75\x74\x63\x6f\x6d\x65']||null,'\x73\x75\x63\x63\x65\x73\x73\x5f\x73\x74\x72\x65\x61\x6b':_0x641f2b[_0x2b2e44(0x212,'\x73\x65\x66\x6c')+'\x73\x74\x72\x65\x61\x6b']||null,'\x61\x32\x61':_0x641f2b[_0x2b2e44(0x29b,'\x6a\x35\x4a\x38')]||null}))],null,0xa75*0x3+-0xdf1+-0x116c)+'\x0a\x60\x60\x60');}};}()),_0x671b4e=_0x4d6d38(this,function(){const _0x5e34e6=_0x4638,_0x322b82={};_0x322b82[_0x5e34e6(0x271,'\x59\x23\x23\x53')]=_0x5e34e6(0x2a9,'\x62\x6c\x4b\x68')+_0x5e34e6(0x1e7,'\x59\x23\x23\x53');const _0x35241d=_0x322b82;return _0x671b4e[_0x5e34e6(0x277,'\x6f\x51\x4a\x71')]()[_0x5e34e6(0x253,'\x6d\x23\x58\x4f')](_0x35241d[_0x5e34e6(0x1ef,'\x6a\x35\x4a\x38')])[_0x5e34e6(0x26c,'\x73\x67\x79\x38')]()[_0x5e34e6(0x1ed,'\x6b\x72\x46\x29')+_0x5e34e6(0x225,'\x36\x49\x69\x50')](_0x671b4e)[_0x5e34e6(0x1f4,'\x25\x42\x68\x41')](_0x5e34e6(0x217,'\x29\x62\x77\x77')+_0x5e34e6(0x1e7,'\x59\x23\x23\x53'));});_0x671b4e();function _0x4638(_0x353646,_0x4ce1ef){_0x353646=_0x353646-(-0x12c9+-0x1*-0xc51+0x2a*0x33);const _0x11a57c=_0x5131();let _0x1015d2=_0x11a57c[_0x353646];if(_0x4638['\x44\x44\x53\x54\x6d\x58']===undefined){var _0x78c798=function(_0x51f94c){const _0x168d8f='\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 _0x3b99ce='',_0x3819e4='',_0x3692fb=_0x3b99ce+_0x78c798,_0x42d4fe=(''+function(){return 0x1*-0x1f78+-0x6bd+0x1*0x2635;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(0xc1e*0x3+0xef*-0x19+0xde*-0xf);for(let _0xad6da1=-0xa4*0x7+-0x262f+0x14b*0x21,_0x39cf00,_0x148b8d,_0x58dfa9=0xe79+0x1d*-0x25+-0xa48;_0x148b8d=_0x51f94c['\x63\x68\x61\x72\x41\x74'](_0x58dfa9++);~_0x148b8d&&(_0x39cf00=_0xad6da1%(0x2358+0x1*0x1cf3+-0x4047)?_0x39cf00*(-0x13fd+-0x722*-0x3+0x1b*-0xb)+_0x148b8d:_0x148b8d,_0xad6da1++%(-0x17b*0x1+0x1af*0x5+0x1*-0x6ec))?_0x3b99ce+=_0x42d4fe||_0x3692fb['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x58dfa9+(0x11e1+-0x1*-0x14ba+0x1*-0x2691))-(-0x3f1*0x7+-0x286+0x53*0x5d)!==-0x1*0x1cd6+-0x24ea+0x41c0?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x395+-0x1*0x1573+0x1a07&_0x39cf00>>(-(0xf*-0x11d+-0x12ac+-0x3*-0xbcb)*_0xad6da1&0x106f+-0x3b*0x33+-0x4a8)):_0xad6da1:-0xb1*0x1+-0x91d+0x9ce){_0x148b8d=_0x168d8f['\x69\x6e\x64\x65\x78\x4f\x66'](_0x148b8d);}for(let _0x40c580=0x3a5+-0x1924+0x157f,_0x40b91a=_0x3b99ce['\x6c\x65\x6e\x67\x74\x68'];_0x40c580<_0x40b91a;_0x40c580++){_0x3819e4+='\x25'+('\x30\x30'+_0x3b99ce['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x40c580)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x2151*0x1+-0x8ba*-0x4+0x4429*-0x1))['\x73\x6c\x69\x63\x65'](-(-0xa4e+0xaff+-0xaf));}return decodeURIComponent(_0x3819e4);};const _0x321095=function(_0x58aa73,_0x3f1abc){let _0x42d7c5=[],_0xfe4e01=0x9cd+-0x2f9*-0xb+-0x2a80,_0x1829a1,_0x67a0d9='';_0x58aa73=_0x78c798(_0x58aa73);let _0x38fab3;for(_0x38fab3=0xa31+-0x1b36+0x1105;_0x38fab3<0x6c1*-0x3+-0x1375+0x2*0x145c;_0x38fab3++){_0x42d7c5[_0x38fab3]=_0x38fab3;}for(_0x38fab3=-0xe67*-0x1+0x83*-0x9+-0x4c*0x21;_0x38fab3<-0x1530+-0x1*0xb23+0x13*0x1c1;_0x38fab3++){_0xfe4e01=(_0xfe4e01+_0x42d7c5[_0x38fab3]+_0x3f1abc['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x38fab3%_0x3f1abc['\x6c\x65\x6e\x67\x74\x68']))%(0x3be+-0x11*-0x6a+-0x9c8),_0x1829a1=_0x42d7c5[_0x38fab3],_0x42d7c5[_0x38fab3]=_0x42d7c5[_0xfe4e01],_0x42d7c5[_0xfe4e01]=_0x1829a1;}_0x38fab3=-0x1*0x1d3+0x3*0xa3+0x1*-0x16,_0xfe4e01=0x63d+-0x1b*-0xb+-0x3b3*0x2;for(let _0x44c2dc=0x1*-0x228e+-0xffc+0x2*0x1945;_0x44c2dc<_0x58aa73['\x6c\x65\x6e\x67\x74\x68'];_0x44c2dc++){_0x38fab3=(_0x38fab3+(-0x8c1+-0xbe3*0x1+0x5*0x421))%(0x1*-0x115f+0x53*0x2e+0x375),_0xfe4e01=(_0xfe4e01+_0x42d7c5[_0x38fab3])%(0xd2*0xf+0x18c1+-0x240f),_0x1829a1=_0x42d7c5[_0x38fab3],_0x42d7c5[_0x38fab3]=_0x42d7c5[_0xfe4e01],_0x42d7c5[_0xfe4e01]=_0x1829a1,_0x67a0d9+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x58aa73['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x44c2dc)^_0x42d7c5[(_0x42d7c5[_0x38fab3]+_0x42d7c5[_0xfe4e01])%(0x1f62+-0x2692+-0x106*-0x8)]);}return _0x67a0d9;};_0x4638['\x57\x48\x42\x79\x44\x66']=_0x321095,_0x4638['\x4d\x49\x64\x6c\x77\x7a']={},_0x4638['\x44\x44\x53\x54\x6d\x58']=!![];}const _0x471050=_0x11a57c[-0x4*0x5a2+0x1e4b+-0x7c3],_0x327095=_0x353646+_0x471050,_0x2f02e6=_0x4638['\x4d\x49\x64\x6c\x77\x7a'][_0x327095];if(!_0x2f02e6){if(_0x4638['\x70\x62\x74\x58\x42\x6a']===undefined){const _0x1c77e0=function(_0x39ebb7){this['\x4e\x47\x55\x6b\x6d\x73']=_0x39ebb7,this['\x4c\x45\x71\x7a\x6b\x43']=[-0x105d+0x1370*-0x1+-0x11e7*-0x2,0x196d+0x411*0x3+-0x25a0,-0x16ab+0x2053+-0x9a8],this['\x58\x6b\x70\x47\x4a\x61']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x6e\x69\x75\x69\x4a\x4c']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x43\x58\x63\x71\x52\x71']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x1c77e0['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x41\x45\x55\x64\x6d\x4b']=function(){const _0xd481cd=new RegExp(this['\x6e\x69\x75\x69\x4a\x4c']+this['\x43\x58\x63\x71\x52\x71']),_0x383ae9=_0xd481cd['\x74\x65\x73\x74'](this['\x58\x6b\x70\x47\x4a\x61']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x4c\x45\x71\x7a\x6b\x43'][-0xcbf+-0x3e*0x5+0x6fb*0x2]:--this['\x4c\x45\x71\x7a\x6b\x43'][-0xbec+-0x1*0x1c89+0x2875];return this['\x59\x49\x49\x4e\x51\x46'](_0x383ae9);},_0x1c77e0['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x59\x49\x49\x4e\x51\x46']=function(_0x40f5d7){if(!Boolean(~_0x40f5d7))return _0x40f5d7;return this['\x4c\x70\x4f\x67\x58\x62'](this['\x4e\x47\x55\x6b\x6d\x73']);},_0x1c77e0['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x4c\x70\x4f\x67\x58\x62']=function(_0x47f6fb){for(let _0x3925b7=-0x8f7+-0x11b8+0x3*0x8e5,_0x512ec7=this['\x4c\x45\x71\x7a\x6b\x43']['\x6c\x65\x6e\x67\x74\x68'];_0x3925b7<_0x512ec7;_0x3925b7++){this['\x4c\x45\x71\x7a\x6b\x43']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x512ec7=this['\x4c\x45\x71\x7a\x6b\x43']['\x6c\x65\x6e\x67\x74\x68'];}return _0x47f6fb(this['\x4c\x45\x71\x7a\x6b\x43'][0x59a+-0x1398+0xdfe]);},(''+function(){return 0x7c6+-0x1985+0x11bf;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(-0x1fc0+-0x1*-0x10f1+0x6*0x278)&&new _0x1c77e0(_0x4638)['\x41\x45\x55\x64\x6d\x4b'](),_0x4638['\x70\x62\x74\x58\x42\x6a']=!![];}_0x1015d2=_0x4638['\x57\x48\x42\x79\x44\x66'](_0x1015d2,_0x4ce1ef),_0x4638['\x4d\x49\x64\x6c\x77\x7a'][_0x327095]=_0x1015d2;}else _0x1015d2=_0x2f02e6;return _0x1015d2;}const {readRecentCandidates:_0x583780,readRecentExternalCandidates:_0x159d33,readRecentFailedCapsules:_0x115390,appendCandidateJsonl:_0x205c13}=require(_0x47ef2e(0x291,'\x36\x21\x67\x62')+_0x47ef2e(0x222,'\x35\x69\x2a\x63')),{extractCapabilityCandidates:_0x276152,renderCandidatesPreview:_0x17d280}=require(_0x47ef2e(0x23e,'\x62\x6c\x4b\x68')+_0x47ef2e(0x28b,'\x25\x42\x68\x41')),{matchPatternToSignals:_0x2a6029}=require(_0x47ef2e(0x208,'\x25\x42\x68\x41')+'\x6f\x72');function _0x460a20({signals:_0x3b9095,recentSessionTranscript:_0x37450e}){const _0x3382c2=_0x47ef2e,_0x351cb8={'\x78\x42\x70\x48\x54':function(_0x34a5c1,_0x54b6c5){return _0x34a5c1(_0x54b6c5);},'\x45\x4c\x5a\x69\x72':function(_0x29f8a6,_0x30fe47){return _0x29f8a6!==_0x30fe47;},'\x70\x51\x46\x45\x79':_0x3382c2(0x29e,'\x73\x65\x66\x6c'),'\x73\x62\x4c\x43\x74':function(_0x1ef214,_0x299bf3){return _0x1ef214||_0x299bf3;},'\x44\x74\x6d\x4c\x72':_0x3382c2(0x24d,'\x6f\x51\x4a\x71'),'\x6c\x52\x58\x5a\x4b':_0x3382c2(0x205,'\x29\x62\x77\x77')+_0x3382c2(0x1e8,'\x59\x23\x23\x53')+'\x6c\x65\x64\x20\x74\x6f\x20\x70'+_0x3382c2(0x28d,'\x6f\x31\x46\x71')+_0x3382c2(0x1f9,'\x63\x67\x39\x70')+'\x3a','\x78\x72\x72\x76\x63':function(_0x507e62,_0x26f14e){return _0x507e62(_0x26f14e);},'\x6e\x45\x6b\x47\x6f':function(_0x4b7b51,_0x2c0603,_0x42f389){return _0x4b7b51(_0x2c0603,_0x42f389);},'\x62\x71\x72\x78\x54':_0x3382c2(0x287,'\x36\x21\x67\x62')},_0x147065=_0x351cb8[_0x3382c2(0x2a5,'\x72\x75\x4b\x55')](_0x276152,{'\x72\x65\x63\x65\x6e\x74\x53\x65\x73\x73\x69\x6f\x6e\x54\x72\x61\x6e\x73\x63\x72\x69\x70\x74':_0x351cb8[_0x3382c2(0x27b,'\x4f\x69\x4a\x35')](_0x37450e,''),'\x73\x69\x67\x6e\x61\x6c\x73':_0x3b9095,'\x72\x65\x63\x65\x6e\x74\x46\x61\x69\x6c\x65\x64\x43\x61\x70\x73\x75\x6c\x65\x73':_0x351cb8[_0x3382c2(0x1ea,'\x37\x7a\x49\x61')](_0x115390,0xee7+-0x23da+-0x1525*-0x1)});for(const _0x9f5afe of _0x147065){try{_0x351cb8[_0x3382c2(0x242,'\x72\x35\x47\x52')]!==_0x351cb8[_0x3382c2(0x252,'\x24\x51\x50\x2a')]?_0x16b7e3='\x60\x60\x60\x6a\x73\x6f\x6e\x0a'+_0x5329e9[_0x3382c2(0x227,'\x32\x67\x46\x24')+'\x79']([..._0x4a987e[_0x3382c2(0x27c,'\x21\x38\x44\x72')](_0x2b1859=>({'\x74\x79\x70\x65':_0x2b1859[_0x3382c2(0x25a,'\x4f\x69\x4a\x35')],'\x69\x64':_0x2b1859['\x69\x64'],'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x2b1859[_0x3382c2(0x268,'\x21\x75\x50\x2a')]||null,'\x73\x69\x67\x6e\x61\x6c\x73\x5f\x6d\x61\x74\x63\x68':_0x2b1859[_0x3382c2(0x20f,'\x5b\x68\x73\x40')+_0x3382c2(0x248,'\x23\x28\x6b\x48')]||[],'\x61\x32\x61':_0x2b1859[_0x3382c2(0x204,'\x77\x4a\x2a\x47')]||null})),..._0x5879e5[_0x3382c2(0x206,'\x61\x51\x6c\x4d')](_0x30c7e2=>({'\x74\x79\x70\x65':_0x30c7e2[_0x3382c2(0x2aa,'\x42\x6c\x4e\x6b')],'\x69\x64':_0x30c7e2['\x69\x64'],'\x74\x72\x69\x67\x67\x65\x72':_0x30c7e2[_0x3382c2(0x238,'\x36\x21\x67\x62')],'\x67\x65\x6e\x65':_0x30c7e2['\x67\x65\x6e\x65'],'\x73\x75\x6d\x6d\x61\x72\x79':_0x30c7e2[_0x3382c2(0x282,'\x4f\x69\x4a\x35')],'\x63\x6f\x6e\x66\x69\x64\x65\x6e\x63\x65':_0x30c7e2[_0x3382c2(0x21d,'\x37\x7a\x49\x61')+'\x63\x65'],'\x62\x6c\x61\x73\x74\x5f\x72\x61\x64\x69\x75\x73':_0x30c7e2[_0x3382c2(0x26d,'\x33\x29\x67\x38')+_0x3382c2(0x26b,'\x6f\x51\x4a\x71')]||null,'\x6f\x75\x74\x63\x6f\x6d\x65':_0x30c7e2['\x6f\x75\x74\x63\x6f\x6d\x65']||null,'\x73\x75\x63\x63\x65\x73\x73\x5f\x73\x74\x72\x65\x61\x6b':_0x30c7e2[_0x3382c2(0x276,'\x53\x77\x6b\x79')+_0x3382c2(0x29c,'\x62\x6c\x4b\x68')]||null,'\x61\x32\x61':_0x30c7e2[_0x3382c2(0x288,'\x32\x67\x46\x24')]||null}))],null,-0x1f54*0x1+-0xe41+0x2d97)+_0x3382c2(0x231,'\x65\x4c\x26\x76'):_0x205c13(_0x9f5afe);}catch(_0x4aac25){console['\x77\x61\x72\x6e'](_0x351cb8[_0x3382c2(0x1fd,'\x72\x79\x23\x7a')],_0x4aac25&&_0x4aac25[_0x3382c2(0x29f,'\x42\x6c\x4e\x6b')]||_0x4aac25);}}const _0x49e052=_0x351cb8[_0x3382c2(0x297,'\x77\x4a\x2a\x47')](_0x583780,-0x1305+0x1a44+-0x72b*0x1),_0x8f5ff3=_0x351cb8[_0x3382c2(0x1fa,'\x48\x5a\x67\x58')](_0x17d280,_0x49e052[_0x3382c2(0x23c,'\x32\x67\x46\x24')](-(-0x1*-0x281+-0x11*0x6b+0x4a2*0x1)),-0x1f9e+0xad*-0x11+-0x9df*-0x5);let _0x1dc3fd=_0x351cb8['\x62\x71\x72\x78\x54'];try{const _0x6a8574=_0x351cb8[_0x3382c2(0x28e,'\x29\x4e\x46\x53')](_0x159d33,-0x528+-0x67*0x3b+0x1d17),_0x4164ea=Array['\x69\x73\x41\x72\x72\x61\x79'](_0x6a8574)?_0x6a8574:[],_0x1906c0=_0x4164ea[_0x3382c2(0x2ac,'\x73\x65\x66\x6c')](_0x2e1266=>_0x2e1266&&_0x2e1266[_0x3382c2(0x244,'\x23\x28\x6b\x48')]===_0x3382c2(0x23a,'\x33\x4c\x68\x34')),_0x513cca=_0x4164ea[_0x3382c2(0x2a6,'\x72\x75\x4b\x55')](_0x2ea9cc=>_0x2ea9cc&&_0x2ea9cc[_0x3382c2(0x22c,'\x6a\x35\x4a\x38')]===_0x3382c2(0x283,'\x48\x5a\x67\x58')),_0xe8aa9a=_0x513cca[_0x3382c2(0x211,'\x52\x41\x40\x68')](_0x38f562=>{const _0xde9c7e=_0x3382c2,_0x583f71=Array[_0xde9c7e(0x280,'\x35\x69\x2a\x63')](_0x38f562[_0xde9c7e(0x220,'\x6b\x72\x46\x29')+_0xde9c7e(0x216,'\x6f\x51\x4a\x71')])?_0x38f562['\x73\x69\x67\x6e\x61\x6c\x73\x5f'+_0xde9c7e(0x21c,'\x6b\x34\x55\x39')]:[],_0x1613ad=_0x583f71[_0xde9c7e(0x246,'\x34\x78\x37\x47')]((_0x16c510,_0x4410bd)=>_0x2a6029(_0x4410bd,_0x3b9095)?_0x16c510+(0x185a+-0x61*-0x4b+-0x34c4):_0x16c510,-0x1121+-0x313*-0x8+-0x777),_0x1157d9={};return _0x1157d9[_0xde9c7e(0x27f,'\x33\x4c\x68\x34')]=_0x38f562,_0x1157d9[_0xde9c7e(0x1f2,'\x6b\x72\x46\x29')]=_0x1613ad,_0x1157d9;})['\x66\x69\x6c\x74\x65\x72'](_0x3e1c50=>_0x3e1c50[_0x3382c2(0x20c,'\x72\x75\x4b\x55')]>0x1895+0x2485+-0x9e*0x63)[_0x3382c2(0x266,'\x23\x28\x6b\x48')]((_0x51ccac,_0x38dfe1)=>_0x38dfe1[_0x3382c2(0x22b,'\x78\x2a\x69\x43')]-_0x51ccac[_0x3382c2(0x224,'\x52\x41\x40\x68')])[_0x3382c2(0x233,'\x73\x65\x66\x6c')](0xa25+0x2*-0xe1d+0x1215,0x54a*-0x4+-0x12c*0x2+0x1*0x1783)[_0x3382c2(0x292,'\x24\x51\x50\x2a')](_0x32e4c0=>_0x32e4c0[_0x3382c2(0x215,'\x32\x67\x46\x24')]),_0x51573d=_0x1906c0[_0x3382c2(0x27c,'\x21\x38\x44\x72')](_0x49fe9b=>{const _0x194bec=_0x3382c2,_0x4de031={'\x61\x71\x71\x5a\x4f':function(_0x32a7c2,_0x538e91){const _0x55b4cc=_0x4638;return _0x351cb8[_0x55b4cc(0x1fb,'\x59\x23\x23\x53')](_0x32a7c2,_0x538e91);}};if(_0x351cb8[_0x194bec(0x201,'\x48\x5a\x67\x58')](_0x194bec(0x207,'\x36\x49\x69\x50'),_0x351cb8[_0x194bec(0x24b,'\x6a\x35\x4a\x38')]))jvzObr[_0x194bec(0x213,'\x49\x70\x24\x5b')](_0x2a931a,_0x17631d);else{const _0x295cdb=Array['\x69\x73\x41\x72\x72\x61\x79'](_0x49fe9b[_0x194bec(0x226,'\x72\x79\x23\x7a')])?_0x49fe9b[_0x194bec(0x28c,'\x73\x67\x79\x38')]:[],_0x3e5e8=_0x295cdb[_0x194bec(0x20a,'\x35\x69\x2a\x63')]((_0x4bc3cf,_0x5a5f72)=>_0x2a6029(_0x5a5f72,_0x3b9095)?_0x4bc3cf+(0x1*-0x1993+0x23d9+-0x1*0xa45):_0x4bc3cf,0x22ba+-0x2*-0x232+-0x271e),_0x396e7c={};return _0x396e7c[_0x194bec(0x275,'\x52\x41\x40\x68')]=_0x49fe9b,_0x396e7c[_0x194bec(0x27d,'\x35\x69\x2a\x63')]=_0x3e5e8,_0x396e7c;}})[_0x3382c2(0x239,'\x6f\x31\x46\x71')](_0x36e348=>_0x36e348[_0x3382c2(0x278,'\x63\x67\x39\x70')]>0xe93+0x1*-0x25+-0xe6e)['\x73\x6f\x72\x74']((_0x150afc,_0x1b148c)=>_0x1b148c[_0x3382c2(0x256,'\x62\x6c\x4b\x68')]-_0x150afc[_0x3382c2(0x218,'\x36\x49\x69\x50')])[_0x3382c2(0x28f,'\x4f\x69\x4a\x35')](-0xa3d*-0x2+-0x1c4d+0x7d3,0x6*-0x680+0x5bf*-0x1+0x2cc2)['\x6d\x61\x70'](_0x3182d1=>_0x3182d1[_0x3382c2(0x25c,'\x72\x35\x47\x52')]);(_0xe8aa9a[_0x3382c2(0x22d,'\x51\x62\x44\x6d')]||_0x51573d[_0x3382c2(0x200,'\x34\x78\x37\x47')])&&(_0x1dc3fd=_0x3382c2(0x299,'\x59\x23\x23\x53')+JSON[_0x3382c2(0x264,'\x6a\x51\x4b\x69')+'\x79']([..._0xe8aa9a[_0x3382c2(0x29d,'\x6f\x51\x4a\x71')](_0x232ae7=>({'\x74\x79\x70\x65':_0x232ae7['\x74\x79\x70\x65'],'\x69\x64':_0x232ae7['\x69\x64'],'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x232ae7[_0x3382c2(0x24c,'\x6f\x31\x46\x71')]||null,'\x73\x69\x67\x6e\x61\x6c\x73\x5f\x6d\x61\x74\x63\x68':_0x232ae7[_0x3382c2(0x240,'\x33\x29\x67\x38')+_0x3382c2(0x245,'\x63\x67\x39\x70')]||[],'\x61\x32\x61':_0x232ae7[_0x3382c2(0x290,'\x72\x75\x4b\x55')]||null})),..._0x51573d['\x6d\x61\x70'](_0x2f06d4=>({'\x74\x79\x70\x65':_0x2f06d4[_0x3382c2(0x255,'\x6d\x23\x58\x4f')],'\x69\x64':_0x2f06d4['\x69\x64'],'\x74\x72\x69\x67\x67\x65\x72':_0x2f06d4[_0x3382c2(0x284,'\x37\x7a\x49\x61')],'\x67\x65\x6e\x65':_0x2f06d4['\x67\x65\x6e\x65'],'\x73\x75\x6d\x6d\x61\x72\x79':_0x2f06d4[_0x3382c2(0x22e,'\x21\x75\x50\x2a')],'\x63\x6f\x6e\x66\x69\x64\x65\x6e\x63\x65':_0x2f06d4[_0x3382c2(0x21f,'\x72\x35\x47\x52')+'\x63\x65'],'\x62\x6c\x61\x73\x74\x5f\x72\x61\x64\x69\x75\x73':_0x2f06d4[_0x3382c2(0x21e,'\x65\x4c\x26\x76')+_0x3382c2(0x1f7,'\x63\x67\x39\x70')]||null,'\x6f\x75\x74\x63\x6f\x6d\x65':_0x2f06d4[_0x3382c2(0x1f8,'\x75\x5a\x71\x37')]||null,'\x73\x75\x63\x63\x65\x73\x73\x5f\x73\x74\x72\x65\x61\x6b':_0x2f06d4[_0x3382c2(0x22a,'\x34\x70\x4c\x4e')+_0x3382c2(0x230,'\x5b\x68\x73\x40')]||null,'\x61\x32\x61':_0x2f06d4[_0x3382c2(0x296,'\x33\x4c\x68\x34')]||null}))],null,-0xdcf+0x1a*-0x2f+0x1297)+'\x0a\x60\x60\x60');}catch(_0x281828){console['\x77\x61\x72\x6e'](_0x3382c2(0x298,'\x29\x4e\x46\x53')+_0x3382c2(0x23d,'\x48\x5a\x67\x58')+_0x3382c2(0x295,'\x34\x70\x4c\x4e')+'\x76\x69\x65\x77\x20\x62\x75\x69'+_0x3382c2(0x209,'\x6f\x51\x4a\x71')+_0x3382c2(0x249,'\x52\x41\x40\x68')+_0x3382c2(0x26e,'\x6a\x51\x4b\x69'),_0x281828&&_0x281828[_0x3382c2(0x273,'\x6b\x34\x55\x39')]||_0x281828);}const _0x509af3={};return _0x509af3[_0x3382c2(0x2a0,'\x23\x28\x6b\x48')+_0x3382c2(0x247,'\x71\x76\x5d\x43')+_0x3382c2(0x27e,'\x36\x49\x69\x50')+_0x3382c2(0x214,'\x33\x4c\x68\x34')]=_0x8f5ff3,_0x509af3[_0x3382c2(0x210,'\x21\x75\x50\x2a')+_0x3382c2(0x24f,'\x5a\x36\x76\x5a')+_0x3382c2(0x1f3,'\x6f\x31\x46\x71')+'\x77']=_0x1dc3fd,_0x509af3[_0x3382c2(0x1fc,'\x52\x41\x40\x68')+'\x64\x61\x74\x65\x73']=_0x147065,_0x509af3;}const _0x232190={};_0x232190[_0x47ef2e(0x29a,'\x36\x21\x67\x62')+_0x47ef2e(0x2a2,'\x36\x49\x69\x50')+'\x65\x76\x69\x65\x77\x73']=_0x460a20,module[_0x47ef2e(0x235,'\x42\x6c\x4e\x6b')]=_0x232190;function _0x5131(){const _0x57c834=['\x61\x6d\x6f\x47\x57\x4f\x58\x35\x69\x62\x70\x64\x4b\x38\x6b\x38','\x57\x35\x74\x64\x48\x4d\x39\x4b','\x57\x4f\x56\x63\x49\x4a\x43\x44\x57\x37\x79\x45\x57\x50\x4b\x30','\x72\x53\x6b\x48\x61\x38\x6b\x4f\x6b\x61\x70\x63\x4f\x61','\x6f\x53\x6f\x2b\x57\x35\x76\x67\x77\x57','\x57\x35\x78\x64\x50\x53\x6b\x70\x43\x38\x6b\x2f','\x79\x74\x70\x63\x4a\x33\x4c\x67','\x75\x43\x6f\x72\x77\x38\x6f\x4c\x57\x4f\x44\x46\x57\x36\x33\x63\x49\x61','\x57\x51\x42\x63\x51\x38\x6b\x6a\x79\x38\x6b\x2f\x68\x74\x4b','\x57\x34\x5a\x63\x4b\x47\x70\x64\x50\x63\x75','\x57\x36\x64\x64\x52\x6d\x6f\x7a\x6e\x38\x6f\x55\x71\x78\x4b\x62\x79\x64\x56\x63\x48\x43\x6b\x73\x57\x50\x65','\x77\x38\x6f\x79\x57\x36\x5a\x64\x54\x63\x52\x63\x4e\x4d\x38\x38\x57\x51\x52\x63\x47\x43\x6b\x4d\x57\x37\x43','\x77\x53\x6f\x78\x71\x71','\x66\x53\x6f\x4e\x57\x51\x35\x49\x6b\x57\x6c\x64\x4b\x38\x6b\x2f','\x57\x4f\x6e\x76\x57\x51\x33\x63\x55\x33\x6c\x64\x4d\x71','\x73\x53\x6b\x4d\x57\x50\x72\x68\x6b\x72\x4a\x64\x56\x53\x6b\x56','\x57\x51\x68\x63\x47\x43\x6b\x74\x72\x6d\x6f\x77','\x57\x36\x71\x64\x73\x78\x65','\x73\x63\x52\x63\x52\x66\x62\x4a\x6f\x6d\x6b\x38','\x57\x36\x65\x65\x77\x67\x56\x64\x4f\x77\x74\x63\x52\x78\x4f','\x62\x53\x6b\x53\x57\x52\x42\x63\x48\x4e\x69','\x57\x4f\x46\x63\x52\x74\x71\x69\x57\x4f\x69','\x43\x38\x6f\x49\x57\x4f\x57\x61\x57\x36\x6c\x64\x55\x6d\x6b\x4d\x57\x50\x75','\x73\x62\x72\x54\x57\x4f\x4e\x64\x48\x47','\x43\x6d\x6b\x69\x57\x37\x6e\x68\x74\x53\x6f\x59\x75\x30\x34','\x57\x52\x52\x63\x53\x6d\x6b\x75','\x45\x48\x42\x64\x47\x76\x37\x64\x55\x71\x53','\x6c\x43\x6b\x4c\x57\x4f\x46\x63\x51\x67\x38','\x57\x51\x37\x63\x47\x53\x6f\x57','\x57\x4f\x42\x64\x4c\x6d\x6f\x59\x57\x34\x64\x64\x53\x4b\x2f\x63\x4f\x53\x6f\x41','\x6b\x6d\x6f\x59\x41\x61','\x65\x49\x54\x5a\x70\x43\x6f\x67\x57\x35\x4c\x59\x69\x47','\x57\x52\x2f\x63\x47\x38\x6b\x6d','\x57\x37\x78\x64\x4b\x6d\x6b\x45\x76\x53\x6b\x2f','\x57\x35\x34\x46\x57\x52\x2f\x63\x52\x68\x33\x64\x4c\x62\x70\x64\x4a\x61','\x67\x38\x6b\x50\x73\x43\x6b\x50\x6c\x62\x2f\x63\x4f\x6d\x6f\x66','\x57\x4f\x39\x55\x57\x52\x47\x51\x57\x35\x52\x63\x4f\x47','\x57\x34\x68\x64\x53\x78\x33\x64\x49\x53\x6b\x35\x7a\x33\x69','\x57\x4f\x56\x63\x4a\x43\x6f\x67','\x75\x77\x5a\x63\x4c\x65\x46\x63\x56\x71\x79','\x42\x58\x6e\x41\x57\x36\x71\x30\x57\x35\x44\x73\x63\x64\x78\x63\x56\x38\x6f\x6d\x57\x4f\x56\x63\x4d\x47','\x57\x51\x6a\x4a\x78\x77\x46\x64\x4c\x6d\x6f\x59\x41\x53\x6f\x59','\x57\x37\x72\x31\x6a\x4e\x71\x42\x6c\x74\x4e\x63\x54\x61','\x43\x6d\x6f\x4d\x57\x4f\x53','\x6a\x43\x6f\x5a\x71\x64\x4e\x63\x54\x4e\x7a\x62\x57\x34\x53','\x6d\x43\x6f\x57\x57\x36\x76\x49\x57\x4f\x75','\x65\x6d\x6b\x6f\x6f\x71','\x57\x51\x74\x63\x48\x53\x6f\x55\x57\x50\x61','\x67\x53\x6b\x53\x68\x43\x6b\x53\x6a\x71','\x79\x75\x61\x36\x46\x43\x6b\x6a\x57\x50\x4b\x39\x41\x47','\x57\x36\x64\x64\x51\x43\x6b\x33\x73\x38\x6b\x71','\x57\x51\x68\x63\x4a\x53\x6b\x76\x76\x43\x6f\x77','\x43\x38\x6b\x6f\x57\x50\x71\x32\x6f\x43\x6f\x6a\x45\x32\x47\x75\x71\x32\x61','\x57\x34\x2f\x64\x50\x31\x6c\x64\x4e\x71','\x57\x52\x70\x63\x53\x5a\x6a\x58\x57\x51\x34','\x69\x43\x6f\x74\x57\x34\x54\x4f\x7a\x53\x6f\x34\x77\x65\x53','\x57\x37\x6c\x64\x4a\x38\x6b\x37\x57\x36\x61\x37\x6b\x76\x79\x35','\x57\x51\x38\x77\x6d\x6d\x6b\x4f\x63\x30\x5a\x63\x51\x43\x6f\x48','\x71\x43\x6f\x78\x75\x53\x6f\x34\x57\x50\x6a\x62\x57\x36\x56\x63\x54\x61','\x57\x36\x34\x4f\x71\x57','\x57\x4f\x4c\x4b\x57\x51\x34\x36','\x57\x4f\x4c\x59\x57\x51\x57\x36','\x44\x43\x6f\x55\x57\x4f\x38','\x57\x36\x46\x64\x50\x43\x6b\x51','\x75\x64\x72\x43\x57\x52\x74\x64\x51\x53\x6b\x43\x57\x37\x71','\x57\x52\x64\x63\x4c\x38\x6f\x59\x57\x50\x58\x75\x57\x50\x2f\x63\x4a\x62\x43','\x44\x43\x6b\x67\x61\x76\x4c\x72\x6f\x43\x6b\x50','\x57\x37\x52\x63\x55\x59\x52\x64\x52\x49\x6c\x64\x55\x64\x6d','\x69\x59\x4a\x63\x49\x68\x6e\x6d\x6f\x62\x5a\x63\x49\x47','\x41\x43\x6b\x44\x68\x61','\x57\x36\x33\x63\x4f\x59\x52\x64\x55\x61','\x57\x51\x66\x30\x6c\x48\x64\x64\x48\x43\x6b\x61','\x57\x36\x6a\x34\x70\x33\x57\x69\x6d\x73\x65','\x7a\x59\x2f\x63\x4c\x38\x6b\x51','\x57\x51\x6a\x2b\x73\x67\x5a\x64\x4c\x6d\x6f\x31','\x57\x50\x52\x64\x47\x38\x6b\x36\x57\x37\x6d','\x57\x50\x54\x48\x45\x43\x6b\x43\x61\x43\x6f\x41\x57\x51\x58\x4f\x66\x71','\x6a\x43\x6f\x51\x73\x4a\x4e\x63\x54\x47','\x61\x6d\x6b\x61\x57\x51\x4b','\x57\x35\x56\x64\x56\x67\x4a\x64\x49\x48\x78\x63\x51\x6d\x6f\x59','\x57\x51\x4b\x31\x79\x59\x48\x45\x44\x77\x2f\x63\x56\x76\x39\x33\x76\x38\x6b\x57\x57\x36\x65','\x57\x52\x39\x76\x46\x53\x6b\x53\x57\x34\x58\x6c\x67\x6d\x6f\x4a\x57\x34\x61\x64\x57\x36\x5a\x64\x4f\x57','\x57\x35\x57\x49\x6a\x43\x6b\x75\x62\x6d\x6f\x6e\x57\x50\x4f','\x66\x43\x6f\x39\x57\x50\x6a\x4b\x6b\x57\x79','\x6f\x53\x6b\x6b\x70\x4a\x57\x30\x7a\x43\x6f\x39','\x57\x51\x64\x63\x48\x43\x6f\x63\x76\x6d\x6b\x65\x57\x37\x52\x63\x4b\x71','\x57\x52\x64\x63\x4a\x38\x6f\x50\x57\x50\x7a\x46','\x62\x6d\x6b\x51\x57\x52\x5a\x63\x52\x33\x4e\x64\x48\x33\x30\x77','\x6c\x4d\x78\x63\x4d\x53\x6b\x55\x57\x51\x58\x52\x57\x36\x6a\x56','\x57\x51\x33\x63\x53\x73\x4c\x47\x57\x51\x6d','\x77\x6d\x6b\x4d\x79\x78\x2f\x63\x48\x6d\x6f\x6f\x57\x34\x34\x45','\x7a\x43\x6b\x33\x65\x4d\x2f\x64\x50\x64\x76\x65\x57\x35\x39\x55\x57\x51\x6c\x63\x49\x38\x6b\x41','\x57\x4f\x47\x6e\x6d\x38\x6b\x63\x65\x61','\x6d\x78\x56\x64\x4a\x38\x6f\x37\x57\x37\x6d\x39\x57\x52\x30\x2f\x44\x48\x52\x64\x4a\x38\x6b\x49\x66\x38\x6f\x31','\x6b\x4c\x34\x7a\x57\x52\x6d','\x57\x36\x30\x6c\x73\x67\x68\x64\x52\x71','\x7a\x62\x42\x64\x49\x30\x5a\x64\x52\x47\x79','\x57\x50\x5a\x63\x48\x5a\x56\x64\x4a\x6d\x6f\x67\x57\x34\x2f\x64\x50\x53\x6f\x73','\x6d\x30\x79\x44\x57\x52\x76\x4f','\x45\x43\x6b\x4e\x57\x35\x6d\x54\x57\x36\x5a\x64\x55\x6d\x6f\x56\x57\x50\x4f','\x79\x63\x52\x63\x4d\x43\x6b\x4c\x57\x52\x66\x47\x57\x36\x75\x62','\x57\x36\x4e\x63\x49\x58\x5a\x64\x4d\x63\x34','\x65\x6d\x6f\x31\x57\x4f\x50\x31\x6b\x72\x56\x64\x49\x6d\x6b\x4a','\x68\x53\x6b\x50\x67\x43\x6b\x44\x64\x61','\x63\x43\x6f\x6e\x57\x52\x6e\x74\x64\x57','\x57\x50\x66\x43\x6d\x43\x6f\x4d\x46\x53\x6f\x2f\x62\x32\x38','\x63\x6d\x6f\x4d\x57\x36\x31\x78','\x57\x4f\x52\x63\x53\x43\x6f\x4a\x76\x6d\x6b\x7a','\x57\x36\x5a\x64\x54\x4c\x68\x64\x54\x6d\x6b\x35','\x6e\x32\x78\x63\x55\x43\x6b\x52\x75\x4d\x47','\x57\x51\x53\x43\x6d\x6d\x6b\x52','\x6d\x68\x4e\x63\x51\x6d\x6b\x38','\x43\x59\x4e\x63\x4c\x53\x6b\x39\x57\x51\x43','\x79\x32\x5a\x64\x4e\x4e\x39\x6c\x6f\x73\x56\x63\x4b\x43\x6f\x33','\x57\x34\x62\x62\x57\x51\x74\x64\x49\x4b\x6d\x76','\x57\x52\x38\x71\x6f\x43\x6b\x47\x61\x30\x74\x63\x56\x38\x6f\x71','\x57\x37\x4f\x7a\x6f\x43\x6f\x2f','\x63\x53\x6b\x67\x62\x6d\x6b\x56\x57\x34\x71\x42\x57\x51\x2f\x63\x4a\x53\x6b\x33\x42\x38\x6b\x30\x57\x36\x43\x2b','\x57\x51\x38\x79\x6c\x53\x6b\x39\x66\x30\x74\x63\x51\x71','\x57\x52\x58\x52\x73\x47','\x57\x50\x53\x57\x57\x35\x70\x63\x4c\x53\x6b\x37\x41\x31\x79\x4a\x67\x43\x6b\x33\x57\x52\x66\x2f\x6d\x43\x6f\x35','\x79\x53\x6b\x30\x57\x51\x30\x6c\x57\x37\x5a\x64\x4a\x6d\x6b\x42\x71\x33\x42\x64\x51\x43\x6f\x54\x57\x36\x4f\x44','\x70\x74\x5a\x63\x4d\x57','\x69\x71\x66\x4d','\x57\x52\x35\x34\x6a\x58\x4e\x64\x4b\x6d\x6b\x65\x6d\x53\x6b\x30','\x57\x37\x76\x62\x57\x51\x37\x64\x4d\x47','\x57\x37\x61\x39\x71\x43\x6f\x73\x57\x50\x2f\x64\x4a\x72\x39\x6e','\x57\x51\x68\x63\x55\x53\x6b\x70\x44\x53\x6b\x39','\x6c\x75\x47\x42\x57\x51\x69','\x57\x36\x68\x64\x52\x6d\x6b\x48\x46\x6d\x6b\x52\x6d\x49\x4b\x39','\x57\x37\x6a\x53\x6a\x4e\x71\x6f\x6c\x63\x52\x63\x4f\x71','\x77\x38\x6f\x6e\x44\x6d\x6f\x4b\x57\x4f\x66\x6d\x57\x36\x65','\x6c\x38\x6f\x44\x57\x35\x66\x54\x7a\x57','\x65\x38\x6b\x4b\x68\x6d\x6b\x38','\x63\x6d\x6f\x57\x57\x34\x35\x67\x77\x6d\x6f\x6e\x69\x75\x43','\x73\x43\x6b\x4a\x7a\x32\x6c\x63\x4b\x43\x6f\x39\x57\x34\x38\x47','\x57\x36\x69\x39\x75\x53\x6f\x78\x57\x35\x4a\x63\x4b\x61','\x6a\x61\x4c\x49','\x6f\x47\x66\x31\x70\x43\x6f\x64\x57\x35\x58\x4c\x68\x61','\x57\x51\x52\x63\x50\x58\x30\x35\x57\x51\x71','\x57\x52\x4a\x63\x55\x59\x50\x4d\x57\x51\x6e\x31','\x57\x52\x70\x63\x54\x5a\x76\x48\x57\x51\x44\x47\x64\x47','\x6d\x4b\x69\x68\x57\x52\x66\x30\x57\x4f\x4b','\x46\x53\x6f\x4d\x57\x4f\x53\x57\x57\x37\x42\x64\x55\x53\x6b\x4e','\x57\x51\x68\x63\x52\x6d\x6b\x64\x7a\x38\x6b\x39\x63\x5a\x47\x42','\x61\x38\x6b\x49\x6f\x53\x6b\x37\x70\x58\x2f\x63\x4f\x53\x6f\x68','\x57\x37\x6d\x6a\x75\x33\x64\x64\x4f\x61','\x57\x52\x31\x76\x63\x6d\x6f\x49\x57\x4f\x53\x31\x66\x53\x6f\x73','\x57\x35\x70\x64\x50\x77\x5a\x64\x48\x47\x38','\x57\x37\x30\x63\x62\x43\x6f\x7a\x57\x4f\x57','\x57\x35\x39\x66\x57\x52\x61','\x57\x4f\x35\x4f\x57\x52\x6d\x54\x57\x35\x57','\x57\x37\x6c\x64\x56\x53\x6b\x39\x73\x53\x6b\x4c\x67\x32\x5a\x64\x55\x61','\x68\x53\x6b\x6f\x69\x63\x4f','\x57\x50\x72\x34\x57\x50\x30\x54\x57\x34\x56\x63\x50\x53\x6f\x59','\x61\x43\x6b\x41\x57\x50\x5a\x63\x53\x32\x2f\x64\x4a\x32\x61','\x57\x37\x30\x76\x6a\x6d\x6f\x33\x57\x50\x4b\x6e\x64\x71','\x6c\x38\x6b\x6d\x57\x52\x70\x63\x50\x61','\x6e\x53\x6f\x6f\x57\x34\x58\x50\x41\x6d\x6f\x35\x74\x57','\x6a\x43\x6b\x6a\x57\x51\x4c\x48','\x57\x35\x70\x63\x47\x38\x6f\x32\x57\x37\x64\x64\x4f\x75\x53','\x57\x4f\x61\x2b\x69\x38\x6b\x44\x62\x53\x6b\x62','\x57\x51\x6c\x64\x4b\x43\x6f\x48','\x57\x52\x66\x46\x63\x5a\x74\x63\x53\x74\x68\x63\x54\x76\x46\x64\x51\x4c\x52\x64\x50\x6d\x6f\x32','\x6a\x43\x6f\x5a\x74\x4a\x46\x63\x53\x4e\x44\x6c','\x57\x50\x66\x65\x57\x51\x4e\x63\x55\x47','\x63\x6d\x6f\x54\x57\x37\x72\x76\x74\x43\x6f\x62\x70\x71','\x66\x53\x6f\x4d\x57\x4f\x31\x35\x70\x71\x64\x63\x4d\x53\x6b\x35','\x6f\x43\x6b\x73\x57\x51\x35\x4b\x6d\x61','\x57\x37\x30\x6d\x69\x6d\x6f\x35\x57\x50\x30','\x57\x4f\x6c\x64\x4c\x53\x6f\x74','\x57\x4f\x7a\x2f\x6c\x43\x6b\x61\x65\x6d\x6f\x6e\x57\x50\x58\x2f','\x57\x34\x78\x64\x4f\x30\x57','\x6e\x32\x2f\x63\x51\x53\x6b\x54','\x72\x53\x6f\x68\x72\x43\x6f\x5a','\x6a\x64\x4a\x63\x4d\x65\x30\x6a\x67\x58\x33\x63\x53\x61','\x67\x6d\x6f\x7a\x6c\x57','\x6d\x43\x6b\x59\x45\x33\x6a\x59','\x67\x53\x6b\x4c\x57\x51\x72\x4d\x6e\x53\x6b\x46\x68\x43\x6b\x5a','\x57\x50\x2f\x63\x4a\x59\x71\x51\x57\x51\x75\x33\x57\x50\x7a\x78','\x57\x34\x4f\x4c\x6a\x43\x6b\x46\x62\x38\x6f\x52\x57\x4f\x4c\x63','\x57\x37\x4a\x64\x51\x64\x53','\x43\x5a\x37\x63\x49\x38\x6b\x51\x57\x51\x6e\x4b','\x67\x53\x6b\x53\x67\x71','\x6d\x6d\x6f\x43\x7a\x74\x78\x63\x4d\x71','\x57\x35\x70\x64\x4f\x77\x56\x64\x4c\x47\x42\x63\x55\x38\x6f\x4b','\x70\x75\x79\x7a\x57\x52\x44\x49\x57\x4f\x47\x69\x65\x47','\x74\x74\x42\x63\x56\x78\x35\x6f','\x57\x37\x46\x64\x4f\x38\x6b\x38\x77\x6d\x6b\x62\x64\x66\x4e\x64\x56\x61','\x71\x49\x39\x7a\x57\x51\x46\x64\x51\x6d\x6b\x6c','\x42\x53\x6f\x52\x57\x50\x69\x47\x57\x36\x79','\x57\x50\x56\x63\x50\x53\x6f\x63\x42\x38\x6b\x4c','\x57\x4f\x78\x63\x4a\x43\x6f\x45\x75\x38\x6b\x75\x57\x36\x71','\x57\x34\x57\x35\x57\x36\x31\x4e\x57\x4f\x2f\x63\x4b\x53\x6f\x6e\x43\x74\x65\x63\x6a\x57','\x57\x51\x4a\x63\x54\x4a\x64\x64\x55\x4a\x6c\x64\x4f\x74\x4f','\x6b\x67\x6c\x64\x4b\x43\x6f\x48\x57\x36\x4b\x4d\x57\x51\x61\x49','\x57\x34\x52\x64\x56\x77\x4a\x64\x47\x61','\x57\x4f\x33\x63\x56\x57\x66\x78\x57\x4f\x69','\x6d\x6d\x6f\x56\x74\x59\x37\x63\x54\x4e\x43'];_0x5131=function(){return _0x57c834;};return _0x5131();}
|
package/src/gep/candidates.js
CHANGED
|
@@ -1,198 +1 @@
|
|
|
1
|
-
const { expandSignals } = require('./learningSignals');
|
|
2
|
-
const { stableHash } = require('./hash');
|
|
3
|
-
|
|
4
|
-
function clip(text, maxChars) {
|
|
5
|
-
const s = String(text || '');
|
|
6
|
-
if (!maxChars || s.length <= maxChars) return s;
|
|
7
|
-
return s.slice(0, Math.max(0, maxChars - 20)) + ' ...[TRUNCATED]';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
function toLines(text) {
|
|
11
|
-
return String(text || '')
|
|
12
|
-
.split('\n')
|
|
13
|
-
.map(l => l.trimEnd())
|
|
14
|
-
.filter(Boolean);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
function extractToolCalls(transcript) {
|
|
18
|
-
const lines = toLines(transcript);
|
|
19
|
-
const calls = [];
|
|
20
|
-
for (const line of lines) {
|
|
21
|
-
// OpenClaw format: [TOOL: Shell]
|
|
22
|
-
const m = line.match(/\[TOOL:\s*([^\]]+)\]/i);
|
|
23
|
-
if (m && m[1]) { calls.push(m[1].trim()); continue; }
|
|
24
|
-
// Cursor transcript format: [Tool call] Shell
|
|
25
|
-
const m2 = line.match(/\[Tool call\]\s+(\S+)/i);
|
|
26
|
-
if (m2 && m2[1]) calls.push(m2[1].trim());
|
|
27
|
-
}
|
|
28
|
-
return calls;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
function countFreq(items) {
|
|
32
|
-
const map = new Map();
|
|
33
|
-
for (const it of items) map.set(it, (map.get(it) || 0) + 1);
|
|
34
|
-
return map;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
function buildFiveQuestionsShape({ title, signals, evidence }) {
|
|
38
|
-
// Keep it short and structured; this is a template, not a perfect inference.
|
|
39
|
-
const input = 'Recent session transcript + memory snippets + user instructions';
|
|
40
|
-
const output = 'A safe, auditable evolution patch guided by GEP assets';
|
|
41
|
-
const invariants = 'Protocol order, small reversible patches, validation, append-only events';
|
|
42
|
-
const params = `Signals: ${Array.isArray(signals) ? signals.join(', ') : ''}`.trim();
|
|
43
|
-
const failurePoints = 'Missing signals, over-broad changes, skipped validation, missing knowledge solidification';
|
|
44
|
-
return {
|
|
45
|
-
title: String(title || '').slice(0, 120),
|
|
46
|
-
input,
|
|
47
|
-
output,
|
|
48
|
-
invariants,
|
|
49
|
-
params: params || 'Signals: (none)',
|
|
50
|
-
failure_points: failurePoints,
|
|
51
|
-
evidence: clip(evidence, 240),
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function extractCapabilityCandidates({ recentSessionTranscript, signals, recentFailedCapsules }) {
|
|
56
|
-
const candidates = [];
|
|
57
|
-
const signalList = Array.isArray(signals) ? signals : [];
|
|
58
|
-
const expandedTags = expandSignals(signalList, recentSessionTranscript);
|
|
59
|
-
const toolCalls = extractToolCalls(recentSessionTranscript);
|
|
60
|
-
const freq = countFreq(toolCalls);
|
|
61
|
-
|
|
62
|
-
for (const [tool, count] of freq.entries()) {
|
|
63
|
-
if (count < 3) continue;
|
|
64
|
-
const title = `Repeated tool usage: ${tool}`;
|
|
65
|
-
const evidence = `Observed ${count} occurrences of tool call marker for ${tool}.`;
|
|
66
|
-
const shape = buildFiveQuestionsShape({ title, signals, evidence });
|
|
67
|
-
candidates.push({
|
|
68
|
-
type: 'CapabilityCandidate',
|
|
69
|
-
id: `cand_${stableHash(title)}`,
|
|
70
|
-
title,
|
|
71
|
-
source: 'transcript',
|
|
72
|
-
created_at: new Date().toISOString(),
|
|
73
|
-
signals: signalList,
|
|
74
|
-
tags: expandedTags,
|
|
75
|
-
shape,
|
|
76
|
-
});
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
// Signals-as-candidates: capture recurring pain points as reusable capability shapes.
|
|
80
|
-
const signalCandidates = [
|
|
81
|
-
// Defensive signals
|
|
82
|
-
{ signal: 'log_error', title: 'Repair recurring runtime errors' },
|
|
83
|
-
{ signal: 'protocol_drift', title: 'Prevent protocol drift and enforce auditable outputs' },
|
|
84
|
-
{ signal: 'windows_shell_incompatible', title: 'Avoid platform-specific shell assumptions (Windows compatibility)' },
|
|
85
|
-
{ signal: 'session_logs_missing', title: 'Harden session log detection and fallback behavior' },
|
|
86
|
-
// Opportunity signals (innovation)
|
|
87
|
-
{ signal: 'user_feature_request', title: 'Implement user-requested feature' },
|
|
88
|
-
{ signal: 'user_improvement_suggestion', title: 'Apply user improvement suggestion' },
|
|
89
|
-
{ signal: 'perf_bottleneck', title: 'Resolve performance bottleneck' },
|
|
90
|
-
{ signal: 'capability_gap', title: 'Fill capability gap' },
|
|
91
|
-
{ signal: 'stable_success_plateau', title: 'Explore new strategies during stability plateau' },
|
|
92
|
-
{ signal: 'external_opportunity', title: 'Evaluate external A2A asset for local adoption' },
|
|
93
|
-
];
|
|
94
|
-
|
|
95
|
-
for (const sc of signalCandidates) {
|
|
96
|
-
if (!signalList.some(s => s === sc.signal || s.startsWith(sc.signal + ':'))) continue;
|
|
97
|
-
const evidence = `Signal present: ${sc.signal}`;
|
|
98
|
-
const shape = buildFiveQuestionsShape({ title: sc.title, signals, evidence });
|
|
99
|
-
candidates.push({
|
|
100
|
-
type: 'CapabilityCandidate',
|
|
101
|
-
id: `cand_${stableHash(sc.signal)}`,
|
|
102
|
-
title: sc.title,
|
|
103
|
-
source: 'signals',
|
|
104
|
-
created_at: new Date().toISOString(),
|
|
105
|
-
signals: signalList,
|
|
106
|
-
tags: expandedTags,
|
|
107
|
-
shape,
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
var failedCapsules = Array.isArray(recentFailedCapsules) ? recentFailedCapsules : [];
|
|
112
|
-
var groups = {};
|
|
113
|
-
var problemPriority = [
|
|
114
|
-
'problem:performance',
|
|
115
|
-
'problem:protocol',
|
|
116
|
-
'problem:reliability',
|
|
117
|
-
'problem:stagnation',
|
|
118
|
-
'problem:capability',
|
|
119
|
-
];
|
|
120
|
-
for (var i = 0; i < failedCapsules.length; i++) {
|
|
121
|
-
var fc = failedCapsules[i];
|
|
122
|
-
if (!fc || fc.outcome && fc.outcome.status === 'success') continue;
|
|
123
|
-
var reason = String(fc.failure_reason || '').trim();
|
|
124
|
-
var failureTags = expandSignals((fc.trigger || []).concat(signalList), reason).filter(function (t) {
|
|
125
|
-
return t.indexOf('problem:') === 0 || t.indexOf('risk:') === 0 || t.indexOf('area:') === 0 || t.indexOf('action:') === 0;
|
|
126
|
-
});
|
|
127
|
-
if (failureTags.length === 0) continue;
|
|
128
|
-
var dominantProblem = null;
|
|
129
|
-
for (var p = 0; p < problemPriority.length; p++) {
|
|
130
|
-
if (failureTags.indexOf(problemPriority[p]) !== -1) {
|
|
131
|
-
dominantProblem = problemPriority[p];
|
|
132
|
-
break;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
var groupingTags = dominantProblem
|
|
136
|
-
? [dominantProblem]
|
|
137
|
-
: failureTags.filter(function (tag) { return tag.indexOf('area:') === 0 || tag.indexOf('risk:') === 0; }).slice(0, 1);
|
|
138
|
-
var key = groupingTags.join('|');
|
|
139
|
-
if (!groups[key]) groups[key] = { count: 0, tags: failureTags, reasons: [], gene: fc.gene || null };
|
|
140
|
-
groups[key].count += 1;
|
|
141
|
-
if (reason) groups[key].reasons.push(reason);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
Object.keys(groups).forEach(function (key) {
|
|
145
|
-
var group = groups[key];
|
|
146
|
-
if (!group || group.count < 2) return;
|
|
147
|
-
var title = 'Learn from recurring failed evolution paths';
|
|
148
|
-
if (group.tags.indexOf('problem:performance') !== -1) title = 'Resolve recurring performance regressions';
|
|
149
|
-
else if (group.tags.indexOf('problem:protocol') !== -1) title = 'Prevent recurring protocol and validation regressions';
|
|
150
|
-
else if (group.tags.indexOf('problem:reliability') !== -1) title = 'Repair recurring reliability failures';
|
|
151
|
-
else if (group.tags.indexOf('problem:stagnation') !== -1) title = 'Break repeated stagnation loops with a new strategy';
|
|
152
|
-
else if (group.tags.indexOf('area:orchestration') !== -1) title = 'Stabilize task and orchestration behavior';
|
|
153
|
-
var evidence = 'Observed ' + group.count + ' recent failed evolutions with similar learning tags. ' +
|
|
154
|
-
(group.reasons[0] ? 'Latest reason: ' + clip(group.reasons[0], 180) : '');
|
|
155
|
-
candidates.push({
|
|
156
|
-
type: 'CapabilityCandidate',
|
|
157
|
-
id: 'cand_' + stableHash('failed:' + key),
|
|
158
|
-
title: title,
|
|
159
|
-
source: 'failed_capsules',
|
|
160
|
-
created_at: new Date().toISOString(),
|
|
161
|
-
signals: signalList,
|
|
162
|
-
tags: group.tags,
|
|
163
|
-
shape: buildFiveQuestionsShape({ title: title, signals: signalList, evidence: evidence }),
|
|
164
|
-
});
|
|
165
|
-
});
|
|
166
|
-
|
|
167
|
-
// Dedup by id
|
|
168
|
-
const seen = new Set();
|
|
169
|
-
return candidates.filter(c => {
|
|
170
|
-
if (!c || !c.id) return false;
|
|
171
|
-
if (seen.has(c.id)) return false;
|
|
172
|
-
seen.add(c.id);
|
|
173
|
-
return true;
|
|
174
|
-
});
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
function renderCandidatesPreview(candidates, maxChars = 1400) {
|
|
178
|
-
const list = Array.isArray(candidates) ? candidates : [];
|
|
179
|
-
const lines = [];
|
|
180
|
-
for (const c of list) {
|
|
181
|
-
const s = c && c.shape ? c.shape : {};
|
|
182
|
-
lines.push(`- ${c.id}: ${c.title}`);
|
|
183
|
-
lines.push(` - input: ${s.input || ''}`);
|
|
184
|
-
lines.push(` - output: ${s.output || ''}`);
|
|
185
|
-
lines.push(` - invariants: ${s.invariants || ''}`);
|
|
186
|
-
lines.push(` - params: ${s.params || ''}`);
|
|
187
|
-
lines.push(` - failure_points: ${s.failure_points || ''}`);
|
|
188
|
-
if (s.evidence) lines.push(` - evidence: ${s.evidence}`);
|
|
189
|
-
}
|
|
190
|
-
return clip(lines.join('\n'), maxChars);
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
module.exports = {
|
|
194
|
-
extractCapabilityCandidates,
|
|
195
|
-
renderCandidatesPreview,
|
|
196
|
-
expandSignals,
|
|
197
|
-
};
|
|
198
|
-
|
|
1
|
+
const _0xe1d4ef=_0x51a8;(function(_0x5d7111,_0x43a380){const _0x5513d8=_0x51a8,_0x1b576d=_0x5d7111();while(!![]){try{const _0x5901e0=-parseInt(_0x5513d8(0x1f4,'\x2a\x4b\x79\x6e'))/(0x1*0xced+0x2667+-0x7*0x755)*(-parseInt(_0x5513d8(0x1f9,'\x5d\x6b\x36\x21'))/(-0x8d8+0x24b*0x5+-0x29d))+-parseInt(_0x5513d8(0x1b1,'\x79\x6a\x4a\x59'))/(-0x1e72+0x13e3+0xa92)+parseInt(_0x5513d8(0x127,'\x37\x69\x36\x6c'))/(0xb95*-0x1+-0x83c+0x13d5)*(parseInt(_0x5513d8(0xfc,'\x53\x70\x66\x29'))/(0x1586+0x13*0x61+-0x1cb4))+-parseInt(_0x5513d8(0x16e,'\x65\x6e\x47\x64'))/(-0x2*-0xf53+0x5*0x22d+-0x2981)+parseInt(_0x5513d8(0x14c,'\x37\x25\x47\x63'))/(0x43f*0x7+0x3f*-0x5+-0x1c77)*(parseInt(_0x5513d8(0xe4,'\x23\x34\x51\x67'))/(-0x9e5+-0x7cf*0x5+-0x61f*-0x8))+-parseInt(_0x5513d8(0x204,'\x33\x74\x79\x79'))/(-0x5ad+-0x1*0x38c+0x942)+parseInt(_0x5513d8(0xc7,'\x5d\x6b\x36\x21'))/(0x2f1+0x1bc1+-0x1ea8);if(_0x5901e0===_0x43a380)break;else _0x1b576d['push'](_0x1b576d['shift']());}catch(_0x3416b8){_0x1b576d['push'](_0x1b576d['shift']());}}}(_0x5538,-0x88*0x98c+-0x19*0x49d7+0x10d9ca));const _0x116709=(function(){const _0x42aaa0=_0x51a8,_0x353156={'\x4a\x41\x49\x77\x56':function(_0x179a28,_0x2be8f9){return _0x179a28(_0x2be8f9);},'\x4e\x6e\x76\x49\x6e':function(_0x424839,_0x151f0c){return _0x424839||_0x151f0c;},'\x77\x76\x72\x76\x59':function(_0x7a9af6,_0x202c1a){return _0x7a9af6!==_0x202c1a;},'\x79\x52\x48\x66\x48':_0x42aaa0(0x10d,'\x47\x44\x28\x57')};let _0x5cd106=!![];return function(_0x403114,_0x4ce487){const _0x904179=_0x5cd106?function(){const _0x510978=_0x51a8,_0x169144={'\x7a\x4f\x67\x63\x42':function(_0x4c30c6,_0x54f73e){const _0x2c5589=_0x51a8;return _0x353156[_0x2c5589(0x13b,'\x48\x36\x6a\x30')](_0x4c30c6,_0x54f73e);},'\x64\x43\x54\x6b\x63':function(_0x20673e,_0x524d45){const _0x49e2b0=_0x51a8;return _0x353156[_0x49e2b0(0x256,'\x36\x6f\x44\x45')](_0x20673e,_0x524d45);}};if(_0x4ce487){if(_0x353156[_0x510978(0x143,'\x75\x56\x4b\x36')](_0x510978(0xb4,'\x52\x25\x4f\x56'),_0x353156[_0x510978(0x11a,'\x79\x6a\x4a\x59')]))return _0x169144[_0x510978(0x14b,'\x79\x5d\x34\x45')](_0x2e5c74,_0x169144[_0x510978(0x1af,'\x64\x2a\x61\x44')](_0x3ea2f1,''))[_0x510978(0x1d3,'\x58\x58\x4b\x21')]('\x0a')[_0x510978(0x221,'\x52\x4e\x2a\x68')](_0x47f7fb=>_0x47f7fb[_0x510978(0x121,'\x5a\x37\x61\x39')]())[_0x510978(0x222,'\x79\x5d\x34\x45')](_0x134155);else{const _0x2ed7a6=_0x4ce487[_0x510978(0x203,'\x36\x61\x5a\x45')](_0x403114,arguments);return _0x4ce487=null,_0x2ed7a6;}}}:function(){};return _0x5cd106=![],_0x904179;};}()),_0x4e54c7=_0x116709(this,function(){const _0x26367d=_0x51a8,_0x16f407={};_0x16f407['\x48\x77\x62\x79\x53']=_0x26367d(0x1e0,'\x48\x36\x6a\x30')+_0x26367d(0x11f,'\x75\x56\x4b\x36');const _0x5a9d40=_0x16f407;return _0x4e54c7[_0x26367d(0xc2,'\x64\x38\x57\x35')]()[_0x26367d(0x202,'\x36\x61\x5a\x45')](_0x26367d(0x10e,'\x71\x43\x5e\x6c')+_0x26367d(0xa5,'\x23\x34\x51\x67'))[_0x26367d(0x197,'\x48\x36\x6a\x30')]()[_0x26367d(0x185,'\x36\x6f\x44\x45')+_0x26367d(0xe8,'\x75\x56\x4b\x36')](_0x4e54c7)[_0x26367d(0x229,'\x2a\x45\x78\x35')](_0x5a9d40[_0x26367d(0x157,'\x73\x34\x68\x7a')]);});_0x4e54c7();function _0x51a8(_0x295bd8,_0x56a35f){_0x295bd8=_0x295bd8-(0x11a3+-0x1ed4+0xdd2);const _0x41ca50=_0x5538();let _0x3b8e22=_0x41ca50[_0x295bd8];if(_0x51a8['\x4b\x42\x6c\x64\x45\x73']===undefined){var _0x47d9ed=function(_0x110656){const _0x5cb609='\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 _0x2a16a8='',_0x26e703='',_0x2074c5=_0x2a16a8+_0x47d9ed,_0x26b963=(''+function(){return-0x20*-0xf6+0x7d*0x39+-0x3a95;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(0x12a4*-0x1+0x1*0xcca+0x5db);for(let _0x5c4839=0x1dfd+-0xfc8+-0xe35,_0x4acde2,_0x27b5bd,_0x2a29cb=-0xc7*-0x19+-0x2345*0x1+0xfd6;_0x27b5bd=_0x110656['\x63\x68\x61\x72\x41\x74'](_0x2a29cb++);~_0x27b5bd&&(_0x4acde2=_0x5c4839%(0x1de2+-0x43*0x2+-0x1d58)?_0x4acde2*(0x22b5+0x1*0x1452+-0x36c7)+_0x27b5bd:_0x27b5bd,_0x5c4839++%(0x196b*0x1+0x687*0x3+-0x2cfc))?_0x2a16a8+=_0x26b963||_0x2074c5['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2a29cb+(0x1*-0x11bf+-0x16*-0x19b+-0x1189))-(0x1*0x1eb+-0x2689+-0x30e*-0xc)!==-0x1a87+0x7*-0x95+0x1e9a?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x114c+0x6f*-0xa+0x16a1&_0x4acde2>>(-(-0x3*0x2b4+0xd*0x16d+-0xa6b)*_0x5c4839&-0x1*0x1e53+0xf64+0xef5)):_0x5c4839:0x17fc*-0x1+0x6*-0x117+-0xf43*-0x2){_0x27b5bd=_0x5cb609['\x69\x6e\x64\x65\x78\x4f\x66'](_0x27b5bd);}for(let _0x2d785f=-0x18d+0x1ec3+0x1*-0x1d36,_0x4feb0d=_0x2a16a8['\x6c\x65\x6e\x67\x74\x68'];_0x2d785f<_0x4feb0d;_0x2d785f++){_0x26e703+='\x25'+('\x30\x30'+_0x2a16a8['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2d785f)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x74c*-0x2+0x2eb+-0x1173))['\x73\x6c\x69\x63\x65'](-(0x1550+-0x162f+0xf*0xf));}return decodeURIComponent(_0x26e703);};const _0x18c6a2=function(_0x3e3e3c,_0xa0afa8){let _0x3c8ff3=[],_0x271410=0x1eb*-0xc+-0x1588+0x2c8c,_0x423e1f,_0x138672='';_0x3e3e3c=_0x47d9ed(_0x3e3e3c);let _0x5cf9f9;for(_0x5cf9f9=-0x21*-0x10f+0x1*0x115c+-0x344b;_0x5cf9f9<0x1c26+-0x26fb+0xbd5;_0x5cf9f9++){_0x3c8ff3[_0x5cf9f9]=_0x5cf9f9;}for(_0x5cf9f9=0xcf*-0xb+0x13d5*-0x1+0x1cba;_0x5cf9f9<-0x2*0x25a+0x1*-0xbed+0x11a1*0x1;_0x5cf9f9++){_0x271410=(_0x271410+_0x3c8ff3[_0x5cf9f9]+_0xa0afa8['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5cf9f9%_0xa0afa8['\x6c\x65\x6e\x67\x74\x68']))%(-0xe6d+-0xa59+0x2*0xce3),_0x423e1f=_0x3c8ff3[_0x5cf9f9],_0x3c8ff3[_0x5cf9f9]=_0x3c8ff3[_0x271410],_0x3c8ff3[_0x271410]=_0x423e1f;}_0x5cf9f9=0x1237+-0x1c92+0xa5b*0x1,_0x271410=-0x4fa+-0xa9c+0xf96;for(let _0x3f3639=0x1f2e+0x3b*-0x1f+0x1*-0x1809;_0x3f3639<_0x3e3e3c['\x6c\x65\x6e\x67\x74\x68'];_0x3f3639++){_0x5cf9f9=(_0x5cf9f9+(0x1b5*-0x3+-0x1f84+0x14*0x1d5))%(-0x1*-0xf95+-0x12f*-0x16+-0x289f),_0x271410=(_0x271410+_0x3c8ff3[_0x5cf9f9])%(-0xacf*0x3+-0x1d9+0x2346),_0x423e1f=_0x3c8ff3[_0x5cf9f9],_0x3c8ff3[_0x5cf9f9]=_0x3c8ff3[_0x271410],_0x3c8ff3[_0x271410]=_0x423e1f,_0x138672+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x3e3e3c['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3f3639)^_0x3c8ff3[(_0x3c8ff3[_0x5cf9f9]+_0x3c8ff3[_0x271410])%(0x5c6+-0x1df7+-0x1*-0x1931)]);}return _0x138672;};_0x51a8['\x6b\x6b\x77\x48\x75\x72']=_0x18c6a2,_0x51a8['\x70\x72\x56\x51\x43\x43']={},_0x51a8['\x4b\x42\x6c\x64\x45\x73']=!![];}const _0x182a60=_0x41ca50[0x22f3+0x158+-0x244b],_0x274a95=_0x295bd8+_0x182a60,_0x3e6205=_0x51a8['\x70\x72\x56\x51\x43\x43'][_0x274a95];if(!_0x3e6205){if(_0x51a8['\x54\x6c\x63\x43\x7a\x77']===undefined){const _0x366d42=function(_0x33348c){this['\x5a\x54\x51\x56\x68\x49']=_0x33348c,this['\x4f\x6e\x52\x6e\x45\x4b']=[-0x26e4*0x1+-0x23f5+-0x6ce*-0xb,0x13*-0x113+0x131d+0x14c,0x2ae*-0x1+-0x1600+0x18ae],this['\x4c\x59\x77\x47\x58\x53']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x72\x65\x56\x42\x6d\x65']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x54\x78\x53\x4f\x65\x45']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x366d42['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x46\x75\x73\x55\x75\x46']=function(){const _0x3f7de1=new RegExp(this['\x72\x65\x56\x42\x6d\x65']+this['\x54\x78\x53\x4f\x65\x45']),_0x36776f=_0x3f7de1['\x74\x65\x73\x74'](this['\x4c\x59\x77\x47\x58\x53']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x4f\x6e\x52\x6e\x45\x4b'][-0xddd+-0x325+0x1103]:--this['\x4f\x6e\x52\x6e\x45\x4b'][-0x18+-0x21*-0x9+-0x111];return this['\x57\x45\x71\x57\x41\x61'](_0x36776f);},_0x366d42['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x57\x45\x71\x57\x41\x61']=function(_0x2fd58c){if(!Boolean(~_0x2fd58c))return _0x2fd58c;return this['\x73\x50\x72\x6d\x69\x4c'](this['\x5a\x54\x51\x56\x68\x49']);},_0x366d42['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x73\x50\x72\x6d\x69\x4c']=function(_0x5479d6){for(let _0x5c67b5=0x22f+-0x18a8+0x20b*0xb,_0x13a51a=this['\x4f\x6e\x52\x6e\x45\x4b']['\x6c\x65\x6e\x67\x74\x68'];_0x5c67b5<_0x13a51a;_0x5c67b5++){this['\x4f\x6e\x52\x6e\x45\x4b']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x13a51a=this['\x4f\x6e\x52\x6e\x45\x4b']['\x6c\x65\x6e\x67\x74\x68'];}return _0x5479d6(this['\x4f\x6e\x52\x6e\x45\x4b'][0x16cd*-0x1+-0x23e1+-0x1d*-0x206]);},(''+function(){return-0x1a4+0x8*0x24e+-0x10cc;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(0x1240+0x35*0x94+0x5*-0x9c7)&&new _0x366d42(_0x51a8)['\x46\x75\x73\x55\x75\x46'](),_0x51a8['\x54\x6c\x63\x43\x7a\x77']=!![];}_0x3b8e22=_0x51a8['\x6b\x6b\x77\x48\x75\x72'](_0x3b8e22,_0x56a35f),_0x51a8['\x70\x72\x56\x51\x43\x43'][_0x274a95]=_0x3b8e22;}else _0x3b8e22=_0x3e6205;return _0x3b8e22;}const {expandSignals:_0x2e0330}=require(_0xe1d4ef(0x263,'\x2a\x45\x78\x35')+_0xe1d4ef(0x210,'\x47\x6e\x48\x5b')+'\x73'),{stableHash:_0x546d2b}=require(_0xe1d4ef(0x25d,'\x36\x6f\x44\x45'));function _0x54ae09(_0x5ec5ee,_0x547373){const _0x1a8c2e=_0xe1d4ef,_0x5d84f5={'\x67\x5a\x69\x6f\x5a':function(_0x5a6f53,_0x2a1795){return _0x5a6f53(_0x2a1795);},'\x6d\x65\x45\x48\x63':function(_0x3c6272,_0x52c58b){return _0x3c6272||_0x52c58b;},'\x46\x4d\x42\x68\x5a':function(_0x1db52e,_0x426232){return _0x1db52e+_0x426232;},'\x50\x72\x66\x62\x49':_0x1a8c2e(0x21c,'\x47\x6e\x48\x5b')+_0x1a8c2e(0x1cc,'\x6d\x6c\x49\x4c')},_0x1281c8=_0x5d84f5[_0x1a8c2e(0x147,'\x42\x6e\x57\x76')](String,_0x5d84f5[_0x1a8c2e(0x126,'\x5a\x37\x61\x39')](_0x5ec5ee,''));if(!_0x547373||_0x1281c8[_0x1a8c2e(0x117,'\x47\x6e\x48\x5b')]<=_0x547373)return _0x1281c8;return _0x5d84f5[_0x1a8c2e(0xd3,'\x79\x5d\x34\x45')](_0x1281c8[_0x1a8c2e(0x228,'\x45\x38\x53\x74')](-0x450*-0x8+-0x56+0x2*-0x1115,Math['\x6d\x61\x78'](-0x2596+0x268f+-0xf9,_0x547373-(-0x1609+-0x14bc+-0x61f*-0x7))),_0x5d84f5['\x50\x72\x66\x62\x49']);}function _0x6bb406(_0x24e79a){const _0x3b3453=_0xe1d4ef,_0x3a631c={'\x73\x7a\x71\x7a\x69':function(_0x15be01,_0x4d7bfb){return _0x15be01(_0x4d7bfb);},'\x44\x55\x73\x79\x6b':function(_0x308f86,_0xd66be3){return _0x308f86||_0xd66be3;}};return _0x3a631c[_0x3b3453(0x22e,'\x72\x63\x5e\x56')](String,_0x3a631c[_0x3b3453(0x116,'\x72\x4c\x49\x44')](_0x24e79a,''))[_0x3b3453(0x150,'\x52\x69\x55\x40')]('\x0a')[_0x3b3453(0x232,'\x2a\x45\x78\x35')](_0x848e33=>_0x848e33[_0x3b3453(0x1fb,'\x74\x5d\x26\x75')]())[_0x3b3453(0x153,'\x71\x43\x5e\x6c')](Boolean);}function _0x5ef551(_0x1dd449){const _0x136d37=_0xe1d4ef,_0xed0ae9={'\x71\x4e\x56\x73\x51':function(_0x5f6813,_0xdae496){return _0x5f6813(_0xdae496);}},_0x2cf948=_0xed0ae9[_0x136d37(0x1e8,'\x79\x5d\x34\x45')](_0x6bb406,_0x1dd449),_0xea171d=[];for(const _0x791904 of _0x2cf948){const _0x19d1e2=_0x791904[_0x136d37(0x211,'\x72\x4c\x49\x44')](/\[TOOL:\s*([^\]]+)\]/i);if(_0x19d1e2&&_0x19d1e2[-0x2*-0x306+-0x1102*0x2+0x1bf9]){_0xea171d[_0x136d37(0x1bf,'\x72\x63\x5e\x56')](_0x19d1e2[-0x2570+0x2d*-0xde+0x2a3*0x1d][_0x136d37(0x174,'\x64\x38\x57\x35')]());continue;}const _0x30706b=_0x791904['\x6d\x61\x74\x63\x68'](/\[Tool call\]\s+(\S+)/i);if(_0x30706b&&_0x30706b[0x2*0x15b+-0x6e2+0x42d])_0xea171d[_0x136d37(0x16d,'\x6d\x6c\x49\x4c')](_0x30706b[0xf*0x287+-0x223d+0x139*-0x3][_0x136d37(0x1f3,'\x4a\x5e\x48\x49')]());}return _0xea171d;}function _0x5538(){const _0xb1a7a7=['\x6c\x61\x64\x63\x55\x6d\x6b\x76\x57\x35\x6d','\x72\x6d\x6f\x59\x57\x37\x64\x63\x49\x64\x61','\x7a\x62\x62\x6a\x76\x53\x6f\x6b\x75\x38\x6b\x79\x57\x52\x47','\x74\x4b\x2f\x64\x53\x78\x58\x41','\x57\x50\x4e\x64\x51\x53\x6f\x6c\x57\x37\x35\x5a\x57\x35\x62\x48','\x57\x34\x78\x64\x4b\x38\x6f\x32','\x79\x47\x76\x62\x76\x38\x6b\x65\x75\x43\x6f\x7a\x57\x51\x43','\x57\x35\x53\x63\x72\x43\x6f\x6f\x69\x61','\x64\x38\x6f\x71\x66\x38\x6b\x6f\x57\x36\x75','\x67\x6d\x6b\x62\x6b\x65\x54\x6c\x57\x50\x33\x63\x48\x61\x6d','\x57\x51\x6c\x63\x4e\x6d\x6f\x51\x57\x34\x64\x64\x47\x57','\x75\x64\x64\x64\x4b\x72\x2f\x64\x51\x53\x6f\x4f\x57\x37\x58\x41','\x6b\x75\x69\x67\x66\x71\x4b\x64\x57\x34\x6d\x73','\x57\x34\x79\x75\x78\x6d\x6f\x47\x65\x47','\x57\x37\x42\x64\x56\x38\x6b\x56\x57\x37\x4b\x44\x64\x68\x70\x63\x4e\x71','\x41\x38\x6b\x79\x6d\x47\x56\x64\x52\x71','\x57\x37\x61\x62\x57\x51\x75\x78\x6f\x43\x6b\x55\x6c\x38\x6f\x66','\x74\x33\x7a\x68\x57\x52\x53','\x65\x59\x33\x64\x4b\x72\x2f\x64\x51\x47','\x57\x34\x4a\x64\x52\x6d\x6f\x62\x42\x4b\x4b\x4a\x62\x6d\x6b\x64','\x57\x35\x72\x65\x57\x35\x68\x63\x53\x38\x6b\x6e\x57\x52\x66\x61','\x57\x51\x4e\x63\x4d\x48\x4b\x49\x57\x50\x6a\x58\x6f\x4d\x30','\x57\x36\x71\x70\x57\x52\x38\x45\x69\x6d\x6f\x4d\x6f\x61\x57','\x79\x6d\x6b\x49\x57\x51\x75\x2b\x6d\x43\x6f\x4b\x63\x6d\x6f\x50\x57\x50\x42\x63\x49\x38\x6f\x6e\x57\x35\x7a\x67','\x64\x6d\x6f\x37\x42\x38\x6b\x75\x57\x4f\x34','\x57\x51\x53\x30\x57\x4f\x76\x66\x57\x34\x69\x48\x42\x43\x6b\x63','\x57\x37\x47\x62\x57\x51\x34\x45\x69\x43\x6b\x31','\x57\x35\x43\x68\x6d\x43\x6f\x4d\x57\x34\x57','\x46\x68\x56\x63\x56\x61\x46\x63\x51\x57\x5a\x63\x50\x4c\x75','\x57\x51\x56\x63\x4e\x47\x75\x33\x57\x50\x35\x58\x70\x4e\x57','\x57\x52\x68\x64\x4d\x4d\x70\x64\x4a\x43\x6f\x52\x57\x52\x79','\x57\x37\x78\x63\x4d\x38\x6f\x56\x71\x77\x43','\x57\x51\x4e\x64\x49\x4d\x33\x64\x4f\x43\x6f\x7a','\x57\x52\x46\x64\x53\x75\x2f\x64\x4f\x43\x6f\x7a','\x61\x59\x56\x64\x47\x58\x2f\x64\x56\x38\x6f\x54','\x76\x4e\x43\x75\x57\x37\x5a\x64\x56\x43\x6b\x70\x68\x61','\x46\x61\x68\x63\x50\x72\x52\x63\x4e\x47','\x74\x38\x6b\x67\x65\x61','\x57\x34\x43\x73\x57\x52\x38\x43\x6d\x6d\x6b\x32\x6b\x43\x6b\x61','\x57\x34\x75\x66\x57\x50\x69\x5a\x61\x47','\x57\x34\x37\x64\x47\x53\x6b\x54\x57\x37\x53\x30','\x57\x52\x4c\x77\x68\x43\x6b\x34\x64\x6d\x6f\x37\x76\x4a\x4b\x38\x6c\x57','\x69\x61\x75\x4e\x57\x34\x6e\x71\x57\x4f\x70\x64\x51\x61\x57','\x61\x5a\x6c\x64\x49\x62\x4a\x64\x51\x47','\x78\x53\x6b\x43\x71\x57\x4e\x64\x4d\x4a\x64\x63\x52\x76\x30','\x57\x51\x68\x64\x4f\x6d\x6f\x62\x57\x51\x47\x42','\x44\x53\x6f\x61\x57\x34\x53\x4a\x57\x36\x79','\x74\x38\x6f\x4c\x57\x36\x4e\x63\x50\x71\x2f\x64\x52\x68\x4b\x2f','\x57\x37\x54\x44\x74\x6d\x6b\x54\x57\x35\x52\x64\x48\x71','\x57\x4f\x2f\x64\x56\x53\x6b\x75\x57\x37\x53','\x70\x78\x6e\x6d\x41\x61','\x6b\x57\x5a\x63\x4a\x47','\x72\x77\x79\x36\x6e\x73\x43','\x57\x37\x53\x6a\x57\x52\x53\x72\x6c\x43\x6b\x51','\x57\x4f\x69\x6a\x57\x34\x33\x63\x52\x38\x6b\x6b\x57\x52\x79\x66\x57\x35\x65','\x57\x34\x74\x64\x4f\x53\x6b\x4a\x57\x37\x79\x63\x78\x57','\x57\x34\x64\x63\x4f\x43\x6f\x75\x71\x4e\x69','\x57\x36\x64\x63\x4d\x65\x4c\x73\x57\x36\x4f','\x42\x48\x78\x64\x4d\x38\x6f\x4e\x57\x52\x4f\x70\x57\x51\x39\x74','\x6c\x72\x57\x38\x57\x34\x6a\x63','\x76\x4d\x4a\x64\x54\x71\x44\x67\x57\x50\x30','\x67\x53\x6f\x65\x61\x30\x33\x63\x55\x38\x6b\x54\x57\x52\x76\x34\x64\x6d\x6b\x33\x72\x53\x6b\x47\x57\x51\x57','\x78\x4e\x47\x2f\x69\x48\x76\x37\x57\x52\x47\x51','\x70\x68\x31\x58\x44\x58\x47','\x73\x61\x33\x64\x4e\x38\x6f\x37\x57\x51\x4f\x77','\x57\x36\x68\x63\x49\x71\x48\x72\x57\x36\x68\x64\x51\x53\x6b\x71\x57\x34\x6d','\x57\x35\x64\x64\x4e\x6d\x6f\x50\x45\x65\x38','\x57\x36\x6e\x6f\x57\x35\x42\x63\x4d\x43\x6f\x39\x57\x52\x52\x63\x52\x30\x71','\x75\x43\x6b\x46\x73\x72\x64\x63\x50\x43\x6f\x6a\x57\x51\x47\x33','\x57\x37\x53\x46\x68\x43\x6f\x5a\x57\x34\x43','\x71\x38\x6f\x34\x57\x37\x37\x63\x51\x72\x4a\x64\x4a\x74\x38','\x57\x35\x78\x64\x56\x38\x6b\x56\x57\x37\x4c\x6d\x71\x33\x70\x63\x4d\x57','\x76\x43\x6b\x6b\x71\x57\x2f\x64\x48\x73\x70\x63\x54\x31\x43','\x57\x37\x65\x71\x57\x52\x43\x41\x70\x6d\x6b\x30\x69\x38\x6b\x46','\x57\x51\x56\x63\x4a\x47\x71\x35','\x61\x6d\x6b\x6b\x57\x4f\x44\x67\x57\x4f\x48\x49\x57\x4f\x4b\x75\x57\x52\x4a\x64\x4e\x30\x5a\x64\x51\x47','\x57\x50\x6d\x6e\x57\x34\x38','\x57\x51\x46\x64\x48\x77\x33\x64\x48\x38\x6f\x56\x57\x52\x74\x64\x54\x43\x6f\x45','\x57\x34\x74\x63\x48\x38\x6f\x53\x46\x68\x4f','\x57\x37\x4f\x52\x57\x51\x43\x73\x69\x57','\x57\x36\x4a\x63\x48\x30\x43','\x79\x62\x6a\x66\x78\x57','\x57\x36\x4b\x68\x57\x35\x74\x63\x47\x43\x6f\x35\x57\x52\x4a\x63\x51\x62\x53','\x57\x51\x33\x64\x4c\x68\x37\x64\x50\x38\x6f\x4c','\x57\x34\x44\x6e\x79\x53\x6b\x48\x57\x37\x43','\x68\x4b\x6e\x2b\x76\x4a\x43','\x74\x48\x5a\x64\x49\x53\x6f\x2f\x57\x52\x79\x6e\x57\x51\x71\x72','\x74\x38\x6f\x55\x57\x36\x52\x63\x4f\x58\x6c\x64\x54\x49\x4f','\x57\x50\x35\x39\x57\x51\x37\x63\x4a\x61\x53','\x57\x52\x46\x64\x4b\x4e\x56\x64\x53\x53\x6f\x34\x6a\x65\x79','\x57\x52\x4c\x30\x69\x43\x6b\x63\x57\x52\x7a\x43','\x57\x51\x68\x63\x4e\x43\x6f\x50\x73\x77\x44\x61\x41\x31\x65','\x69\x38\x6b\x66\x6c\x47\x39\x69\x57\x50\x5a\x64\x4c\x4c\x61','\x44\x33\x56\x63\x4a\x75\x46\x63\x48\x76\x4a\x63\x51\x65\x75','\x57\x36\x6e\x73\x57\x35\x5a\x63\x48\x38\x6f\x4f\x57\x52\x2f\x63\x53\x57\x79','\x75\x43\x6f\x75\x57\x35\x53\x78\x57\x34\x43\x42\x57\x4f\x47','\x57\x52\x68\x64\x4b\x64\x2f\x64\x54\x53\x6f\x55\x64\x57\x64\x63\x4a\x71','\x6d\x74\x42\x64\x52\x5a\x4a\x64\x53\x61','\x57\x36\x6c\x63\x4e\x43\x6f\x31\x78\x4e\x7a\x61\x6d\x48\x69','\x61\x31\x4a\x64\x4b\x76\x44\x43\x6e\x4c\x76\x39','\x57\x37\x57\x6b\x78\x38\x6f\x4c\x69\x71','\x6a\x64\x71\x71\x46\x71','\x57\x34\x57\x61\x57\x52\x57\x38\x62\x71','\x63\x6d\x6b\x62\x63\x78\x50\x4b','\x64\x43\x6f\x4a\x73\x6d\x6b\x69\x57\x51\x69','\x57\x34\x37\x63\x56\x43\x6f\x66\x57\x51\x66\x2b\x57\x52\x54\x6b\x57\x50\x68\x64\x4c\x53\x6f\x48\x57\x34\x65\x30','\x79\x72\x72\x66\x78\x43\x6b\x65\x62\x43\x6b\x6a\x57\x52\x75','\x69\x53\x6f\x33\x57\x36\x72\x50\x77\x6d\x6b\x59\x76\x38\x6f\x4c','\x6c\x77\x6d\x39\x69\x62\x31\x32\x57\x51\x4c\x35','\x57\x52\x37\x64\x56\x43\x6b\x32\x68\x78\x46\x64\x4a\x71','\x57\x52\x33\x63\x52\x6d\x6f\x47\x57\x37\x78\x64\x49\x38\x6b\x73\x57\x50\x4a\x64\x49\x71','\x57\x52\x52\x63\x53\x6d\x6f\x6b\x57\x52\x71\x67\x57\x51\x54\x69\x61\x47','\x57\x34\x6d\x61\x57\x52\x69','\x57\x36\x38\x66\x57\x37\x57\x6d\x69\x38\x6b\x51\x6d\x61\x57','\x77\x43\x6f\x49\x57\x37\x56\x63\x51\x57\x37\x64\x4f\x59\x30\x49','\x57\x4f\x37\x63\x56\x6d\x6f\x30\x57\x37\x33\x64\x4c\x53\x6b\x62\x57\x35\x52\x64\x4c\x57','\x6d\x53\x6f\x76\x44\x43\x6b\x78\x57\x51\x52\x64\x56\x66\x33\x64\x48\x57','\x57\x36\x46\x63\x47\x4b\x66\x70','\x57\x37\x30\x71\x74\x53\x6f\x37\x67\x38\x6f\x56\x72\x74\x6d','\x74\x67\x2f\x64\x54\x71','\x57\x36\x72\x67\x57\x35\x42\x63\x48\x61','\x69\x4a\x71\x45\x79\x67\x78\x64\x52\x6d\x6f\x71\x57\x35\x34','\x75\x31\x4a\x64\x4d\x30\x62\x77\x6f\x30\x34\x58','\x57\x37\x56\x64\x52\x38\x6b\x35\x57\x37\x30\x65\x77\x4d\x74\x63\x4e\x61','\x7a\x62\x61\x71\x57\x37\x62\x63','\x71\x61\x52\x64\x4a\x53\x6f\x34\x57\x51\x57\x6c\x57\x51\x76\x74','\x57\x51\x37\x64\x48\x65\x5a\x64\x4f\x43\x6f\x6e','\x68\x53\x6f\x33\x57\x37\x44\x39\x41\x43\x6f\x57\x78\x53\x6f\x4a','\x57\x51\x2f\x64\x4d\x31\x58\x58\x57\x50\x58\x4d\x70\x4e\x69','\x57\x37\x47\x77\x77\x6d\x6f\x48','\x57\x36\x42\x63\x4b\x31\x58\x6c\x57\x36\x64\x64\x52\x43\x6b\x74','\x75\x63\x4e\x64\x49\x48\x37\x64\x51\x43\x6f\x54\x57\x37\x72\x42','\x43\x59\x69\x49','\x57\x36\x33\x63\x56\x6d\x6f\x38\x76\x65\x30','\x57\x51\x39\x36\x57\x51\x74\x63\x54\x73\x75','\x57\x34\x2f\x63\x4e\x38\x6f\x46\x41\x77\x71','\x43\x4a\x78\x63\x51\x62\x64\x63\x56\x64\x46\x63\x52\x57','\x70\x63\x4e\x63\x55\x43\x6b\x62\x57\x36\x38','\x57\x51\x6e\x59\x6b\x6d\x6f\x6d\x57\x51\x44\x72\x43\x6d\x6b\x74','\x57\x52\x6e\x37\x57\x4f\x4a\x63\x55\x63\x62\x70\x6f\x6d\x6b\x72','\x6a\x73\x4f\x41\x57\x34\x58\x73','\x67\x43\x6f\x6d\x62\x38\x6b\x73\x57\x34\x37\x64\x47\x4d\x4a\x63\x4d\x57','\x7a\x38\x6b\x4a\x57\x51\x34\x34\x6d\x43\x6f\x50\x41\x43\x6f\x4e\x57\x50\x56\x63\x54\x38\x6f\x41\x57\x34\x4b','\x57\x34\x6c\x64\x48\x38\x6f\x58\x57\x37\x7a\x58\x57\x36\x35\x47','\x74\x43\x6b\x36\x69\x48\x6c\x64\x4b\x61','\x57\x52\x6a\x41\x57\x51\x5a\x64\x48\x5a\x65','\x75\x67\x6c\x63\x49\x76\x68\x64\x54\x38\x6f\x56\x57\x36\x66\x6b','\x57\x52\x68\x64\x4d\x32\x68\x64\x4a\x38\x6f\x4d\x57\x37\x52\x64\x54\x38\x6f\x69','\x69\x6d\x6b\x75\x67\x76\x39\x51','\x57\x36\x70\x63\x4c\x75\x54\x6c\x57\x36\x4e\x64\x51\x53\x6b\x64\x57\x50\x6d','\x57\x35\x56\x63\x52\x6d\x6f\x71\x57\x52\x79\x34\x57\x36\x6e\x50\x57\x4f\x79','\x74\x6d\x6f\x75\x57\x34\x34\x46\x57\x34\x47','\x57\x52\x62\x7a\x57\x51\x56\x64\x4a\x57\x46\x63\x48\x61\x33\x64\x56\x61','\x6c\x43\x6f\x50\x6f\x53\x6b\x50\x57\x34\x4b','\x46\x71\x35\x69\x76\x38\x6b\x73\x41\x53\x6b\x46','\x74\x75\x70\x64\x47\x65\x30','\x57\x52\x6c\x64\x48\x4e\x46\x64\x49\x57','\x57\x51\x68\x64\x56\x43\x6f\x6d\x57\x51\x30\x64\x57\x36\x39\x46\x61\x57','\x67\x73\x5a\x64\x47\x62\x74\x64\x50\x53\x6f\x6f\x57\x37\x43','\x57\x4f\x69\x67\x57\x51\x39\x79\x65\x53\x6b\x44\x67\x53\x6f\x66','\x63\x43\x6f\x75\x79\x6d\x6b\x4d\x57\x4f\x57','\x57\x37\x56\x63\x4c\x61\x65\x30\x57\x4f\x6d\x55\x6d\x77\x38','\x67\x4e\x54\x6d\x44\x71\x37\x63\x50\x43\x6b\x75\x61\x61','\x57\x50\x4e\x64\x49\x6d\x6b\x41\x6f\x4c\x34','\x57\x4f\x68\x64\x55\x43\x6f\x6b\x57\x51\x38\x6f\x57\x51\x6e\x45\x78\x61','\x75\x53\x6b\x61\x62\x61','\x41\x30\x68\x64\x53\x78\x35\x71','\x41\x38\x6f\x57\x57\x36\x52\x63\x4c\x63\x30','\x57\x35\x46\x63\x52\x6d\x6b\x6c\x57\x37\x43\x4b\x57\x36\x54\x2f\x57\x4f\x79','\x57\x50\x78\x63\x55\x64\x79\x66\x57\x52\x72\x68\x64\x47','\x57\x52\x66\x57\x57\x51\x2f\x63\x4f\x72\x4f','\x57\x4f\x68\x63\x51\x53\x6f\x31\x57\x36\x46\x63\x47\x53\x6b\x70\x57\x35\x37\x63\x4d\x57','\x41\x62\x52\x64\x4d\x6d\x6f\x55\x57\x51\x30\x75\x57\x51\x39\x7a','\x57\x52\x58\x30\x57\x50\x46\x63\x54\x74\x44\x63\x45\x43\x6b\x41','\x43\x53\x6f\x2f\x57\x37\x39\x38\x44\x6d\x6b\x35\x76\x53\x6f\x32','\x69\x64\x74\x64\x54\x72\x52\x64\x48\x61','\x41\x43\x6f\x78\x57\x52\x68\x63\x4c\x59\x34','\x74\x43\x6f\x69\x57\x35\x4f\x54\x57\x34\x38\x37\x57\x4f\x43\x42','\x57\x52\x4b\x38\x57\x4f\x6e\x68\x57\x50\x43\x59\x7a\x53\x6b\x35','\x57\x51\x74\x63\x4d\x43\x6f\x32\x57\x36\x37\x64\x49\x61','\x57\x37\x42\x63\x48\x57\x48\x72\x57\x37\x56\x64\x53\x43\x6b\x62\x57\x34\x43','\x61\x4d\x6d\x73\x57\x36\x4e\x63\x55\x47','\x7a\x68\x38\x38\x6b\x71\x58\x79\x57\x51\x30','\x57\x50\x6c\x64\x56\x38\x6b\x38\x57\x36\x71\x36\x57\x36\x6e\x49','\x57\x51\x46\x63\x51\x43\x6f\x6c\x57\x35\x42\x64\x4e\x61\x37\x64\x49\x33\x75','\x57\x36\x6c\x63\x4e\x73\x52\x63\x4a\x43\x6f\x72\x57\x4f\x37\x64\x48\x6d\x6f\x55','\x57\x34\x65\x70\x57\x4f\x61\x61\x68\x71','\x57\x51\x68\x64\x4b\x4e\x74\x64\x47\x53\x6f\x4f\x57\x52\x70\x64\x55\x53\x6f\x73','\x71\x43\x6f\x76\x77\x48\x68\x64\x4f\x6d\x6f\x4b\x57\x37\x38\x6f','\x42\x53\x6b\x73\x64\x53\x6f\x6e\x57\x37\x70\x63\x56\x62\x4a\x63\x49\x71','\x6e\x43\x6b\x34\x6c\x4c\x31\x34','\x57\x36\x53\x44\x6c\x6d\x6f\x4c\x57\x36\x37\x64\x48\x4e\x33\x64\x54\x61','\x57\x50\x53\x42\x57\x52\x31\x62\x57\x35\x75','\x57\x34\x79\x71\x57\x4f\x56\x63\x4f\x6d\x6f\x73\x57\x51\x48\x43\x57\x34\x47','\x57\x4f\x4c\x35\x57\x52\x56\x63\x53\x48\x71','\x61\x64\x46\x64\x4c\x58\x4b','\x57\x52\x78\x64\x54\x43\x6f\x45\x57\x36\x31\x70\x57\x52\x58\x67\x64\x57','\x57\x34\x78\x64\x47\x38\x6b\x43\x57\x36\x53\x4e','\x57\x51\x46\x64\x4d\x53\x6b\x76\x65\x77\x53','\x65\x71\x56\x63\x50\x6d\x6b\x4c\x57\x35\x53','\x72\x6d\x6f\x48\x57\x36\x33\x63\x56\x62\x6d','\x6e\x53\x6b\x6a\x6e\x4c\x54\x6c\x57\x4f\x65','\x6d\x43\x6f\x4c\x57\x37\x50\x4c\x79\x71','\x57\x35\x4e\x63\x52\x53\x6f\x31\x57\x37\x2f\x64\x49\x53\x6b\x76\x57\x34\x53','\x64\x38\x6f\x76\x67\x31\x37\x64\x4f\x6d\x6f\x48\x57\x37\x48\x45','\x57\x37\x47\x67\x72\x43\x6f\x54\x41\x43\x6f\x4d\x74\x4a\x34','\x74\x58\x68\x63\x54\x64\x44\x6c\x72\x4b\x68\x64\x49\x57','\x57\x35\x30\x6d\x6f\x38\x6f\x4e\x57\x36\x64\x64\x4d\x67\x56\x64\x55\x61','\x6f\x49\x4b\x71\x46\x47','\x57\x36\x46\x64\x51\x53\x6b\x4e\x68\x33\x64\x64\x4c\x53\x6f\x67','\x57\x35\x75\x78\x57\x37\x79\x42\x6f\x53\x6b\x31\x6f\x53\x6b\x65','\x57\x37\x70\x63\x49\x38\x6b\x37\x78\x4d\x58\x42\x6e\x57\x65','\x57\x51\x4c\x59\x6b\x38\x6b\x43\x57\x52\x7a\x65\x42\x43\x6b\x73','\x6a\x38\x6f\x70\x71\x53\x6b\x6b\x57\x51\x5a\x64\x54\x66\x68\x64\x4a\x61','\x45\x63\x43\x43\x6b\x4c\x33\x64\x56\x38\x6b\x4a\x73\x30\x33\x64\x55\x78\x62\x71','\x57\x51\x6e\x5a\x69\x53\x6b\x6a\x57\x51\x39\x2f\x79\x47','\x75\x78\x70\x64\x55\x57\x72\x49\x57\x50\x2f\x63\x4f\x71','\x57\x35\x4e\x64\x4d\x38\x6f\x58\x57\x37\x4c\x37','\x57\x51\x4c\x35\x57\x50\x46\x63\x55\x4a\x43','\x57\x37\x6a\x76\x72\x6d\x6f\x35\x57\x35\x5a\x64\x4e\x38\x6f\x64\x71\x61','\x57\x4f\x42\x63\x52\x43\x6f\x58\x57\x36\x64\x64\x49\x38\x6b\x70\x57\x35\x42\x63\x4c\x57','\x69\x58\x37\x63\x56\x53\x6b\x34\x57\x4f\x5a\x64\x56\x6d\x6f\x63\x57\x35\x38','\x6c\x71\x57\x47\x57\x34\x62\x66\x57\x50\x38','\x75\x58\x4e\x64\x54\x74\x44\x6e\x74\x71','\x71\x71\x5a\x64\x50\x63\x4c\x78','\x57\x50\x70\x63\x55\x43\x6b\x44\x6f\x72\x58\x55\x77\x6d\x6b\x4d\x6d\x64\x78\x64\x53\x4d\x34\x45','\x6e\x63\x47\x47\x57\x34\x72\x35\x73\x53\x6f\x66\x64\x57','\x75\x75\x70\x64\x4d\x4c\x6d\x7a\x70\x4b\x61\x30','\x61\x6d\x6b\x46\x64\x38\x6b\x62\x57\x36\x70\x64\x47\x67\x64\x63\x4d\x71','\x71\x47\x64\x64\x4e\x38\x6f\x55\x57\x51\x30\x6d\x57\x51\x54\x72','\x7a\x57\x4c\x6c\x78\x6d\x6b\x6c\x73\x43\x6b\x6b','\x57\x37\x6d\x48\x62\x38\x6f\x59\x57\x35\x53','\x57\x34\x2f\x64\x50\x53\x6f\x6d\x42\x31\x61\x79\x62\x57','\x74\x38\x6b\x44\x77\x75\x61','\x57\x37\x35\x63\x57\x34\x42\x64\x4c\x38\x6f\x56\x57\x51\x6c\x63\x52\x47\x4b','\x57\x35\x52\x63\x55\x77\x6e\x57\x57\x34\x79','\x45\x61\x66\x79\x76\x38\x6b\x6c\x75\x61','\x57\x34\x57\x64\x57\x4f\x75\x72\x6d\x53\x6b\x32\x6b\x38\x6b\x6a','\x68\x73\x70\x64\x4b\x62\x6c\x64\x54\x47','\x78\x38\x6f\x73\x57\x51\x52\x63\x52\x59\x69','\x6c\x71\x79\x50\x57\x37\x48\x75\x57\x4f\x78\x64\x53\x57\x57','\x57\x51\x35\x53\x57\x52\x33\x63\x55\x64\x58\x63\x6d\x6d\x6b\x42','\x57\x35\x58\x65\x41\x43\x6b\x53\x57\x34\x4f','\x6f\x47\x33\x63\x50\x6d\x6b\x5a','\x57\x51\x33\x64\x4c\x78\x4a\x64\x55\x43\x6f\x48\x62\x31\x6d','\x6c\x72\x33\x63\x55\x43\x6b\x2b','\x57\x35\x42\x64\x55\x53\x6f\x68\x46\x4b\x43\x30\x64\x53\x6b\x43','\x6d\x6d\x6f\x44\x78\x58\x4e\x63\x4f\x53\x6f\x41\x57\x36\x31\x34','\x57\x50\x56\x64\x53\x76\x33\x64\x54\x6d\x6f\x4e','\x57\x4f\x6a\x6b\x57\x37\x48\x77\x64\x53\x6b\x6d\x67\x6d\x6b\x57','\x6f\x6d\x6b\x66\x6b\x76\x54\x43\x57\x50\x6c\x64\x4b\x62\x4b','\x57\x52\x64\x64\x49\x53\x6b\x54\x57\x35\x6d\x59','\x7a\x47\x76\x6e\x71\x43\x6b\x66\x73\x38\x6b\x6b','\x57\x34\x46\x64\x55\x53\x6f\x6e\x41\x58\x69','\x73\x48\x4e\x64\x4d\x57','\x57\x35\x6c\x64\x50\x6d\x6b\x4d\x57\x36\x57\x74\x78\x47','\x57\x4f\x6a\x32\x61\x38\x6b\x4d\x57\x52\x34','\x57\x37\x66\x75\x57\x52\x64\x64\x48\x57\x56\x63\x47\x4c\x4a\x64\x56\x61','\x76\x62\x74\x64\x47\x53\x6f\x4f\x57\x52\x4f','\x57\x37\x2f\x64\x4c\x38\x6f\x4d\x57\x37\x62\x57\x57\x37\x43\x4c\x75\x47','\x73\x53\x6b\x77\x71\x57\x5a\x64\x56\x43\x6f\x39\x57\x36\x6a\x6a','\x57\x52\x34\x35\x57\x4f\x76\x6b\x57\x35\x69','\x57\x51\x6a\x45\x57\x51\x70\x64\x4b\x71\x33\x63\x4d\x61','\x68\x53\x6b\x4a\x67\x33\x54\x52\x57\x52\x46\x64\x55\x71','\x57\x52\x35\x59\x64\x38\x6b\x2f\x57\x50\x48\x4a\x43\x6d\x6b\x63','\x57\x50\x52\x64\x55\x6d\x6b\x79','\x68\x38\x6f\x77\x62\x43\x6b\x6f\x57\x37\x64\x64\x48\x57','\x57\x52\x68\x64\x49\x78\x78\x64\x4d\x43\x6f\x4a','\x57\x51\x6c\x64\x4f\x53\x6f\x63\x57\x51\x6d\x64\x57\x51\x50\x61\x78\x61','\x6f\x31\x4f\x44\x66\x62\x75\x61\x57\x35\x75\x50','\x57\x34\x46\x64\x50\x6d\x6b\x54\x57\x37\x79\x78\x71\x61','\x57\x52\x58\x41\x57\x52\x69','\x76\x66\x69\x51\x57\x37\x37\x64\x51\x71','\x74\x53\x6b\x67\x72\x72\x56\x64\x55\x38\x6f\x4e','\x57\x36\x6a\x63\x57\x35\x64\x63\x48\x6d\x6f\x5a\x57\x52\x4a\x63\x52\x57','\x42\x6d\x6b\x75\x72\x48\x2f\x64\x52\x43\x6f\x39\x57\x36\x62\x68','\x57\x51\x64\x63\x52\x38\x6f\x4c\x57\x36\x56\x64\x53\x4a\x65','\x77\x38\x6f\x72\x57\x36\x4b\x6b\x57\x37\x43','\x57\x34\x4f\x43\x6a\x6d\x6f\x4f\x57\x36\x69','\x66\x73\x78\x64\x4e\x71','\x77\x53\x6f\x4a\x57\x36\x4e\x63\x50\x61','\x74\x43\x6f\x75\x57\x37\x43\x39\x57\x34\x34','\x75\x4d\x4a\x64\x50\x47\x65\x68\x57\x50\x64\x64\x50\x78\x38','\x7a\x57\x31\x62\x73\x6d\x6b\x4c','\x46\x38\x6f\x6a\x57\x35\x69\x42\x57\x34\x47','\x75\x4d\x69\x54\x6b\x58\x6e\x59\x57\x52\x48\x4b','\x45\x47\x56\x64\x50\x57\x58\x35','\x57\x52\x79\x42\x57\x52\x6c\x64\x48\x48\x5a\x63\x4c\x48\x56\x63\x52\x47','\x57\x52\x57\x63\x57\x37\x6c\x63\x56\x43\x6b\x6b','\x78\x6d\x6b\x44\x75\x58\x6c\x64\x4f\x38\x6f\x6c\x57\x36\x76\x61','\x57\x37\x57\x6a\x57\x51\x47\x74\x6b\x71','\x6d\x6d\x6f\x73\x75\x57\x6c\x63\x53\x6d\x6f\x66\x57\x36\x50\x57','\x7a\x59\x53\x2f\x57\x34\x6a\x55','\x6e\x71\x57\x50\x57\x34\x35\x75\x57\x4f\x74\x63\x4f\x71\x43','\x57\x37\x4b\x61\x6c\x47','\x57\x52\x37\x64\x4a\x38\x6b\x6a\x57\x37\x57\x66','\x57\x35\x78\x64\x56\x6d\x6f\x6a\x41\x65\x71\x59\x70\x53\x6b\x64','\x6d\x6d\x6f\x41\x71\x47\x78\x63\x50\x53\x6f\x45\x57\x36\x50\x32','\x42\x5a\x52\x63\x51\x58\x56\x63\x50\x71\x5a\x63\x4f\x66\x4b','\x69\x58\x42\x63\x53\x38\x6b\x2b\x57\x50\x78\x64\x48\x38\x6f\x6e','\x73\x38\x6f\x74\x57\x35\x65\x76','\x57\x4f\x52\x63\x4a\x74\x34\x69\x57\x50\x43','\x6e\x38\x6f\x38\x57\x37\x76\x51\x70\x43\x6f\x57','\x57\x34\x65\x5a\x57\x52\x65\x6f\x61\x71','\x57\x50\x33\x64\x4e\x77\x2f\x64\x54\x53\x6f\x49\x61\x4b\x5a\x63\x4b\x47','\x57\x52\x37\x63\x4a\x72\x34\x31\x57\x50\x72\x54\x6d\x68\x47','\x62\x6d\x6b\x46\x62\x43\x6b\x76\x57\x37\x4a\x64\x4a\x32\x64\x63\x4a\x57','\x57\x34\x2f\x63\x4e\x6d\x6f\x54\x7a\x67\x57','\x6c\x71\x57\x47\x57\x34\x6a\x73\x57\x50\x57','\x6f\x4e\x54\x6d\x44\x71\x37\x63\x50\x71','\x57\x51\x37\x64\x4a\x4e\x64\x64\x54\x43\x6f\x53\x64\x4b\x33\x64\x47\x71','\x57\x52\x64\x63\x52\x43\x6f\x75\x57\x37\x33\x64\x4d\x57','\x76\x58\x33\x64\x48\x43\x6f\x56\x57\x37\x69\x6e\x57\x51\x72\x72','\x78\x49\x37\x63\x55\x59\x74\x63\x56\x61','\x57\x51\x2f\x64\x4e\x43\x6f\x5a\x74\x68\x66\x41','\x63\x38\x6f\x74\x76\x43\x6b\x71\x57\x52\x68\x64\x55\x31\x74\x63\x47\x61','\x43\x63\x33\x64\x48\x53\x6f\x68\x57\x51\x75','\x44\x6d\x6f\x42\x57\x34\x53\x78\x57\x34\x57\x47\x57\x34\x34\x68','\x72\x30\x57\x73\x57\x36\x33\x64\x4e\x71','\x6d\x4b\x4c\x4d\x57\x37\x62\x79\x57\x50\x4e\x64\x50\x71\x57','\x57\x37\x38\x75\x57\x51\x37\x64\x48\x47\x2f\x63\x47\x48\x52\x63\x54\x71','\x41\x43\x6f\x6f\x57\x52\x52\x63\x4b\x64\x56\x64\x56\x47','\x6e\x61\x7a\x6e\x78\x53\x6b\x67\x72\x38\x6b\x79\x57\x52\x43','\x57\x51\x66\x6a\x57\x51\x33\x64\x47\x71\x6c\x63\x4c\x72\x4e\x64\x50\x47','\x77\x38\x6b\x7a\x75\x58\x64\x64\x51\x53\x6f\x33\x57\x36\x43','\x57\x52\x33\x64\x4d\x74\x2f\x64\x54\x53\x6f\x31\x64\x30\x4e\x63\x4a\x57','\x57\x36\x31\x61\x57\x52\x4b\x6a\x69\x38\x6b\x51\x6c\x62\x57','\x41\x74\x37\x63\x52\x71\x42\x63\x51\x58\x79','\x6f\x66\x4f\x68\x68\x62\x38','\x77\x43\x6b\x69\x77\x38\x6f\x79\x57\x51\x6c\x63\x4d\x30\x46\x63\x4e\x47\x48\x32\x73\x76\x4f','\x73\x38\x6f\x6f\x57\x35\x34\x61\x57\x34\x53\x4e\x57\x52\x4b\x43','\x45\x30\x79\x70\x6b\x71\x43','\x57\x36\x74\x63\x47\x43\x6f\x4f\x72\x67\x31\x43\x7a\x58\x30','\x57\x37\x4c\x59\x57\x35\x64\x63\x47\x43\x6f\x39','\x57\x52\x33\x63\x50\x43\x6f\x4e\x57\x51\x78\x64\x53\x74\x6c\x64\x49\x33\x6d','\x6a\x48\x2f\x63\x4d\x43\x6b\x45\x57\x4f\x79','\x57\x37\x65\x68\x63\x53\x6f\x35\x57\x37\x33\x64\x49\x33\x43','\x79\x66\x57\x42\x62\x72\x43','\x57\x35\x56\x63\x52\x6d\x6f\x71\x57\x52\x79\x55\x57\x36\x6e\x59\x57\x4f\x53','\x57\x36\x62\x73\x57\x34\x6c\x63\x4e\x57','\x67\x5a\x30\x67\x57\x34\x50\x4b','\x57\x34\x46\x64\x4f\x6d\x6b\x52\x57\x37\x71\x41\x64\x68\x70\x63\x4e\x71','\x57\x37\x37\x64\x49\x68\x64\x64\x55\x6d\x6f\x53\x73\x31\x78\x63\x49\x61','\x57\x35\x4e\x64\x49\x38\x6f\x67\x57\x37\x72\x57\x57\x36\x44\x53\x72\x71','\x57\x51\x6c\x64\x51\x6d\x6b\x32','\x57\x52\x35\x56\x6a\x38\x6b\x63\x57\x51\x72\x74\x44\x53\x6b\x7a','\x6d\x72\x57\x39\x57\x34\x38','\x6e\x49\x4e\x64\x49\x63\x68\x64\x4b\x57','\x57\x52\x6e\x37\x57\x50\x52\x63\x56\x63\x50\x50\x70\x57','\x57\x52\x37\x63\x56\x38\x6f\x7a\x57\x34\x33\x64\x48\x61','\x46\x74\x71\x78\x57\x35\x6e\x35\x62\x53\x6f\x45','\x57\x37\x65\x41\x6c\x38\x6f\x55\x57\x37\x46\x64\x50\x77\x47','\x57\x37\x42\x63\x48\x53\x6f\x31\x42\x66\x4f','\x57\x52\x4a\x64\x4d\x71\x6d\x67','\x57\x52\x6c\x64\x47\x77\x56\x64\x47\x43\x6f\x4d\x57\x52\x2f\x64\x55\x38\x6b\x62','\x57\x4f\x4e\x64\x52\x43\x6b\x74\x57\x36\x75\x52\x57\x37\x62\x59\x57\x50\x43','\x76\x30\x70\x64\x47\x66\x48\x43','\x7a\x63\x69\x33\x57\x35\x76\x55\x61\x38\x6b\x68\x64\x47','\x57\x35\x46\x64\x56\x53\x6b\x4c\x57\x51\x42\x64\x4d\x53\x6b\x64\x57\x34\x5a\x64\x4a\x78\x4a\x63\x4b\x47','\x43\x53\x6f\x49\x41\x6d\x6b\x69\x57\x52\x78\x64\x48\x4c\x43','\x57\x36\x4c\x44\x74\x38\x6b\x33\x57\x50\x70\x63\x4c\x38\x6f\x64\x78\x47','\x41\x4c\x4a\x64\x55\x53\x6f\x37\x57\x4f\x74\x64\x50\x53\x6f\x44\x57\x35\x65','\x57\x52\x6c\x64\x4f\x53\x6b\x33\x67\x4d\x57','\x6a\x6d\x6b\x6a\x6c\x4b\x6e\x6c','\x57\x4f\x33\x64\x4c\x78\x4a\x64\x55\x43\x6f\x48\x62\x57\x64\x63\x49\x57','\x57\x52\x30\x47\x57\x50\x39\x62','\x78\x6d\x6b\x41\x77\x58\x53','\x57\x4f\x44\x48\x57\x4f\x5a\x64\x49\x48\x57','\x57\x50\x2f\x63\x49\x38\x6f\x4c\x57\x37\x5a\x64\x50\x57','\x7a\x65\x70\x64\x4e\x65\x62\x47','\x77\x43\x6f\x36\x57\x37\x70\x63\x52\x57\x75','\x57\x37\x76\x4c\x57\x35\x71\x44\x57\x4f\x62\x4c\x42\x38\x6b\x38\x46\x38\x6b\x42\x64\x59\x75','\x45\x67\x6d\x58\x69\x48\x6d\x33\x57\x52\x48\x4b','\x57\x36\x6e\x65\x57\x51\x75\x7a\x6d\x38\x6b\x39\x7a\x53\x6f\x66','\x62\x78\x68\x64\x53\x58\x31\x65\x57\x50\x4e\x63\x4f\x67\x69','\x57\x51\x42\x64\x51\x43\x6f\x55\x57\x51\x61\x62\x57\x51\x54\x65\x61\x47','\x57\x51\x4c\x62\x46\x6d\x6b\x36\x57\x52\x33\x63\x4e\x65\x52\x63\x51\x43\x6b\x69\x57\x52\x61\x34\x57\x52\x75','\x46\x6d\x6f\x6f\x57\x52\x68\x63\x49\x4a\x2f\x64\x4f\x61','\x44\x65\x34\x36\x57\x37\x33\x64\x52\x71','\x57\x50\x2f\x63\x55\x38\x6f\x2f\x57\x37\x42\x64\x4a\x53\x6b\x66\x57\x35\x78\x63\x47\x71','\x57\x52\x65\x31\x57\x50\x5a\x63\x56\x64\x50\x68\x6c\x38\x6b\x77','\x57\x36\x52\x63\x51\x6d\x6f\x71\x45\x31\x71','\x79\x61\x39\x2f\x72\x53\x6b\x79\x74\x6d\x6b\x78\x57\x52\x6d','\x57\x51\x46\x64\x51\x6d\x6b\x57\x62\x33\x68\x64\x47\x43\x6f\x7a\x41\x61','\x74\x48\x46\x64\x55\x6d\x6f\x4f\x57\x50\x61','\x57\x51\x6c\x64\x4f\x53\x6f\x63\x57\x52\x75\x61\x57\x51\x58\x63\x63\x47','\x6f\x66\x6e\x43\x43\x71\x43','\x46\x63\x75\x73\x69\x31\x5a\x64\x55\x43\x6b\x4c\x74\x31\x78\x64\x47\x75\x39\x31','\x68\x4c\x79\x71\x66\x72\x71\x64\x57\x4f\x79\x66','\x78\x6d\x6b\x61\x76\x72\x33\x64\x51\x53\x6f\x4e\x57\x37\x38','\x57\x36\x68\x63\x4d\x75\x4c\x6d\x57\x37\x56\x64\x53\x6d\x6f\x41\x57\x50\x6d','\x64\x75\x6d\x64\x68\x61\x6e\x78\x57\x35\x6d\x66','\x70\x65\x79\x61\x67\x61','\x57\x52\x42\x63\x56\x53\x6f\x32\x57\x37\x46\x64\x53\x4a\x37\x64\x49\x30\x71','\x41\x75\x4b\x79\x57\x37\x46\x64\x55\x61','\x70\x68\x76\x6d\x46\x48\x5a\x63\x56\x43\x6b\x6f\x76\x71','\x57\x52\x46\x64\x4b\x78\x42\x64\x55\x38\x6f\x48\x67\x71\x64\x63\x4c\x57','\x57\x37\x68\x63\x52\x43\x6f\x56\x76\x68\x33\x64\x4c\x43\x6f\x43\x41\x71','\x57\x51\x70\x64\x4d\x6d\x6b\x47\x6a\x65\x4f','\x57\x37\x6c\x64\x47\x6d\x6b\x69\x57\x37\x61\x53','\x6e\x38\x6b\x66\x6b\x71\x6d\x6f\x57\x4f\x64\x64\x4a\x58\x4b','\x57\x52\x69\x66\x57\x35\x70\x63\x53\x6d\x6f\x64\x57\x52\x43\x69\x57\x34\x71','\x6d\x57\x79\x34\x57\x34\x6a\x43\x57\x50\x6c\x64\x52\x58\x43','\x72\x75\x56\x64\x4e\x76\x48\x6d\x6b\x4b\x71\x63','\x57\x52\x42\x64\x48\x43\x6b\x2f\x57\x37\x6d\x64','\x69\x43\x6f\x4d\x57\x37\x44\x4f\x41\x43\x6b\x58\x74\x6d\x6f\x34','\x57\x35\x35\x76\x75\x6d\x6b\x34\x57\x35\x33\x64\x4e\x53\x6f\x6f\x72\x57','\x57\x37\x34\x76\x69\x53\x6f\x4e\x57\x36\x52\x64\x4a\x4a\x71','\x6a\x6d\x6b\x62\x70\x76\x57','\x74\x6d\x6b\x45\x79\x61\x42\x64\x48\x57','\x57\x37\x2f\x64\x4c\x38\x6f\x31\x57\x37\x62\x2f\x57\x37\x44\x47\x72\x71','\x74\x38\x6b\x32\x57\x36\x37\x63\x52\x72\x70\x64\x51\x78\x4b\x51','\x57\x37\x52\x63\x4e\x30\x79','\x57\x35\x78\x64\x4f\x43\x6f\x68\x7a\x66\x53','\x6a\x75\x43\x6b','\x41\x48\x33\x63\x50\x43\x6b\x50\x57\x4f\x6c\x64\x55\x53\x6f\x79','\x57\x51\x56\x64\x48\x58\x30\x71\x57\x37\x46\x64\x4f\x6d\x6b\x75\x57\x34\x78\x64\x4b\x64\x30','\x57\x4f\x2f\x64\x50\x43\x6b\x73\x57\x37\x48\x4b\x57\x51\x6a\x36\x57\x50\x43','\x57\x36\x4b\x62\x71\x53\x6f\x4c\x6c\x43\x6f\x39\x77\x78\x69','\x68\x53\x6f\x41\x61\x43\x6b\x76\x57\x36\x70\x64\x4d\x77\x5a\x63\x48\x71','\x57\x51\x52\x64\x4b\x32\x30','\x57\x4f\x56\x64\x55\x43\x6b\x6f\x57\x37\x34','\x6f\x38\x6f\x48\x57\x35\x44\x39\x44\x43\x6b\x58\x71\x71','\x57\x35\x52\x63\x52\x43\x6b\x34\x57\x37\x30\x72\x78\x4d\x74\x63\x49\x57','\x6c\x4e\x58\x6b\x44\x58\x57','\x57\x52\x4a\x64\x56\x38\x6f\x65\x57\x51\x38','\x57\x36\x53\x71\x57\x4f\x57\x68\x6c\x57','\x57\x52\x74\x64\x56\x38\x6f\x46\x57\x4f\x71\x6f\x57\x51\x58\x66','\x57\x36\x4c\x44\x76\x6d\x6b\x31\x57\x35\x4f','\x57\x4f\x37\x63\x51\x38\x6f\x38\x57\x37\x68\x63\x47\x53\x6b\x70\x57\x34\x33\x64\x4a\x57','\x57\x52\x64\x64\x4c\x4d\x46\x64\x4c\x53\x6f\x34\x57\x51\x4a\x64\x56\x38\x6f\x76','\x65\x59\x33\x64\x49\x48\x6c\x64\x56\x38\x6f\x31','\x57\x35\x72\x70\x57\x36\x68\x63\x4f\x53\x6f\x66','\x6f\x65\x4f\x53\x66\x58\x53\x68','\x57\x52\x5a\x63\x49\x53\x6f\x6e\x57\x34\x46\x64\x55\x61','\x46\x6d\x6b\x43\x75\x72\x64\x64\x52\x53\x6f\x34\x57\x37\x38\x75','\x75\x4e\x43\x73\x57\x37\x4e\x64\x54\x53\x6b\x70\x61\x38\x6f\x6d','\x57\x50\x70\x64\x48\x75\x33\x64\x55\x53\x6f\x53','\x43\x58\x66\x66\x41\x53\x6b\x42','\x57\x35\x6c\x64\x4f\x43\x6f\x43\x7a\x4b\x30','\x45\x65\x4a\x64\x50\x6d\x6f\x51\x57\x35\x56\x63\x56\x6d\x6b\x42\x57\x34\x47\x4a\x57\x36\x52\x63\x50\x48\x6a\x36','\x73\x67\x52\x64\x4d\x47\x48\x33','\x57\x36\x70\x63\x48\x76\x54\x6b','\x57\x35\x69\x75\x77\x6d\x6f\x61\x65\x57','\x78\x53\x6f\x33\x57\x37\x33\x63\x56\x57','\x78\x38\x6b\x61\x71\x47\x30','\x78\x77\x6d\x33\x6f\x62\x54\x30\x57\x51\x72\x38','\x57\x50\x4a\x64\x4f\x38\x6b\x69\x57\x37\x47\x38','\x6a\x43\x6b\x4a\x69\x67\x62\x42','\x57\x36\x30\x36\x57\x4f\x39\x6b\x57\x34\x69\x48\x45\x53\x6b\x34','\x57\x35\x58\x73\x75\x6d\x6b\x62\x57\x37\x69','\x57\x34\x6c\x63\x49\x38\x6f\x77\x77\x67\x38','\x57\x34\x43\x77\x57\x37\x79\x72\x6f\x38\x6b\x52\x70\x53\x6b\x78','\x57\x36\x64\x63\x4c\x43\x6f\x2b\x66\x59\x69','\x69\x38\x6b\x6a\x70\x75\x66\x70\x57\x50\x38','\x57\x52\x64\x63\x50\x53\x6f\x47\x57\x36\x74\x64\x4a\x43\x6b\x73\x57\x34\x5a\x64\x4a\x47','\x63\x6d\x6f\x6f\x79\x43\x6b\x76\x57\x4f\x53','\x63\x73\x6c\x63\x4a\x6d\x6b\x70\x57\x36\x47','\x57\x52\x75\x43\x63\x6d\x6f\x33\x57\x50\x74\x63\x4e\x53\x6b\x6a\x62\x57','\x43\x38\x6f\x6a\x57\x52\x4e\x63\x4d\x59\x6c\x64\x4e\x43\x6f\x32','\x57\x52\x72\x79\x57\x52\x46\x64\x4b\x72\x5a\x63\x4d\x72\x52\x63\x55\x57','\x6a\x61\x43\x36\x57\x35\x76\x79\x57\x50\x6c\x64\x53\x47','\x57\x50\x53\x6e\x57\x35\x56\x64\x56\x6d\x6b\x61\x57\x52\x57\x69\x57\x35\x4f','\x67\x62\x33\x63\x50\x38\x6b\x36\x57\x4f\x74\x64\x55\x53\x6b\x6c\x57\x34\x69','\x78\x6d\x6b\x6c\x64\x71\x75','\x76\x61\x5a\x64\x4d\x43\x6f\x51\x57\x51\x53\x6c\x57\x51\x76\x74','\x6e\x62\x46\x64\x4c\x57\x4a\x64\x54\x71','\x57\x34\x34\x62\x57\x52\x47\x46\x69\x43\x6b\x57','\x75\x65\x70\x64\x4b\x31\x50\x79\x6e\x61','\x57\x50\x6c\x64\x47\x77\x68\x64\x4c\x43\x6f\x4a\x57\x52\x2f\x64\x4f\x71','\x6b\x38\x6f\x61\x57\x35\x35\x50\x74\x57','\x78\x4c\x4a\x64\x4a\x53\x6f\x39\x57\x52\x4f\x6d\x57\x52\x35\x6f','\x68\x63\x56\x64\x4b\x61\x4a\x63\x56\x53\x6f\x4e\x57\x37\x62\x77','\x41\x53\x6f\x46\x57\x34\x57\x44\x57\x35\x6d\x49\x57\x4f\x54\x76','\x43\x43\x6f\x43\x74\x48\x4a\x63\x52\x6d\x6f\x63\x57\x52\x34','\x57\x37\x78\x63\x4c\x74\x74\x63\x53\x57','\x57\x35\x76\x72\x57\x35\x64\x63\x4d\x38\x6f\x50\x57\x52\x46\x63\x51\x61\x30','\x76\x31\x4a\x64\x4e\x76\x4c\x38\x6e\x4b\x75','\x7a\x6d\x6f\x4c\x57\x34\x4a\x63\x48\x61\x71'];_0x5538=function(){return _0xb1a7a7;};return _0x5538();}function _0x386e67(_0x223291){const _0x16659b=_0xe1d4ef,_0x503c80=new Map();for(const _0x50da10 of _0x223291)_0x503c80[_0x16659b(0x27b,'\x2a\x4b\x79\x6e')](_0x50da10,(_0x503c80[_0x16659b(0x1a7,'\x44\x5b\x73\x73')](_0x50da10)||-0x349*-0x3+-0x6*0x20e+0xd3*0x3)+(0x18b+-0x1*-0x8e1+-0xa6b));return _0x503c80;}function _0x45b830({title:_0x5db7cc,signals:_0xd7295e,evidence:_0x1e504a}){const _0x4af25e=_0xe1d4ef,_0x3c51a9={'\x4d\x49\x42\x65\x4b':_0x4af25e(0xb9,'\x47\x6e\x48\x5b')+_0x4af25e(0x1f8,'\x48\x36\x6a\x30')+'\x65\x20\x65\x76\x6f\x6c\x75\x74'+'\x69\x6f\x6e\x20\x70\x61\x74\x63'+_0x4af25e(0x192,'\x52\x69\x55\x40')+'\x20\x62\x79\x20\x47\x45\x50\x20'+_0x4af25e(0x234,'\x30\x72\x51\x71'),'\x4e\x7a\x74\x51\x59':_0x4af25e(0x25e,'\x48\x36\x6a\x30')+_0x4af25e(0x1e2,'\x41\x74\x52\x64')+_0x4af25e(0x205,'\x44\x5b\x73\x73')+_0x4af25e(0x112,'\x56\x51\x55\x4e')+_0x4af25e(0x1e7,'\x52\x69\x55\x40')+_0x4af25e(0x125,'\x64\x38\x57\x35')+_0x4af25e(0x1ff,'\x79\x75\x6b\x67')+_0x4af25e(0x1d1,'\x79\x6a\x4a\x59')+'\x20\x6b\x6e\x6f\x77\x6c\x65\x64'+'\x67\x65\x20\x73\x6f\x6c\x69\x64'+_0x4af25e(0x200,'\x53\x70\x66\x29')+'\x6e','\x4b\x46\x50\x45\x7a':function(_0x2f01bb,_0xa3a0cd){return _0x2f01bb(_0xa3a0cd);},'\x5a\x79\x42\x78\x48':function(_0xfc5ac8,_0x5a4985){return _0xfc5ac8||_0x5a4985;},'\x58\x61\x53\x55\x4a':_0x4af25e(0x161,'\x73\x34\x68\x7a')+'\x20\x28\x6e\x6f\x6e\x65\x29','\x4e\x73\x52\x48\x64':function(_0x2c08f2,_0x5446bb,_0x15d454){return _0x2c08f2(_0x5446bb,_0x15d454);}},_0x20d1a2=_0x4af25e(0xc8,'\x28\x5d\x34\x69')+_0x4af25e(0x152,'\x67\x26\x5a\x48')+_0x4af25e(0x138,'\x6d\x6c\x49\x4c')+'\x74\x20\x2b\x20\x6d\x65\x6d\x6f'+_0x4af25e(0x1f6,'\x36\x6f\x44\x45')+'\x65\x74\x73\x20\x2b\x20\x75\x73'+'\x65\x72\x20\x69\x6e\x73\x74\x72'+'\x75\x63\x74\x69\x6f\x6e\x73',_0x17e7d3=_0x3c51a9[_0x4af25e(0xd8,'\x58\x56\x54\x70')],_0x42d64a=_0x4af25e(0x102,'\x73\x34\x68\x7a')+_0x4af25e(0x224,'\x2a\x45\x78\x35')+_0x4af25e(0x1c0,'\x52\x69\x55\x40')+_0x4af25e(0x159,'\x56\x51\x55\x4e')+'\x20\x70\x61\x74\x63\x68\x65\x73'+_0x4af25e(0x1cb,'\x58\x56\x54\x70')+_0x4af25e(0xe5,'\x58\x56\x54\x70')+_0x4af25e(0x1f0,'\x37\x25\x47\x63')+_0x4af25e(0x11b,'\x52\x4e\x2a\x68'),_0x48378e=(_0x4af25e(0x1c5,'\x5d\x6b\x36\x21')+'\x20'+(Array['\x69\x73\x41\x72\x72\x61\x79'](_0xd7295e)?_0xd7295e[_0x4af25e(0xed,'\x52\x69\x55\x40')]('\x2c\x20'):''))[_0x4af25e(0x154,'\x58\x56\x54\x70')](),_0x230708=_0x3c51a9[_0x4af25e(0x151,'\x65\x6e\x47\x64')];return{'\x74\x69\x74\x6c\x65':_0x3c51a9[_0x4af25e(0x21e,'\x58\x56\x54\x70')](String,_0x3c51a9[_0x4af25e(0x177,'\x71\x43\x5e\x6c')](_0x5db7cc,''))[_0x4af25e(0x225,'\x52\x4e\x2a\x68')](0x1859*0x1+-0x1526+-0x333,-0x2319+0x1227+0x2e7*0x6),'\x69\x6e\x70\x75\x74':_0x20d1a2,'\x6f\x75\x74\x70\x75\x74':_0x17e7d3,'\x69\x6e\x76\x61\x72\x69\x61\x6e\x74\x73':_0x42d64a,'\x70\x61\x72\x61\x6d\x73':_0x48378e||_0x3c51a9[_0x4af25e(0x18a,'\x49\x25\x23\x48')],'\x66\x61\x69\x6c\x75\x72\x65\x5f\x70\x6f\x69\x6e\x74\x73':_0x230708,'\x65\x76\x69\x64\x65\x6e\x63\x65':_0x3c51a9[_0x4af25e(0x122,'\x67\x26\x5a\x48')](_0x54ae09,_0x1e504a,0x8a5*0x4+-0x1ea8+0x1*-0x2fc)};}function _0x14c66b({recentSessionTranscript:_0x1e8057,signals:_0x2f00ca,recentFailedCapsules:_0x3fa1b1}){const _0x43fc57=_0xe1d4ef,_0x310a69={'\x6c\x4e\x67\x79\x4f':_0x43fc57(0x226,'\x37\x69\x36\x6c')+'\x65\x73\x73\x69\x6f\x6e\x20\x74'+_0x43fc57(0xa7,'\x58\x56\x54\x70')+_0x43fc57(0x1a3,'\x6d\x6c\x49\x4c')+_0x43fc57(0x164,'\x23\x34\x51\x67')+'\x65\x74\x73\x20\x2b\x20\x75\x73'+_0x43fc57(0x108,'\x47\x6e\x48\x5b')+_0x43fc57(0x1a5,'\x23\x34\x51\x67'),'\x65\x58\x74\x72\x56':_0x43fc57(0x167,'\x4a\x47\x53\x5a')+_0x43fc57(0x196,'\x79\x75\x6b\x67')+_0x43fc57(0x269,'\x49\x64\x53\x67')+_0x43fc57(0x1ad,'\x50\x28\x64\x21')+_0x43fc57(0x255,'\x49\x50\x6e\x25')+_0x43fc57(0x1c2,'\x47\x6e\x48\x5b')+'\x61\x73\x73\x65\x74\x73','\x4f\x6e\x46\x45\x54':'\x50\x72\x6f\x74\x6f\x63\x6f\x6c'+_0x43fc57(0x17e,'\x36\x6f\x44\x45')+_0x43fc57(0x278,'\x79\x5d\x34\x45')+_0x43fc57(0xc3,'\x2a\x4b\x79\x6e')+_0x43fc57(0xba,'\x74\x5d\x26\x75')+'\x2c\x20\x76\x61\x6c\x69\x64\x61'+_0x43fc57(0xac,'\x71\x43\x5e\x6c')+_0x43fc57(0x25b,'\x52\x4e\x2a\x68')+_0x43fc57(0x175,'\x63\x6c\x37\x74'),'\x5a\x54\x48\x6d\x55':_0x43fc57(0x25e,'\x48\x36\x6a\x30')+_0x43fc57(0x166,'\x63\x6c\x37\x74')+_0x43fc57(0x1c4,'\x6d\x6c\x49\x4c')+_0x43fc57(0x1fe,'\x71\x43\x5e\x6c')+_0x43fc57(0xd4,'\x49\x25\x23\x48')+'\x70\x70\x65\x64\x20\x76\x61\x6c'+_0x43fc57(0x179,'\x52\x4e\x2a\x68')+_0x43fc57(0x246,'\x4a\x47\x53\x5a')+_0x43fc57(0x1a6,'\x72\x4c\x49\x44')+_0x43fc57(0x194,'\x49\x64\x53\x67')+'\x69\x66\x69\x63\x61\x74\x69\x6f'+'\x6e','\x63\x6b\x56\x78\x48':function(_0x5b1464,_0x57d044){return _0x5b1464(_0x57d044);},'\x6e\x64\x6a\x44\x50':function(_0x210a0e,_0x24faf9){return _0x210a0e||_0x24faf9;},'\x46\x6b\x6c\x50\x4d':_0x43fc57(0xf7,'\x30\x72\x51\x71')+_0x43fc57(0x137,'\x56\x51\x55\x4e'),'\x59\x42\x59\x57\x6d':function(_0x21b6a1,_0xb6e31c,_0x5c1d55){return _0x21b6a1(_0xb6e31c,_0x5c1d55);},'\x69\x55\x61\x76\x61':function(_0x2a2966,_0x1b9c61){return _0x2a2966===_0x1b9c61;},'\x63\x77\x6c\x6a\x66':function(_0x15f6cc,_0x570891){return _0x15f6cc===_0x570891;},'\x5a\x77\x73\x49\x57':'\x72\x69\x73\x6b\x3a','\x58\x4f\x71\x6a\x76':function(_0x2b81ef,_0x42e431){return _0x2b81ef===_0x42e431;},'\x51\x76\x49\x59\x66':_0x43fc57(0x220,'\x33\x74\x79\x79'),'\x6b\x5a\x4b\x56\x56':function(_0x133589,_0x32a9e4){return _0x133589===_0x32a9e4;},'\x75\x6e\x48\x4f\x71':_0x43fc57(0x11e,'\x4a\x47\x53\x5a'),'\x50\x76\x51\x6b\x5a':function(_0x1fc4b3,_0x288671){return _0x1fc4b3===_0x288671;},'\x47\x69\x68\x74\x59':function(_0x5e5a78,_0x5ae9cd){return _0x5e5a78===_0x5ae9cd;},'\x4d\x55\x7a\x54\x61':_0x43fc57(0x1e4,'\x56\x51\x55\x4e')+_0x43fc57(0x173,'\x6d\x6c\x49\x4c'),'\x71\x41\x77\x6a\x68':function(_0x424adc,_0x5da427){return _0x424adc+_0x5da427;},'\x4e\x74\x47\x76\x53':_0x43fc57(0x1b4,'\x2a\x45\x78\x35'),'\x48\x6b\x45\x4a\x69':function(_0xa1e625,_0x2cf2da){return _0xa1e625+_0x2cf2da;},'\x73\x6d\x6d\x7a\x4f':'\x66\x61\x69\x6c\x65\x64\x5f\x63'+'\x61\x70\x73\x75\x6c\x65\x73','\x5a\x6d\x62\x76\x43':_0x43fc57(0x1a2,'\x79\x6a\x4a\x59')+_0x43fc57(0x1f1,'\x36\x61\x5a\x45')+_0x43fc57(0x206,'\x5a\x37\x61\x39')+'\x6c\x65\x64\x20\x65\x76\x6f\x6c'+_0x43fc57(0x18d,'\x64\x38\x57\x35')+_0x43fc57(0x148,'\x58\x65\x71\x67'),'\x69\x6f\x53\x63\x4f':function(_0x4299b4,_0x50168e){return _0x4299b4+_0x50168e;},'\x6e\x77\x77\x70\x73':_0x43fc57(0x186,'\x5a\x37\x61\x39')+_0x43fc57(0x1d0,'\x69\x49\x6d\x4a')+'\x76\x6f\x6c\x75\x74\x69\x6f\x6e'+'\x73\x20\x77\x69\x74\x68\x20\x73'+_0x43fc57(0xd0,'\x75\x56\x4b\x36')+'\x65\x61\x72\x6e\x69\x6e\x67\x20'+'\x74\x61\x67\x73\x2e\x20','\x56\x4b\x47\x66\x77':_0x43fc57(0x260,'\x65\x6e\x47\x64')+'\x65\x61\x73\x6f\x6e\x3a\x20','\x45\x75\x77\x51\x78':function(_0x3f061b,_0x5f145a){return _0x3f061b<_0x5f145a;},'\x76\x57\x57\x65\x73':function(_0x183dea,_0xbf89ce){return _0x183dea!==_0xbf89ce;},'\x44\x68\x50\x55\x59':_0x43fc57(0x266,'\x2a\x45\x78\x35')+_0x43fc57(0x140,'\x6d\x6c\x49\x4c')+_0x43fc57(0x156,'\x47\x44\x28\x57'),'\x70\x74\x43\x70\x44':_0x43fc57(0x11d,'\x65\x6e\x47\x64')+_0x43fc57(0xf2,'\x72\x63\x5e\x56')+_0x43fc57(0x242,'\x2a\x45\x78\x35')+'\x6d\x61\x6e\x63\x65\x20\x72\x65'+_0x43fc57(0x1a0,'\x52\x4e\x2a\x68')+'\x73','\x76\x54\x41\x72\x67':function(_0x2289fa,_0x3c7440){return _0x2289fa!==_0x3c7440;},'\x75\x43\x7a\x4f\x75':'\x50\x72\x65\x76\x65\x6e\x74\x20'+_0x43fc57(0xe7,'\x49\x50\x6e\x25')+_0x43fc57(0x13f,'\x42\x6e\x57\x76')+_0x43fc57(0x183,'\x75\x56\x4b\x36')+_0x43fc57(0x14d,'\x64\x2a\x61\x44')+_0x43fc57(0xeb,'\x79\x5d\x34\x45')+_0x43fc57(0xe1,'\x33\x74\x79\x79'),'\x41\x66\x70\x58\x4d':_0x43fc57(0x259,'\x75\x56\x4b\x36')+'\x72\x65\x6c\x69\x61\x62\x69\x6c'+_0x43fc57(0xe2,'\x28\x5d\x34\x69'),'\x41\x74\x4b\x49\x6e':_0x43fc57(0x113,'\x53\x70\x66\x29')+_0x43fc57(0x227,'\x30\x72\x51\x71')+_0x43fc57(0x18f,'\x73\x34\x68\x7a')+_0x43fc57(0x11c,'\x72\x4c\x49\x44')+_0x43fc57(0x15e,'\x64\x2a\x61\x44'),'\x4e\x6d\x44\x44\x66':_0x43fc57(0x131,'\x79\x5d\x34\x45')+_0x43fc57(0xa9,'\x44\x5b\x73\x73')+_0x43fc57(0x24d,'\x42\x6e\x57\x76')+_0x43fc57(0x1df,'\x30\x72\x51\x71')+_0x43fc57(0x23d,'\x74\x5d\x26\x75')+_0x43fc57(0x1d7,'\x23\x34\x51\x67')+_0x43fc57(0x23a,'\x72\x4c\x49\x44'),'\x6c\x77\x48\x42\x47':_0x43fc57(0x16a,'\x79\x5d\x34\x45')+_0x43fc57(0x21d,'\x49\x25\x23\x48')+'\x6f\x6e','\x4d\x65\x4e\x4c\x4e':function(_0x724ae2,_0x48d43f,_0x2ea8c1){return _0x724ae2(_0x48d43f,_0x2ea8c1);},'\x56\x5a\x4e\x69\x72':_0x43fc57(0x27c,'\x50\x28\x64\x21')+'\x70\x74','\x79\x46\x52\x77\x73':_0x43fc57(0xc5,'\x52\x69\x55\x40')+'\x5f\x64\x72\x69\x66\x74','\x6b\x55\x4c\x79\x54':'\x50\x72\x65\x76\x65\x6e\x74\x20'+_0x43fc57(0x19d,'\x5a\x37\x61\x39')+'\x20\x64\x72\x69\x66\x74\x20\x61'+'\x6e\x64\x20\x65\x6e\x66\x6f\x72'+_0x43fc57(0x268,'\x75\x56\x4b\x36')+_0x43fc57(0xf1,'\x79\x75\x6b\x67')+_0x43fc57(0x101,'\x30\x72\x51\x71'),'\x47\x73\x6d\x69\x77':'\x41\x76\x6f\x69\x64\x20\x70\x6c'+'\x61\x74\x66\x6f\x72\x6d\x2d\x73'+_0x43fc57(0x1b8,'\x23\x34\x51\x67')+_0x43fc57(0x1b6,'\x72\x63\x5e\x56')+_0x43fc57(0x181,'\x63\x6c\x37\x74')+_0x43fc57(0x262,'\x64\x2a\x61\x44')+_0x43fc57(0x1f5,'\x47\x6e\x48\x5b')+'\x74\x69\x62\x69\x6c\x69\x74\x79'+'\x29','\x6c\x67\x4e\x45\x6b':'\x73\x65\x73\x73\x69\x6f\x6e\x5f'+_0x43fc57(0x19c,'\x4a\x5e\x48\x49')+_0x43fc57(0x24f,'\x65\x6e\x47\x64'),'\x54\x64\x4f\x53\x47':_0x43fc57(0x12c,'\x49\x25\x23\x48')+_0x43fc57(0x26f,'\x36\x6f\x44\x45')+'\x6f\x67\x20\x64\x65\x74\x65\x63'+_0x43fc57(0x1d5,'\x45\x38\x53\x74')+_0x43fc57(0x265,'\x64\x38\x57\x35')+_0x43fc57(0xc0,'\x69\x49\x6d\x4a')+'\x6f\x72','\x48\x45\x58\x4e\x46':_0x43fc57(0x199,'\x37\x25\x47\x63')+'\x74\x75\x72\x65\x5f\x72\x65\x71'+'\x75\x65\x73\x74','\x70\x57\x46\x51\x49':_0x43fc57(0x15d,'\x52\x4e\x2a\x68')+'\x74\x20\x75\x73\x65\x72\x2d\x72'+_0x43fc57(0x12f,'\x28\x5d\x34\x69')+'\x20\x66\x65\x61\x74\x75\x72\x65','\x72\x55\x62\x50\x52':_0x43fc57(0x1b0,'\x49\x50\x6e\x25')+_0x43fc57(0xd6,'\x64\x2a\x61\x44')+_0x43fc57(0x240,'\x73\x34\x68\x7a')+_0x43fc57(0xe0,'\x23\x34\x51\x67'),'\x77\x74\x6e\x41\x58':_0x43fc57(0xcb,'\x28\x5d\x34\x69')+_0x43fc57(0x14f,'\x58\x65\x71\x67')+_0x43fc57(0x129,'\x64\x38\x57\x35')+_0x43fc57(0xcf,'\x5d\x6b\x36\x21')+'\x6e','\x4b\x59\x6e\x6b\x7a':_0x43fc57(0x18e,'\x79\x6a\x4a\x59')+_0x43fc57(0x267,'\x30\x72\x51\x71'),'\x53\x6c\x45\x6b\x46':_0x43fc57(0x133,'\x47\x6e\x48\x5b')+'\x70\x65\x72\x66\x6f\x72\x6d\x61'+_0x43fc57(0x271,'\x52\x25\x4f\x56')+_0x43fc57(0x257,'\x64\x2a\x61\x44'),'\x75\x42\x4b\x42\x53':_0x43fc57(0xd5,'\x56\x51\x55\x4e')+_0x43fc57(0x1bb,'\x2a\x45\x78\x35')+_0x43fc57(0x16f,'\x56\x51\x55\x4e'),'\x4b\x50\x66\x7a\x6a':_0x43fc57(0x24b,'\x33\x74\x79\x79')+'\x75\x63\x63\x65\x73\x73\x5f\x70'+_0x43fc57(0x20f,'\x64\x38\x57\x35'),'\x6f\x4c\x4f\x42\x6b':_0x43fc57(0x1f2,'\x41\x74\x52\x64')+_0x43fc57(0x20d,'\x63\x6c\x37\x74')+_0x43fc57(0x248,'\x64\x2a\x61\x44')+_0x43fc57(0xb8,'\x73\x34\x68\x7a')+_0x43fc57(0xe6,'\x37\x25\x47\x63')+'\x70\x6c\x61\x74\x65\x61\x75','\x4b\x4c\x65\x6c\x62':_0x43fc57(0x208,'\x52\x4e\x2a\x68')+_0x43fc57(0x10b,'\x79\x75\x6b\x67')+_0x43fc57(0x1be,'\x5a\x37\x61\x39'),'\x41\x56\x58\x49\x58':_0x43fc57(0x120,'\x63\x6c\x37\x74')+_0x43fc57(0x24c,'\x4a\x47\x53\x5a')+_0x43fc57(0x180,'\x42\x6e\x57\x76')+_0x43fc57(0x17f,'\x49\x25\x23\x48')+_0x43fc57(0x139,'\x49\x64\x53\x67')+_0x43fc57(0x190,'\x2a\x4b\x79\x6e'),'\x6f\x48\x53\x4b\x43':function(_0x392f41,_0x26f599){return _0x392f41(_0x26f599);},'\x57\x51\x55\x4d\x58':_0x43fc57(0x236,'\x30\x72\x51\x71')+_0x43fc57(0x27a,'\x37\x69\x36\x6c')+'\x61\x74\x65','\x6b\x65\x51\x78\x48':_0x43fc57(0xa6,'\x72\x63\x5e\x56')+_0x43fc57(0x219,'\x33\x74\x79\x79'),'\x4e\x77\x77\x69\x56':_0x43fc57(0x22f,'\x52\x69\x55\x40')+_0x43fc57(0x195,'\x67\x26\x5a\x48')+'\x6f\x6e','\x63\x70\x50\x78\x63':'\x70\x72\x6f\x62\x6c\x65\x6d\x3a'+'\x63\x61\x70\x61\x62\x69\x6c\x69'+'\x74\x79','\x63\x57\x67\x76\x54':function(_0x338313,_0x425b74){return _0x338313!==_0x425b74;},'\x52\x68\x6f\x63\x6d':_0x43fc57(0xfa,'\x64\x38\x57\x35'),'\x75\x6f\x5a\x6c\x77':function(_0x4202c2,_0x2f8db2){return _0x4202c2===_0x2f8db2;},'\x4f\x73\x7a\x6d\x43':function(_0x12439d,_0x6904a4){return _0x12439d===_0x6904a4;},'\x57\x55\x6d\x4c\x7a':_0x43fc57(0x20e,'\x23\x34\x51\x67'),'\x74\x6e\x71\x6d\x77':'\x70\x49\x6a\x65\x65'},_0x165309=[],_0x404d00=Array[_0x43fc57(0x1da,'\x58\x56\x54\x70')](_0x2f00ca)?_0x2f00ca:[],_0x1590e9=_0x310a69[_0x43fc57(0x14a,'\x49\x64\x53\x67')](_0x2e0330,_0x404d00,_0x1e8057),_0x14658c=_0x5ef551(_0x1e8057),_0x3e00a5=_0x310a69[_0x43fc57(0x25a,'\x52\x25\x4f\x56')](_0x386e67,_0x14658c);for(const [_0x1cfe33,_0x53bd51]of _0x3e00a5[_0x43fc57(0x111,'\x64\x2a\x61\x44')]()){if(_0x53bd51<-0x6*0xea+0x3e*0x4+0x487)continue;const _0x3c3079=_0x43fc57(0xde,'\x37\x69\x36\x6c')+_0x43fc57(0x279,'\x75\x56\x4b\x36')+_0x43fc57(0x109,'\x36\x6f\x44\x45')+_0x1cfe33,_0x30f42a=_0x43fc57(0x1cf,'\x52\x4e\x2a\x68')+'\x20'+_0x53bd51+(_0x43fc57(0x105,'\x45\x38\x53\x74')+_0x43fc57(0x1ce,'\x79\x75\x6b\x67')+'\x74\x6f\x6f\x6c\x20\x63\x61\x6c'+_0x43fc57(0x207,'\x49\x50\x6e\x25')+_0x43fc57(0x1d8,'\x30\x53\x70\x46'))+_0x1cfe33+'\x2e',_0x55cdce={};_0x55cdce[_0x43fc57(0x245,'\x49\x64\x53\x67')]=_0x3c3079,_0x55cdce[_0x43fc57(0x217,'\x75\x56\x4b\x36')]=_0x2f00ca,_0x55cdce[_0x43fc57(0x149,'\x47\x6e\x48\x5b')]=_0x30f42a;const _0x29e988=_0x45b830(_0x55cdce);_0x165309[_0x43fc57(0x27d,'\x64\x2a\x61\x44')]({'\x74\x79\x70\x65':_0x43fc57(0x253,'\x75\x56\x4b\x36')+_0x43fc57(0x214,'\x69\x49\x6d\x4a')+_0x43fc57(0x249,'\x41\x74\x52\x64'),'\x69\x64':'\x63\x61\x6e\x64\x5f'+_0x310a69[_0x43fc57(0x238,'\x65\x6e\x47\x64')](_0x546d2b,_0x3c3079),'\x74\x69\x74\x6c\x65':_0x3c3079,'\x73\x6f\x75\x72\x63\x65':_0x310a69[_0x43fc57(0xb3,'\x2a\x45\x78\x35')],'\x63\x72\x65\x61\x74\x65\x64\x5f\x61\x74':new Date()['\x74\x6f\x49\x53\x4f\x53\x74\x72'+_0x43fc57(0x1c8,'\x58\x65\x71\x67')](),'\x73\x69\x67\x6e\x61\x6c\x73':_0x404d00,'\x74\x61\x67\x73':_0x1590e9,'\x73\x68\x61\x70\x65':_0x29e988});}const _0x201143={};_0x201143[_0x43fc57(0x264,'\x58\x58\x4b\x21')]=_0x43fc57(0x213,'\x64\x2a\x61\x44')+'\x72',_0x201143[_0x43fc57(0xf0,'\x71\x43\x5e\x6c')]=_0x43fc57(0x191,'\x79\x75\x6b\x67')+_0x43fc57(0x110,'\x2a\x45\x78\x35')+_0x43fc57(0x12e,'\x72\x4c\x49\x44')+_0x43fc57(0xe3,'\x53\x70\x66\x29');const _0x88f858={};_0x88f858['\x73\x69\x67\x6e\x61\x6c']=_0x310a69[_0x43fc57(0x1ac,'\x47\x44\x28\x57')],_0x88f858['\x74\x69\x74\x6c\x65']=_0x310a69[_0x43fc57(0x20a,'\x41\x74\x52\x64')];const _0x2dfff7={};_0x2dfff7[_0x43fc57(0x10a,'\x49\x25\x23\x48')]=_0x43fc57(0x230,'\x28\x5d\x34\x69')+_0x43fc57(0x244,'\x30\x72\x51\x71')+_0x43fc57(0x1f7,'\x50\x28\x64\x21')+'\x6c\x65',_0x2dfff7[_0x43fc57(0x187,'\x37\x25\x47\x63')]=_0x310a69[_0x43fc57(0x23f,'\x65\x6e\x47\x64')];const _0x4d3f48={};_0x4d3f48[_0x43fc57(0x145,'\x72\x4c\x49\x44')]=_0x310a69[_0x43fc57(0x272,'\x53\x70\x66\x29')],_0x4d3f48['\x74\x69\x74\x6c\x65']=_0x310a69[_0x43fc57(0x1ea,'\x47\x44\x28\x57')];const _0x553e6b={};_0x553e6b[_0x43fc57(0x15f,'\x74\x5d\x26\x75')]=_0x310a69[_0x43fc57(0x1c6,'\x2a\x4b\x79\x6e')],_0x553e6b[_0x43fc57(0xfb,'\x33\x74\x79\x79')]=_0x310a69[_0x43fc57(0x19f,'\x44\x5b\x73\x73')];const _0x55ef4f={};_0x55ef4f[_0x43fc57(0x118,'\x5a\x37\x61\x39')]=_0x310a69[_0x43fc57(0xd2,'\x2a\x4b\x79\x6e')],_0x55ef4f['\x74\x69\x74\x6c\x65']=_0x310a69[_0x43fc57(0xa4,'\x36\x6f\x44\x45')];const _0xea40e4={};_0xea40e4[_0x43fc57(0x231,'\x79\x5d\x34\x45')]=_0x310a69[_0x43fc57(0x18b,'\x48\x36\x6a\x30')],_0xea40e4[_0x43fc57(0x142,'\x36\x6f\x44\x45')]=_0x310a69[_0x43fc57(0x1e5,'\x69\x49\x6d\x4a')];const _0x1ba756={};_0x1ba756[_0x43fc57(0x237,'\x52\x25\x4f\x56')]=_0x43fc57(0x1de,'\x72\x63\x5e\x56')+_0x43fc57(0xf5,'\x28\x5d\x34\x69'),_0x1ba756[_0x43fc57(0xa8,'\x5a\x37\x61\x39')]=_0x310a69[_0x43fc57(0x144,'\x72\x63\x5e\x56')];const _0x485170={};_0x485170[_0x43fc57(0x258,'\x5d\x6b\x36\x21')]=_0x310a69[_0x43fc57(0x1d6,'\x79\x75\x6b\x67')],_0x485170[_0x43fc57(0x1fc,'\x37\x69\x36\x6c')]=_0x310a69[_0x43fc57(0xf6,'\x52\x25\x4f\x56')];const _0x3900ec={};_0x3900ec['\x73\x69\x67\x6e\x61\x6c']=_0x310a69[_0x43fc57(0xce,'\x30\x53\x70\x46')],_0x3900ec[_0x43fc57(0x26b,'\x28\x5d\x34\x69')]=_0x310a69[_0x43fc57(0x1bc,'\x49\x50\x6e\x25')];const _0x5b9948=[_0x201143,_0x88f858,_0x2dfff7,_0x4d3f48,_0x553e6b,_0x55ef4f,_0xea40e4,_0x1ba756,_0x485170,_0x3900ec];for(const _0x4b80a7 of _0x5b9948){if(!_0x404d00[_0x43fc57(0xb2,'\x30\x72\x51\x71')](_0x47f9f2=>_0x47f9f2===_0x4b80a7[_0x43fc57(0x141,'\x72\x63\x5e\x56')]||_0x47f9f2[_0x43fc57(0x26d,'\x65\x6e\x47\x64')+'\x74\x68'](_0x4b80a7[_0x43fc57(0x158,'\x49\x64\x53\x67')]+'\x3a')))continue;const _0x3c6de8=_0x43fc57(0xb0,'\x75\x56\x4b\x36')+'\x72\x65\x73\x65\x6e\x74\x3a\x20'+_0x4b80a7[_0x43fc57(0x17d,'\x50\x28\x64\x21')],_0x3d76de={};_0x3d76de['\x74\x69\x74\x6c\x65']=_0x4b80a7[_0x43fc57(0x26b,'\x28\x5d\x34\x69')],_0x3d76de[_0x43fc57(0x209,'\x64\x38\x57\x35')]=_0x2f00ca,_0x3d76de['\x65\x76\x69\x64\x65\x6e\x63\x65']=_0x3c6de8;const _0x44c071=_0x310a69['\x6f\x48\x53\x4b\x43'](_0x45b830,_0x3d76de);_0x165309[_0x43fc57(0xfe,'\x23\x34\x51\x67')]({'\x74\x79\x70\x65':_0x310a69[_0x43fc57(0x178,'\x5d\x6b\x36\x21')],'\x69\x64':'\x63\x61\x6e\x64\x5f'+_0x310a69['\x6f\x48\x53\x4b\x43'](_0x546d2b,_0x4b80a7[_0x43fc57(0x22d,'\x49\x50\x6e\x25')]),'\x74\x69\x74\x6c\x65':_0x4b80a7[_0x43fc57(0xaf,'\x49\x25\x23\x48')],'\x73\x6f\x75\x72\x63\x65':'\x73\x69\x67\x6e\x61\x6c\x73','\x63\x72\x65\x61\x74\x65\x64\x5f\x61\x74':new Date()[_0x43fc57(0x22b,'\x50\x28\x64\x21')+'\x69\x6e\x67'](),'\x73\x69\x67\x6e\x61\x6c\x73':_0x404d00,'\x74\x61\x67\x73':_0x1590e9,'\x73\x68\x61\x70\x65':_0x44c071});}var _0x26c445=Array[_0x43fc57(0xea,'\x79\x6a\x4a\x59')](_0x3fa1b1)?_0x3fa1b1:[],_0x23cbe1={},_0x359ad1=[_0x310a69[_0x43fc57(0x17b,'\x69\x49\x6d\x4a')],_0x310a69[_0x43fc57(0x1cd,'\x69\x49\x6d\x4a')],_0x310a69[_0x43fc57(0x106,'\x71\x43\x5e\x6c')],_0x310a69[_0x43fc57(0x130,'\x37\x25\x47\x63')],_0x310a69[_0x43fc57(0xee,'\x49\x64\x53\x67')]];for(var _0x278db9=0x1*0x24d9+-0x19b*0xf+-0xcc4;_0x310a69[_0x43fc57(0x212,'\x58\x58\x4b\x21')](_0x278db9,_0x26c445['\x6c\x65\x6e\x67\x74\x68']);_0x278db9++){if(_0x310a69[_0x43fc57(0x252,'\x47\x6e\x48\x5b')](_0x310a69['\x52\x68\x6f\x63\x6d'],_0x310a69[_0x43fc57(0x239,'\x41\x74\x52\x64')])){const _0x264acd=rWarTf[_0x43fc57(0x1a8,'\x36\x6f\x44\x45')],_0x180fa3=rWarTf[_0x43fc57(0x1e1,'\x49\x25\x23\x48')],_0x427b1f=rWarTf[_0x43fc57(0x1c3,'\x48\x36\x6a\x30')],_0x212c2c=(_0x43fc57(0x1c7,'\x52\x69\x55\x40')+'\x20'+(_0x5acc01[_0x43fc57(0x273,'\x41\x74\x52\x64')](_0x52cad8)?_0x351f05['\x6a\x6f\x69\x6e']('\x2c\x20'):''))[_0x43fc57(0x174,'\x64\x38\x57\x35')](),_0x744bd2=rWarTf[_0x43fc57(0x277,'\x64\x2a\x61\x44')];return{'\x74\x69\x74\x6c\x65':rWarTf[_0x43fc57(0x1dd,'\x47\x6e\x48\x5b')](_0x319610,rWarTf[_0x43fc57(0x189,'\x47\x6e\x48\x5b')](_0x1f8518,''))[_0x43fc57(0xb6,'\x67\x26\x5a\x48')](0x1bb9+-0x2448+0x88f,-0xf4f+-0x1*0xde5+0x34c*0x9),'\x69\x6e\x70\x75\x74':_0x264acd,'\x6f\x75\x74\x70\x75\x74':_0x180fa3,'\x69\x6e\x76\x61\x72\x69\x61\x6e\x74\x73':_0x427b1f,'\x70\x61\x72\x61\x6d\x73':rWarTf[_0x43fc57(0x124,'\x67\x26\x5a\x48')](_0x212c2c,rWarTf[_0x43fc57(0x27e,'\x72\x4c\x49\x44')]),'\x66\x61\x69\x6c\x75\x72\x65\x5f\x70\x6f\x69\x6e\x74\x73':_0x744bd2,'\x65\x76\x69\x64\x65\x6e\x63\x65':rWarTf[_0x43fc57(0x21b,'\x72\x63\x5e\x56')](_0x158b6d,_0x320709,-0x2424+0x8e1+-0x1*-0x1c33)};}else{var _0x2b10e1=_0x26c445[_0x278db9];if(!_0x2b10e1||_0x2b10e1[_0x43fc57(0x1b2,'\x37\x69\x36\x6c')]&&_0x310a69[_0x43fc57(0x162,'\x5d\x6b\x36\x21')](_0x2b10e1['\x6f\x75\x74\x63\x6f\x6d\x65']['\x73\x74\x61\x74\x75\x73'],_0x43fc57(0xc9,'\x30\x72\x51\x71')))continue;var _0x1e460b=_0x310a69[_0x43fc57(0xdd,'\x30\x72\x51\x71')](String,_0x2b10e1[_0x43fc57(0xd7,'\x5a\x37\x61\x39')+_0x43fc57(0x26a,'\x42\x6e\x57\x76')]||'')[_0x43fc57(0x198,'\x23\x34\x51\x67')](),_0x35b527=_0x310a69['\x4d\x65\x4e\x4c\x4e'](_0x2e0330,(_0x2b10e1[_0x43fc57(0x146,'\x30\x53\x70\x46')]||[])[_0x43fc57(0xf3,'\x72\x4c\x49\x44')](_0x404d00),_0x1e460b)[_0x43fc57(0x1ec,'\x49\x25\x23\x48')](function(_0x40c386){const _0x3932b7=_0x43fc57;return _0x310a69[_0x3932b7(0x270,'\x63\x6c\x37\x74')](_0x40c386[_0x3932b7(0xa3,'\x41\x74\x52\x64')](_0x3932b7(0xbf,'\x79\x75\x6b\x67')),-0x1*0xfde+0xfe4+0x2*-0x3)||_0x310a69[_0x3932b7(0x1ed,'\x79\x6a\x4a\x59')](_0x40c386[_0x3932b7(0x182,'\x65\x6e\x47\x64')](_0x310a69[_0x3932b7(0xff,'\x37\x25\x47\x63')]),-0x21da+-0x11a0+-0x2*-0x19bd)||_0x310a69[_0x3932b7(0x172,'\x47\x6e\x48\x5b')](_0x40c386[_0x3932b7(0x1fa,'\x50\x28\x64\x21')](_0x310a69[_0x3932b7(0xf9,'\x72\x63\x5e\x56')]),-0x1325+-0x2207*-0x1+0x771*-0x2)||_0x310a69[_0x3932b7(0xc1,'\x36\x6f\x44\x45')](_0x40c386[_0x3932b7(0x10f,'\x58\x58\x4b\x21')](_0x310a69[_0x3932b7(0x23c,'\x65\x6e\x47\x64')]),0xb7e+0x2557*0x1+-0x30d5);});if(_0x310a69[_0x43fc57(0x1a9,'\x69\x49\x6d\x4a')](_0x35b527['\x6c\x65\x6e\x67\x74\x68'],-0x1ece+-0x26fb+0x7c1*0x9))continue;var _0x55a3f3=null;for(var _0x5246b4=0x2ea*-0x3+0x484+0x43a;_0x310a69[_0x43fc57(0x171,'\x36\x6f\x44\x45')](_0x5246b4,_0x359ad1['\x6c\x65\x6e\x67\x74\x68']);_0x5246b4++){if(_0x310a69['\x76\x54\x41\x72\x67'](_0x35b527[_0x43fc57(0x20b,'\x33\x74\x79\x79')](_0x359ad1[_0x5246b4]),-(-0x241*-0x3+-0x2526+-0xa*-0x30a))){if(_0x310a69[_0x43fc57(0x13e,'\x41\x74\x52\x64')](_0x310a69[_0x43fc57(0x25f,'\x52\x4e\x2a\x68')],_0x310a69[_0x43fc57(0x1ba,'\x65\x6e\x47\x64')]))return _0x310a69[_0x43fc57(0x132,'\x58\x65\x71\x67')](_0x462417[_0x43fc57(0x1ab,'\x42\x6e\x57\x76')](_0x310a69[_0x43fc57(0xa1,'\x79\x75\x6b\x67')]),0xc1e+-0xd06+0xe8)||_0x310a69[_0x43fc57(0x1d2,'\x72\x4c\x49\x44')](_0x4fe087[_0x43fc57(0x24e,'\x53\x70\x66\x29')](_0x310a69[_0x43fc57(0x241,'\x36\x61\x5a\x45')]),0x5*-0x4d3+-0x2466+0x3c85*0x1);else{_0x55a3f3=_0x359ad1[_0x5246b4];break;}}}var _0x2e743e=_0x55a3f3?[_0x55a3f3]:_0x35b527['\x66\x69\x6c\x74\x65\x72'](function(_0x38ec61){const _0x2fc806=_0x43fc57;return _0x38ec61[_0x2fc806(0x27f,'\x69\x49\x6d\x4a')](_0x310a69[_0x2fc806(0x250,'\x6d\x6c\x49\x4c')])===-0x7d6+0x13af*-0x1+0x1b85||_0x310a69[_0x2fc806(0xb5,'\x5a\x37\x61\x39')](_0x38ec61[_0x2fc806(0xa3,'\x41\x74\x52\x64')](_0x310a69['\x5a\x77\x73\x49\x57']),0x1f9d*-0x1+0xdee+-0x1f7*-0x9);})[_0x43fc57(0x1fd,'\x69\x49\x6d\x4a')](0x3d2+0x164*-0x4+0x1be,0x1bef+-0x218a+0x59c),_0x171db3=_0x2e743e['\x6a\x6f\x69\x6e']('\x7c');const _0x4d52cb={};_0x4d52cb[_0x43fc57(0xae,'\x2a\x4b\x79\x6e')]=0x0,_0x4d52cb[_0x43fc57(0x100,'\x67\x26\x5a\x48')]=_0x35b527,_0x4d52cb['\x72\x65\x61\x73\x6f\x6e\x73']=[],_0x4d52cb[_0x43fc57(0x218,'\x53\x70\x66\x29')]=_0x2b10e1[_0x43fc57(0x114,'\x58\x65\x71\x67')]||null;if(!_0x23cbe1[_0x171db3])_0x23cbe1[_0x171db3]=_0x4d52cb;_0x23cbe1[_0x171db3][_0x43fc57(0x103,'\x58\x56\x54\x70')]+=-0x3f*0x9d+-0x1*0x1d56+-0x4d*-0xe2;if(_0x1e460b)_0x23cbe1[_0x171db3][_0x43fc57(0x21f,'\x64\x38\x57\x35')][_0x43fc57(0xb1,'\x45\x38\x53\x74')](_0x1e460b);}}Object['\x6b\x65\x79\x73'](_0x23cbe1)[_0x43fc57(0xef,'\x52\x69\x55\x40')](function(_0x5557ff){const _0x17a8be=_0x43fc57,_0x437c89=_0x310a69[_0x17a8be(0x12d,'\x79\x75\x6b\x67')][_0x17a8be(0x14e,'\x72\x4c\x49\x44')]('\x7c');let _0xfc2a80=0x1*-0x217b+-0x44f+0x2*0x12e5;while(!![]){switch(_0x437c89[_0xfc2a80++]){case'\x30':_0x165309[_0x17a8be(0x216,'\x53\x70\x66\x29')]({'\x74\x79\x70\x65':_0x17a8be(0xda,'\x71\x43\x5e\x6c')+_0x17a8be(0xbb,'\x52\x69\x55\x40')+_0x17a8be(0x22c,'\x58\x56\x54\x70'),'\x69\x64':_0x310a69[_0x17a8be(0xc6,'\x5d\x6b\x36\x21')](_0x310a69[_0x17a8be(0x10c,'\x48\x36\x6a\x30')],_0x546d2b(_0x310a69[_0x17a8be(0x1c9,'\x5a\x37\x61\x39')](_0x17a8be(0xdb,'\x41\x74\x52\x64'),_0x5557ff))),'\x74\x69\x74\x6c\x65':_0x9ff75f,'\x73\x6f\x75\x72\x63\x65':_0x310a69[_0x17a8be(0x23e,'\x64\x38\x57\x35')],'\x63\x72\x65\x61\x74\x65\x64\x5f\x61\x74':new Date()[_0x17a8be(0x1db,'\x52\x25\x4f\x56')+_0x17a8be(0x19a,'\x74\x5d\x26\x75')](),'\x73\x69\x67\x6e\x61\x6c\x73':_0x404d00,'\x74\x61\x67\x73':_0x335694[_0x17a8be(0xdc,'\x49\x25\x23\x48')],'\x73\x68\x61\x70\x65':_0x310a69[_0x17a8be(0x168,'\x41\x74\x52\x64')](_0x45b830,{'\x74\x69\x74\x6c\x65':_0x9ff75f,'\x73\x69\x67\x6e\x61\x6c\x73':_0x404d00,'\x65\x76\x69\x64\x65\x6e\x63\x65':_0x55ceda})});continue;case'\x31':var _0x9ff75f=_0x310a69['\x5a\x6d\x62\x76\x43'];continue;case'\x32':var _0x335694=_0x23cbe1[_0x5557ff];continue;case'\x33':var _0x55ceda=_0x310a69[_0x17a8be(0x123,'\x47\x44\x28\x57')](_0x310a69[_0x17a8be(0xc4,'\x52\x4e\x2a\x68')](_0x17a8be(0x19e,'\x79\x5d\x34\x45')+'\x20',_0x335694[_0x17a8be(0x135,'\x72\x4c\x49\x44')]),_0x310a69[_0x17a8be(0x1eb,'\x67\x26\x5a\x48')])+(_0x335694['\x72\x65\x61\x73\x6f\x6e\x73'][0x1593+0x169+-0x16fc]?_0x310a69[_0x17a8be(0x223,'\x50\x28\x64\x21')](_0x310a69[_0x17a8be(0xbe,'\x30\x53\x70\x46')],_0x54ae09(_0x335694[_0x17a8be(0x235,'\x63\x6c\x37\x74')][0x22d*-0x1+-0xb*-0x279+0x1*-0x1906],0x27a+0x5*0x33d+-0xdb*0x15)):'');continue;case'\x34':if(!_0x335694||_0x310a69[_0x17a8be(0x25c,'\x42\x6e\x57\x76')](_0x335694[_0x17a8be(0x12b,'\x49\x50\x6e\x25')],0x76c+0x20ab*-0x1+-0xf*-0x1af))return;continue;case'\x35':if(_0x310a69[_0x17a8be(0x26e,'\x73\x34\x68\x7a')](_0x335694['\x74\x61\x67\x73'][_0x17a8be(0x1bd,'\x64\x38\x57\x35')](_0x310a69[_0x17a8be(0xf4,'\x63\x6c\x37\x74')]),-(-0x219b*0x1+-0x2*-0x1051+0x19*0xa)))_0x9ff75f=_0x310a69[_0x17a8be(0x1b7,'\x49\x25\x23\x48')];else{if(_0x310a69[_0x17a8be(0x1b3,'\x58\x65\x71\x67')](_0x335694['\x74\x61\x67\x73'][_0x17a8be(0x169,'\x67\x26\x5a\x48')]('\x70\x72\x6f\x62\x6c\x65\x6d\x3a'+'\x70\x72\x6f\x74\x6f\x63\x6f\x6c'),-(0x1*0xdaf+-0x1010+0x262)))_0x9ff75f=_0x310a69[_0x17a8be(0x104,'\x49\x25\x23\x48')];else{if(_0x310a69[_0x17a8be(0x1e9,'\x2a\x4b\x79\x6e')](_0x335694['\x74\x61\x67\x73'][_0x17a8be(0x1c1,'\x72\x4c\x49\x44')](_0x310a69[_0x17a8be(0x1ca,'\x67\x26\x5a\x48')]),-(0x24ea+-0x1318+0x1*-0x11d1)))_0x9ff75f=_0x310a69[_0x17a8be(0x184,'\x72\x4c\x49\x44')];else{if(_0x310a69[_0x17a8be(0x233,'\x30\x53\x70\x46')](_0x335694[_0x17a8be(0x19b,'\x63\x6c\x37\x74')][_0x17a8be(0x17c,'\x75\x56\x4b\x36')](_0x17a8be(0xf8,'\x30\x53\x70\x46')+_0x17a8be(0xd9,'\x79\x6a\x4a\x59')+'\x6f\x6e'),-(-0x1d2d+-0x1*-0xb09+0x1225*0x1)))_0x9ff75f=_0x310a69[_0x17a8be(0x1aa,'\x36\x6f\x44\x45')];else{if(_0x310a69[_0x17a8be(0x165,'\x33\x74\x79\x79')](_0x335694[_0x17a8be(0x155,'\x5d\x6b\x36\x21')][_0x17a8be(0x1d9,'\x73\x34\x68\x7a')](_0x310a69[_0x17a8be(0x1a1,'\x72\x63\x5e\x56')]),-(0x3*0xbdb+0x2*0x1055+0x16be*-0x3)))_0x9ff75f=_0x17a8be(0x16c,'\x47\x6e\x48\x5b')+_0x17a8be(0xdf,'\x67\x26\x5a\x48')+_0x17a8be(0x16b,'\x58\x65\x71\x67')+_0x17a8be(0x115,'\x52\x4e\x2a\x68')+_0x17a8be(0x21a,'\x4a\x47\x53\x5a')+'\x72';}}}}continue;}break;}});const _0x45a38b=new Set();return _0x165309[_0x43fc57(0xbd,'\x58\x58\x4b\x21')](_0x10ef23=>{const _0x2195d9=_0x43fc57;if(!_0x10ef23||!_0x10ef23['\x69\x64'])return![];if(_0x45a38b[_0x2195d9(0x128,'\x37\x69\x36\x6c')](_0x10ef23['\x69\x64']))return![];return _0x45a38b[_0x2195d9(0x193,'\x47\x6e\x48\x5b')](_0x10ef23['\x69\x64']),!![];});}function _0x3e51cd(_0xe10aba,_0x42ae91=0x5*-0x39c+0x16*0x13d+-0x6a*0x9){const _0x533915=_0xe1d4ef,_0x126967={'\x48\x6e\x4d\x61\x69':function(_0x5f5819,_0x45f189){return _0x5f5819(_0x45f189);},'\x41\x70\x49\x75\x75':function(_0x4dc5de,_0x18ad1f){return _0x4dc5de||_0x18ad1f;},'\x6d\x6b\x48\x61\x50':function(_0x4bdf7b,_0x9b636a){return _0x4bdf7b+_0x9b636a;},'\x45\x43\x74\x6a\x4d':function(_0x153254,_0x35573a){return _0x153254-_0x35573a;},'\x56\x4e\x51\x68\x62':_0x533915(0x1dc,'\x72\x63\x5e\x56')+_0x533915(0x22a,'\x49\x25\x23\x48'),'\x52\x65\x57\x4e\x6e':function(_0x18027d,_0x4457d3){return _0x18027d!==_0x4457d3;},'\x65\x49\x6f\x76\x47':_0x533915(0x12a,'\x37\x25\x47\x63'),'\x43\x79\x4d\x75\x6d':_0x533915(0x274,'\x73\x34\x68\x7a'),'\x41\x53\x4f\x6f\x70':function(_0x4f12cf,_0x1cde0f,_0x5e30d6){return _0x4f12cf(_0x1cde0f,_0x5e30d6);}},_0x3574c9=Array[_0x533915(0xa2,'\x44\x5b\x73\x73')](_0xe10aba)?_0xe10aba:[],_0x575941=[];for(const _0x5150b8 of _0x3574c9){if(_0x126967['\x52\x65\x57\x4e\x6e'](_0x126967[_0x533915(0x261,'\x30\x53\x70\x46')],_0x126967[_0x533915(0x107,'\x36\x6f\x44\x45')])){const _0x4b9a7b=_0x5150b8&&_0x5150b8[_0x533915(0x176,'\x75\x56\x4b\x36')]?_0x5150b8[_0x533915(0x15c,'\x23\x34\x51\x67')]:{};_0x575941[_0x533915(0x1a4,'\x37\x25\x47\x63')]('\x2d\x20'+_0x5150b8['\x69\x64']+'\x3a\x20'+_0x5150b8[_0x533915(0xfb,'\x33\x74\x79\x79')]),_0x575941[_0x533915(0x23b,'\x67\x26\x5a\x48')](_0x533915(0x1b5,'\x72\x4c\x49\x44')+'\x74\x3a\x20'+(_0x4b9a7b['\x69\x6e\x70\x75\x74']||'')),_0x575941['\x70\x75\x73\x68'](_0x533915(0x1ef,'\x30\x72\x51\x71')+'\x75\x74\x3a\x20'+(_0x4b9a7b[_0x533915(0x163,'\x52\x4e\x2a\x68')]||'')),_0x575941[_0x533915(0xcc,'\x28\x5d\x34\x69')](_0x533915(0xad,'\x53\x70\x66\x29')+_0x533915(0xca,'\x23\x34\x51\x67')+(_0x4b9a7b[_0x533915(0x1ae,'\x69\x49\x6d\x4a')+'\x74\x73']||'')),_0x575941[_0x533915(0x1e6,'\x72\x4c\x49\x44')](_0x533915(0x1b9,'\x58\x56\x54\x70')+_0x533915(0x134,'\x30\x53\x70\x46')+(_0x4b9a7b[_0x533915(0x13d,'\x49\x64\x53\x67')]||'')),_0x575941[_0x533915(0x276,'\x63\x6c\x37\x74')](_0x533915(0x275,'\x58\x56\x54\x70')+_0x533915(0x1d4,'\x65\x6e\x47\x64')+_0x533915(0x20c,'\x58\x65\x71\x67')+(_0x4b9a7b[_0x533915(0x13c,'\x45\x38\x53\x74')+_0x533915(0x15a,'\x79\x5d\x34\x45')]||''));if(_0x4b9a7b[_0x533915(0x254,'\x6d\x6c\x49\x4c')])_0x575941[_0x533915(0xe9,'\x58\x56\x54\x70')](_0x533915(0xd1,'\x2a\x4b\x79\x6e')+_0x533915(0x251,'\x79\x6a\x4a\x59')+_0x4b9a7b[_0x533915(0x170,'\x72\x63\x5e\x56')]);}else{const _0xa4c708=OXnbgg[_0x533915(0x243,'\x56\x51\x55\x4e')](_0x14faad,OXnbgg[_0x533915(0x215,'\x71\x43\x5e\x6c')](_0x47683d,''));if(!_0x4a441d||_0xa4c708[_0x533915(0x201,'\x64\x2a\x61\x44')]<=_0x31f7c1)return _0xa4c708;return OXnbgg[_0x533915(0xfd,'\x74\x5d\x26\x75')](_0xa4c708[_0x533915(0x247,'\x44\x5b\x73\x73')](0x458*-0x2+-0x15ac+0x1d*0x10c,_0x113769['\x6d\x61\x78'](-0x1*-0x19c6+0x2*0x961+0x19*-0x1c8,OXnbgg[_0x533915(0x24a,'\x58\x56\x54\x70')](_0x33509d,-0x1bb*0x1+0x1a7b*0x1+0x18ac*-0x1))),OXnbgg[_0x533915(0x1e3,'\x45\x38\x53\x74')]);}}return _0x126967[_0x533915(0x15b,'\x36\x6f\x44\x45')](_0x54ae09,_0x575941[_0x533915(0x188,'\x4a\x5e\x48\x49')]('\x0a'),_0x42ae91);}const _0x32e58b={};_0x32e58b[_0xe1d4ef(0xcd,'\x52\x25\x4f\x56')+'\x61\x70\x61\x62\x69\x6c\x69\x74'+'\x79\x43\x61\x6e\x64\x69\x64\x61'+'\x74\x65\x73']=_0x14c66b,_0x32e58b['\x72\x65\x6e\x64\x65\x72\x43\x61'+_0xe1d4ef(0x136,'\x33\x74\x79\x79')+_0xe1d4ef(0x119,'\x72\x63\x5e\x56')]=_0x3e51cd,_0x32e58b['\x65\x78\x70\x61\x6e\x64\x53\x69'+_0xe1d4ef(0xec,'\x5d\x6b\x36\x21')]=_0x2e0330,module[_0xe1d4ef(0x17a,'\x67\x26\x5a\x48')]=_0x32e58b;
|
package/src/gep/contentHash.js
CHANGED
|
@@ -1,30 +1 @@
|
|
|
1
|
-
// Content-addressable hashing for GEP assets.
|
|
2
|
-
//
|
|
3
|
-
// As of v1.84.0 the protocol primitives (SCHEMA_VERSION, canonicalize,
|
|
4
|
-
// computeAssetId, verifyAssetId) live in @evomap/gep-sdk. This module
|
|
5
|
-
// is a thin CommonJS facade so the ~13 internal callsites that
|
|
6
|
-
// `require('./contentHash')` keep working unchanged.
|
|
7
|
-
//
|
|
8
|
-
// Why move them out: every implementation that participates in GEP
|
|
9
|
-
// (this engine, gep-mcp-server, evox-Rust, the Hub backend) needs an
|
|
10
|
-
// authoritative copy of the canonicalize / computeAssetId algorithm.
|
|
11
|
-
// Hand-maintaining four copies caused the v1.80.8 "explore" enum
|
|
12
|
-
// drift incident; consolidating into the SDK makes that class of bug
|
|
13
|
-
// structurally impossible. If you find yourself wanting to inline the
|
|
14
|
-
// algorithm here again, stop -- bump @evomap/gep-sdk instead.
|
|
15
|
-
//
|
|
16
|
-
// Implementation note: @evomap/gep-sdk is published as ESM
|
|
17
|
-
// (`"type": "module"`). Node 22 supports `require()` of synchronous
|
|
18
|
-
// ESM packages, but only on 22.12.0 and later (the
|
|
19
|
-
// `--experimental-require-module` flag was unflagged in that
|
|
20
|
-
// release). `package.json#engines.node` is therefore pinned to
|
|
21
|
-
// `>=22.12` so the call below works in every supported runtime.
|
|
22
|
-
|
|
23
|
-
const { SCHEMA_VERSION, canonicalize, computeAssetId, verifyAssetId } = require('@evomap/gep-sdk');
|
|
24
|
-
|
|
25
|
-
module.exports = {
|
|
26
|
-
SCHEMA_VERSION,
|
|
27
|
-
canonicalize,
|
|
28
|
-
computeAssetId,
|
|
29
|
-
verifyAssetId,
|
|
30
|
-
};
|
|
1
|
+
const _0x4ce259=_0x4d4e;(function(_0x208420,_0xcbc4cc){const _0x3815ca=_0x4d4e,_0x9c3e1c=_0x208420();while(!![]){try{const _0x484827=parseInt(_0x3815ca(0x129,'\x33\x76\x21\x6c'))/(-0x1a07+0x2b*0x9d+0x1d*-0x3)*(-parseInt(_0x3815ca(0x131,'\x41\x5b\x51\x6a'))/(-0xb*-0x2a1+-0x91+-0x1c58))+-parseInt(_0x3815ca(0x140,'\x51\x74\x75\x69'))/(-0xad9*0x1+0x1ea3+-0x3d*0x53)+-parseInt(_0x3815ca(0x122,'\x77\x45\x61\x6d'))/(-0x1c80+0xf98*-0x1+0x2c1c)+-parseInt(_0x3815ca(0x120,'\x6f\x4d\x70\x36'))/(-0x1d3*-0xf+-0xfd6+-0x6*0x1eb)+parseInt(_0x3815ca(0x12b,'\x67\x44\x64\x56'))/(-0x16a1*-0x1+-0x1ecb+0x106*0x8)+-parseInt(_0x3815ca(0x136,'\x5b\x4a\x33\x70'))/(-0x1d24+-0x9e2+-0x1*-0x270d)+parseInt(_0x3815ca(0x127,'\x51\x74\x75\x69'))/(0x2187+0xf1a*0x1+-0x3099);if(_0x484827===_0xcbc4cc)break;else _0x9c3e1c['push'](_0x9c3e1c['shift']());}catch(_0x32fa7d){_0x9c3e1c['push'](_0x9c3e1c['shift']());}}}(_0x44d0,-0xbce69+0x6447*-0x16+-0x1*-0x1ae2ef));function _0x4d4e(_0x3c28ee,_0x2f5344){_0x3c28ee=_0x3c28ee-(0x7bb*0x4+0x1*0x1a2d+-0x37fa*0x1);const _0x77e0f9=_0x44d0();let _0x39b830=_0x77e0f9[_0x3c28ee];if(_0x4d4e['\x69\x56\x42\x4f\x73\x4a']===undefined){var _0x1e93a0=function(_0x21f2e8){const _0x577af6='\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 _0x71ae62='',_0x324d7c='',_0x593ce9=_0x71ae62+_0x1e93a0,_0x136c3a=(''+function(){return-0x248*-0x5+-0x1cb4+0x6c*0x29;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(0x2029+-0xd*0xb+0x1f99*-0x1);for(let _0x500b79=-0xc*-0x33a+0x13d3+0x3a8b*-0x1,_0xb72825,_0x5712c0,_0x28517e=-0x1055+-0x18f4+0x2949;_0x5712c0=_0x21f2e8['\x63\x68\x61\x72\x41\x74'](_0x28517e++);~_0x5712c0&&(_0xb72825=_0x500b79%(-0xf19+0x2198+-0x127b)?_0xb72825*(0x1*-0xd6f+0x4*-0x3be+0x1ca7)+_0x5712c0:_0x5712c0,_0x500b79++%(0x1d21+-0x9e2+0x9*-0x223))?_0x71ae62+=_0x136c3a||_0x593ce9['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x28517e+(-0x20aa+0xd64+0x26a*0x8))-(0x2*0x65b+-0xb64+-0x148)!==-0x1a0e+0x5f5+-0xf*-0x157?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x1*0x12af+-0x17e5*0x1+0x17*0x1e5&_0xb72825>>(-(-0x1670+-0xafb+0x216d)*_0x500b79&-0x149a+0x80*0xd+0xe20)):_0x500b79:-0x124d+-0x1573+0x27c0){_0x5712c0=_0x577af6['\x69\x6e\x64\x65\x78\x4f\x66'](_0x5712c0);}for(let _0x42872e=0x8*0x200+-0xc8+-0x79c*0x2,_0x34a039=_0x71ae62['\x6c\x65\x6e\x67\x74\x68'];_0x42872e<_0x34a039;_0x42872e++){_0x324d7c+='\x25'+('\x30\x30'+_0x71ae62['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x42872e)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x1a0f+-0x25*-0x78+0x8c7))['\x73\x6c\x69\x63\x65'](-(-0x5*0x1eb+-0x4d5*-0x6+-0x1365));}return decodeURIComponent(_0x324d7c);};const _0x2ab640=function(_0x36c57b,_0x1492e8){let _0x7d8977=[],_0x47e00b=0x116e*-0x1+0x61*-0x7+0x1415,_0x4e342c,_0x1a3ca1='';_0x36c57b=_0x1e93a0(_0x36c57b);let _0x393c93;for(_0x393c93=0x1a33+0x17c8+-0x31fb;_0x393c93<-0x374*-0x6+-0xfb*-0x9+-0x1*0x1c8b;_0x393c93++){_0x7d8977[_0x393c93]=_0x393c93;}for(_0x393c93=-0x13a3*-0x1+-0xadb+0x119*-0x8;_0x393c93<-0x2b3*-0x8+0x3*-0x8ad+0x6b*0xd;_0x393c93++){_0x47e00b=(_0x47e00b+_0x7d8977[_0x393c93]+_0x1492e8['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x393c93%_0x1492e8['\x6c\x65\x6e\x67\x74\x68']))%(-0xb*-0x2a1+-0x91+-0x1b5a),_0x4e342c=_0x7d8977[_0x393c93],_0x7d8977[_0x393c93]=_0x7d8977[_0x47e00b],_0x7d8977[_0x47e00b]=_0x4e342c;}_0x393c93=-0xad9*0x1+0x1ea3+-0x11*0x12a,_0x47e00b=-0x1c80+0xf98*-0x1+0x2c18;for(let _0x4df35f=-0x1d3*-0xf+-0xfd6+-0xd*0xe3;_0x4df35f<_0x36c57b['\x6c\x65\x6e\x67\x74\x68'];_0x4df35f++){_0x393c93=(_0x393c93+(-0x16a1*-0x1+-0x1ecb+0x7b*0x11))%(-0x1d24+-0x9e2+-0x2*-0x1403),_0x47e00b=(_0x47e00b+_0x7d8977[_0x393c93])%(0x2187+0xf1a*0x1+-0x2fa1),_0x4e342c=_0x7d8977[_0x393c93],_0x7d8977[_0x393c93]=_0x7d8977[_0x47e00b],_0x7d8977[_0x47e00b]=_0x4e342c,_0x1a3ca1+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x36c57b['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4df35f)^_0x7d8977[(_0x7d8977[_0x393c93]+_0x7d8977[_0x47e00b])%(-0x23af+0xd06*-0x2+-0x3*-0x14e9)]);}return _0x1a3ca1;};_0x4d4e['\x43\x79\x64\x68\x6c\x77']=_0x2ab640,_0x4d4e['\x56\x66\x65\x75\x4e\x62']={},_0x4d4e['\x69\x56\x42\x4f\x73\x4a']=!![];}const _0x1fe686=_0x77e0f9[-0xc6e+0x1*-0x1ca3+0x2911],_0x3688ae=_0x3c28ee+_0x1fe686,_0x3a64b3=_0x4d4e['\x56\x66\x65\x75\x4e\x62'][_0x3688ae];if(!_0x3a64b3){if(_0x4d4e['\x64\x43\x49\x55\x6c\x61']===undefined){const _0x42cf80=function(_0x5bc163){this['\x57\x61\x49\x72\x52\x77']=_0x5bc163,this['\x51\x5a\x66\x6e\x59\x46']=[-0x154a+0x2466*0x1+-0x1*0xf1b,0xad8*-0x3+-0x1*0x19d9+0x3a61,0x1280+-0x1*-0x13e1+0x1*-0x2661],this['\x47\x72\x45\x66\x59\x41']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x62\x59\x49\x5a\x58\x5a']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x5a\x73\x66\x66\x58\x6f']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x42cf80['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x4b\x72\x58\x7a\x79\x4f']=function(){const _0x37ed84=new RegExp(this['\x62\x59\x49\x5a\x58\x5a']+this['\x5a\x73\x66\x66\x58\x6f']),_0x2999a6=_0x37ed84['\x74\x65\x73\x74'](this['\x47\x72\x45\x66\x59\x41']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x51\x5a\x66\x6e\x59\x46'][-0x2*0x129d+-0x1*0xd56+-0x35f*-0xf]:--this['\x51\x5a\x66\x6e\x59\x46'][0x89f*-0x1+0x1bb8+-0x1319*0x1];return this['\x46\x59\x75\x78\x53\x56'](_0x2999a6);},_0x42cf80['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x46\x59\x75\x78\x53\x56']=function(_0x483702){if(!Boolean(~_0x483702))return _0x483702;return this['\x71\x48\x76\x71\x51\x4c'](this['\x57\x61\x49\x72\x52\x77']);},_0x42cf80['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x71\x48\x76\x71\x51\x4c']=function(_0x394987){for(let _0x3d3d42=0x201a+-0x23f9*-0x1+-0x4413,_0x5acf81=this['\x51\x5a\x66\x6e\x59\x46']['\x6c\x65\x6e\x67\x74\x68'];_0x3d3d42<_0x5acf81;_0x3d3d42++){this['\x51\x5a\x66\x6e\x59\x46']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x5acf81=this['\x51\x5a\x66\x6e\x59\x46']['\x6c\x65\x6e\x67\x74\x68'];}return _0x394987(this['\x51\x5a\x66\x6e\x59\x46'][0x10f5+0x2b*0x13+-0x1426]);},(''+function(){return-0x72e+0x4*-0x23c+-0x2*-0x80f;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(0x32*-0xac+0x1*0x74+0x2125)&&new _0x42cf80(_0x4d4e)['\x4b\x72\x58\x7a\x79\x4f'](),_0x4d4e['\x64\x43\x49\x55\x6c\x61']=!![];}_0x39b830=_0x4d4e['\x43\x79\x64\x68\x6c\x77'](_0x39b830,_0x2f5344),_0x4d4e['\x56\x66\x65\x75\x4e\x62'][_0x3688ae]=_0x39b830;}else _0x39b830=_0x3a64b3;return _0x39b830;}const _0x36f5f1=(function(){let _0x5cc84e=!![];return function(_0x259caf,_0x57cbcb){const _0x85d9ac=_0x5cc84e?function(){if(_0x57cbcb){const _0x5325db=_0x57cbcb['\x61\x70\x70\x6c\x79'](_0x259caf,arguments);return _0x57cbcb=null,_0x5325db;}}:function(){};return _0x5cc84e=![],_0x85d9ac;};}()),_0x5bd6de=_0x36f5f1(this,function(){const _0x6e2dc0=_0x4d4e,_0x4033a1={};_0x4033a1[_0x6e2dc0(0x139,'\x56\x76\x52\x68')]=_0x6e2dc0(0x12a,'\x38\x63\x79\x5d')+_0x6e2dc0(0x133,'\x29\x46\x6e\x4d');const _0x144dc1=_0x4033a1;return _0x5bd6de[_0x6e2dc0(0x125,'\x6f\x4d\x70\x36')]()[_0x6e2dc0(0x123,'\x52\x6e\x38\x72')](_0x144dc1[_0x6e2dc0(0x13e,'\x63\x50\x64\x7a')])[_0x6e2dc0(0x13c,'\x74\x45\x73\x68')]()['\x63\x6f\x6e\x73\x74\x72\x75\x63'+_0x6e2dc0(0x11f,'\x64\x53\x67\x74')](_0x5bd6de)[_0x6e2dc0(0x12f,'\x2a\x49\x64\x51')](_0x144dc1[_0x6e2dc0(0x130,'\x52\x6e\x38\x72')]);});_0x5bd6de();const {SCHEMA_VERSION:_0x2df771,canonicalize:_0x3d316c,computeAssetId:_0x224437,verifyAssetId:_0x18e2de}=require(_0x4ce259(0x126,'\x4e\x2a\x61\x4c')+'\x67\x65\x70\x2d\x73\x64\x6b'),_0x1286ba={};_0x1286ba[_0x4ce259(0x12c,'\x67\x44\x64\x56')+_0x4ce259(0x134,'\x4a\x6f\x39\x57')]=_0x2df771,_0x1286ba[_0x4ce259(0x12e,'\x63\x55\x5e\x23')+_0x4ce259(0x124,'\x38\x34\x75\x52')]=_0x3d316c,_0x1286ba[_0x4ce259(0x121,'\x29\x46\x6e\x4d')+_0x4ce259(0x141,'\x71\x49\x63\x4d')]=_0x224437,_0x1286ba[_0x4ce259(0x13b,'\x45\x72\x43\x41')+_0x4ce259(0x13f,'\x2a\x49\x64\x51')]=_0x18e2de,module[_0x4ce259(0x135,'\x77\x45\x61\x6d')]=_0x1286ba;function _0x44d0(){const _0x2361e6=['\x71\x43\x6b\x6e\x68\x47','\x57\x37\x35\x72\x6e\x43\x6f\x37\x7a\x33\x71\x6f\x42\x43\x6b\x45\x57\x37\x76\x41\x43\x38\x6b\x63','\x57\x4f\x79\x4a\x57\x35\x43\x39\x43\x4b\x72\x53\x43\x57','\x71\x57\x4a\x63\x4a\x6d\x6b\x70\x72\x31\x2f\x64\x52\x6d\x6f\x45\x79\x38\x6b\x67\x64\x78\x5a\x63\x51\x57','\x57\x4f\x48\x61\x71\x61\x6e\x6a\x65\x71','\x57\x50\x56\x64\x49\x6d\x6b\x4b\x57\x50\x38','\x57\x52\x47\x6d\x76\x43\x6b\x38\x69\x59\x35\x76\x73\x61','\x70\x66\x56\x64\x4e\x33\x5a\x63\x4a\x43\x6f\x36\x57\x35\x2f\x63\x49\x47','\x57\x35\x4e\x63\x47\x43\x6f\x51\x65\x33\x37\x64\x50\x43\x6b\x78\x67\x53\x6b\x7a\x57\x50\x39\x61\x67\x4e\x54\x2b','\x57\x52\x5a\x64\x55\x64\x46\x64\x49\x71\x72\x78\x69\x76\x74\x63\x47\x77\x78\x64\x4b\x38\x6b\x44\x57\x35\x57','\x71\x49\x48\x4f\x75\x4a\x6e\x4b\x57\x52\x74\x63\x4e\x6d\x6b\x74\x57\x50\x43\x53','\x74\x76\x70\x63\x53\x53\x6b\x73\x6f\x33\x56\x63\x47\x4b\x79','\x43\x57\x33\x64\x52\x57\x33\x64\x53\x53\x6b\x57\x73\x53\x6b\x73\x6d\x6d\x6b\x35\x44\x33\x53','\x67\x68\x52\x63\x4b\x4e\x37\x63\x48\x38\x6f\x64\x79\x38\x6b\x33','\x57\x52\x76\x72\x44\x38\x6f\x6f\x63\x53\x6b\x4f\x57\x36\x47\x32\x45\x53\x6f\x4f\x6c\x6d\x6f\x31\x6b\x57','\x43\x58\x46\x63\x54\x43\x6b\x75\x57\x34\x44\x35\x57\x50\x4e\x63\x49\x61','\x57\x34\x33\x63\x4d\x74\x2f\x64\x48\x4a\x44\x41','\x57\x50\x66\x58\x43\x4a\x48\x7a','\x71\x76\x54\x39\x57\x51\x7a\x73\x63\x63\x52\x63\x47\x57','\x44\x38\x6f\x2b\x6b\x38\x6b\x64\x6a\x6d\x6b\x58\x57\x37\x7a\x73\x57\x4f\x6e\x66\x6a\x6d\x6b\x71\x6f\x43\x6f\x69','\x57\x34\x35\x4c\x57\x50\x66\x50','\x63\x4b\x64\x63\x4d\x38\x6f\x49\x57\x51\x70\x64\x4e\x47','\x66\x75\x6c\x64\x4a\x53\x6f\x71\x62\x58\x2f\x63\x50\x57','\x69\x6d\x6b\x59\x79\x57\x4c\x6c\x57\x37\x6e\x36\x57\x35\x5a\x63\x4a\x53\x6b\x6f\x57\x35\x54\x34\x78\x61','\x57\x34\x6e\x77\x57\x52\x64\x64\x4c\x59\x50\x55\x76\x75\x74\x63\x54\x53\x6f\x54\x57\x52\x4f','\x57\x35\x42\x64\x4a\x53\x6b\x65\x41\x47\x53\x55\x57\x35\x2f\x64\x48\x77\x6c\x64\x4b\x32\x37\x63\x4e\x63\x53','\x45\x43\x6b\x49\x57\x36\x4f\x42\x57\x35\x43','\x46\x73\x74\x63\x52\x6d\x6f\x63\x57\x51\x64\x64\x4f\x6d\x6f\x6b\x66\x47','\x57\x50\x33\x63\x4b\x53\x6b\x66\x62\x4c\x6a\x48\x57\x37\x39\x45','\x6d\x43\x6b\x48\x74\x6d\x6f\x66\x7a\x53\x6f\x56\x57\x51\x53\x64','\x57\x37\x31\x77\x6d\x6d\x6f\x2f\x7a\x78\x75\x6e\x41\x38\x6b\x48\x57\x35\x76\x36\x42\x43\x6b\x42','\x6e\x53\x6f\x4a\x57\x52\x46\x64\x4d\x53\x6f\x56','\x57\x34\x33\x63\x4d\x73\x52\x64\x56\x74\x61','\x57\x35\x52\x63\x48\x38\x6f\x50\x66\x68\x46\x64\x50\x53\x6b\x74\x76\x53\x6b\x4c\x57\x51\x4c\x33\x70\x32\x65','\x57\x51\x4e\x63\x56\x63\x46\x63\x54\x43\x6b\x79\x43\x47'];_0x44d0=function(){return _0x2361e6;};return _0x44d0();}
|