@evomap/evolver 1.89.4 → 1.89.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +19 -0
- package/README.md +536 -86
- package/assets/cover.png +0 -0
- package/index.js +87 -7
- package/package.json +17 -6
- package/scripts/a2a_export.js +63 -0
- package/scripts/a2a_ingest.js +79 -0
- package/scripts/a2a_promote.js +118 -0
- package/scripts/analyze_by_skill.js +121 -0
- package/scripts/build_binaries.js +479 -0
- package/scripts/check-changelog.js +166 -0
- package/scripts/extract_log.js +85 -0
- package/scripts/generate_history.js +75 -0
- package/scripts/gep_append_event.js +96 -0
- package/scripts/gep_personality_report.js +234 -0
- package/scripts/human_report.js +147 -0
- package/scripts/recall-verify-report.js +234 -0
- package/scripts/recover_loop.js +61 -0
- package/scripts/refresh_stars_badge.js +168 -0
- package/scripts/seed-merchants.js +91 -0
- package/scripts/suggest_version.js +89 -0
- package/scripts/validate-modules.js +38 -0
- package/scripts/validate-suite.js +78 -0
- package/skills/index.json +14 -0
- package/src/adapters/scripts/_runtimePaths.js +1 -0
- package/src/adapters/scripts/evolver-session-end.js +1 -0
- package/src/adapters/scripts/evolver-session-start.js +1 -0
- package/src/evolve/guards.js +1 -721
- package/src/evolve/pipeline/collect.js +1 -1283
- package/src/evolve/pipeline/dispatch.js +1 -421
- package/src/evolve/pipeline/enrich.js +1 -440
- package/src/evolve/pipeline/hub.js +1 -319
- package/src/evolve/pipeline/select.js +1 -274
- package/src/evolve/pipeline/signals.js +1 -206
- package/src/evolve/utils.js +1 -264
- package/src/evolve.js +1 -350
- package/src/gep/a2aProtocol.js +1 -4455
- package/src/gep/antiAbuseTelemetry.js +1 -233
- package/src/gep/autoDistillConv.js +1 -205
- package/src/gep/autoDistillLlm.js +1 -315
- package/src/gep/candidateEval.js +1 -92
- package/src/gep/candidates.js +1 -198
- package/src/gep/contentHash.js +1 -30
- package/src/gep/conversationSniffer.js +1 -266
- package/src/gep/crypto.js +1 -89
- package/src/gep/curriculum.js +1 -163
- package/src/gep/deviceId.js +1 -218
- package/src/gep/envFingerprint.js +1 -118
- package/src/gep/epigenetics.js +1 -31
- package/src/gep/execBridge.js +1 -711
- package/src/gep/explore.js +1 -289
- package/src/gep/hash.js +1 -15
- package/src/gep/hubFetch.js +1 -359
- package/src/gep/hubReview.js +1 -207
- package/src/gep/hubSearch.js +1 -526
- package/src/gep/hubVerify.js +1 -306
- package/src/gep/idleScheduler.js +6 -1
- package/src/gep/learningSignals.js +1 -89
- package/src/gep/memoryGraph.js +1 -1374
- package/src/gep/memoryGraphAdapter.js +1 -203
- package/src/gep/mutation.js +1 -203
- package/src/gep/narrativeMemory.js +1 -108
- package/src/gep/openPRRegistry.js +1 -205
- package/src/gep/personality.js +1 -423
- package/src/gep/policyCheck.js +1 -599
- package/src/gep/prompt.js +1 -836
- package/src/gep/recallInject.js +1 -409
- package/src/gep/recallVerifier.js +1 -318
- package/src/gep/reflection.js +1 -177
- package/src/gep/savingsCore.js +1 -0
- package/src/gep/selector.js +1 -602
- package/src/gep/skillDistiller.js +1 -1294
- package/src/gep/solidify.js +1 -1699
- package/src/gep/strategy.js +1 -136
- package/src/gep/tokenSavings.js +1 -88
- package/src/gep/workspaceKeychain.js +1 -174
- package/src/ops/lifecycle.js +17 -4
- package/src/proxy/envelope.js +59 -0
- package/src/proxy/extensions/traceControl.js +1 -99
- package/src/proxy/index.js +221 -3
- package/src/proxy/inject.js +1 -52
- package/src/proxy/lifecycle/manager.js +14 -7
- package/src/proxy/mailbox/store.js +29 -6
- package/src/proxy/router/messages_route.js +4 -1
- package/src/proxy/router/responses_route.js +159 -0
- package/src/proxy/server/http.js +13 -4
- package/src/proxy/server/routes.js +11 -1
- package/src/proxy/sync/engine.js +7 -1
- package/src/proxy/sync/outbound.js +32 -4
- package/src/proxy/trace/extractor.js +1 -646
- package/src/proxy/trace/usage.js +1 -105
- package/.cursor/BUGBOT.md +0 -182
- package/.env.example +0 -68
- package/.git-commit-guard-token +0 -1
- package/.github/CODEOWNERS +0 -63
- package/.github/ISSUE_TEMPLATE/good_first_issue.md +0 -23
- package/.github/pull_request_template.md +0 -45
- package/.github/workflows/test.yml +0 -75
- package/CHANGELOG.md +0 -1237
- package/README.public.md +0 -569
- package/SECURITY.md +0 -108
- package/assets/gep/events.jsonl +0 -3
- package/examples/atp-consumer-quickstart.md +0 -100
- package/examples/hello-world.md +0 -38
- package/proxy-package.json +0 -39
- package/public.manifest.json +0 -143
- /package/assets/gep/{genes.json → genes.seed.json} +0 -0
- /package/{bundled-skills → skills}/_meta/SKILL.md +0 -0
|
@@ -1,89 +1 @@
|
|
|
1
|
-
// Structured learning signal expansion: raw signals -> categorized tags for gene selection and evolution feedback.
|
|
2
|
-
function unique(items) {
|
|
3
|
-
return Array.from(new Set((Array.isArray(items) ? items : []).filter(Boolean).map(function (x) {
|
|
4
|
-
return String(x).trim();
|
|
5
|
-
}).filter(Boolean)));
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
function add(tags, value) {
|
|
9
|
-
if (!value) return;
|
|
10
|
-
tags.push(String(value).trim());
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
function expandSignals(signals, extraText) {
|
|
14
|
-
const raw = Array.isArray(signals) ? signals.map(function (s) { return String(s); }) : [];
|
|
15
|
-
const tags = [];
|
|
16
|
-
|
|
17
|
-
for (let i = 0; i < raw.length; i++) {
|
|
18
|
-
const signal = raw[i];
|
|
19
|
-
add(tags, signal);
|
|
20
|
-
const base = signal.split(':')[0];
|
|
21
|
-
if (base && base !== signal) add(tags, base);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
const text = (raw.join(' ') + ' ' + String(extraText || '')).toLowerCase();
|
|
25
|
-
|
|
26
|
-
if (/(error|exception|failed|unstable|log_error|runtime|429)/.test(text)) {
|
|
27
|
-
add(tags, 'problem:reliability');
|
|
28
|
-
add(tags, 'action:repair');
|
|
29
|
-
}
|
|
30
|
-
if (/(protocol|prompt|audit|gep|schema|drift)/.test(text)) {
|
|
31
|
-
add(tags, 'problem:protocol');
|
|
32
|
-
add(tags, 'action:optimize');
|
|
33
|
-
add(tags, 'area:prompt');
|
|
34
|
-
}
|
|
35
|
-
if (/(perf|performance|bottleneck|latency|slow|throughput)/.test(text)) {
|
|
36
|
-
add(tags, 'problem:performance');
|
|
37
|
-
add(tags, 'action:optimize');
|
|
38
|
-
}
|
|
39
|
-
if (/(feature|capability_gap|user_feature_request|external_opportunity|stagnation recommendation)/.test(text)) {
|
|
40
|
-
add(tags, 'problem:capability');
|
|
41
|
-
add(tags, 'action:innovate');
|
|
42
|
-
}
|
|
43
|
-
if (/(stagnation|plateau|steady_state|saturation|empty_cycle_loop|loop_detected|recurring)/.test(text)) {
|
|
44
|
-
add(tags, 'problem:stagnation');
|
|
45
|
-
add(tags, 'action:innovate');
|
|
46
|
-
}
|
|
47
|
-
if (/(task|worker|heartbeat|hub|commitment|assignment|orchestration)/.test(text)) {
|
|
48
|
-
add(tags, 'area:orchestration');
|
|
49
|
-
}
|
|
50
|
-
if (/(memory|narrative|reflection)/.test(text)) {
|
|
51
|
-
add(tags, 'area:memory');
|
|
52
|
-
}
|
|
53
|
-
if (/(skill|dashboard)/.test(text)) {
|
|
54
|
-
add(tags, 'area:skills');
|
|
55
|
-
}
|
|
56
|
-
if (/(validation|canary|rollback|constraint|blast radius|destructive)/.test(text)) {
|
|
57
|
-
add(tags, 'risk:validation');
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
return unique(tags);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
function geneTags(gene) {
|
|
64
|
-
if (!gene || typeof gene !== 'object') return [];
|
|
65
|
-
let inputs = [];
|
|
66
|
-
if (gene.category) inputs.push('action:' + String(gene.category).toLowerCase());
|
|
67
|
-
if (Array.isArray(gene.signals_match)) inputs = inputs.concat(gene.signals_match);
|
|
68
|
-
if (typeof gene.id === 'string') inputs.push(gene.id);
|
|
69
|
-
if (typeof gene.summary === 'string') inputs.push(gene.summary);
|
|
70
|
-
return expandSignals(inputs, '');
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
function scoreTagOverlap(gene, signals) {
|
|
74
|
-
const signalTags = expandSignals(signals, '');
|
|
75
|
-
const geneTagList = geneTags(gene);
|
|
76
|
-
if (signalTags.length === 0 || geneTagList.length === 0) return 0;
|
|
77
|
-
const signalSet = new Set(signalTags);
|
|
78
|
-
let hits = 0;
|
|
79
|
-
for (let i = 0; i < geneTagList.length; i++) {
|
|
80
|
-
if (signalSet.has(geneTagList[i])) hits++;
|
|
81
|
-
}
|
|
82
|
-
return hits;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
module.exports = {
|
|
86
|
-
expandSignals: expandSignals,
|
|
87
|
-
geneTags: geneTags,
|
|
88
|
-
scoreTagOverlap: scoreTagOverlap,
|
|
89
|
-
};
|
|
1
|
+
const _0x45a55f=_0x3b28;(function(_0x240d3d,_0x261bbb){const _0x439ecb=_0x3b28,_0x18fb47=_0x240d3d();while(!![]){try{const _0x4baf08=-parseInt(_0x439ecb(0x1c6,'\x28\x4f\x4f\x68'))/(0x2*-0x809+0x7f3+-0x4*-0x208)+-parseInt(_0x439ecb(0x1e8,'\x4f\x43\x64\x70'))/(0x1*-0x494+-0x1f*-0x100+0x8a*-0x31)*(parseInt(_0x439ecb(0x205,'\x40\x59\x4e\x52'))/(-0x689+0x108d*-0x1+0x1719))+-parseInt(_0x439ecb(0x1ef,'\x43\x63\x32\x65'))/(0xe87*-0x1+-0x1*-0x1981+-0xaf6)*(parseInt(_0x439ecb(0x1ce,'\x43\x40\x5a\x6c'))/(-0x25*0x17+-0x7ab*0x2+0x6*0x31d))+parseInt(_0x439ecb(0x227,'\x40\x54\x23\x36'))/(0x1e61+-0x2492+-0x25*-0x2b)+-parseInt(_0x439ecb(0x1c1,'\x49\x39\x39\x62'))/(-0x442+-0x5*0xff+-0x2*-0x4a2)*(parseInt(_0x439ecb(0x1f7,'\x24\x33\x4f\x54'))/(-0x1ee+0xb2b+-0x1*0x935))+parseInt(_0x439ecb(0x230,'\x43\x6d\x28\x75'))/(0x3*0x617+-0x8*0x23+0x449*-0x4)+parseInt(_0x439ecb(0x1dc,'\x5a\x6a\x46\x77'))/(-0x1615*0x1+0xd98+-0x25*-0x3b)*(parseInt(_0x439ecb(0x1ed,'\x65\x5b\x50\x4a'))/(0x2321+0x7da+-0xe5*0x30));if(_0x4baf08===_0x261bbb)break;else _0x18fb47['push'](_0x18fb47['shift']());}catch(_0x51e9f0){_0x18fb47['push'](_0x18fb47['shift']());}}}(_0x1587,-0xbcc05+0x31159+-0xb41e*-0x19));const _0x512482=(function(){let _0x32f9c0=!![];return function(_0x46f5f5,_0x245fec){const _0x27a315=_0x32f9c0?function(){const _0x5b47e9=_0x3b28;if(_0x245fec){const _0x514d69=_0x245fec[_0x5b47e9(0x1d9,'\x24\x33\x4f\x54')](_0x46f5f5,arguments);return _0x245fec=null,_0x514d69;}}:function(){};return _0x32f9c0=![],_0x27a315;};}()),_0x434e09=_0x512482(this,function(){const _0x52d352=_0x3b28,_0x34238d={};_0x34238d[_0x52d352(0x1f0,'\x40\x54\x23\x36')]=_0x52d352(0x1ad,'\x23\x77\x71\x4a')+'\x2b\x29\x2b\x24';const _0x269a59=_0x34238d;return _0x434e09[_0x52d352(0x226,'\x75\x53\x56\x58')]()[_0x52d352(0x221,'\x25\x64\x57\x66')](_0x269a59[_0x52d352(0x1e6,'\x30\x4f\x53\x52')])[_0x52d352(0x1e0,'\x28\x4b\x5e\x5e')]()[_0x52d352(0x1db,'\x63\x31\x73\x77')+_0x52d352(0x21f,'\x53\x30\x4e\x68')](_0x434e09)[_0x52d352(0x1a4,'\x23\x77\x71\x4a')](_0x269a59[_0x52d352(0x200,'\x53\x30\x4e\x68')]);});function _0x3b28(_0x76659b,_0x8f5f48){_0x76659b=_0x76659b-(-0x1d73+0x5*-0x56d+0x3a28);const _0x1b53ad=_0x1587();let _0x935b40=_0x1b53ad[_0x76659b];if(_0x3b28['\x71\x4a\x75\x74\x54\x77']===undefined){var _0xeb0134=function(_0x107e57){const _0x39b302='\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 _0x27ea9c='',_0x1a05c8='',_0x228693=_0x27ea9c+_0xeb0134,_0x9205e1=(''+function(){return 0x966+0x5*0x3+-0x975;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(-0xaa*-0x2c+0x137*-0x18+-0xf);for(let _0x3eb6cf=0xc48+-0x353*-0x5+-0x1ce7,_0x137d6b,_0x9cab4d,_0x2514b2=-0x1dbb+-0x14af+0x326a;_0x9cab4d=_0x107e57['\x63\x68\x61\x72\x41\x74'](_0x2514b2++);~_0x9cab4d&&(_0x137d6b=_0x3eb6cf%(0x1011+0x1ead+-0x2eba)?_0x137d6b*(0x11b9+0x1*0x1caf+-0x2e28)+_0x9cab4d:_0x9cab4d,_0x3eb6cf++%(-0x1*0x605+-0x1d17+0x119*0x20))?_0x27ea9c+=_0x9205e1||_0x228693['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2514b2+(0x5*-0x362+-0x1734+0x2828))-(-0x1bbe+-0x177f+0x3347)!==-0x78a*-0x4+0x2*0x46f+-0xde*0x2d?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x2*-0x382+0x19e7+-0x1fec&_0x137d6b>>(-(0x109+-0x1085+0x3*0x52a)*_0x3eb6cf&0x17f2+0x2113*0x1+-0x38ff)):_0x3eb6cf:0xb*-0x12a+0x1c79+-0xfab){_0x9cab4d=_0x39b302['\x69\x6e\x64\x65\x78\x4f\x66'](_0x9cab4d);}for(let _0x43a2a1=-0x2564+0xe*-0x1f4+0x40bc,_0x27af0f=_0x27ea9c['\x6c\x65\x6e\x67\x74\x68'];_0x43a2a1<_0x27af0f;_0x43a2a1++){_0x1a05c8+='\x25'+('\x30\x30'+_0x27ea9c['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x43a2a1)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10a9+0x1*-0x10f+-0xf8a))['\x73\x6c\x69\x63\x65'](-(0xc66+-0xb2*0xb+-0x25f*0x2));}return decodeURIComponent(_0x1a05c8);};const _0x43cd40=function(_0x6a1f87,_0x206dfa){let _0x5e42dd=[],_0x5cb922=0xa3*0x26+0x1803+-0x3035,_0x27f7a1,_0x186aa6='';_0x6a1f87=_0xeb0134(_0x6a1f87);let _0x3db509;for(_0x3db509=-0x752+-0x42d*0x3+-0x13d9*-0x1;_0x3db509<0x1108+0x20f3+0x30fb*-0x1;_0x3db509++){_0x5e42dd[_0x3db509]=_0x3db509;}for(_0x3db509=-0xbdd*0x2+0x53*0x1+0x1767;_0x3db509<-0x79b+-0x287+0xb22;_0x3db509++){_0x5cb922=(_0x5cb922+_0x5e42dd[_0x3db509]+_0x206dfa['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3db509%_0x206dfa['\x6c\x65\x6e\x67\x74\x68']))%(-0x4b*0x12+0x2*-0xe0+-0x2*-0x403),_0x27f7a1=_0x5e42dd[_0x3db509],_0x5e42dd[_0x3db509]=_0x5e42dd[_0x5cb922],_0x5e42dd[_0x5cb922]=_0x27f7a1;}_0x3db509=-0xe0f+0x10fc+-0x6b*0x7,_0x5cb922=-0xd*0x159+0xfed+-0x8*-0x33;for(let _0x4b42e9=-0x27e*0xa+0xfd4+-0x918*-0x1;_0x4b42e9<_0x6a1f87['\x6c\x65\x6e\x67\x74\x68'];_0x4b42e9++){_0x3db509=(_0x3db509+(-0x2371+-0x9e*0x8+0x2862))%(0x2689+-0x1*-0x1f03+-0x448c),_0x5cb922=(_0x5cb922+_0x5e42dd[_0x3db509])%(-0x1339+-0x25*-0x4+0x13a5),_0x27f7a1=_0x5e42dd[_0x3db509],_0x5e42dd[_0x3db509]=_0x5e42dd[_0x5cb922],_0x5e42dd[_0x5cb922]=_0x27f7a1,_0x186aa6+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x6a1f87['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4b42e9)^_0x5e42dd[(_0x5e42dd[_0x3db509]+_0x5e42dd[_0x5cb922])%(0x22f4+0x1ff4+0x107a*-0x4)]);}return _0x186aa6;};_0x3b28['\x6e\x4d\x62\x68\x6e\x75']=_0x43cd40,_0x3b28['\x75\x72\x7a\x6e\x51\x66']={},_0x3b28['\x71\x4a\x75\x74\x54\x77']=!![];}const _0x1529c1=_0x1b53ad[0x1*-0x269f+0x2*-0xdd+0x2859],_0x466c2d=_0x76659b+_0x1529c1,_0xf4b2d=_0x3b28['\x75\x72\x7a\x6e\x51\x66'][_0x466c2d];if(!_0xf4b2d){if(_0x3b28['\x4f\x67\x52\x5a\x79\x59']===undefined){const _0x34918b=function(_0x3746fe){this['\x61\x69\x71\x67\x58\x4a']=_0x3746fe,this['\x47\x7a\x6c\x6d\x6e\x6f']=[0x5*-0x723+-0xc0d*0x2+0x3bca,-0x1780+-0x1*-0xb57+0xb*0x11b,-0xb*0x2+-0x1bb6*-0x1+-0x1ba0],this['\x56\x6c\x55\x51\x67\x53']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x4a\x4f\x4b\x79\x6d\x42']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x62\x75\x42\x6f\x63\x73']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x34918b['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x72\x46\x4d\x74\x47\x77']=function(){const _0x43635a=new RegExp(this['\x4a\x4f\x4b\x79\x6d\x42']+this['\x62\x75\x42\x6f\x63\x73']),_0x12abab=_0x43635a['\x74\x65\x73\x74'](this['\x56\x6c\x55\x51\x67\x53']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x47\x7a\x6c\x6d\x6e\x6f'][-0x152*-0x11+0x24f5+0x1*-0x3b66]:--this['\x47\x7a\x6c\x6d\x6e\x6f'][-0x456+-0x1828+0x1c7e];return this['\x4c\x71\x46\x52\x72\x6d'](_0x12abab);},_0x34918b['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x4c\x71\x46\x52\x72\x6d']=function(_0x33beb7){if(!Boolean(~_0x33beb7))return _0x33beb7;return this['\x41\x47\x56\x52\x64\x69'](this['\x61\x69\x71\x67\x58\x4a']);},_0x34918b['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x41\x47\x56\x52\x64\x69']=function(_0x50ede4){for(let _0x18133d=0x154a+0xc31+-0x217b,_0x36269b=this['\x47\x7a\x6c\x6d\x6e\x6f']['\x6c\x65\x6e\x67\x74\x68'];_0x18133d<_0x36269b;_0x18133d++){this['\x47\x7a\x6c\x6d\x6e\x6f']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x36269b=this['\x47\x7a\x6c\x6d\x6e\x6f']['\x6c\x65\x6e\x67\x74\x68'];}return _0x50ede4(this['\x47\x7a\x6c\x6d\x6e\x6f'][0x25*-0xb0+0x2*-0xabd+-0x4b1*-0xa]);},(''+function(){return-0x1*0x235f+0x2b*0xb6+0x4cd;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(-0xab*-0x1+0x134e*-0x2+0x25f2)&&new _0x34918b(_0x3b28)['\x72\x46\x4d\x74\x47\x77'](),_0x3b28['\x4f\x67\x52\x5a\x79\x59']=!![];}_0x935b40=_0x3b28['\x6e\x4d\x62\x68\x6e\x75'](_0x935b40,_0x8f5f48),_0x3b28['\x75\x72\x7a\x6e\x51\x66'][_0x466c2d]=_0x935b40;}else _0x935b40=_0xf4b2d;return _0x935b40;}_0x434e09();function _0xd48383(_0x1177da){const _0x314085=_0x3b28,_0x263453={'\x6d\x66\x72\x45\x76':_0x314085(0x1bc,'\x65\x5b\x50\x4a')+_0x314085(0x1e7,'\x4c\x39\x5d\x6c')+'\x74\x79','\x62\x6b\x45\x59\x45':function(_0xfdeae1,_0x4c1aa0,_0x1eb307){return _0xfdeae1(_0x4c1aa0,_0x1eb307);},'\x6e\x6e\x57\x53\x6d':function(_0x476775,_0x1ab878){return _0x476775!==_0x1ab878;},'\x44\x74\x4c\x54\x74':_0x314085(0x1ba,'\x68\x48\x6f\x25'),'\x51\x44\x46\x61\x70':function(_0x2927b3,_0x1f1d67){return _0x2927b3(_0x1f1d67);}};return Array[_0x314085(0x22d,'\x25\x69\x64\x52')](new Set((Array['\x69\x73\x41\x72\x72\x61\x79'](_0x1177da)?_0x1177da:[])[_0x314085(0x1c7,'\x67\x51\x21\x6c')](Boolean)[_0x314085(0x1b6,'\x35\x51\x26\x72')](function(_0x2a0e00){const _0x916eff=_0x314085;if(_0x263453[_0x916eff(0x1a6,'\x25\x64\x57\x66')](_0x916eff(0x1a7,'\x75\x53\x56\x58'),_0x263453['\x44\x74\x4c\x54\x74']))_0x440578(_0x2e6540,_0x263453[_0x916eff(0x209,'\x43\x63\x32\x65')]),_0x263453['\x62\x6b\x45\x59\x45'](_0xad6d77,_0x4b06b6,_0x916eff(0x1cc,'\x79\x72\x45\x30')+_0x916eff(0x1de,'\x75\x53\x56\x58'));else return _0x263453[_0x916eff(0x1d1,'\x49\x39\x39\x62')](String,_0x2a0e00)[_0x916eff(0x20e,'\x77\x5a\x67\x69')]();})['\x66\x69\x6c\x74\x65\x72'](Boolean)));}function _0x1a83c1(_0xd2ec60,_0x4cca43){const _0x2bb880=_0x3b28,_0x4c6ee8={'\x57\x6e\x43\x67\x6c':function(_0x9b36ef,_0x45f05e){return _0x9b36ef(_0x45f05e);}};if(!_0x4cca43)return;_0xd2ec60[_0x2bb880(0x1cb,'\x40\x56\x42\x59')](_0x4c6ee8[_0x2bb880(0x1df,'\x79\x67\x64\x37')](String,_0x4cca43)[_0x2bb880(0x237,'\x25\x64\x57\x66')]());}function _0x1587(){const _0xa1daaf=['\x66\x57\x64\x63\x49\x43\x6f\x30\x43\x76\x48\x49\x57\x52\x42\x63\x50\x4c\x4e\x64\x4a\x31\x69\x73','\x57\x36\x52\x63\x4a\x6d\x6b\x6a\x57\x52\x42\x64\x4e\x53\x6b\x4a\x75\x53\x6b\x59','\x57\x37\x78\x63\x47\x6d\x6b\x61\x57\x52\x2f\x64\x49\x38\x6b\x4e','\x67\x6d\x6f\x6a\x57\x37\x76\x50\x6e\x47','\x73\x5a\x35\x50\x57\x35\x71\x35','\x68\x6d\x6f\x57\x57\x34\x52\x63\x52\x4e\x35\x49\x57\x4f\x70\x64\x50\x61','\x45\x53\x6b\x50\x57\x35\x79','\x68\x77\x37\x63\x50\x6d\x6f\x63\x43\x66\x31\x59\x57\x37\x78\x64\x4a\x53\x6f\x46\x57\x34\x46\x64\x54\x57','\x70\x78\x5a\x64\x53\x61\x47\x2f','\x57\x37\x58\x58\x57\x37\x70\x64\x56\x47','\x57\x37\x4c\x4b\x57\x37\x74\x64\x47\x43\x6f\x44','\x57\x35\x53\x43\x65\x38\x6f\x51\x57\x34\x69','\x57\x50\x47\x59\x57\x51\x33\x64\x4c\x38\x6f\x35\x74\x67\x4a\x64\x56\x57','\x6a\x53\x6f\x32\x57\x36\x44\x55','\x46\x30\x58\x4f\x57\x52\x5a\x63\x48\x67\x61\x6c\x6d\x71','\x57\x50\x48\x4f\x68\x53\x6f\x46\x57\x37\x58\x4a\x61\x47','\x57\x34\x4e\x63\x56\x77\x2f\x64\x4d\x66\x34','\x57\x4f\x79\x67\x57\x51\x75\x61\x74\x47','\x7a\x4b\x43\x78\x6c\x30\x71','\x57\x37\x34\x45\x57\x52\x2f\x64\x4d\x43\x6f\x4d','\x68\x53\x6f\x34\x57\x36\x75\x69\x77\x47','\x7a\x38\x6b\x2f\x63\x53\x6f\x59\x63\x71','\x57\x35\x62\x6b\x66\x43\x6f\x72\x57\x35\x6e\x6d\x6f\x53\x6b\x31','\x57\x35\x6a\x59\x57\x35\x38\x57','\x57\x4f\x64\x63\x52\x53\x6b\x71\x57\x37\x76\x44','\x43\x53\x6b\x55\x57\x34\x4f','\x57\x36\x42\x63\x4f\x4a\x4e\x64\x56\x6d\x6b\x67\x57\x36\x78\x64\x4b\x53\x6b\x69\x42\x43\x6f\x75\x72\x53\x6b\x67\x57\x36\x4b','\x76\x6d\x6b\x53\x57\x35\x7a\x4d\x57\x34\x6c\x63\x4e\x6d\x6b\x6d','\x57\x35\x72\x4c\x57\x35\x4f\x30\x57\x35\x4b\x43\x6e\x49\x30','\x42\x5a\x46\x64\x4b\x43\x6b\x76\x6a\x43\x6f\x49\x57\x34\x65','\x57\x51\x71\x64\x57\x51\x5a\x64\x55\x53\x6b\x75','\x57\x50\x75\x77\x63\x71\x50\x42','\x57\x4f\x31\x4a\x6e\x43\x6f\x45\x69\x63\x46\x63\x4d\x53\x6f\x6c','\x72\x4a\x64\x64\x50\x53\x6b\x33\x6e\x61','\x70\x43\x6f\x72\x57\x35\x4a\x63\x50\x57','\x57\x4f\x53\x30\x57\x51\x30\x75\x46\x61','\x57\x52\x62\x71\x57\x51\x75\x35\x77\x33\x68\x64\x4c\x71','\x57\x37\x72\x34\x57\x51\x37\x63\x48\x43\x6b\x72\x69\x64\x4b','\x57\x36\x64\x64\x4b\x53\x6b\x6f\x62\x47','\x78\x6d\x6f\x34\x57\x51\x72\x55\x6a\x6d\x6b\x43\x57\x4f\x54\x61','\x57\x37\x62\x4d\x6a\x71','\x57\x34\x6e\x57\x57\x35\x43\x30\x57\x34\x4f','\x66\x6d\x6f\x53\x6a\x43\x6f\x66\x63\x43\x6b\x79\x78\x43\x6f\x4c','\x73\x38\x6f\x79\x71\x43\x6f\x45\x64\x53\x6f\x59\x68\x61','\x57\x51\x64\x63\x4b\x53\x6b\x2f\x57\x36\x44\x71','\x63\x53\x6b\x35\x57\x51\x74\x63\x4c\x38\x6f\x31','\x57\x50\x46\x63\x4b\x38\x6f\x39\x57\x52\x68\x64\x50\x71','\x57\x4f\x58\x74\x57\x35\x37\x64\x4c\x4a\x43','\x57\x37\x6e\x2f\x57\x51\x4f','\x75\x43\x6b\x58\x57\x37\x65\x4a','\x68\x33\x33\x64\x53\x71\x74\x63\x54\x38\x6f\x57\x57\x52\x69\x4e','\x6d\x30\x70\x64\x48\x58\x4b\x4c\x63\x47','\x57\x37\x57\x4a\x57\x50\x46\x63\x4a\x4d\x47\x56\x57\x51\x6d\x70\x57\x51\x56\x63\x53\x6d\x6f\x5a\x6c\x43\x6f\x4b','\x73\x66\x4a\x64\x4b\x53\x6b\x30\x69\x62\x57\x58','\x57\x52\x42\x64\x53\x4e\x33\x63\x50\x53\x6f\x43\x57\x52\x33\x64\x4d\x61','\x57\x50\x42\x63\x4d\x38\x6b\x37','\x57\x34\x4c\x78\x57\x34\x4e\x64\x55\x53\x6f\x41','\x57\x36\x52\x63\x47\x6d\x6b\x70\x57\x51\x52\x64\x4e\x6d\x6b\x4e','\x57\x36\x68\x63\x4b\x43\x6b\x48\x57\x51\x2f\x64\x56\x71','\x57\x50\x69\x45\x57\x52\x4a\x64\x52\x53\x6b\x47','\x57\x37\x35\x4d\x6f\x77\x72\x4f\x70\x76\x56\x63\x48\x57','\x66\x38\x6b\x62\x57\x51\x2f\x64\x47\x47\x57','\x57\x36\x4c\x5a\x57\x50\x5a\x63\x48\x43\x6b\x6b\x6a\x4a\x4c\x48','\x42\x48\x78\x63\x4d\x75\x31\x4b\x76\x63\x2f\x63\x4c\x63\x79\x44\x6b\x6d\x6f\x74\x57\x4f\x65','\x77\x63\x6c\x64\x50\x53\x6b\x42\x6c\x61\x34','\x57\x4f\x70\x63\x4c\x38\x6b\x39\x57\x36\x50\x43\x66\x5a\x58\x49','\x57\x50\x74\x63\x4b\x43\x6f\x2b\x57\x52\x52\x64\x56\x75\x72\x45\x64\x61','\x57\x35\x7a\x31\x57\x34\x75\x31','\x57\x34\x44\x74\x63\x4b\x38\x77','\x57\x37\x4c\x4d\x6d\x32\x47','\x64\x66\x6a\x33\x57\x52\x65\x4b\x66\x76\x30\x43','\x57\x35\x6a\x62\x6d\x4b\x43\x45','\x42\x65\x33\x64\x4f\x4c\x39\x57\x64\x53\x6f\x65\x57\x52\x58\x45\x71\x43\x6f\x4a\x57\x36\x65\x66','\x45\x43\x6b\x74\x57\x34\x56\x63\x4e\x66\x75','\x57\x51\x56\x64\x4d\x38\x6f\x64\x78\x61','\x6e\x4e\x6c\x64\x4d\x4a\x56\x63\x4b\x61','\x79\x43\x6f\x63\x57\x35\x50\x55\x69\x38\x6b\x58\x76\x57','\x57\x34\x44\x59\x57\x4f\x64\x63\x54\x43\x6b\x2b','\x57\x52\x6d\x64\x57\x34\x6e\x4b','\x57\x36\x33\x63\x4c\x38\x6b\x68\x57\x52\x75','\x57\x50\x50\x32\x6c\x38\x6f\x44\x69\x57','\x57\x52\x65\x61\x6b\x4a\x62\x76\x6a\x38\x6f\x4f\x73\x71','\x57\x50\x46\x63\x4c\x53\x6f\x38\x57\x52\x78\x64\x53\x66\x6e\x6b','\x57\x50\x68\x63\x51\x53\x6b\x47\x61\x32\x65','\x78\x6d\x6f\x50\x57\x52\x76\x4d\x43\x43\x6b\x46\x57\x35\x72\x46','\x57\x50\x78\x64\x50\x6d\x6f\x72\x77\x5a\x30','\x57\x52\x52\x64\x4d\x4e\x56\x63\x50\x53\x6f\x67','\x69\x48\x5a\x63\x54\x72\x65\x78','\x73\x30\x42\x64\x49\x71','\x57\x34\x6c\x63\x56\x4c\x70\x64\x54\x66\x4f','\x57\x35\x61\x64\x62\x53\x6f\x51\x57\x36\x30','\x79\x38\x6b\x6a\x57\x52\x42\x63\x55\x30\x4b','\x57\x4f\x52\x63\x4a\x53\x6b\x59\x6e\x67\x78\x63\x47\x53\x6f\x64\x57\x34\x69','\x69\x38\x6f\x4a\x57\x36\x62\x72\x62\x57','\x57\x35\x35\x66\x57\x35\x61\x70\x57\x35\x53','\x6c\x43\x6f\x43\x57\x36\x2f\x63\x47\x53\x6f\x66','\x57\x35\x46\x63\x55\x78\x52\x64\x49\x76\x76\x63','\x57\x34\x31\x41\x57\x36\x78\x64\x49\x6d\x6f\x32','\x57\x37\x46\x63\x49\x38\x6b\x35\x57\x4f\x56\x64\x4b\x47','\x57\x37\x66\x54\x57\x50\x46\x63\x50\x38\x6b\x69','\x57\x52\x4c\x4c\x57\x34\x2f\x64\x4b\x74\x44\x4b\x57\x37\x75','\x64\x38\x6b\x30\x57\x4f\x2f\x63\x4e\x6d\x6f\x74\x41\x43\x6b\x71\x78\x71','\x57\x37\x6e\x58\x6d\x4d\x69\x4d\x6f\x47','\x57\x4f\x4c\x34\x6d\x43\x6f\x79\x70\x74\x33\x64\x4b\x57','\x69\x43\x6f\x4e\x57\x37\x76\x39\x61\x43\x6b\x62\x79\x53\x6b\x54','\x57\x4f\x5a\x64\x54\x64\x70\x63\x4c\x72\x30\x64\x66\x43\x6b\x68','\x77\x71\x48\x34\x57\x36\x61\x4a','\x57\x51\x30\x6a\x57\x35\x4c\x2b','\x57\x36\x5a\x63\x50\x53\x6b\x62\x57\x51\x33\x64\x56\x47','\x57\x4f\x52\x63\x55\x38\x6b\x34\x57\x35\x54\x59','\x6b\x4d\x78\x64\x48\x47\x53\x71','\x43\x53\x6b\x50\x57\x37\x6a\x4d\x57\x35\x5a\x63\x4e\x6d\x6b\x66','\x57\x51\x72\x57\x57\x35\x6c\x64\x4e\x5a\x79','\x64\x6d\x6b\x54\x57\x36\x71\x58\x45\x38\x6f\x63\x57\x4f\x44\x63\x6f\x43\x6f\x58\x73\x32\x30\x43','\x66\x76\x58\x6c','\x57\x4f\x57\x35\x57\x50\x42\x64\x53\x38\x6b\x56','\x57\x51\x35\x4d\x6e\x38\x6f\x74\x6c\x61','\x57\x35\x56\x64\x4d\x43\x6f\x58\x79\x4a\x52\x64\x4c\x6d\x6b\x64\x57\x4f\x54\x4c\x7a\x4d\x79\x58\x73\x71\x38','\x57\x52\x70\x64\x4a\x38\x6f\x4f\x46\x48\x71','\x63\x6d\x6b\x70\x57\x50\x5a\x64\x4a\x5a\x48\x30','\x78\x43\x6b\x5a\x57\x35\x74\x63\x52\x32\x54\x56\x57\x52\x4e\x63\x4b\x47','\x57\x52\x61\x33\x57\x50\x4f\x39\x77\x57','\x57\x34\x66\x42\x64\x53\x6f\x41\x57\x35\x62\x68\x42\x43\x6f\x4d','\x70\x65\x46\x64\x4e\x72\x53\x32\x64\x77\x33\x63\x4f\x71','\x57\x35\x57\x70\x6a\x6d\x6f\x36\x57\x34\x75','\x74\x6d\x6b\x4b\x57\x52\x76\x77\x68\x59\x6c\x63\x49\x43\x6f\x4d\x6f\x58\x6c\x64\x4f\x43\x6f\x70\x57\x52\x69','\x57\x52\x50\x59\x57\x34\x4e\x64\x4a\x4a\x54\x6b\x57\x37\x65\x37','\x63\x67\x52\x64\x53\x62\x78\x63\x4a\x6d\x6f\x59\x57\x52\x4f\x34','\x78\x53\x6f\x58\x57\x52\x6e\x77\x61\x71','\x6c\x62\x6c\x64\x54\x53\x6b\x6d\x61\x6d\x6f\x6a\x57\x36\x75','\x57\x35\x64\x64\x4d\x38\x6f\x32\x79\x64\x74\x64\x4e\x43\x6f\x74\x57\x35\x58\x4d\x71\x76\x34\x52','\x57\x35\x2f\x63\x54\x53\x6f\x6b\x62\x49\x5a\x63\x52\x61','\x57\x36\x31\x55\x57\x51\x64\x63\x4b\x38\x6b\x75\x6b\x4a\x4f\x38','\x64\x63\x74\x63\x55\x5a\x38\x42','\x68\x38\x6b\x77\x62\x68\x43\x31\x57\x52\x72\x5a\x57\x52\x69','\x6f\x43\x6f\x62\x57\x35\x4a\x63\x55\x57','\x72\x6d\x6b\x33\x57\x37\x79\x2b\x70\x43\x6f\x66\x57\x50\x4f\x4c','\x57\x50\x6c\x63\x4b\x43\x6b\x37\x57\x36\x76\x43\x63\x32\x54\x53','\x57\x35\x30\x31\x67\x6d\x6f\x4b\x6c\x63\x78\x64\x51\x38\x6f\x77','\x57\x37\x5a\x64\x47\x43\x6b\x75','\x57\x37\x42\x63\x48\x53\x6f\x56\x67\x49\x61','\x6b\x6d\x6f\x73\x57\x34\x69\x66\x77\x71','\x57\x35\x6a\x70\x68\x38\x6f\x43\x57\x36\x79','\x57\x4f\x52\x63\x4a\x53\x6b\x32\x6d\x67\x64\x63\x48\x6d\x6f\x44\x57\x35\x69','\x78\x6d\x6f\x50\x57\x52\x76\x4d\x43\x43\x6b\x63\x57\x34\x6e\x44','\x57\x4f\x6c\x64\x48\x6d\x6b\x6e\x6f\x43\x6f\x4c\x63\x6d\x6b\x37\x44\x6d\x6b\x71\x57\x50\x4b\x65\x57\x36\x30\x39','\x57\x37\x48\x53\x57\x51\x37\x63\x4d\x6d\x6b\x6b','\x57\x4f\x71\x76\x57\x51\x69\x71\x41\x38\x6b\x43','\x57\x35\x31\x59\x6b\x4d\x65\x58','\x57\x34\x66\x69\x63\x53\x6f\x46\x57\x34\x79','\x74\x38\x6f\x53\x57\x52\x76\x4f\x65\x47','\x74\x53\x6f\x32\x6a\x72\x50\x6f\x71\x66\x2f\x63\x52\x71','\x6b\x43\x6f\x53\x57\x4f\x71\x4e\x57\x50\x42\x64\x48\x6d\x6f\x6f\x57\x35\x47\x54\x57\x4f\x4a\x63\x4e\x38\x6b\x68\x57\x34\x56\x64\x49\x61','\x57\x36\x52\x63\x4b\x43\x6b\x43\x57\x52\x68\x64\x4b\x43\x6b\x4f','\x57\x37\x6e\x59\x57\x51\x64\x63\x48\x38\x6b\x7a\x6f\x5a\x69','\x57\x4f\x46\x64\x47\x53\x6b\x79\x57\x35\x68\x63\x4f\x47','\x64\x68\x46\x64\x4a\x62\x78\x63\x4b\x43\x6f\x34\x57\x52\x53\x5a','\x57\x51\x46\x64\x50\x68\x52\x63\x50\x57','\x57\x36\x42\x63\x49\x53\x6b\x61\x67\x76\x6c\x63\x4c\x53\x6b\x67\x57\x34\x70\x63\x52\x4b\x4c\x74\x57\x4f\x47','\x74\x43\x6b\x39\x57\x36\x43\x2f\x70\x71','\x65\x38\x6b\x41\x43\x43\x6f\x70\x62\x43\x6f\x37\x6d\x53\x6b\x4e','\x57\x4f\x62\x53\x6d\x47','\x77\x61\x7a\x78\x57\x34\x79\x67','\x57\x52\x31\x46\x57\x52\x4f\x55\x77\x67\x5a\x64\x4e\x63\x79'];_0x1587=function(){return _0xa1daaf;};return _0x1587();}function _0x54c251(_0x42e03c,_0x2ae4d7){const _0x3e0b9d=_0x3b28,_0x178a89={'\x77\x73\x70\x73\x47':function(_0x3ff87e,_0x417e0c){return _0x3ff87e(_0x417e0c);},'\x78\x45\x66\x52\x63':function(_0x32cba8,_0x6f49af,_0x152da7){return _0x32cba8(_0x6f49af,_0x152da7);},'\x41\x43\x49\x70\x6f':_0x3e0b9d(0x1fe,'\x24\x33\x4f\x54')+_0x3e0b9d(0x1cd,'\x53\x30\x4e\x68')+_0x3e0b9d(0x218,'\x75\x53\x56\x58'),'\x58\x47\x56\x4a\x44':'\x61\x63\x74\x69\x6f\x6e\x3a\x6f'+_0x3e0b9d(0x1c5,'\x40\x59\x4e\x52'),'\x5a\x6e\x4f\x44\x46':function(_0x45915a,_0x31b684){return _0x45915a(_0x31b684);},'\x42\x66\x76\x64\x63':function(_0x4f1705,_0x448415,_0x15651a){return _0x4f1705(_0x448415,_0x15651a);},'\x72\x77\x65\x6f\x59':_0x3e0b9d(0x224,'\x25\x69\x64\x52')+'\x68\x65\x73\x74\x72\x61\x74\x69'+'\x6f\x6e','\x63\x44\x61\x63\x63':_0x3e0b9d(0x22a,'\x64\x37\x5e\x68')+_0x3e0b9d(0x204,'\x6d\x76\x4e\x72')+_0x3e0b9d(0x201,'\x5a\x6a\x46\x77'),'\x70\x6c\x59\x68\x57':_0x3e0b9d(0x20f,'\x21\x71\x72\x38')+_0x3e0b9d(0x211,'\x6d\x76\x4e\x72'),'\x4a\x5a\x61\x73\x59':_0x3e0b9d(0x19f,'\x24\x4a\x21\x4c'),'\x78\x74\x4f\x77\x42':function(_0x133cd5,_0x1ccb55){return _0x133cd5!==_0x1ccb55;},'\x4d\x55\x6e\x42\x4c':function(_0x17f78e,_0x1c6521){return _0x17f78e+_0x1c6521;},'\x6f\x47\x6b\x63\x53':function(_0x3df70a,_0x7ba7f1){return _0x3df70a+_0x7ba7f1;},'\x45\x4e\x65\x42\x43':function(_0x47569f,_0x2ea61b){return _0x47569f(_0x2ea61b);},'\x54\x64\x4c\x58\x62':function(_0x733af0,_0xe4cd0e){return _0x733af0||_0xe4cd0e;},'\x75\x43\x6f\x75\x41':function(_0xdd0a76,_0x2ca92f,_0x17ca6a){return _0xdd0a76(_0x2ca92f,_0x17ca6a);},'\x78\x62\x61\x78\x55':'\x70\x72\x6f\x62\x6c\x65\x6d\x3a'+_0x3e0b9d(0x1c3,'\x28\x4b\x5e\x5e'),'\x71\x70\x74\x4b\x68':function(_0x3ddee6,_0x24aa87,_0x4b2e40){return _0x3ddee6(_0x24aa87,_0x4b2e40);},'\x6d\x4b\x72\x69\x75':_0x3e0b9d(0x1d4,'\x21\x71\x72\x38')+_0x3e0b9d(0x19c,'\x4f\x43\x64\x70'),'\x66\x62\x48\x4f\x6c':function(_0x4605e1,_0x17d28a,_0x5811d3){return _0x4605e1(_0x17d28a,_0x5811d3);},'\x47\x43\x52\x77\x58':_0x3e0b9d(0x1ae,'\x30\x4f\x53\x52'),'\x6a\x65\x5a\x73\x46':_0x3e0b9d(0x1c8,'\x75\x53\x56\x58')+_0x3e0b9d(0x1ac,'\x41\x79\x5e\x38')+'\x6f\x6e','\x64\x68\x44\x51\x54':_0x3e0b9d(0x198,'\x21\x71\x72\x38')+_0x3e0b9d(0x210,'\x25\x69\x64\x52'),'\x6e\x76\x69\x77\x51':function(_0x200bd6,_0x6152c){return _0x200bd6!==_0x6152c;},'\x53\x79\x6f\x67\x45':_0x3e0b9d(0x1f6,'\x5d\x70\x29\x67')+_0x3e0b9d(0x1e5,'\x43\x40\x5a\x6c'),'\x51\x4a\x76\x51\x59':function(_0x137c4b,_0x2ec17c){return _0x137c4b===_0x2ec17c;},'\x71\x62\x67\x64\x51':_0x3e0b9d(0x194,'\x43\x40\x5a\x6c')},_0x52626e=Array[_0x3e0b9d(0x213,'\x71\x4f\x73\x54')](_0x42e03c)?_0x42e03c['\x6d\x61\x70'](function(_0x362677){return _0x178a89['\x77\x73\x70\x73\x47'](String,_0x362677);}):[],_0x47aa1a=[];for(let _0x565dda=-0x1*0x17c9+0x15*-0x89+0x2306;_0x565dda<_0x52626e[_0x3e0b9d(0x1aa,'\x25\x69\x64\x52')];_0x565dda++){if(_0x178a89[_0x3e0b9d(0x199,'\x68\x48\x6f\x25')]===_0x178a89[_0x3e0b9d(0x1eb,'\x41\x79\x5e\x38')]){const _0x4ad43a=_0x52626e[_0x565dda];_0x178a89[_0x3e0b9d(0x1d8,'\x25\x69\x64\x52')](_0x1a83c1,_0x47aa1a,_0x4ad43a);const _0x5092f7=_0x4ad43a[_0x3e0b9d(0x216,'\x64\x37\x5e\x68')]('\x3a')[0x61*0x5+-0x2059+-0x2*-0xf3a];if(_0x5092f7&&_0x178a89[_0x3e0b9d(0x222,'\x25\x64\x57\x66')](_0x5092f7,_0x4ad43a))_0x1a83c1(_0x47aa1a,_0x5092f7);}else _0x178a89[_0x3e0b9d(0x197,'\x28\x4f\x4f\x68')](_0x27b9cb,_0x28e21e,_0x178a89[_0x3e0b9d(0x220,'\x24\x4d\x68\x62')]),_0x178a89[_0x3e0b9d(0x1fa,'\x73\x4c\x45\x37')](_0x20d919,_0xe50ae3,_0x178a89[_0x3e0b9d(0x22c,'\x25\x69\x64\x52')]);}const _0x2dc483=_0x178a89[_0x3e0b9d(0x22f,'\x25\x69\x64\x52')](_0x178a89['\x6f\x47\x6b\x63\x53'](_0x52626e[_0x3e0b9d(0x236,'\x75\x6b\x74\x31')]('\x20'),'\x20'),_0x178a89[_0x3e0b9d(0x1a5,'\x24\x4d\x68\x62')](String,_0x178a89[_0x3e0b9d(0x207,'\x78\x77\x5a\x73')](_0x2ae4d7,'')))[_0x3e0b9d(0x22e,'\x35\x51\x26\x72')+'\x61\x73\x65']();/(error|exception|failed|unstable|log_error|runtime|429)/['\x74\x65\x73\x74'](_0x2dc483)&&(_0x178a89[_0x3e0b9d(0x1b0,'\x25\x64\x57\x66')](_0x1a83c1,_0x47aa1a,_0x178a89[_0x3e0b9d(0x20b,'\x51\x51\x64\x51')]),_0x1a83c1(_0x47aa1a,_0x3e0b9d(0x208,'\x43\x40\x5a\x6c')+_0x3e0b9d(0x1d6,'\x75\x53\x56\x58')));/(protocol|prompt|audit|gep|schema|drift)/['\x74\x65\x73\x74'](_0x2dc483)&&(_0x178a89[_0x3e0b9d(0x1b2,'\x40\x54\x23\x36')](_0x1a83c1,_0x47aa1a,_0x178a89[_0x3e0b9d(0x19b,'\x43\x6d\x28\x75')]),_0x178a89[_0x3e0b9d(0x1a1,'\x41\x79\x5e\x38')](_0x1a83c1,_0x47aa1a,_0x3e0b9d(0x229,'\x53\x30\x4e\x68')+_0x3e0b9d(0x1a8,'\x52\x45\x30\x40')),_0x178a89[_0x3e0b9d(0x223,'\x71\x40\x46\x5d')](_0x1a83c1,_0x47aa1a,_0x178a89[_0x3e0b9d(0x19a,'\x61\x44\x37\x38')]));/(perf|performance|bottleneck|latency|slow|throughput)/[_0x3e0b9d(0x1af,'\x75\x6b\x74\x31')](_0x2dc483)&&(_0x178a89['\x66\x62\x48\x4f\x6c'](_0x1a83c1,_0x47aa1a,_0x178a89['\x41\x43\x49\x70\x6f']),_0x178a89[_0x3e0b9d(0x1fb,'\x70\x53\x6e\x30')](_0x1a83c1,_0x47aa1a,_0x178a89[_0x3e0b9d(0x1bd,'\x51\x51\x64\x51')]));if(/(feature|capability_gap|user_feature_request|external_opportunity|stagnation recommendation)/[_0x3e0b9d(0x1f5,'\x41\x79\x5e\x38')](_0x2dc483)){if(_0x178a89['\x78\x74\x4f\x77\x42'](_0x178a89['\x47\x43\x52\x77\x58'],_0x178a89['\x47\x43\x52\x77\x58']))return UrAHoz[_0x3e0b9d(0x235,'\x75\x53\x56\x58')](_0x23dc10,_0x5b9b15)[_0x3e0b9d(0x1ff,'\x6d\x76\x4e\x72')]();else _0x178a89[_0x3e0b9d(0x1f2,'\x24\x4d\x68\x62')](_0x1a83c1,_0x47aa1a,_0x3e0b9d(0x195,'\x78\x77\x5a\x73')+_0x3e0b9d(0x1d3,'\x28\x4f\x4f\x68')+'\x74\x79'),_0x1a83c1(_0x47aa1a,_0x3e0b9d(0x1ca,'\x4b\x70\x74\x46')+_0x3e0b9d(0x21d,'\x4f\x43\x64\x70'));}return/(stagnation|plateau|steady_state|saturation|empty_cycle_loop|loop_detected|recurring)/[_0x3e0b9d(0x1f1,'\x24\x4d\x68\x62')](_0x2dc483)&&(_0x178a89['\x75\x43\x6f\x75\x41'](_0x1a83c1,_0x47aa1a,_0x178a89[_0x3e0b9d(0x19e,'\x67\x5d\x4c\x77')]),_0x178a89[_0x3e0b9d(0x1b7,'\x71\x40\x46\x5d')](_0x1a83c1,_0x47aa1a,_0x3e0b9d(0x1be,'\x24\x33\x4f\x54')+_0x3e0b9d(0x20c,'\x4c\x39\x5d\x6c'))),/(task|worker|heartbeat|hub|commitment|assignment|orchestration)/[_0x3e0b9d(0x219,'\x79\x72\x45\x30')](_0x2dc483)&&_0x178a89[_0x3e0b9d(0x19d,'\x23\x77\x71\x4a')](_0x1a83c1,_0x47aa1a,_0x178a89[_0x3e0b9d(0x1da,'\x21\x71\x72\x38')]),/(memory|narrative|reflection)/[_0x3e0b9d(0x232,'\x68\x48\x6f\x25')](_0x2dc483)&&_0x1a83c1(_0x47aa1a,_0x178a89[_0x3e0b9d(0x1a3,'\x40\x56\x42\x59')]),/(skill|dashboard)/[_0x3e0b9d(0x232,'\x68\x48\x6f\x25')](_0x2dc483)&&(_0x178a89[_0x3e0b9d(0x1f9,'\x51\x51\x64\x51')](_0x3e0b9d(0x1d0,'\x67\x51\x21\x6c'),_0x3e0b9d(0x217,'\x52\x45\x30\x40'))?_0x178a89[_0x3e0b9d(0x1d8,'\x25\x69\x64\x52')](_0x1a83c1,_0x47aa1a,_0x178a89['\x53\x79\x6f\x67\x45']):_0x178a89[_0x3e0b9d(0x1fd,'\x4c\x41\x50\x37')](_0x4cfeda,_0x309d50,_0x178a89[_0x3e0b9d(0x1d2,'\x24\x33\x4f\x54')])),/(validation|canary|rollback|constraint|blast radius|destructive)/[_0x3e0b9d(0x20a,'\x40\x56\x42\x59')](_0x2dc483)&&(_0x178a89['\x51\x4a\x76\x51\x59'](_0x178a89[_0x3e0b9d(0x215,'\x29\x4d\x69\x25')],_0x178a89[_0x3e0b9d(0x1ec,'\x30\x4f\x53\x52')])?_0x178a89[_0x3e0b9d(0x1a2,'\x6d\x76\x4e\x72')](_0x1a83c1,_0x47aa1a,_0x3e0b9d(0x1f4,'\x71\x40\x46\x5d')+_0x3e0b9d(0x20d,'\x75\x53\x56\x58')):(_0x178a89[_0x3e0b9d(0x214,'\x53\x30\x4e\x68')](_0x3aeffe,_0x2296eb,_0x178a89['\x63\x44\x61\x63\x63']),_0x178a89[_0x3e0b9d(0x1b8,'\x43\x40\x5a\x6c')](_0x1dd2f1,_0x1328df,_0x178a89[_0x3e0b9d(0x225,'\x34\x4d\x78\x29')]))),_0xd48383(_0x47aa1a);}function _0x17c77d(_0xbea98a){const _0x5cf109=_0x3b28,_0x597735={'\x54\x52\x70\x51\x52':function(_0x527b8a,_0x3c3761){return _0x527b8a!==_0x3c3761;},'\x68\x69\x65\x68\x6f':_0x5cf109(0x1bb,'\x34\x4d\x78\x29'),'\x63\x6a\x63\x51\x4a':function(_0x4ea5ab,_0x2198de){return _0x4ea5ab+_0x2198de;},'\x4e\x58\x72\x46\x57':function(_0x3fad42,_0x3c94e4){return _0x3fad42(_0x3c94e4);},'\x4e\x6a\x45\x5a\x73':function(_0x3a343a,_0x26cba2){return _0x3a343a===_0x26cba2;},'\x56\x5a\x6f\x56\x59':_0x5cf109(0x228,'\x43\x63\x32\x65'),'\x61\x7a\x4f\x73\x69':function(_0x596a64,_0x5d71c1,_0x352225){return _0x596a64(_0x5d71c1,_0x352225);}};if(!_0xbea98a||_0x597735[_0x5cf109(0x231,'\x65\x5b\x50\x4a')](typeof _0xbea98a,_0x597735[_0x5cf109(0x1e3,'\x79\x72\x45\x30')]))return[];let _0x350c86=[];if(_0xbea98a[_0x5cf109(0x1a0,'\x28\x4f\x4f\x68')])_0x350c86[_0x5cf109(0x22b,'\x6d\x76\x4e\x72')](_0x597735[_0x5cf109(0x1c4,'\x21\x71\x72\x38')](_0x5cf109(0x21e,'\x61\x44\x37\x38'),_0x597735[_0x5cf109(0x206,'\x71\x40\x46\x5d')](String,_0xbea98a[_0x5cf109(0x1bf,'\x40\x54\x23\x36')])[_0x5cf109(0x1a9,'\x29\x4d\x69\x25')+_0x5cf109(0x1ee,'\x5a\x6a\x46\x77')]()));if(Array[_0x5cf109(0x1b3,'\x5a\x6a\x46\x77')](_0xbea98a['\x73\x69\x67\x6e\x61\x6c\x73\x5f'+_0x5cf109(0x1f8,'\x23\x77\x71\x4a')]))_0x350c86=_0x350c86['\x63\x6f\x6e\x63\x61\x74'](_0xbea98a[_0x5cf109(0x1e9,'\x25\x64\x57\x66')+_0x5cf109(0x1b4,'\x52\x45\x30\x40')]);if(_0x597735[_0x5cf109(0x233,'\x28\x4b\x5e\x5e')](typeof _0xbea98a['\x69\x64'],_0x597735[_0x5cf109(0x1c9,'\x43\x6d\x28\x75')]))_0x350c86['\x70\x75\x73\x68'](_0xbea98a['\x69\x64']);if(typeof _0xbea98a['\x73\x75\x6d\x6d\x61\x72\x79']===_0x5cf109(0x1dd,'\x25\x64\x57\x66'))_0x350c86[_0x5cf109(0x1e1,'\x61\x44\x37\x38')](_0xbea98a[_0x5cf109(0x196,'\x64\x37\x5e\x68')]);return _0x597735[_0x5cf109(0x1f3,'\x67\x5d\x4c\x77')](_0x54c251,_0x350c86,'');}function _0xac5fc7(_0xf9cc4b,_0x1c4b06){const _0x1ea168=_0x3b28,_0x5360d9={'\x64\x52\x53\x45\x77':function(_0x544ca2,_0x1d1820,_0x45d3e2){return _0x544ca2(_0x1d1820,_0x45d3e2);},'\x68\x4f\x71\x58\x41':function(_0x31c7e7,_0x5a0a99){return _0x31c7e7===_0x5a0a99;},'\x66\x69\x78\x63\x6e':function(_0x3585d5,_0x5b0ec0){return _0x3585d5<_0x5b0ec0;}},_0x496c66=_0x5360d9['\x64\x52\x53\x45\x77'](_0x54c251,_0x1c4b06,''),_0x18847e=_0x17c77d(_0xf9cc4b);if(_0x496c66[_0x1ea168(0x1ea,'\x25\x64\x57\x66')]===-0x926+-0x1f6e+-0xc4*-0x35||_0x5360d9[_0x1ea168(0x1b1,'\x53\x30\x4e\x68')](_0x18847e[_0x1ea168(0x21b,'\x40\x54\x23\x36')],0x1394+0x388+-0xae*0x22))return-0x7*-0x25a+-0x1644+0x5ce;const _0x2b27f0=new Set(_0x496c66);let _0x32bae3=0x2f*-0x65+-0xe66+0x20f1;for(let _0x7124=0xee4+-0x107e*0x1+-0xa*-0x29;_0x5360d9[_0x1ea168(0x1c0,'\x67\x5d\x4c\x77')](_0x7124,_0x18847e[_0x1ea168(0x1d7,'\x51\x51\x64\x51')]);_0x7124++){if(_0x2b27f0[_0x1ea168(0x1cf,'\x77\x5a\x67\x69')](_0x18847e[_0x7124]))_0x32bae3++;}return _0x32bae3;}const _0x1f47c7={};_0x1f47c7['\x65\x78\x70\x61\x6e\x64\x53\x69'+_0x45a55f(0x1fc,'\x49\x39\x39\x62')]=_0x54c251,_0x1f47c7[_0x45a55f(0x21a,'\x28\x4b\x5e\x5e')]=_0x17c77d,_0x1f47c7[_0x45a55f(0x1c2,'\x52\x45\x30\x40')+_0x45a55f(0x203,'\x5a\x6a\x46\x77')]=_0xac5fc7,module[_0x45a55f(0x1ab,'\x43\x40\x5a\x6c')]=_0x1f47c7;
|