@evomap/evolver 1.89.3 → 1.89.4
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/.cursor/BUGBOT.md +182 -0
- package/.env.example +68 -0
- package/.git-commit-guard-token +1 -0
- package/.github/CODEOWNERS +63 -0
- package/.github/ISSUE_TEMPLATE/good_first_issue.md +23 -0
- package/.github/pull_request_template.md +45 -0
- package/.github/workflows/test.yml +75 -0
- package/CHANGELOG.md +1237 -0
- package/README.md +86 -528
- package/README.public.md +569 -0
- package/SECURITY.md +108 -0
- package/assets/gep/events.jsonl +3 -0
- package/examples/atp-consumer-quickstart.md +100 -0
- package/examples/hello-world.md +38 -0
- package/index.js +30 -1
- package/package.json +6 -17
- package/proxy-package.json +39 -0
- package/public.manifest.json +143 -0
- package/src/config.js +23 -0
- package/src/evolve/guards.js +721 -1
- package/src/evolve/pipeline/collect.js +1283 -1
- package/src/evolve/pipeline/dispatch.js +421 -1
- package/src/evolve/pipeline/enrich.js +440 -1
- package/src/evolve/pipeline/hub.js +319 -1
- package/src/evolve/pipeline/select.js +274 -1
- package/src/evolve/pipeline/signals.js +206 -1
- package/src/evolve/utils.js +264 -1
- package/src/evolve.js +350 -1
- package/src/experiment/agentRunner.js +229 -0
- package/src/experiment/cli.js +159 -0
- package/src/experiment/comparison.js +233 -0
- package/src/experiment/metrics.js +75 -0
- package/src/forceUpdate.js +147 -59
- package/src/gep/a2aProtocol.js +4455 -1
- package/src/gep/antiAbuseTelemetry.js +233 -0
- package/src/gep/autoDistillConv.js +205 -1
- package/src/gep/autoDistillLlm.js +315 -1
- package/src/gep/candidateEval.js +92 -1
- package/src/gep/candidates.js +198 -1
- package/src/gep/contentHash.js +30 -1
- package/src/gep/conversationSniffer.js +266 -1
- package/src/gep/crypto.js +89 -1
- package/src/gep/curriculum.js +163 -1
- package/src/gep/deviceId.js +218 -1
- package/src/gep/envFingerprint.js +118 -1
- package/src/gep/epigenetics.js +31 -1
- package/src/gep/execBridge.js +711 -1
- package/src/gep/explore.js +289 -1
- package/src/gep/hash.js +15 -1
- package/src/gep/hubFetch.js +359 -1
- package/src/gep/hubReview.js +207 -1
- package/src/gep/hubSearch.js +526 -1
- package/src/gep/hubVerify.js +306 -1
- package/src/gep/learningSignals.js +89 -1
- package/src/gep/memoryGraph.js +1374 -1
- package/src/gep/memoryGraphAdapter.js +203 -1
- package/src/gep/mutation.js +203 -1
- package/src/gep/narrativeMemory.js +108 -1
- package/src/gep/openPRRegistry.js +205 -1
- package/src/gep/personality.js +423 -1
- package/src/gep/policyCheck.js +599 -1
- package/src/gep/prompt.js +836 -1
- package/src/gep/recallInject.js +409 -1
- package/src/gep/recallVerifier.js +318 -1
- package/src/gep/reflection.js +177 -1
- package/src/gep/sanitize.js +9 -0
- package/src/gep/selector.js +602 -1
- package/src/gep/skillDistiller.js +1294 -1
- package/src/gep/solidify.js +1699 -1
- package/src/gep/strategy.js +136 -1
- package/src/gep/tokenSavings.js +88 -1
- package/src/gep/validator/sandboxExecutor.js +29 -1
- package/src/gep/workspaceKeychain.js +174 -1
- package/src/proxy/extensions/traceControl.js +99 -1
- package/src/proxy/index.js +10 -1
- package/src/proxy/inject.js +52 -1
- package/src/proxy/lifecycle/manager.js +19 -0
- package/src/proxy/mailbox/store.js +2 -1
- package/src/proxy/router/messages_route.js +5 -2
- package/src/proxy/trace/extractor.js +646 -1
- package/src/proxy/trace/usage.js +105 -1
- package/CONTRIBUTING.md +0 -19
- package/assets/cover.png +0 -0
- package/scripts/a2a_export.js +0 -63
- package/scripts/a2a_ingest.js +0 -79
- package/scripts/a2a_promote.js +0 -118
- package/scripts/analyze_by_skill.js +0 -121
- package/scripts/build_binaries.js +0 -479
- package/scripts/check-changelog.js +0 -166
- package/scripts/extract_log.js +0 -85
- package/scripts/generate_history.js +0 -75
- package/scripts/gep_append_event.js +0 -96
- package/scripts/gep_personality_report.js +0 -234
- package/scripts/human_report.js +0 -147
- package/scripts/recall-verify-report.js +0 -234
- package/scripts/recover_loop.js +0 -61
- package/scripts/refresh_stars_badge.js +0 -168
- package/scripts/seed-merchants.js +0 -91
- package/scripts/suggest_version.js +0 -89
- package/scripts/validate-modules.js +0 -38
- package/scripts/validate-suite.js +0 -78
- package/skills/index.json +0 -14
- /package/assets/gep/{genes.seed.json → genes.json} +0 -0
- /package/{skills → bundled-skills}/_meta/SKILL.md +0 -0
package/src/evolve.js
CHANGED
|
@@ -1 +1,350 @@
|
|
|
1
|
-
const _0x1692da=_0x5872;(function(_0x581ca7,_0x492ea0){const _0x434cb4=_0x5872,_0x394020=_0x581ca7();while(!![]){try{const _0x2071f2=-parseInt(_0x434cb4(0x299,'\x57\x2a\x32\x58'))/(0x3af+-0x4*0x410+-0x1*-0xc92)*(parseInt(_0x434cb4(0x2df,'\x7a\x32\x4d\x5b'))/(-0x2*-0xcd1+0x13d3+-0x2d73))+-parseInt(_0x434cb4(0x1f4,'\x6f\x65\x4f\x4a'))/(-0xe8e*0x2+-0x1*0xd29+0x2a48)*(-parseInt(_0x434cb4(0x3eb,'\x6d\x78\x63\x40'))/(-0x772+0xb2d+-0x3b7))+parseInt(_0x434cb4(0x33a,'\x72\x32\x21\x42'))/(0x1ec1+0x1*-0x289+-0x1c33)*(-parseInt(_0x434cb4(0x307,'\x65\x24\x50\x46'))/(0x2*-0x41b+-0x152d+0x1d69))+parseInt(_0x434cb4(0x23b,'\x70\x57\x49\x77'))/(0x262b+0x166+-0x1e2*0x15)+-parseInt(_0x434cb4(0x412,'\x62\x48\x6d\x63'))/(-0x47*-0x59+-0x20d5+0x15d*0x6)*(parseInt(_0x434cb4(0x2b0,'\x7a\x32\x4d\x5b'))/(0x1a08+0x7f1+-0x21f0))+-parseInt(_0x434cb4(0x2fc,'\x50\x51\x4b\x43'))/(-0xf94+0x9be+0xbc*0x8)*(-parseInt(_0x434cb4(0x206,'\x76\x5a\x65\x35'))/(-0x1*0x72f+-0xb94+0x12ce))+parseInt(_0x434cb4(0x244,'\x26\x58\x75\x26'))/(-0x6*0x61b+-0xf2*-0x23+0x398);if(_0x2071f2===_0x492ea0)break;else _0x394020['push'](_0x394020['shift']());}catch(_0x45b96c){_0x394020['push'](_0x394020['shift']());}}}(_0x18a2,-0xd4e24*0x1+0x187cec+0x21678));const _0x44f89d=(function(){let _0x219835=!![];return function(_0x2ed553,_0x16c963){const _0x21b9f6=_0x219835?function(){const _0x32e58d=_0x5872;if(_0x16c963){const _0x57e05b=_0x16c963[_0x32e58d(0x22e,'\x57\x2a\x32\x58')](_0x2ed553,arguments);return _0x16c963=null,_0x57e05b;}}:function(){};return _0x219835=![],_0x21b9f6;};}()),_0x32b077=_0x44f89d(this,function(){const _0x6f6279=_0x5872,_0x330d1c={};_0x330d1c[_0x6f6279(0x333,'\x40\x6d\x24\x56')]=_0x6f6279(0x3c0,'\x5a\x56\x54\x31')+_0x6f6279(0x2b9,'\x56\x48\x63\x44');const _0x4a90fa=_0x330d1c;return _0x32b077[_0x6f6279(0x208,'\x45\x5e\x23\x74')]()[_0x6f6279(0x353,'\x50\x51\x4b\x43')](_0x4a90fa[_0x6f6279(0x270,'\x61\x55\x43\x39')])[_0x6f6279(0x303,'\x72\x44\x25\x33')]()[_0x6f6279(0x3b2,'\x71\x50\x59\x4d')+_0x6f6279(0x2c0,'\x47\x62\x67\x61')](_0x32b077)[_0x6f6279(0x38c,'\x6d\x5a\x5a\x6f')]('\x28\x28\x28\x2e\x2b\x29\x2b\x29'+_0x6f6279(0x332,'\x4b\x51\x46\x6c'));});_0x32b077();const _0x4cea3f=require('\x66\x73'),_0x1d5ca3=require(_0x1692da(0x3b0,'\x70\x6e\x79\x48')),_0x226337=require('\x6f\x73'),{execSync:_0x12af77,execFile:_0xa98249}=require(_0x1692da(0x3f7,'\x65\x24\x50\x46')+_0x1692da(0x42f,'\x72\x32\x21\x42')),_0x3fbb98=(0x40f*0x3+0x1591+0x6*-0x59e)*(-0x108b+0x1*0x1862+-0x1*0x3d7)*(0x2257*0x1+0xb40+0xd*-0x333),{getRepoRoot:_0x1a394a,getMemoryDir:_0x35b26f,getAgentSessionsDir:_0x131b47,getEvomapPath:_0x1e2d20}=require(_0x1692da(0x2da,'\x4b\x7a\x37\x45')+_0x1692da(0x346,'\x71\x50\x59\x4d')),{ensureAssetFiles:_0x40de72}=require('\x2e\x2f\x67\x65\x70\x2f\x61\x73'+_0x1692da(0x1fa,'\x71\x6a\x45\x29')),_0x509eed=_0x1a394a();function _0x59d034(..._0x159a36){const _0x12029f=_0x1692da,_0x3c7b60={};_0x3c7b60[_0x12029f(0x26a,'\x61\x55\x43\x39')]=function(_0x691433,_0x2bc48b){return _0x691433!==_0x2bc48b;},_0x3c7b60[_0x12029f(0x2bb,'\x5a\x56\x54\x31')]=_0x12029f(0x33d,'\x6d\x78\x63\x40'),_0x3c7b60[_0x12029f(0x269,'\x72\x32\x21\x42')]=_0x12029f(0x340,'\x35\x36\x38\x4a')+'\x5d';const _0x13c7a2=_0x3c7b60;if(_0x13c7a2[_0x12029f(0x222,'\x29\x30\x6e\x28')](String(process.env.EVOLVER_VERBOSE||'')[_0x12029f(0x2c4,'\x45\x7a\x61\x73')+_0x12029f(0x40b,'\x6f\x65\x4f\x4a')](),_0x13c7a2['\x58\x66\x4a\x46\x46']))return;_0x159a36[_0x12029f(0x378,'\x38\x33\x39\x52')](_0x13c7a2[_0x12029f(0x29f,'\x28\x4f\x6c\x4f')]),console[_0x12029f(0x2ba,'\x23\x49\x6b\x5e')][_0x12029f(0x273,'\x70\x57\x49\x77')](console,_0x159a36);}let _0x210871=-0x1*-0x458+0x10c9+-0x1*0x1521;function _0x5872(_0x355062,_0x4d2ce9){_0x355062=_0x355062-(-0x46f*-0x3+-0x8d6*0x1+-0x1*0x29e);const _0x2f4d4f=_0x18a2();let _0xf6d224=_0x2f4d4f[_0x355062];if(_0x5872['\x73\x55\x6e\x46\x4f\x61']===undefined){var _0x40a184=function(_0x5bcbce){const _0x41b241='\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 _0x3ad9ea='',_0x448bae='',_0x312618=_0x3ad9ea+_0x40a184,_0x50ef81=(''+function(){return 0x2072*0x1+-0x120b*0x1+-0x4cd*0x3;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(-0x1db6+-0x3df+0x2*0x10cb);for(let _0x29d7ed=-0x170*0x19+-0x864+0x4*0xb15,_0x74c36b,_0x54c391,_0x348284=-0x2056*0x1+0x521+0x1b35;_0x54c391=_0x5bcbce['\x63\x68\x61\x72\x41\x74'](_0x348284++);~_0x54c391&&(_0x74c36b=_0x29d7ed%(0xceb*-0x1+-0x1cdf*0x1+0x29ce)?_0x74c36b*(-0x93+0x260e+-0x3*0xc69)+_0x54c391:_0x54c391,_0x29d7ed++%(-0xd71+0x65*0x1+0x8*0x1a2))?_0x3ad9ea+=_0x50ef81||_0x312618['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x348284+(0x12b+-0x4b9*-0x5+-0xc5f*0x2))-(0x1*-0x1b7d+0x29*-0x3e+0x2575)!==-0x1ae7+0x2197*-0x1+0x3c7e?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x8*0x6d+0x28*0x48+0x1*-0x6d9&_0x74c36b>>(-(0x10cd+-0x1862*0x1+-0x43*-0x1d)*_0x29d7ed&0x2f*-0xb3+-0x6c4+0x27a7)):_0x29d7ed:-0x35b*-0x1+0x657+-0x9b2){_0x54c391=_0x41b241['\x69\x6e\x64\x65\x78\x4f\x66'](_0x54c391);}for(let _0x25b6fc=0xe7d*-0x1+0x18*-0x2b+0x1285,_0x513fa3=_0x3ad9ea['\x6c\x65\x6e\x67\x74\x68'];_0x25b6fc<_0x513fa3;_0x25b6fc++){_0x448bae+='\x25'+('\x30\x30'+_0x3ad9ea['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x25b6fc)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x1*0x1d51+0x108f+0x5ba*-0x8))['\x73\x6c\x69\x63\x65'](-(0x1c75+0x25fc+-0x426f));}return decodeURIComponent(_0x448bae);};const _0x4d4192=function(_0x28b66c,_0x465cd0){let _0x4c8525=[],_0x462bad=0x1f74+0x1*-0x1581+-0x9f3,_0x86442d,_0x3c148b='';_0x28b66c=_0x40a184(_0x28b66c);let _0x54a6ec;for(_0x54a6ec=0x11da+-0x1dc1+0xbe7;_0x54a6ec<0x1899*-0x1+0x3*-0x1d2+0x1f0f;_0x54a6ec++){_0x4c8525[_0x54a6ec]=_0x54a6ec;}for(_0x54a6ec=0x1*-0x131+-0xf*0xe8+0x5*0x2f5;_0x54a6ec<0x3e8*-0xa+0x19dd+0xe33;_0x54a6ec++){_0x462bad=(_0x462bad+_0x4c8525[_0x54a6ec]+_0x465cd0['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x54a6ec%_0x465cd0['\x6c\x65\x6e\x67\x74\x68']))%(-0x17f4+0x331+0x1*0x15c3),_0x86442d=_0x4c8525[_0x54a6ec],_0x4c8525[_0x54a6ec]=_0x4c8525[_0x462bad],_0x4c8525[_0x462bad]=_0x86442d;}_0x54a6ec=0x201c+-0x6b6*-0x2+0x5b1*-0x8,_0x462bad=0x13*-0x22+0x5*-0x63d+0x21b7;for(let _0x4d0202=-0x6fc+0x10*0xb0+-0x202*0x2;_0x4d0202<_0x28b66c['\x6c\x65\x6e\x67\x74\x68'];_0x4d0202++){_0x54a6ec=(_0x54a6ec+(0x8*0x161+0xc71+0x2*-0xbbc))%(0x6*0x671+-0x1*0x8fe+-0x1ca8),_0x462bad=(_0x462bad+_0x4c8525[_0x54a6ec])%(0x1217+0x18c7*0x1+-0x1*0x29de),_0x86442d=_0x4c8525[_0x54a6ec],_0x4c8525[_0x54a6ec]=_0x4c8525[_0x462bad],_0x4c8525[_0x462bad]=_0x86442d,_0x3c148b+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x28b66c['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4d0202)^_0x4c8525[(_0x4c8525[_0x54a6ec]+_0x4c8525[_0x462bad])%(0xa52+0x6e6+-0x1*0x1038)]);}return _0x3c148b;};_0x5872['\x67\x5a\x48\x58\x76\x62']=_0x4d4192,_0x5872['\x59\x52\x70\x4d\x42\x73']={},_0x5872['\x73\x55\x6e\x46\x4f\x61']=!![];}const _0x4294ea=_0x2f4d4f[0x7b*0x31+-0x140b+-0x380],_0x599fb7=_0x355062+_0x4294ea,_0x9ffeff=_0x5872['\x59\x52\x70\x4d\x42\x73'][_0x599fb7];if(!_0x9ffeff){if(_0x5872['\x6c\x74\x6a\x42\x55\x64']===undefined){const _0x332c2a=function(_0x38e0ea){this['\x76\x44\x72\x73\x61\x52']=_0x38e0ea,this['\x6d\x48\x43\x64\x6f\x71']=[-0x705+0x1*0x1ebd+-0x17b7,-0x8b7+0x61*-0x5+0xa9c,-0x3*0x2+0x1*0x22db+-0x22d5],this['\x63\x4b\x59\x62\x59\x52']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x45\x64\x71\x69\x53\x6a']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x54\x64\x68\x41\x74\x6c']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x332c2a['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x6d\x50\x78\x46\x70\x6e']=function(){const _0x80a7a3=new RegExp(this['\x45\x64\x71\x69\x53\x6a']+this['\x54\x64\x68\x41\x74\x6c']),_0x592a23=_0x80a7a3['\x74\x65\x73\x74'](this['\x63\x4b\x59\x62\x59\x52']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x6d\x48\x43\x64\x6f\x71'][-0x1f96+-0x1*0xb17+0x2aae]:--this['\x6d\x48\x43\x64\x6f\x71'][-0x1e74+-0x1d04+0x2*0x1dbc];return this['\x63\x6f\x65\x50\x45\x74'](_0x592a23);},_0x332c2a['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x63\x6f\x65\x50\x45\x74']=function(_0x78255c){if(!Boolean(~_0x78255c))return _0x78255c;return this['\x4d\x73\x44\x71\x6c\x68'](this['\x76\x44\x72\x73\x61\x52']);},_0x332c2a['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x4d\x73\x44\x71\x6c\x68']=function(_0x2309e9){for(let _0x1657b0=-0x72d*-0x2+0x245a+0xb*-0x49c,_0x380049=this['\x6d\x48\x43\x64\x6f\x71']['\x6c\x65\x6e\x67\x74\x68'];_0x1657b0<_0x380049;_0x1657b0++){this['\x6d\x48\x43\x64\x6f\x71']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x380049=this['\x6d\x48\x43\x64\x6f\x71']['\x6c\x65\x6e\x67\x74\x68'];}return _0x2309e9(this['\x6d\x48\x43\x64\x6f\x71'][0x1c30+0x93*-0x11+0x1*-0x126d]);},(''+function(){return-0x1*0xd32+-0x1e8f+0x2bc1*0x1;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(0x154c+-0xf34+0x1*-0x617)&&new _0x332c2a(_0x5872)['\x6d\x50\x78\x46\x70\x6e'](),_0x5872['\x6c\x74\x6a\x42\x55\x64']=!![];}_0xf6d224=_0x5872['\x67\x5a\x48\x58\x76\x62'](_0xf6d224,_0x4d2ce9),_0x5872['\x59\x52\x70\x4d\x42\x73'][_0x599fb7]=_0xf6d224;}else _0xf6d224=_0x9ffeff;return _0xf6d224;}function _0x11c1c8(_0x400311){const _0x41da06=_0x1692da,_0x251267={};_0x251267[_0x41da06(0x323,'\x64\x53\x79\x4b')]=function(_0x2a95d2,_0x1326a4){return _0x2a95d2===_0x1326a4;},_0x251267[_0x41da06(0x2f5,'\x71\x50\x59\x4d')]=function(_0x35e998,_0xe85774){return _0x35e998+_0xe85774;},_0x251267['\x72\x52\x56\x43\x73']=function(_0x1cd4af,_0x2e305f){return _0x1cd4af===_0x2e305f;},_0x251267[_0x41da06(0x401,'\x23\x49\x6b\x5e')]=_0x41da06(0x356,'\x40\x56\x61\x73'),_0x251267['\x6d\x45\x76\x44\x71']=_0x41da06(0x201,'\x38\x33\x39\x52'),_0x251267[_0x41da06(0x352,'\x64\x30\x37\x37')]=function(_0x4af49c,_0x303f0c){return _0x4af49c!==_0x303f0c;},_0x251267[_0x41da06(0x1fe,'\x70\x57\x49\x77')]=_0x41da06(0x41c,'\x64\x53\x79\x4b'),_0x251267[_0x41da06(0x1dc,'\x4b\x7a\x37\x45')]='\x75\x73\x65\x72',_0x251267[_0x41da06(0x274,'\x6d\x5a\x5a\x6f')]=_0x41da06(0x437,'\x72\x44\x25\x33');const _0x94fba2=_0x251267;if(!_0x400311)return null;const _0x2319ad=_0x400311[_0x41da06(0x347,'\x40\x56\x61\x73')]('\x0a');for(const _0x22ddf8 of _0x2319ad){if(_0x94fba2[_0x41da06(0x337,'\x5a\x56\x54\x31')](_0x94fba2[_0x41da06(0x304,'\x61\x55\x43\x39')],_0x94fba2[_0x41da06(0x255,'\x71\x50\x59\x4d')]))_0x592ebe[_0x41da06(0x293,'\x62\x48\x6d\x63')](_0x41da06(0x318,'\x71\x7a\x61\x74')+_0x41da06(0x405,'\x5a\x56\x54\x31')+_0x41da06(0x1f8,'\x4b\x7a\x37\x45')+_0x41da06(0x2d0,'\x64\x53\x79\x4b')+_0x41da06(0x35e,'\x76\x5a\x65\x35')+_0x1931b0+_0x41da06(0x26e,'\x56\x66\x63\x6c')+_0x159c03+(_0x41da06(0x3f0,'\x7a\x32\x4d\x5b')+'\x65\x76\x6f\x6d\x61\x70\x2f\x65'+'\x76\x6f\x6c\x76\x65\x72\x29'));else{if(!_0x22ddf8[_0x41da06(0x1ff,'\x47\x72\x5e\x50')]())continue;try{if(_0x94fba2[_0x41da06(0x252,'\x70\x6e\x79\x48')](_0x41da06(0x202,'\x50\x51\x4b\x43'),_0x94fba2['\x70\x6e\x6f\x43\x6f'])){const _0x2b619a=JSON['\x70\x61\x72\x73\x65'](_0x22ddf8),_0x4f011a=_0x2b619a['\x6d\x65\x73\x73\x61\x67\x65']||_0x2b619a;if(_0x4f011a[_0x41da06(0x404,'\x6d\x5a\x5a\x6f')]===_0x94fba2[_0x41da06(0x30b,'\x45\x5e\x23\x74')]||_0x4f011a[_0x41da06(0x1f0,'\x59\x63\x34\x4d')]===_0x94fba2[_0x41da06(0x3a5,'\x59\x63\x34\x4d')]){const _0x52008e=_0x4f011a[_0x41da06(0x2e2,'\x4c\x54\x4f\x43')];if(Array[_0x41da06(0x3ec,'\x47\x72\x5e\x50')](_0x52008e)){const _0x55c20c=_0x52008e['\x66\x69\x6c\x74\x65\x72'](function(_0x40ad92){const _0x373f7e=_0x41da06;return _0x94fba2[_0x373f7e(0x203,'\x71\x50\x59\x4d')](_0x40ad92[_0x373f7e(0x425,'\x45\x7a\x61\x73')],_0x373f7e(0x2dd,'\x70\x57\x49\x77'));})[_0x41da06(0x1f9,'\x38\x33\x39\x52')](function(_0x58daeb){const _0x278c4d=_0x41da06;return _0x58daeb[_0x278c4d(0x3b7,'\x4b\x34\x74\x66')];})[_0x41da06(0x3b8,'\x6d\x5a\x5a\x6f')]('');return _0x55c20c[_0x41da06(0x357,'\x23\x49\x6b\x5e')]();}else{if(_0x94fba2[_0x41da06(0x242,'\x40\x62\x5b\x5b')](typeof _0x52008e,_0x41da06(0x2c1,'\x70\x57\x49\x77')))return _0x52008e[_0x41da06(0x3ad,'\x65\x24\x50\x46')]();}}}else _0x4fc43d[_0x41da06(0x2f1,'\x64\x30\x37\x37')+_0x41da06(0x2d6,'\x71\x6a\x45\x29')](_0x59432b,_0x94fba2[_0x41da06(0x249,'\x64\x30\x37\x37')](_0x3f11ab[_0x41da06(0x227,'\x76\x5a\x65\x35')+'\x79']({'\x6c\x61\x73\x74\x43\x68\x65\x63\x6b\x65\x64\x41\x74':new _0x278335(_0x5b651a)[_0x41da06(0x20c,'\x56\x66\x63\x6c')+_0x41da06(0x3d2,'\x47\x62\x67\x61')]()},null,-0x1024*-0x1+0x1*-0x2c0+-0xd62*0x1),'\x0a'));}catch(_0x241472){}}}return null;}function _0x18a2(){const _0x27f8ed=['\x57\x51\x53\x4a\x57\x50\x61','\x57\x4f\x74\x64\x52\x53\x6f\x76\x57\x50\x4f','\x57\x50\x4a\x63\x4e\x61\x7a\x79\x62\x61','\x78\x62\x7a\x5a\x42\x4d\x68\x63\x47\x38\x6b\x43\x57\x36\x75','\x6d\x6d\x6b\x2b\x6b\x6d\x6f\x59\x57\x36\x4b\x53','\x57\x36\x68\x63\x47\x38\x6b\x64\x74\x61','\x77\x62\x72\x35\x78\x5a\x46\x63\x51\x6d\x6b\x6c\x57\x34\x30','\x6a\x53\x6b\x38\x6e\x6d\x6f\x2b\x57\x37\x31\x34','\x57\x34\x74\x63\x49\x59\x69','\x6c\x53\x6f\x63\x57\x37\x37\x64\x50\x53\x6f\x71\x72\x49\x37\x64\x50\x57','\x6c\x6d\x6b\x4f\x6b\x6d\x6f\x34\x57\x37\x57\x44\x61\x4b\x53','\x71\x38\x6f\x72\x57\x51\x43\x54\x57\x51\x74\x63\x4b\x59\x4a\x63\x4e\x71','\x57\x4f\x4a\x63\x53\x53\x6b\x2f','\x57\x51\x64\x63\x49\x64\x6c\x64\x4a\x66\x69','\x57\x50\x70\x64\x4f\x31\x31\x6c\x57\x36\x69','\x57\x35\x4a\x63\x54\x48\x71\x63\x57\x35\x62\x73\x73\x38\x6f\x44','\x57\x34\x68\x63\x53\x53\x6b\x41\x61\x43\x6b\x6e','\x57\x51\x48\x44\x6a\x72\x68\x63\x50\x77\x65','\x43\x53\x6b\x6a\x65\x65\x53\x78\x57\x51\x71\x61','\x64\x53\x6b\x2b\x7a\x6d\x6f\x6f\x57\x37\x71\x76\x57\x52\x61','\x75\x61\x58\x35\x43\x74\x46\x63\x47\x6d\x6b\x70\x57\x35\x6d','\x43\x38\x6b\x67\x43\x57\x62\x4f','\x57\x4f\x70\x64\x4b\x64\x6a\x4c\x57\x34\x61','\x57\x51\x74\x64\x51\x73\x43\x38\x57\x4f\x38','\x6f\x61\x6c\x63\x4c\x49\x50\x52\x71\x38\x6f\x4e','\x57\x4f\x46\x64\x52\x6d\x6f\x74\x57\x50\x56\x63\x55\x53\x6f\x62','\x73\x43\x6f\x56\x57\x34\x42\x63\x4a\x63\x58\x50\x57\x35\x50\x45','\x6c\x43\x6b\x76\x57\x4f\x72\x62\x62\x6d\x6f\x45\x57\x35\x76\x39','\x57\x51\x6d\x59\x74\x43\x6f\x33\x57\x52\x54\x36\x57\x34\x5a\x63\x50\x61','\x64\x72\x69\x64\x6d\x76\x4f','\x42\x32\x74\x63\x56\x47\x54\x2b','\x74\x43\x6b\x73\x61\x4c\x53\x48','\x75\x64\x68\x64\x48\x4a\x4f','\x57\x37\x2f\x63\x47\x38\x6b\x69','\x57\x50\x37\x64\x4f\x6d\x6f\x69\x57\x50\x57','\x57\x52\x70\x63\x4e\x38\x6b\x42\x73\x65\x42\x64\x49\x4d\x5a\x63\x4d\x71','\x57\x36\x31\x51\x57\x50\x78\x64\x4f\x43\x6f\x47\x46\x58\x52\x63\x50\x61','\x69\x43\x6f\x76\x76\x43\x6b\x76\x57\x51\x39\x31\x7a\x38\x6f\x45','\x68\x65\x47\x6a\x57\x52\x71','\x69\x53\x6b\x68\x57\x52\x66\x61\x64\x71','\x57\x52\x69\x71\x7a\x53\x6f\x6a\x57\x51\x38','\x79\x6d\x6f\x50\x57\x36\x74\x63\x4e\x49\x53','\x57\x37\x70\x64\x53\x4d\x4f\x76','\x57\x50\x65\x75\x57\x52\x46\x64\x4b\x4d\x61','\x6c\x4a\x44\x2f\x69\x43\x6b\x7a\x57\x35\x74\x64\x4e\x30\x34','\x57\x50\x68\x63\x4f\x6d\x6f\x73\x57\x50\x46\x63\x50\x53\x6f\x71\x57\x52\x57\x31','\x66\x73\x42\x63\x4c\x5a\x54\x48\x72\x6d\x6f\x6c\x71\x71','\x57\x36\x5a\x63\x52\x67\x4f\x62\x65\x43\x6b\x4c\x57\x52\x56\x63\x4c\x57','\x75\x71\x64\x64\x52\x43\x6b\x31\x68\x71','\x57\x4f\x4a\x64\x49\x78\x54\x4c','\x41\x6d\x6b\x71\x57\x4f\x35\x46\x66\x53\x6f\x68\x57\x50\x76\x32','\x57\x36\x6d\x57\x78\x6d\x6f\x42\x69\x57','\x71\x38\x6b\x6a\x62\x4b\x79\x58\x57\x36\x39\x4e\x57\x52\x65','\x79\x53\x6f\x6b\x77\x57','\x76\x53\x6b\x57\x57\x37\x6d\x36\x76\x31\x48\x6e\x67\x61','\x70\x6d\x6f\x4e\x74\x53\x6b\x37\x57\x34\x4b','\x57\x37\x33\x63\x54\x57\x61\x78','\x6e\x47\x43\x4a\x6b\x65\x4f','\x67\x38\x6b\x41\x57\x4f\x76\x70','\x57\x50\x6e\x63\x6c\x47\x5a\x63\x4c\x57','\x41\x38\x6b\x66\x64\x4c\x30','\x57\x4f\x64\x64\x4c\x53\x6f\x43','\x57\x35\x78\x63\x4a\x6d\x6b\x53\x57\x4f\x72\x56\x76\x75\x68\x64\x56\x71','\x78\x59\x70\x64\x51\x77\x33\x64\x55\x68\x72\x53','\x57\x52\x68\x64\x52\x68\x30\x64','\x62\x6d\x6b\x52\x57\x51\x72\x67\x65\x47','\x57\x52\x68\x63\x4a\x58\x52\x64\x4a\x47','\x61\x53\x6f\x6c\x57\x51\x75\x52\x57\x51\x2f\x63\x54\x73\x4e\x63\x4a\x61','\x6e\x43\x6b\x6b\x70\x38\x6f\x33\x57\x35\x6d','\x57\x50\x33\x64\x4f\x38\x6f\x65\x57\x4f\x68\x64\x51\x53\x6f\x74\x57\x52\x34\x4f','\x6b\x43\x6b\x59\x6d\x38\x6f\x31','\x6c\x38\x6f\x65\x57\x37\x4e\x63\x51\x47','\x43\x43\x6b\x6e\x64\x4c\x30','\x75\x53\x6b\x42\x57\x37\x6d\x46\x78\x66\x62\x79\x68\x47','\x57\x52\x42\x64\x55\x53\x6f\x4b\x57\x50\x64\x63\x4a\x61','\x57\x50\x52\x63\x51\x6d\x6b\x31\x57\x4f\x2f\x64\x56\x31\x4e\x63\x55\x38\x6b\x39','\x71\x53\x6f\x51\x43\x38\x6b\x31\x57\x37\x43','\x6b\x43\x6b\x79\x66\x6d\x6f\x71','\x45\x53\x6b\x63\x62\x30\x53\x48\x57\x51\x4f\x72\x57\x52\x34','\x68\x4c\x71\x6c\x57\x51\x6c\x64\x56\x38\x6f\x67\x57\x4f\x65','\x68\x73\x2f\x64\x55\x67\x78\x64\x55\x65\x6e\x4d\x57\x37\x30','\x6e\x48\x57\x41\x6f\x68\x62\x49\x57\x37\x6d','\x57\x52\x53\x4b\x71\x6d\x6f\x7a\x57\x51\x65','\x57\x4f\x4a\x63\x4c\x59\x61\x32\x76\x76\x37\x63\x4b\x4a\x53','\x57\x36\x48\x67\x67\x47\x53\x74\x75\x68\x52\x64\x55\x61','\x67\x53\x6b\x55\x57\x4f\x62\x37\x65\x47','\x43\x72\x72\x30\x45\x65\x71','\x57\x52\x6c\x63\x53\x43\x6b\x76\x57\x4f\x58\x36','\x6a\x31\x61\x66\x70\x57','\x57\x34\x4e\x63\x49\x49\x79\x47\x45\x58\x46\x63\x52\x4a\x34','\x57\x37\x4a\x63\x48\x57\x57\x72\x73\x47','\x64\x6d\x6f\x63\x72\x6d\x6b\x36','\x41\x48\x4c\x59\x79\x71','\x62\x53\x6b\x76\x57\x4f\x76\x45\x69\x71','\x64\x53\x6f\x52\x57\x34\x74\x63\x51\x73\x62\x4a\x57\x35\x50\x6a','\x7a\x53\x6b\x66\x41\x61\x35\x53\x57\x52\x66\x79\x57\x34\x47','\x57\x50\x68\x64\x55\x43\x6f\x6f\x57\x50\x2f\x63\x51\x38\x6f\x66\x57\x37\x61\x4b','\x70\x4c\x79\x64\x70\x32\x75\x74\x57\x50\x33\x63\x4f\x61','\x44\x43\x6b\x74\x68\x53\x6f\x35\x57\x35\x57\x36\x63\x71','\x57\x51\x4f\x4e\x57\x4f\x37\x64\x50\x43\x6b\x44\x57\x37\x53','\x72\x78\x70\x63\x51\x5a\x74\x63\x56\x63\x65\x4d\x57\x35\x43\x50\x69\x67\x4a\x63\x4a\x53\x6b\x66','\x57\x52\x61\x75\x57\x4f\x2f\x64\x50\x75\x69','\x6d\x58\x42\x64\x4c\x78\x56\x64\x56\x61','\x57\x4f\x33\x63\x52\x73\x56\x64\x4c\x33\x57','\x78\x53\x6b\x78\x57\x37\x69\x47\x75\x4c\x48\x6e','\x76\x57\x33\x64\x51\x38\x6b\x51\x67\x58\x69\x67\x6c\x57','\x57\x4f\x6c\x64\x4f\x6d\x6f\x6e\x57\x4f\x74\x63\x52\x38\x6f\x68\x57\x37\x79','\x57\x50\x64\x64\x47\x53\x6f\x75\x57\x4f\x42\x63\x51\x38\x6f\x62\x57\x52\x4f','\x57\x4f\x61\x45\x57\x37\x74\x63\x51\x48\x5a\x63\x47\x43\x6b\x7a\x68\x61','\x69\x4a\x6e\x53\x6c\x6d\x6b\x57\x57\x4f\x43','\x57\x50\x78\x63\x49\x74\x65\x50\x6b\x32\x50\x36\x46\x61','\x57\x37\x4a\x63\x49\x43\x6b\x6c\x41\x65\x61','\x57\x52\x52\x63\x50\x6d\x6b\x50\x57\x50\x6c\x64\x48\x76\x4e\x63\x4f\x6d\x6b\x43','\x57\x37\x65\x67\x57\x50\x2f\x64\x48\x43\x6f\x33','\x57\x51\x6c\x63\x52\x72\x4b\x55\x57\x34\x6d','\x57\x51\x38\x57\x57\x4f\x70\x64\x54\x38\x6b\x61\x57\x36\x46\x63\x4f\x59\x57','\x57\x4f\x38\x5a\x57\x36\x2f\x63\x52\x71','\x57\x52\x6c\x63\x47\x6d\x6b\x50\x57\x50\x6c\x64\x49\x75\x6c\x63\x48\x38\x6b\x48','\x57\x35\x37\x63\x50\x58\x75\x67','\x75\x38\x6b\x73\x42\x53\x6f\x69\x57\x37\x30','\x6b\x67\x44\x6c','\x57\x4f\x7a\x36\x62\x57\x65\x31','\x57\x52\x7a\x44\x6b\x48\x6c\x63\x4c\x32\x61\x69\x57\x4f\x43','\x57\x51\x54\x43\x6c\x4c\x2f\x64\x56\x57','\x72\x53\x6f\x2f\x57\x35\x64\x63\x49\x59\x7a\x47\x57\x34\x4c\x70','\x41\x38\x6b\x41\x57\x50\x5a\x63\x47\x74\x47','\x57\x52\x64\x64\x48\x66\x72\x69\x57\x36\x42\x64\x49\x43\x6f\x52\x57\x35\x34','\x74\x43\x6b\x64\x67\x65\x75\x4c\x57\x37\x58\x4e','\x57\x36\x46\x63\x48\x43\x6b\x63\x74\x61','\x75\x43\x6b\x4f\x43\x47\x72\x70','\x69\x6d\x6b\x6d\x57\x4f\x7a\x6a\x61\x43\x6f\x68\x57\x4f\x47','\x78\x5a\x64\x64\x49\x59\x43\x6d\x57\x4f\x48\x2f\x57\x51\x34','\x57\x50\x6c\x64\x4d\x38\x6f\x68\x61\x43\x6f\x43','\x57\x37\x76\x36\x57\x35\x74\x63\x53\x6d\x6f\x7a\x57\x51\x42\x63\x55\x57\x38\x4c\x57\x51\x31\x72\x57\x4f\x75','\x57\x35\x70\x63\x4a\x62\x78\x64\x4b\x47','\x71\x6d\x6f\x6c\x57\x52\x69','\x57\x50\x4e\x64\x52\x66\x72\x66\x57\x34\x37\x64\x4c\x6d\x6f\x49\x57\x35\x75','\x65\x59\x5a\x64\x54\x78\x52\x64\x52\x33\x71\x2f','\x57\x35\x4a\x64\x53\x43\x6f\x52\x57\x35\x42\x63\x4e\x31\x5a\x63\x52\x6d\x6b\x43\x57\x50\x79\x73\x57\x50\x4b','\x57\x51\x68\x63\x48\x72\x42\x64\x4e\x33\x62\x78','\x57\x4f\x68\x64\x4a\x6d\x6f\x6f\x57\x4f\x46\x63\x50\x6d\x6f\x62','\x78\x38\x6b\x75\x77\x6d\x6f\x62\x57\x37\x72\x35\x57\x37\x6a\x6e','\x57\x34\x5a\x63\x4d\x73\x53\x58\x57\x34\x69\x47\x78\x43\x6f\x38','\x70\x67\x48\x79','\x57\x52\x68\x64\x48\x65\x66\x2f\x57\x35\x74\x64\x4a\x38\x6f\x31\x57\x35\x34','\x57\x50\x69\x6a\x57\x52\x46\x64\x4b\x68\x70\x64\x4b\x31\x46\x64\x49\x57','\x57\x51\x35\x63\x6c\x4c\x53\x74\x75\x4d\x64\x64\x4f\x57','\x57\x34\x6c\x64\x47\x63\x53\x31\x57\x35\x34\x4c\x72\x6d\x6f\x33','\x57\x51\x61\x56\x73\x38\x6f\x42\x57\x52\x4f','\x44\x6d\x6b\x79\x43\x57\x34','\x6b\x59\x7a\x38\x6d\x6d\x6b\x2b\x57\x50\x5a\x63\x4b\x4b\x4b','\x6f\x30\x6a\x6e\x6d\x43\x6b\x32','\x71\x43\x6b\x74\x57\x4f\x46\x63\x4b\x62\x57','\x78\x38\x6b\x32\x57\x34\x57\x4d\x72\x61','\x57\x35\x64\x63\x49\x73\x50\x4f\x6a\x33\x72\x50\x43\x71','\x6d\x63\x7a\x39\x6b\x47','\x45\x31\x64\x64\x4b\x33\x61\x59\x61\x43\x6b\x37\x41\x59\x5a\x63\x4e\x32\x7a\x70\x44\x47','\x57\x35\x37\x63\x56\x62\x65\x6f','\x57\x52\x69\x54\x57\x52\x70\x64\x54\x53\x6b\x42\x57\x37\x52\x63\x4a\x5a\x4b','\x57\x35\x66\x4f\x57\x52\x6c\x63\x49\x62\x56\x63\x47\x6d\x6b\x4f\x6d\x38\x6b\x72','\x57\x50\x56\x63\x56\x58\x30\x37\x57\x35\x38','\x57\x50\x56\x63\x49\x43\x6b\x58\x57\x50\x54\x46\x73\x75\x5a\x64\x53\x47','\x77\x6d\x6f\x6c\x57\x50\x57\x44\x57\x4f\x37\x63\x48\x74\x68\x63\x4e\x57','\x65\x59\x34\x2f\x63\x66\x6d\x7a\x57\x52\x33\x63\x53\x47','\x57\x50\x56\x64\x4f\x38\x6f\x69\x57\x50\x68\x63\x53\x57','\x57\x51\x69\x4b\x76\x38\x6f\x39\x57\x51\x66\x4c\x57\x34\x42\x63\x53\x61','\x72\x6d\x6f\x64\x57\x4f\x69\x6b\x57\x52\x65','\x57\x35\x43\x64\x71\x43\x6f\x73\x62\x6d\x6b\x62','\x57\x50\x4e\x64\x47\x4e\x4f\x64\x65\x43\x6b\x43\x57\x52\x33\x63\x4c\x47','\x6c\x66\x47\x6a','\x46\x43\x6b\x5a\x77\x43\x6f\x31\x57\x37\x43','\x74\x4a\x66\x44\x45\x31\x4b','\x6d\x43\x6b\x34\x67\x38\x6f\x4f\x57\x36\x4f\x39\x67\x33\x30','\x57\x4f\x33\x63\x49\x53\x6b\x43\x6b\x6d\x6b\x68\x74\x53\x6f\x78\x57\x51\x75','\x69\x5a\x6e\x77\x65\x53\x6b\x77','\x6d\x6d\x6b\x31\x6e\x43\x6f\x55\x57\x37\x75\x38\x70\x66\x61','\x57\x34\x37\x63\x4f\x73\x75\x39\x57\x34\x30','\x57\x35\x65\x76\x71\x6d\x6f\x42','\x57\x52\x68\x64\x47\x38\x6f\x54\x57\x4f\x64\x63\x4a\x71','\x57\x52\x71\x51\x43\x6d\x6f\x51\x57\x51\x75','\x57\x4f\x78\x64\x49\x73\x65\x33\x74\x31\x68\x63\x49\x71','\x74\x72\x6c\x64\x4e\x72\x53\x33','\x67\x4e\x71\x6c\x70\x4d\x69','\x57\x34\x76\x77\x57\x51\x2f\x64\x4d\x78\x70\x64\x4e\x30\x64\x64\x4e\x47','\x75\x74\x4a\x64\x51\x64\x75\x70','\x57\x50\x69\x5a\x57\x52\x4a\x64\x54\x38\x6b\x67','\x57\x51\x64\x64\x52\x43\x6f\x51\x57\x50\x37\x63\x53\x57','\x77\x6d\x6f\x56\x57\x34\x64\x63\x55\x59\x62\x47\x57\x35\x75','\x57\x51\x2f\x64\x4c\x76\x58\x62\x57\x34\x75','\x70\x72\x70\x63\x4c\x49\x66\x51\x76\x38\x6f\x52\x73\x71','\x57\x34\x4e\x63\x4c\x6d\x6b\x46\x67\x6d\x6b\x41','\x76\x63\x58\x5a\x79\x33\x6d','\x70\x31\x4f\x70\x6a\x65\x71\x70\x57\x4f\x68\x63\x50\x61','\x44\x43\x6b\x45\x46\x66\x53','\x57\x50\x43\x6e\x57\x36\x78\x64\x4d\x33\x70\x64\x4a\x4d\x4a\x64\x49\x57','\x70\x53\x6f\x63\x79\x38\x6b\x4f\x57\x35\x79','\x57\x51\x74\x63\x4d\x48\x6c\x64\x4c\x4d\x43','\x75\x59\x4a\x63\x52\x31\x42\x63\x4e\x74\x74\x63\x4e\x77\x53','\x57\x52\x74\x64\x4b\x53\x6f\x56\x68\x38\x6f\x4b','\x57\x37\x6c\x63\x47\x48\x30\x66\x57\x34\x38','\x57\x35\x4e\x63\x4c\x6d\x6b\x41\x69\x47','\x77\x6d\x6b\x75\x72\x71','\x72\x6d\x6f\x6a\x44\x43\x6b\x76\x57\x4f\x75','\x57\x51\x68\x64\x49\x58\x7a\x73\x57\x36\x30','\x57\x36\x65\x72\x76\x38\x6f\x2b\x6f\x57','\x57\x34\x4a\x63\x4e\x53\x6b\x41\x70\x6d\x6b\x61\x65\x38\x6b\x51\x57\x37\x69','\x70\x38\x6f\x4c\x71\x38\x6b\x71\x57\x35\x34','\x66\x38\x6f\x67\x76\x6d\x6b\x74\x79\x71','\x41\x53\x6f\x6d\x78\x43\x6b\x63\x57\x51\x72\x32\x46\x43\x6f\x76','\x57\x36\x48\x34\x66\x38\x6b\x51\x57\x36\x69\x70\x57\x50\x56\x63\x48\x71\x79\x36\x57\x36\x58\x64\x42\x57','\x42\x38\x6b\x61\x61\x4b\x57\x71\x57\x51\x57\x78\x57\x52\x53','\x6b\x72\x39\x65\x70\x31\x4b\x73\x57\x34\x78\x63\x54\x61','\x57\x52\x52\x64\x51\x74\x69','\x57\x36\x5a\x63\x4a\x4c\x62\x41\x57\x34\x2f\x64\x4a\x6d\x6f\x58\x57\x35\x34','\x69\x4c\x53\x6a\x45\x62\x47','\x57\x37\x5a\x63\x48\x74\x57\x6f\x79\x47','\x57\x51\x74\x64\x4c\x61\x6e\x66\x57\x35\x57','\x64\x72\x65\x35\x62\x4c\x4b','\x57\x37\x34\x68\x71\x30\x48\x65\x45\x32\x78\x64\x55\x38\x6b\x6d\x74\x43\x6f\x42','\x57\x51\x46\x64\x4e\x6d\x6b\x64\x57\x50\x76\x4a\x76\x75\x33\x64\x54\x57','\x78\x4c\x52\x63\x4c\x63\x7a\x5a\x73\x63\x68\x63\x4f\x57','\x57\x50\x69\x31\x57\x36\x4a\x63\x50\x58\x46\x63\x4b\x43\x6b\x70\x65\x71','\x57\x34\x64\x63\x47\x38\x6b\x61\x70\x6d\x6b\x76\x62\x38\x6b\x43','\x44\x43\x6b\x64\x6e\x67\x38\x43','\x57\x35\x74\x63\x50\x43\x6b\x48\x75\x77\x75','\x65\x6d\x6f\x67\x78\x53\x6b\x31\x79\x43\x6f\x6f','\x6e\x61\x37\x64\x51\x4c\x37\x64\x48\x71','\x57\x4f\x33\x63\x4f\x6d\x6b\x51\x57\x50\x78\x64\x48\x75\x64\x63\x51\x38\x6b\x43','\x57\x37\x74\x63\x49\x43\x6b\x42\x46\x76\x33\x64\x4b\x59\x4b','\x61\x43\x6f\x39\x57\x37\x37\x64\x55\x38\x6f\x42\x76\x74\x6c\x64\x4d\x71','\x45\x64\x70\x64\x52\x43\x6b\x69\x62\x57','\x57\x4f\x70\x63\x4a\x6d\x6b\x61\x69\x6d\x6b\x41\x64\x61','\x57\x34\x47\x55\x41\x38\x6f\x79\x67\x61','\x69\x38\x6f\x46\x57\x36\x2f\x64\x56\x38\x6f\x35','\x70\x6d\x6f\x72\x57\x37\x70\x64\x4f\x43\x6f\x71','\x78\x53\x6b\x33\x57\x37\x43\x78\x71\x47','\x57\x36\x75\x47\x57\x50\x78\x64\x55\x38\x6f\x4d\x44\x48\x34','\x57\x35\x38\x4c\x42\x6d\x6f\x63\x6f\x47','\x57\x4f\x65\x30\x57\x34\x6c\x63\x4a\x48\x43','\x57\x37\x47\x48\x78\x6d\x6f\x79\x69\x47','\x57\x4f\x46\x64\x55\x38\x6f\x74\x57\x50\x56\x63\x50\x6d\x6f\x73\x57\x52\x79\x4e','\x70\x78\x31\x4b\x6b\x38\x6b\x76\x63\x73\x66\x44','\x57\x35\x43\x56\x72\x6d\x6f\x46\x68\x57','\x73\x6d\x6b\x45\x43\x48\x4c\x45','\x57\x4f\x74\x63\x51\x53\x6b\x2b\x57\x4f\x4a\x64\x4e\x4d\x78\x63\x54\x38\x6b\x48','\x57\x51\x37\x64\x4a\x4c\x69','\x57\x34\x37\x63\x49\x43\x6b\x46\x69\x38\x6b\x72\x61\x38\x6b\x6e\x57\x34\x47','\x57\x4f\x2f\x64\x4c\x4d\x79\x39\x67\x47','\x57\x35\x43\x68\x78\x6d\x6f\x62\x6f\x6d\x6b\x43\x75\x76\x71','\x57\x50\x64\x64\x4b\x30\x4a\x63\x47\x62\x7a\x4b\x57\x52\x44\x6c\x57\x34\x56\x64\x48\x76\x61','\x57\x34\x2f\x63\x52\x53\x6b\x57\x6e\x43\x6b\x71','\x57\x51\x64\x64\x49\x30\x57\x6e\x67\x47','\x73\x53\x6f\x77\x57\x51\x38\x30\x57\x51\x79','\x57\x51\x71\x55\x41\x6d\x6f\x33\x57\x51\x6a\x74\x57\x35\x68\x63\x47\x61','\x57\x50\x46\x63\x49\x6d\x6b\x53\x57\x50\x4c\x56','\x44\x73\x42\x64\x4a\x43\x6b\x51\x68\x47','\x42\x67\x70\x63\x4c\x57\x35\x31','\x68\x66\x71\x62\x57\x51\x75','\x73\x38\x6f\x77\x57\x52\x30\x42\x57\x51\x61','\x57\x51\x70\x64\x54\x32\x34\x42\x76\x38\x6f\x5a\x57\x36\x30','\x64\x6d\x6b\x6a\x57\x36\x54\x55','\x72\x43\x6b\x42\x57\x36\x71\x4b','\x74\x75\x4e\x63\x54\x71\x44\x66','\x76\x53\x6b\x6b\x57\x36\x47\x47\x72\x30\x58\x37\x6a\x61','\x57\x36\x2f\x64\x50\x77\x34\x64\x68\x38\x6b\x4c\x57\x36\x74\x64\x49\x61','\x57\x52\x65\x58\x76\x6d\x6f\x30\x57\x51\x57','\x57\x36\x4e\x63\x51\x6d\x6b\x2b\x43\x77\x6d','\x57\x50\x4e\x63\x51\x38\x6b\x62\x57\x51\x6a\x62','\x57\x52\x6c\x63\x4a\x6d\x6b\x37\x57\x4f\x4a\x64\x47\x4b\x6c\x63\x51\x38\x6b\x48','\x57\x35\x4f\x64\x57\x51\x56\x64\x49\x57','\x78\x4d\x56\x64\x55\x78\x52\x64\x50\x78\x58\x50\x57\x37\x79','\x78\x38\x6b\x75\x79\x6d\x6f\x72\x57\x37\x69\x41\x57\x52\x54\x66','\x57\x36\x71\x47\x57\x4f\x4a\x64\x52\x38\x6f\x5a\x45\x71','\x57\x34\x5a\x63\x4a\x74\x79\x31\x72\x30\x70\x63\x4e\x4a\x30','\x71\x43\x6b\x64\x57\x4f\x56\x63\x55\x59\x42\x64\x54\x32\x6c\x64\x4f\x71','\x45\x47\x39\x59\x7a\x68\x37\x63\x47\x43\x6f\x75\x57\x50\x4f','\x7a\x38\x6b\x70\x42\x4a\x44\x4b\x57\x51\x48\x2b','\x57\x50\x54\x71\x68\x38\x6b\x66\x71\x6d\x6f\x7a\x61\x5a\x53','\x71\x71\x76\x5a\x79\x30\x43','\x57\x34\x74\x64\x4a\x62\x33\x64\x4e\x4c\x7a\x2b\x57\x52\x72\x53','\x57\x4f\x33\x63\x54\x43\x6b\x64\x57\x52\x46\x64\x48\x57','\x57\x51\x57\x54\x57\x4f\x4e\x64\x52\x61','\x57\x51\x70\x63\x4a\x73\x39\x36\x6a\x33\x44\x4d\x71\x61','\x57\x52\x76\x4c\x6a\x63\x69\x2f','\x57\x4f\x70\x63\x48\x64\x7a\x51\x61\x61','\x79\x4e\x33\x63\x55\x72\x58\x76\x67\x31\x52\x63\x54\x57','\x57\x52\x64\x64\x48\x65\x7a\x6a\x57\x35\x74\x64\x53\x38\x6f\x49\x57\x34\x47','\x41\x38\x6b\x45\x63\x4c\x75','\x64\x64\x47\x34\x61\x65\x4c\x7a','\x43\x6d\x6b\x51\x72\x43\x6f\x56\x57\x35\x53','\x57\x50\x68\x64\x52\x72\x62\x54\x57\x36\x6d','\x67\x43\x6b\x75\x71\x43\x6f\x75\x57\x37\x75\x31\x57\x52\x6e\x68','\x6e\x38\x6b\x30\x6e\x38\x6f\x2b\x57\x37\x79\x54\x67\x57','\x57\x50\x42\x64\x4c\x53\x6f\x6c\x69\x6d\x6f\x69\x57\x52\x43','\x57\x36\x79\x4e\x57\x50\x42\x64\x52\x43\x6b\x66\x57\x36\x78\x63\x48\x63\x57','\x6d\x6d\x6b\x50\x6f\x38\x6f\x56\x57\x34\x4f\x48\x61\x76\x47','\x57\x36\x64\x63\x47\x38\x6b\x44\x78\x71','\x77\x53\x6b\x6c\x74\x57','\x6b\x43\x6f\x63\x77\x38\x6b\x6b\x57\x36\x37\x63\x52\x53\x6b\x43\x62\x61','\x6a\x38\x6b\x59\x6c\x53\x6f\x2b\x57\x37\x43\x55','\x57\x34\x33\x63\x50\x58\x71\x2b\x57\x34\x43','\x72\x43\x6b\x61\x57\x50\x64\x63\x55\x61\x78\x64\x4f\x4e\x74\x63\x52\x47','\x67\x6d\x6b\x71\x6f\x38\x6f\x59\x57\x37\x43\x53\x63\x4c\x75','\x57\x37\x33\x63\x48\x48\x78\x64\x4e\x75\x48\x6b\x46\x61','\x64\x53\x6b\x64\x62\x75\x61','\x57\x36\x47\x4f\x57\x50\x70\x64\x52\x43\x6b\x68\x57\x37\x38','\x57\x36\x7a\x51\x57\x4f\x37\x64\x53\x53\x6b\x65\x57\x51\x4e\x64\x47\x72\x34','\x57\x52\x4a\x64\x49\x43\x6f\x70\x57\x4f\x52\x63\x47\x71','\x72\x6d\x6b\x4c\x77\x53\x6f\x73\x57\x37\x6d','\x65\x43\x6f\x31\x57\x35\x52\x64\x56\x53\x6f\x66','\x57\x35\x74\x63\x51\x63\x64\x64\x4c\x77\x6d','\x75\x64\x42\x64\x4d\x4a\x6d\x74','\x72\x43\x6b\x78\x71\x43\x6f\x6c\x57\x37\x35\x58\x57\x51\x4b\x61','\x57\x50\x43\x61\x57\x4f\x4e\x64\x4e\x33\x61','\x73\x38\x6f\x34\x57\x34\x64\x63\x50\x5a\x53','\x6c\x38\x6b\x67\x57\x50\x39\x2f\x68\x6d\x6f\x44\x57\x4f\x35\x39','\x73\x59\x5a\x64\x56\x67\x2f\x63\x4d\x58\x68\x63\x54\x31\x4f','\x6e\x73\x6a\x55\x69\x6d\x6b\x37\x57\x50\x33\x63\x4d\x30\x38','\x57\x36\x56\x63\x47\x62\x68\x64\x4c\x78\x62\x6e','\x67\x66\x61\x6e\x57\x52\x4b','\x57\x50\x70\x64\x4c\x38\x6f\x77\x6b\x57','\x43\x38\x6b\x7a\x73\x49\x7a\x31','\x76\x38\x6b\x6b\x73\x38\x6f\x62\x57\x34\x31\x35\x57\x50\x58\x67','\x57\x52\x57\x55\x71\x57','\x75\x57\x39\x31\x42\x61','\x73\x73\x5a\x64\x52\x78\x46\x63\x56\x72\x30','\x46\x6d\x6f\x75\x57\x35\x34\x44\x78\x43\x6b\x43\x57\x34\x6e\x2f\x57\x52\x61\x49\x57\x36\x74\x63\x4b\x71\x65','\x6a\x43\x6b\x30\x6e\x53\x6f\x56\x57\x37\x57\x51','\x57\x36\x43\x50\x57\x4f\x2f\x64\x51\x38\x6f\x2b','\x45\x4a\x66\x4c\x71\x66\x71','\x57\x52\x68\x63\x47\x57\x2f\x64\x4e\x57','\x73\x74\x68\x64\x4e\x73\x61','\x78\x38\x6f\x78\x57\x52\x57\x48\x57\x51\x2f\x63\x4d\x49\x52\x63\x49\x47','\x65\x74\x64\x64\x55\x76\x68\x63\x51\x4c\x35\x36\x57\x36\x71','\x61\x76\x38\x79\x57\x51\x78\x64\x53\x57','\x57\x36\x38\x72\x79\x66\x69','\x57\x50\x5a\x63\x48\x5a\x53','\x79\x71\x7a\x77\x72\x66\x65','\x57\x51\x61\x52\x57\x4f\x5a\x64\x54\x53\x6b\x6d\x57\x36\x65','\x41\x53\x6b\x38\x57\x50\x4e\x63\x4f\x5a\x65','\x71\x43\x6b\x4a\x41\x43\x6f\x48\x57\x37\x4f','\x57\x50\x70\x64\x50\x65\x58\x79\x57\x50\x72\x38\x75\x38\x6f\x78\x57\x4f\x70\x64\x52\x4a\x47','\x63\x6d\x6f\x6d\x71\x47','\x57\x51\x6d\x31\x76\x53\x6f\x58\x57\x52\x54\x72','\x45\x6d\x6f\x71\x57\x50\x38\x35\x57\x4f\x34','\x74\x47\x6c\x64\x55\x53\x6b\x31\x63\x57','\x68\x66\x34\x31\x57\x52\x37\x64\x4f\x43\x6f\x6d\x57\x50\x31\x69','\x41\x53\x6b\x66\x43\x57\x30','\x57\x4f\x52\x63\x48\x49\x69\x33\x57\x35\x71\x37','\x57\x4f\x78\x63\x54\x43\x6b\x77\x57\x4f\x37\x64\x4a\x76\x6c\x63\x47\x38\x6b\x55','\x7a\x43\x6f\x33\x57\x4f\x4f\x43\x57\x4f\x64\x63\x4d\x61\x68\x63\x4f\x47','\x61\x63\x76\x6c\x65\x53\x6b\x53','\x57\x35\x52\x63\x54\x61\x47\x64','\x43\x53\x6b\x6a\x65\x76\x38\x74','\x73\x49\x5a\x64\x56\x57','\x46\x57\x4a\x64\x4f\x62\x47\x6e\x57\x51\x72\x75\x57\x50\x75','\x64\x38\x6b\x64\x57\x4f\x56\x63\x56\x72\x2f\x64\x54\x61','\x77\x6d\x6f\x6e\x57\x52\x47\x52','\x71\x64\x57\x47\x62\x4c\x72\x44\x57\x51\x2f\x64\x55\x71','\x57\x4f\x5a\x63\x49\x38\x6b\x6e\x57\x4f\x4e\x64\x48\x47','\x57\x36\x37\x64\x50\x32\x47\x38\x57\x4f\x61','\x77\x38\x6b\x66\x75\x6d\x6f\x4d\x57\x36\x75\x2f\x57\x52\x58\x6d','\x57\x50\x6d\x64\x57\x52\x68\x64\x51\x78\x56\x64\x49\x4d\x65','\x68\x61\x50\x55\x6c\x43\x6b\x74\x57\x4f\x64\x63\x4b\x4b\x71','\x57\x51\x46\x64\x53\x4b\x58\x63\x57\x34\x6d','\x66\x64\x68\x63\x54\x49\x35\x66','\x57\x50\x69\x71\x57\x37\x42\x63\x4d\x4a\x6d','\x79\x43\x6b\x65\x45\x71\x7a\x71\x57\x36\x76\x41\x57\x34\x38','\x57\x34\x6c\x64\x47\x63\x4b\x4d\x57\x34\x66\x4d\x71\x53\x6f\x5a','\x57\x4f\x33\x64\x48\x59\x62\x59\x57\x34\x61\x44\x57\x50\x37\x64\x56\x71','\x46\x38\x6b\x54\x75\x53\x6f\x4a\x57\x37\x79','\x57\x51\x71\x4b\x78\x6d\x6f\x53','\x57\x4f\x4f\x78\x44\x53\x6f\x2b\x57\x50\x71','\x45\x43\x6f\x75\x57\x35\x57\x42\x76\x38\x6b\x77\x57\x4f\x4c\x56\x57\x50\x4f\x6a\x57\x35\x70\x63\x4f\x61','\x66\x76\x57\x42\x61\x4b\x43','\x57\x4f\x46\x63\x47\x74\x69\x36\x46\x61','\x57\x51\x68\x64\x52\x67\x65\x64\x67\x38\x6b\x4e\x57\x52\x4b','\x78\x73\x5a\x64\x48\x57\x65\x36','\x71\x6d\x6b\x41\x57\x36\x34\x4d\x78\x31\x54\x37\x6e\x47','\x57\x51\x70\x63\x47\x57\x37\x64\x4a\x4e\x54\x74','\x6c\x38\x6b\x6a\x6d\x38\x6f\x76\x57\x36\x61','\x42\x6d\x6b\x79\x61\x4b\x57\x4c\x57\x52\x4f\x6c\x57\x52\x75','\x57\x4f\x4f\x53\x57\x36\x70\x63\x52\x72\x56\x63\x49\x53\x6b\x44\x6c\x47','\x57\x36\x6c\x64\x50\x4e\x4b\x79\x65\x53\x6b\x2f\x57\x51\x4a\x63\x47\x61','\x64\x43\x6f\x56\x42\x53\x6b\x79\x57\x35\x61','\x62\x4c\x79\x51\x6f\x67\x43','\x57\x4f\x52\x64\x4a\x6d\x6f\x45\x6d\x43\x6f\x4a\x57\x52\x52\x63\x51\x38\x6f\x56','\x57\x52\x5a\x64\x4a\x47\x62\x62\x57\x37\x34','\x74\x71\x4c\x58\x7a\x57','\x57\x50\x43\x76\x71\x38\x6f\x71\x57\x50\x65','\x57\x34\x4e\x63\x4c\x49\x79\x54\x74\x30\x68\x63\x4d\x61','\x41\x6d\x6b\x45\x63\x4b\x57\x74\x57\x4f\x75\x6d\x57\x52\x4f','\x43\x47\x4c\x30\x43\x68\x69','\x6b\x66\x30\x38\x6a\x33\x4f','\x57\x50\x43\x64\x57\x50\x6c\x64\x4e\x67\x64\x64\x49\x77\x33\x64\x47\x61','\x77\x43\x6b\x44\x57\x35\x79\x65\x77\x71','\x57\x50\x5a\x63\x4c\x43\x6b\x50\x57\x4f\x62\x56\x73\x57','\x67\x49\x56\x64\x54\x77\x69','\x66\x33\x70\x64\x4e\x74\x65\x54\x57\x4f\x48\x55\x57\x52\x65','\x72\x53\x6f\x6c\x57\x52\x57\x47','\x78\x43\x6b\x6e\x71\x43\x6f\x73\x57\x36\x75','\x67\x53\x6f\x63\x78\x6d\x6b\x48\x43\x61','\x65\x43\x6f\x67\x57\x50\x78\x63\x53\x62\x6c\x64\x56\x30\x6c\x64\x53\x61','\x57\x37\x64\x64\x53\x32\x71','\x62\x72\x76\x67\x61\x6d\x6b\x36\x57\x52\x68\x64\x49\x47','\x57\x36\x33\x64\x53\x4b\x4f\x4f\x57\x51\x46\x64\x52\x6d\x6b\x44\x46\x71','\x62\x64\x33\x64\x52\x67\x4b','\x57\x35\x56\x64\x54\x76\x71\x5a\x57\x51\x43','\x6d\x38\x6f\x65\x57\x34\x6c\x63\x53\x53\x6f\x71\x74\x59\x74\x64\x47\x47','\x57\x35\x5a\x63\x49\x58\x79\x58\x76\x66\x37\x63\x4b\x5a\x69','\x42\x33\x68\x63\x49\x4a\x35\x52','\x6f\x75\x30\x66\x70\x61','\x57\x35\x57\x72\x57\x4f\x4a\x64\x4e\x6d\x6f\x58','\x57\x34\x2f\x64\x54\x53\x6f\x37\x6a\x38\x6f\x31\x57\x51\x68\x63\x4f\x57','\x57\x51\x68\x64\x52\x67\x65\x72\x66\x38\x6b\x55','\x64\x38\x6f\x47\x78\x43\x6b\x44\x57\x35\x69','\x43\x6d\x6b\x6c\x45\x71\x48\x53\x57\x51\x6a\x2b\x57\x50\x6d','\x57\x4f\x47\x61\x57\x52\x46\x64\x52\x38\x6b\x42','\x57\x4f\x6c\x63\x4a\x74\x31\x54\x6b\x4e\x66\x36\x71\x61','\x45\x6d\x6b\x6a\x66\x32\x53\x70\x57\x52\x61\x72\x57\x52\x6d','\x6f\x38\x6b\x78\x57\x4f\x50\x45\x65\x43\x6f\x44\x57\x51\x31\x58','\x57\x52\x5a\x64\x51\x74\x58\x4f','\x46\x74\x56\x64\x48\x48\x65\x50','\x6e\x38\x6b\x34\x65\x38\x6f\x31\x57\x36\x30\x39\x68\x75\x30','\x70\x38\x6f\x48\x46\x38\x6b\x75\x57\x36\x71','\x57\x35\x74\x64\x49\x53\x6f\x33\x57\x52\x33\x63\x48\x53\x6f\x4a\x57\x50\x4f\x45','\x57\x51\x37\x63\x4d\x63\x30\x67\x57\x36\x75','\x75\x53\x6b\x64\x6b\x4b\x75\x33\x57\x37\x35\x32\x57\x52\x79','\x7a\x43\x6b\x45\x45\x71\x54\x61\x57\x52\x79','\x57\x51\x30\x4e\x57\x4f\x74\x64\x47\x38\x6b\x44','\x76\x43\x6f\x4b\x73\x43\x6b\x72\x57\x51\x76\x6d\x46\x53\x6f\x75','\x57\x4f\x48\x79\x65\x47\x65\x38','\x57\x36\x78\x63\x4e\x47\x33\x63\x4d\x4e\x31\x74\x44\x33\x4f','\x57\x37\x5a\x63\x56\x49\x34\x4e\x43\x57','\x57\x51\x64\x64\x48\x71\x68\x64\x4c\x78\x6a\x6e\x44\x33\x47','\x69\x47\x42\x63\x4c\x5a\x58\x68\x77\x6d\x6f\x4e\x74\x61','\x57\x50\x47\x64\x57\x51\x56\x64\x4d\x4d\x42\x64\x4a\x57','\x57\x4f\x74\x64\x55\x48\x4b\x44\x57\x34\x4c\x78\x75\x38\x6f\x46','\x57\x34\x2f\x63\x4f\x74\x6d\x49\x79\x57','\x57\x34\x74\x63\x52\x73\x34\x56\x73\x71','\x77\x57\x33\x64\x52\x6d\x6b\x31\x6f\x72\x38\x78\x6e\x61','\x64\x62\x4b\x42\x65\x4b\x4f','\x6c\x75\x61\x57\x57\x50\x70\x64\x4e\x71','\x6f\x31\x69\x79\x57\x52\x2f\x64\x55\x6d\x6f\x61\x57\x4f\x66\x53','\x57\x34\x56\x63\x49\x59\x53\x4a\x74\x31\x61','\x57\x51\x4e\x64\x4c\x38\x6f\x4c\x6d\x43\x6f\x4d','\x77\x38\x6b\x62\x77\x38\x6f\x78\x57\x37\x65\x2b\x57\x52\x38','\x57\x37\x74\x63\x54\x38\x6b\x30\x6a\x38\x6b\x6e','\x70\x77\x57\x73\x7a\x61','\x57\x37\x33\x63\x47\x38\x6b\x79','\x57\x50\x57\x76\x57\x52\x46\x64\x48\x31\x34','\x57\x51\x43\x31\x57\x4f\x2f\x64\x55\x6d\x6f\x49\x46\x72\x6c\x63\x50\x47','\x63\x43\x6f\x6f\x73\x38\x6b\x75\x57\x36\x57','\x57\x34\x5a\x63\x48\x47\x52\x64\x48\x65\x72\x50\x57\x52\x61','\x77\x48\x46\x64\x4b\x43\x6b\x71\x62\x71','\x70\x62\x6c\x63\x49\x49\x62\x4f','\x57\x4f\x42\x64\x4a\x38\x6f\x79\x41\x57','\x65\x6d\x6f\x36\x78\x38\x6b\x77\x57\x35\x4b','\x74\x53\x6b\x77\x62\x48\x47\x4e\x57\x37\x7a\x4d','\x57\x4f\x52\x63\x4b\x63\x4f\x4b\x57\x36\x50\x54\x79\x6d\x6f\x4c','\x43\x32\x5a\x63\x56\x71\x4f','\x73\x5a\x6a\x6b\x71\x77\x71','\x57\x37\x47\x4c\x71\x43\x6f\x2b\x57\x52\x72\x64\x57\x34\x2f\x63\x54\x57','\x42\x4d\x6c\x63\x56\x47\x35\x6e\x67\x31\x52\x63\x55\x47','\x64\x76\x56\x63\x56\x6d\x6f\x30\x78\x4b\x6d\x35\x64\x43\x6b\x4c\x7a\x6d\x6f\x69\x57\x35\x47','\x57\x52\x42\x64\x49\x66\x48\x6a','\x41\x77\x33\x63\x4c\x74\x50\x57','\x57\x4f\x64\x64\x56\x43\x6f\x75\x57\x50\x43','\x44\x6d\x6f\x6b\x57\x51\x30\x39\x57\x50\x53','\x6c\x53\x6b\x6b\x57\x4f\x44\x79\x61\x6d\x6f\x43','\x57\x51\x68\x63\x51\x53\x6b\x47\x57\x4f\x7a\x4f\x76\x4c\x56\x64\x54\x47','\x78\x61\x6a\x6d\x44\x66\x53','\x76\x71\x76\x34\x69\x4a\x2f\x63\x49\x6d\x6b\x62\x57\x35\x71','\x6c\x66\x65\x70\x6e\x67\x54\x43\x57\x51\x56\x63\x56\x47','\x57\x51\x78\x64\x53\x4a\x72\x30\x57\x35\x53\x37\x57\x52\x4e\x64\x53\x61','\x57\x51\x78\x64\x55\x43\x6f\x5a\x57\x52\x56\x63\x50\x71','\x72\x38\x6b\x41\x57\x37\x69','\x57\x4f\x43\x77\x57\x51\x4e\x64\x4c\x67\x79','\x57\x4f\x46\x63\x49\x73\x35\x4e','\x6b\x76\x4f\x79\x6e\x65\x71\x72\x57\x4f\x68\x63\x56\x61','\x57\x4f\x31\x47\x6b\x47\x53\x55','\x57\x35\x64\x64\x48\x77\x69\x50','\x57\x51\x78\x64\x4e\x38\x6f\x64\x57\x52\x64\x63\x4e\x61','\x79\x43\x6b\x45\x46\x5a\x34\x54\x57\x4f\x7a\x5a\x57\x35\x47','\x76\x43\x6b\x72\x77\x53\x6f\x78\x57\x37\x38\x52','\x57\x52\x71\x4e\x57\x4f\x68\x64\x50\x53\x6b\x6e\x57\x37\x52\x63\x4b\x57\x30','\x68\x74\x39\x2b\x6b\x38\x6b\x6c','\x57\x51\x69\x33\x57\x34\x70\x63\x51\x64\x71','\x42\x6d\x6b\x4b\x6a\x31\x75\x45','\x75\x38\x6b\x74\x57\x50\x37\x63\x50\x48\x64\x64\x52\x57','\x6d\x38\x6f\x79\x77\x43\x6b\x73\x57\x34\x4a\x63\x53\x38\x6b\x78\x66\x61','\x57\x51\x43\x74\x41\x53\x6f\x4f\x57\x51\x75','\x57\x51\x6d\x61\x57\x51\x37\x64\x53\x4b\x71','\x57\x4f\x74\x63\x4d\x4a\x76\x4b','\x57\x35\x74\x63\x54\x71\x69\x50\x57\x35\x75\x66\x77\x61','\x57\x4f\x68\x64\x48\x68\x57\x41\x6c\x61','\x73\x43\x6b\x73\x57\x50\x4f','\x43\x6d\x6b\x72\x57\x52\x56\x63\x4d\x72\x79','\x73\x6d\x6f\x62\x57\x51\x65\x52\x57\x52\x70\x63\x55\x59\x5a\x63\x47\x57','\x6c\x57\x4e\x63\x48\x59\x31\x7a\x65\x6d\x6f\x68\x78\x71','\x69\x47\x6c\x64\x4e\x4d\x47','\x7a\x6d\x6f\x2b\x57\x36\x64\x63\x4b\x73\x65','\x57\x4f\x2f\x64\x4c\x38\x6f\x74\x6d\x38\x6f\x76\x57\x52\x68\x64\x52\x61','\x45\x53\x6f\x43\x57\x37\x64\x64\x54\x43\x6f\x67\x64\x33\x46\x64\x54\x47','\x72\x53\x6f\x56\x57\x35\x68\x63\x4f\x32\x44\x4c\x57\x34\x48\x65','\x57\x4f\x4c\x76\x6e\x5a\x75\x35','\x69\x76\x34\x46\x6a\x78\x75\x75\x57\x4f\x33\x63\x53\x71','\x57\x51\x33\x64\x51\x53\x6f\x2b\x65\x43\x6f\x31\x57\x4f\x74\x63\x4e\x6d\x6b\x58','\x69\x47\x6c\x63\x49\x49\x39\x57\x77\x61','\x57\x36\x4b\x7a\x66\x47\x30\x7a\x75\x67\x78\x64\x53\x57','\x70\x38\x6f\x6d\x78\x53\x6b\x30\x46\x6d\x6f\x62\x57\x35\x30\x48','\x66\x74\x6c\x64\x53\x32\x64\x64\x56\x68\x76\x54\x57\x34\x57','\x57\x50\x64\x64\x56\x43\x6f\x6e\x57\x51\x78\x63\x50\x61','\x42\x6d\x6b\x78\x57\x52\x33\x63\x54\x71\x53','\x57\x4f\x6c\x63\x4a\x49\x6d\x4d','\x57\x51\x50\x78\x70\x61','\x6e\x43\x6f\x67\x78\x38\x6b\x71\x57\x35\x37\x63\x55\x38\x6b\x74\x65\x61','\x42\x67\x5a\x63\x55\x72\x4c\x75','\x66\x47\x52\x63\x49\x71\x6e\x4a','\x57\x50\x65\x69\x57\x51\x42\x64\x4b\x4e\x42\x64\x4a\x4d\x52\x64\x49\x71','\x57\x4f\x61\x49\x42\x43\x6f\x6d\x57\x52\x4b','\x57\x51\x65\x4e\x57\x50\x74\x64\x4c\x53\x6b\x61\x57\x37\x37\x63\x48\x61','\x57\x37\x57\x62\x45\x65\x74\x64\x50\x4a\x62\x43\x57\x51\x74\x64\x4b\x71\x46\x63\x53\x72\x68\x63\x52\x71','\x57\x52\x64\x63\x48\x61\x37\x64\x4b\x33\x62\x6b\x71\x77\x69','\x57\x4f\x2f\x64\x49\x78\x6a\x70\x57\x34\x4f','\x57\x50\x34\x73\x57\x51\x52\x64\x48\x75\x69','\x6a\x67\x44\x42\x6c\x6d\x6b\x44\x63\x58\x47','\x57\x51\x2f\x63\x50\x58\x65\x6b\x57\x37\x38\x44\x44\x38\x6f\x61','\x76\x53\x6b\x69\x57\x37\x4b\x32\x43\x71','\x62\x71\x46\x64\x53\x33\x4e\x64\x50\x67\x71','\x73\x38\x6f\x59\x57\x35\x56\x63\x55\x5a\x31\x38\x57\x36\x48\x73','\x75\x6d\x6b\x6c\x77\x53\x6f\x6a\x57\x37\x65\x54\x57\x50\x4c\x43','\x57\x52\x46\x63\x4a\x57\x70\x64\x4e\x4c\x48\x69\x46\x4e\x34','\x57\x52\x78\x64\x4b\x31\x58\x79\x57\x34\x78\x64\x50\x53\x6f\x55\x57\x35\x43','\x57\x51\x68\x64\x51\x32\x4f\x75\x66\x43\x6b\x42\x57\x51\x4a\x63\x47\x47','\x57\x4f\x70\x63\x4b\x53\x6b\x4d','\x44\x6d\x6b\x70\x79\x48\x43','\x57\x50\x78\x64\x4e\x43\x6f\x72\x69\x53\x6f\x65\x57\x51\x53','\x57\x4f\x64\x63\x4a\x4a\x30\x33\x57\x37\x4b\x38\x75\x6d\x6f\x75','\x75\x4a\x4e\x64\x51\x73\x6d','\x45\x6d\x6b\x61\x77\x53\x6f\x58\x57\x34\x71','\x72\x6d\x6b\x78\x57\x4f\x2f\x63\x4f\x62\x52\x64\x53\x77\x70\x64\x4b\x57','\x57\x34\x4b\x76\x62\x53\x6b\x70','\x57\x37\x42\x63\x4c\x6d\x6b\x67\x77\x4b\x64\x64\x4a\x72\x2f\x64\x4a\x71','\x57\x51\x4c\x71\x63\x71\x5a\x63\x4e\x61','\x74\x72\x33\x64\x56\x78\x46\x63\x4a\x71','\x57\x36\x64\x63\x49\x43\x6b\x6f\x77\x31\x46\x64\x4c\x47','\x6f\x31\x50\x63\x69\x30\x6d\x73\x57\x34\x64\x64\x55\x57','\x71\x53\x6f\x66\x57\x52\x47\x52','\x57\x51\x72\x55\x69\x49\x6d\x67','\x67\x6d\x6f\x67\x72\x6d\x6b\x33\x44\x53\x6f\x73\x57\x51\x72\x58','\x79\x72\x56\x64\x4d\x74\x53\x33\x57\x50\x44\x55\x57\x52\x71','\x6e\x68\x39\x68\x6b\x6d\x6b\x63\x63\x62\x34','\x71\x38\x6b\x64\x70\x66\x43\x32\x57\x37\x76\x52\x57\x50\x34','\x73\x4a\x2f\x64\x4e\x73\x43\x2b','\x57\x51\x56\x64\x4b\x4e\x6e\x66\x57\x34\x37\x64\x49\x43\x6f\x5a\x57\x35\x34','\x70\x53\x6f\x34\x57\x37\x52\x64\x55\x38\x6f\x42','\x57\x51\x6d\x36\x57\x4f\x4e\x64\x53\x43\x6b\x44\x57\x36\x64\x63\x53\x49\x43','\x69\x4a\x39\x2f\x6b\x38\x6b\x70\x57\x4f\x64\x63\x48\x61','\x6a\x49\x4c\x53\x69\x43\x6b\x47\x57\x35\x74\x63\x54\x65\x79','\x73\x6d\x6f\x50\x57\x52\x65\x2f\x57\x4f\x6d','\x64\x43\x6f\x49\x76\x38\x6b\x6a\x57\x34\x47','\x57\x34\x78\x63\x4b\x63\x57\x4f\x71\x57','\x57\x34\x75\x51\x57\x36\x70\x63\x53\x71\x56\x63\x4a\x38\x6b\x74\x6e\x57','\x6c\x53\x6f\x76\x57\x35\x42\x64\x56\x6d\x6f\x62\x72\x63\x78\x64\x47\x71','\x6f\x32\x31\x51\x70\x53\x6b\x57','\x6d\x43\x6b\x4f\x6e\x6d\x6f\x43\x57\x36\x57\x35\x68\x76\x38','\x57\x51\x5a\x64\x4a\x4b\x69','\x41\x53\x6f\x59\x57\x34\x4a\x63\x4f\x71\x75','\x6c\x53\x6f\x57\x46\x53\x6b\x71\x57\x35\x69','\x57\x35\x4e\x63\x55\x72\x75\x69\x57\x34\x6d','\x57\x35\x56\x63\x50\x59\x4a\x64\x52\x33\x69','\x6e\x74\x6a\x48','\x46\x43\x6b\x4d\x67\x4d\x53\x49','\x66\x67\x34\x52\x6f\x75\x38','\x57\x34\x68\x64\x4e\x32\x53\x2b\x46\x63\x62\x37\x7a\x6d\x6f\x45\x68\x4e\x74\x64\x53\x61','\x57\x52\x6c\x64\x48\x72\x7a\x58\x57\x36\x75','\x57\x35\x52\x64\x54\x65\x61\x48\x57\x4f\x34','\x57\x34\x33\x63\x48\x48\x46\x64\x4b\x66\x66\x4d','\x57\x4f\x33\x64\x49\x53\x6f\x77\x6b\x61','\x73\x53\x6b\x6a\x61\x4c\x47','\x57\x50\x58\x5a\x62\x72\x71\x41\x73\x4e\x42\x64\x50\x61','\x57\x34\x53\x68\x77\x38\x6f\x44','\x71\x53\x6b\x77\x78\x43\x6f\x62','\x75\x6d\x6b\x44\x57\x36\x38\x47\x72\x30\x31\x44\x70\x47','\x46\x43\x6f\x72\x78\x43\x6b\x72\x57\x50\x4c\x47\x79\x6d\x6f\x74','\x6e\x53\x6f\x76\x57\x37\x68\x64\x54\x43\x6f\x62\x73\x71','\x41\x43\x6b\x59\x57\x52\x70\x63\x4b\x73\x5a\x64\x47\x75\x70\x64\x4c\x61','\x79\x48\x56\x64\x47\x66\x46\x63\x4a\x4a\x5a\x63\x47\x67\x79','\x62\x63\x68\x64\x50\x68\x47','\x57\x37\x4e\x63\x47\x38\x6b\x67\x72\x57','\x79\x67\x64\x63\x50\x64\x54\x69\x62\x77\x57','\x74\x38\x6b\x68\x75\x43\x6f\x57\x57\x37\x75','\x61\x4c\x34\x71\x57\x52\x38','\x57\x37\x64\x64\x53\x32\x61\x78\x57\x50\x33\x64\x4d\x38\x6b\x6d\x46\x61','\x6b\x6d\x6f\x70\x66\x38\x6b\x6d\x57\x34\x4a\x63\x55\x43\x6f\x73\x63\x47','\x76\x57\x6a\x51\x41\x31\x34','\x64\x76\x61\x73\x57\x52\x74\x64\x50\x61','\x65\x75\x47\x30\x6c\x64\x5a\x64\x4a\x38\x6f\x66\x57\x50\x6d','\x66\x53\x6f\x66\x77\x38\x6b\x6d\x57\x35\x65','\x57\x37\x6c\x63\x54\x48\x53\x61\x57\x34\x71','\x43\x47\x6c\x64\x52\x53\x6b\x65\x62\x57','\x57\x50\x68\x64\x4f\x43\x6f\x74\x57\x50\x56\x63\x51\x43\x6f\x44','\x7a\x43\x6b\x45\x6c\x33\x61\x39','\x42\x47\x2f\x63\x48\x73\x7a\x47\x65\x6d\x6f\x58\x73\x47','\x57\x34\x78\x63\x48\x38\x6b\x44\x6b\x38\x6b\x52','\x78\x57\x33\x64\x51\x38\x6b\x4a\x6d\x31\x79\x49\x6c\x47','\x57\x34\x42\x63\x53\x43\x6b\x5a\x57\x50\x68\x64\x49\x76\x52\x63\x50\x38\x6b\x48','\x45\x38\x6b\x6f\x45\x6d\x6f\x2b\x57\x34\x71','\x57\x4f\x74\x64\x4b\x4b\x71\x72\x6b\x57','\x67\x6d\x6b\x6b\x68\x66\x65\x73\x57\x37\x62\x53','\x57\x50\x4e\x63\x4c\x6d\x6b\x53\x57\x4f\x6a\x56\x78\x71\x47','\x57\x52\x70\x64\x50\x5a\x47\x4d\x57\x34\x4f\x36\x57\x50\x5a\x64\x54\x47','\x57\x4f\x37\x63\x48\x6d\x6b\x53\x57\x4f\x42\x64\x51\x71','\x57\x34\x4a\x63\x4b\x6d\x6b\x43\x69\x38\x6b\x63\x62\x43\x6b\x6c\x57\x35\x71','\x78\x53\x6f\x4f\x57\x37\x33\x63\x50\x4a\x4b','\x66\x43\x6f\x6e\x76\x57','\x6b\x59\x48\x4f','\x7a\x59\x54\x47\x69\x38\x6b\x6f\x57\x35\x74\x63\x47\x30\x75','\x44\x64\x74\x64\x4f\x78\x47','\x45\x53\x6f\x75\x57\x37\x64\x64\x50\x43\x6f\x42\x75\x49\x70\x64\x48\x71','\x57\x51\x74\x63\x4d\x61\x78\x64\x4a\x61','\x57\x34\x4b\x6a\x78\x43\x6b\x70\x75\x61','\x61\x43\x6b\x6a\x57\x37\x48\x55\x57\x51\x74\x63\x4f\x63\x52\x63\x47\x71','\x57\x50\x4e\x63\x4d\x62\x72\x38\x6c\x66\x54\x50\x46\x57','\x7a\x43\x6f\x6f\x57\x4f\x39\x45\x68\x6d\x6b\x64\x57\x4f\x48\x54','\x57\x4f\x2f\x64\x4a\x62\x5a\x64\x47\x75\x50\x49\x57\x51\x6e\x39','\x6f\x58\x61\x33\x64\x4c\x6e\x66\x57\x51\x56\x64\x54\x71','\x57\x51\x43\x58\x57\x4f\x75','\x42\x57\x52\x64\x48\x4e\x42\x63\x55\x47','\x57\x4f\x71\x4f\x57\x36\x70\x63\x4e\x4c\x4a\x63\x51\x6d\x6b\x7a\x6c\x47','\x67\x4b\x48\x75\x57\x51\x70\x64\x4f\x38\x6f\x68\x57\x34\x39\x4d','\x57\x51\x75\x56\x73\x6d\x6f\x58\x57\x52\x54\x44\x57\x37\x64\x63\x55\x47','\x57\x50\x46\x64\x4f\x6d\x6f\x6d\x57\x4f\x6c\x63\x56\x38\x6f\x62\x57\x52\x4f\x61','\x57\x34\x47\x36\x57\x36\x46\x63\x54\x58\x4e\x63\x49\x53\x6f\x76\x79\x57','\x57\x51\x64\x63\x4a\x49\x47\x62\x57\x35\x47','\x57\x34\x64\x63\x55\x48\x75\x66','\x6c\x53\x6b\x6d\x57\x50\x4c\x62\x62\x6d\x6f\x41\x57\x51\x4c\x39','\x57\x34\x56\x63\x4a\x62\x64\x64\x4d\x71','\x72\x38\x6b\x64\x68\x32\x69\x54\x57\x37\x7a\x4e','\x70\x53\x6f\x46\x77\x38\x6b\x7a\x57\x35\x70\x63\x55\x6d\x6b\x62\x61\x47','\x57\x34\x64\x63\x55\x38\x6b\x76\x57\x52\x4e\x63\x51\x43\x6f\x74\x57\x4f\x53\x52\x42\x71','\x41\x43\x6b\x7a\x77\x58\x66\x2f\x57\x51\x72\x49','\x57\x51\x74\x63\x48\x61\x68\x64\x4e\x30\x6d\x62\x76\x32\x4b','\x57\x50\x68\x64\x4a\x75\x4e\x63\x4d\x72\x75','\x73\x57\x33\x64\x52\x6d\x6f\x4d','\x41\x6d\x6f\x6c\x57\x4f\x76\x43\x63\x6d\x6b\x75\x57\x35\x50\x79','\x72\x38\x6b\x64\x68\x33\x69\x48\x57\x37\x31\x4a\x57\x4f\x75','\x71\x43\x6f\x71\x57\x52\x57\x4a\x57\x51\x71','\x57\x51\x4a\x63\x4b\x38\x6b\x52\x57\x4f\x2f\x64\x49\x47','\x46\x53\x6f\x4d\x57\x4f\x57\x70\x57\x50\x4b','\x57\x35\x53\x38\x57\x4f\x4a\x64\x51\x57','\x57\x36\x68\x63\x48\x47\x2f\x64\x4d\x65\x48\x56\x57\x51\x75\x33','\x57\x50\x52\x64\x4b\x6d\x6f\x77\x6b\x43\x6f\x75\x57\x50\x5a\x63\x54\x43\x6f\x2b','\x6e\x68\x57\x76\x68\x65\x79','\x57\x51\x4a\x63\x49\x58\x69','\x57\x36\x75\x4b\x57\x4f\x2f\x64\x50\x47','\x76\x63\x6c\x64\x56\x77\x38','\x57\x34\x4a\x64\x49\x43\x6b\x42\x6f\x53\x6b\x77','\x57\x36\x52\x63\x49\x48\x68\x64\x48\x75\x61','\x61\x61\x35\x4a\x6d\x38\x6b\x50'];_0x18a2=function(){return _0x27f8ed;};return _0x18a2();}function _0x953421(){const _0x3def7a=_0x1692da,_0x415871={'\x4d\x68\x47\x63\x6a':_0x3def7a(0x3ab,'\x4a\x23\x72\x33'),'\x56\x7a\x55\x62\x4d':function(_0x171bf6,_0x33ef45){return _0x171bf6-_0x33ef45;},'\x65\x7a\x78\x65\x42':_0x3def7a(0x446,'\x28\x4f\x6c\x4f'),'\x46\x51\x4b\x66\x55':function(_0x4da3b2,_0x2eecfe){return _0x4da3b2<_0x2eecfe;},'\x64\x72\x6c\x57\x6e':function(_0x4d9cd8,_0x22d16a){return _0x4d9cd8-_0x22d16a;},'\x64\x74\x59\x56\x6b':function(_0x7ea28e){return _0x7ea28e();},'\x66\x51\x74\x45\x74':function(_0x1e8d55,_0x21bb24){return _0x1e8d55!==_0x21bb24;},'\x47\x62\x44\x56\x51':_0x3def7a(0x3be,'\x5a\x56\x54\x31'),'\x4b\x6c\x63\x55\x4b':_0x3def7a(0x38a,'\x56\x48\x63\x44'),'\x65\x62\x50\x76\x4c':function(_0x5a9c51,_0x229821,_0x38ee8d){return _0x5a9c51(_0x229821,_0x38ee8d);},'\x5a\x77\x78\x4b\x4b':function(_0x1c2bba,_0x2719bc){return _0x1c2bba===_0x2719bc;},'\x4c\x71\x79\x55\x58':function(_0x3c2c30,_0x4a08f8){return _0x3c2c30(_0x4a08f8);},'\x63\x66\x4c\x62\x62':function(_0x5616d3,_0x115f8b){return _0x5616d3!==_0x115f8b;},'\x55\x56\x67\x63\x6f':_0x3def7a(0x250,'\x72\x32\x21\x42'),'\x6a\x68\x75\x67\x48':'\x6a\x50\x72\x6c\x55','\x68\x67\x57\x44\x70':function(_0x1d3aae,_0x4de73e){return _0x1d3aae-_0x4de73e;},'\x58\x6d\x6d\x4b\x67':function(_0x2a4d9a,_0xd09787){return _0x2a4d9a(_0xd09787);},'\x62\x51\x42\x51\x7a':function(_0x3b8b41,_0x3a36de){return _0x3b8b41===_0x3a36de;},'\x4e\x63\x56\x56\x62':_0x3def7a(0x426,'\x7a\x32\x4d\x5b'),'\x43\x47\x73\x6d\x52':function(_0x73feef,_0x34b940){return _0x73feef===_0x34b940;},'\x77\x4c\x72\x4f\x6c':_0x3def7a(0x2e0,'\x44\x5d\x4d\x47'),'\x70\x62\x4f\x6e\x70':function(_0x3f489e,_0x37f846){return _0x3f489e===_0x37f846;},'\x57\x59\x54\x66\x6d':function(_0x4c63c2,_0x34efb2,_0x223c1f){return _0x4c63c2(_0x34efb2,_0x223c1f);},'\x72\x75\x6e\x68\x6c':_0x3def7a(0x34e,'\x62\x48\x6d\x63'),'\x44\x78\x7a\x69\x4c':function(_0x38df0c,_0x2c90e9){return _0x38df0c===_0x2c90e9;},'\x56\x5a\x75\x4f\x77':_0x3def7a(0x2e8,'\x59\x53\x25\x35'),'\x62\x4a\x79\x53\x54':function(_0x55a362,_0x15844d){return _0x55a362===_0x15844d;},'\x61\x50\x52\x46\x61':_0x3def7a(0x2cb,'\x64\x30\x37\x37'),'\x4b\x69\x46\x69\x51':function(_0x3e6c1b,_0x56c3d7){return _0x3e6c1b&&_0x56c3d7;},'\x4c\x61\x42\x61\x78':function(_0x3eaecf){return _0x3eaecf();}};function _0x4b40ed(){const _0x3cdf8c=_0x3def7a;if(_0x415871[_0x3cdf8c(0x436,'\x40\x6d\x24\x56')](_0x415871[_0x3cdf8c(0x2c9,'\x50\x29\x50\x6d')],_0x415871[_0x3cdf8c(0x1e7,'\x50\x51\x4b\x43')])){if(!_0x2e448b)return null;try{const _0x335951=_0x415871[_0x3cdf8c(0x341,'\x5a\x56\x54\x31')](_0xb8f9f,_0x2e448b,0x765+0x231e+-0x2a80);if(!_0x335951||_0x415871[_0x3cdf8c(0x236,'\x70\x6e\x79\x48')](_0x335951[_0x3cdf8c(0x27a,'\x46\x55\x68\x44')],0xcf1*0x1+0x1971+0x2662*-0x1))return null;_0x335951[_0x3cdf8c(0x3fb,'\x53\x62\x70\x4a')](function(_0x2f6913,_0x542f34){const _0x3c3dd7=_0x3cdf8c;if(_0x3c3dd7(0x286,'\x23\x49\x6b\x5e')===_0x415871[_0x3c3dd7(0x376,'\x71\x6a\x45\x29')])_0x2d5fcd[_0x3c3dd7(0x1f1,'\x56\x66\x63\x6c')](_0x3c3dd7(0x24f,'\x28\x4f\x6c\x4f')+_0x3c3dd7(0x2d9,'\x47\x72\x5e\x50')+_0x3c3dd7(0x1f3,'\x4b\x34\x74\x66')+_0x291c97[_0x3c3dd7(0x410,'\x56\x48\x63\x44')]+(_0x3c3dd7(0x3d4,'\x50\x29\x50\x6d')+'\x20')+_0x35c6be);else return _0x415871['\x56\x7a\x55\x62\x4d'](_0x542f34['\x74\x69\x6d\x65'],_0x2f6913[_0x3c3dd7(0x2b4,'\x57\x2a\x32\x58')]);});const _0x1baad9=_0x415871[_0x3cdf8c(0x2f3,'\x44\x5d\x4d\x47')](_0x242dcf,_0x335951[-0x2339+0x2686+-0x34d*0x1][_0x3cdf8c(0x2ca,'\x33\x2a\x70\x41')],-0x4a0*-0x2+0x7c66+-0x45a6);return _0x415871['\x4c\x71\x79\x55\x58'](_0x11c1c8,_0x1baad9);}catch(_0x5bbef7){if(_0x415871[_0x3cdf8c(0x2a3,'\x40\x56\x61\x73')](_0x415871[_0x3cdf8c(0x309,'\x40\x6d\x24\x56')],_0x415871[_0x3cdf8c(0x415,'\x40\x62\x5b\x5b')])){const _0x58db0a=_0x9b1d23['\x70\x61\x72\x73\x65'](_0x3f64a1[_0x3cdf8c(0x1e8,'\x71\x6a\x45\x29')+_0x3cdf8c(0x3d5,'\x53\x62\x70\x4a')](_0x5b47d0,_0x415871[_0x3cdf8c(0x37a,'\x71\x50\x59\x4d')]));if(_0x58db0a[_0x3cdf8c(0x200,'\x50\x29\x50\x6d')+_0x3cdf8c(0x451,'\x70\x57\x49\x77')]&&_0x415871[_0x3cdf8c(0x3cb,'\x4c\x54\x4f\x43')](_0x415871[_0x3cdf8c(0x36a,'\x6d\x78\x63\x40')](_0x49aea2,new _0x1d220c(_0x58db0a[_0x3cdf8c(0x364,'\x44\x5d\x4d\x47')+_0x3cdf8c(0x239,'\x47\x62\x67\x61')])[_0x3cdf8c(0x27e,'\x47\x72\x5e\x50')]()),_0x2ad5ca))return;}else return null;}}else _0x415871[_0x3cdf8c(0x282,'\x6f\x65\x4f\x4a')](_0x218ab4);}function _0x65f659(){const _0x366654=_0x3def7a,_0x29c456={'\x4e\x74\x4b\x6a\x67':function(_0x12c4b1,_0x5a738a){const _0xa6b173=_0x5872;return _0x415871[_0xa6b173(0x210,'\x56\x66\x63\x6c')](_0x12c4b1,_0x5a738a);},'\x6a\x48\x55\x47\x51':function(_0x2768ce,_0x120ce3,_0xb5692a){const _0x5dd275=_0x5872;return _0x415871[_0x5dd275(0x40c,'\x57\x2a\x32\x58')](_0x2768ce,_0x120ce3,_0xb5692a);},'\x4d\x55\x69\x4a\x64':function(_0x42fdc6,_0x451642){const _0x5ca87d=_0x5872;return _0x415871[_0x5ca87d(0x370,'\x76\x5a\x65\x35')](_0x42fdc6,_0x451642);},'\x66\x72\x7a\x7a\x67':function(_0x3f6625,_0x1a5958){const _0x252e25=_0x5872;return _0x415871[_0x252e25(0x427,'\x70\x57\x49\x77')](_0x3f6625,_0x1a5958);},'\x65\x57\x45\x6a\x59':_0x366654(0x21d,'\x70\x57\x49\x77'),'\x6b\x63\x78\x44\x6c':_0x415871[_0x366654(0x428,'\x69\x40\x42\x67')],'\x6a\x64\x42\x7a\x44':_0x366654(0x2a8,'\x57\x2a\x32\x58'),'\x54\x71\x58\x75\x6f':function(_0x513db4,_0xcf23e4){const _0x2e670f=_0x366654;return _0x415871[_0x2e670f(0x359,'\x4c\x54\x4f\x43')](_0x513db4,_0xcf23e4);},'\x4d\x6a\x50\x5a\x54':_0x366654(0x24c,'\x4b\x34\x74\x66'),'\x51\x50\x62\x42\x56':function(_0x106f9c,_0x48c7d1){const _0x520097=_0x366654;return _0x415871[_0x520097(0x228,'\x4b\x51\x46\x6c')](_0x106f9c,_0x48c7d1);}};if(_0x415871[_0x366654(0x259,'\x70\x6e\x79\x48')](_0x366654(0x465,'\x4b\x34\x74\x66'),_0x415871[_0x366654(0x21f,'\x29\x30\x6e\x28')])){const _0x4cbb5b={'\x51\x77\x4c\x53\x6b':function(_0x382aec,_0x4ee57a){return rEOUyN['\x4e\x74\x4b\x6a\x67'](_0x382aec,_0x4ee57a);}};if(!_0x21d844)return null;try{const _0x263acc=rEOUyN[_0x366654(0x2ed,'\x40\x62\x5b\x5b')](_0x7c5ac8,_0x51ad63,0x1bb7+0x558+-0x210c);if(!_0x263acc||_0x263acc[_0x366654(0x211,'\x70\x6e\x79\x48')]===-0x6a*0x4c+0x5*-0x4fa+-0x385a*-0x1)return null;_0x263acc[_0x366654(0x43f,'\x4c\x54\x4f\x43')](function(_0x24f36a,_0x3c02a0){const _0x1f951d=_0x366654;return _0x4cbb5b['\x51\x77\x4c\x53\x6b'](_0x3c02a0['\x74\x69\x6d\x65'],_0x24f36a[_0x1f951d(0x1ea,'\x6d\x5a\x5a\x6f')]);});const _0x4e6b43=rEOUyN['\x6a\x48\x55\x47\x51'](_0x536490,_0x263acc[-0x9d8+0x131d+-0x945][_0x366654(0x45a,'\x47\x62\x67\x61')],-0x2*0x3bad+0x549e*0x1+-0x18af*-0x4);return rEOUyN[_0x366654(0x261,'\x4c\x54\x4f\x43')](_0x4bf6bc,_0x4e6b43);}catch(_0x1c2d5c){return null;}}else try{if(!_0x4cea3f[_0x366654(0x237,'\x4b\x51\x46\x6c')+'\x6e\x63'](_0x535e29))return null;const _0x6366f3=_0x4cea3f['\x72\x65\x61\x64\x64\x69\x72\x53'+_0x366654(0x43c,'\x65\x24\x50\x46')](_0x535e29)[_0x366654(0x33f,'\x7a\x32\x4d\x5b')](function(_0x3387d5){const _0x1c8111=_0x366654,_0x54c5a5={};_0x54c5a5[_0x1c8111(0x2fa,'\x62\x48\x6d\x63')]=function(_0x283ccf,_0xfc07dd){return _0x283ccf===_0xfc07dd;},_0x54c5a5[_0x1c8111(0x455,'\x5a\x56\x54\x31')]=_0x1c8111(0x382,'\x47\x72\x5e\x50');const _0x2255bc=_0x54c5a5;if(_0x29c456[_0x1c8111(0x266,'\x56\x66\x63\x6c')](_0x29c456[_0x1c8111(0x312,'\x40\x6d\x24\x56')],_0x29c456[_0x1c8111(0x1ee,'\x65\x24\x50\x46')])){const _0xffbaac=_0x35f282[_0x1c8111(0x2b1,'\x29\x69\x55\x66')](function(_0xfd718d){const _0x2461ff=_0x1c8111;return yviHAp[_0x2461ff(0x36f,'\x61\x55\x43\x39')](_0xfd718d[_0x2461ff(0x300,'\x4b\x34\x74\x66')],yviHAp[_0x2461ff(0x25d,'\x47\x72\x5e\x50')]);})[_0x1c8111(0x3ff,'\x45\x5e\x23\x74')](function(_0x56731f){const _0x4a5874=_0x1c8111;return _0x56731f[_0x4a5874(0x26b,'\x45\x7a\x61\x73')];})[_0x1c8111(0x1de,'\x59\x53\x25\x35')]('');return _0xffbaac[_0x1c8111(0x305,'\x44\x5d\x4d\x47')]();}else return _0x3387d5[_0x1c8111(0x322,'\x72\x32\x21\x42')](_0x29c456[_0x1c8111(0x39f,'\x38\x33\x39\x52')]);})[_0x366654(0x3f9,'\x57\x2a\x32\x58')](function(_0x1c6e93){const _0x55f8c2=_0x366654;if(_0x29c456[_0x55f8c2(0x223,'\x45\x5e\x23\x74')](_0x29c456[_0x55f8c2(0x3ca,'\x62\x48\x6d\x63')],_0x29c456[_0x55f8c2(0x230,'\x65\x24\x50\x46')]))return{'\x70\x61\x74\x68':_0x1d5ca3[_0x55f8c2(0x3bb,'\x45\x7a\x61\x73')](_0x535e29,_0x1c6e93),'\x74\x69\x6d\x65':_0x4cea3f[_0x55f8c2(0x291,'\x29\x69\x55\x66')](_0x1d5ca3[_0x55f8c2(0x2f7,'\x4b\x34\x74\x66')](_0x535e29,_0x1c6e93))[_0x55f8c2(0x226,'\x71\x6a\x45\x29')][_0x55f8c2(0x2d4,'\x40\x56\x61\x73')]()};else return;})[_0x366654(0x2b5,'\x29\x30\x6e\x28')](function(_0x1b4302,_0x49c803){const _0x2b899b=_0x366654;return _0x415871[_0x2b899b(0x2a1,'\x29\x30\x6e\x28')]!==_0x2b899b(0x38b,'\x53\x62\x70\x4a')?_0x29c456[_0x2b899b(0x34c,'\x6d\x78\x63\x40')](_0x257dc6[_0x2b899b(0x33b,'\x71\x6a\x45\x29')],_0x457a34[_0x2b899b(0x2ee,'\x5a\x56\x54\x31')]):_0x49c803[_0x2b899b(0x43b,'\x64\x30\x37\x37')]-_0x1b4302['\x74\x69\x6d\x65'];});if(!_0x6366f3||_0x415871[_0x366654(0x3d1,'\x69\x40\x42\x67')](_0x6366f3[_0x366654(0x383,'\x65\x24\x50\x46')],0x1159+-0x121c+0xc3))return null;const _0x264d30=_0x415871[_0x366654(0x2ea,'\x40\x6d\x24\x56')](_0x242dcf,_0x6366f3[0x9fa+0x2188+-0x2b82][_0x366654(0x2a9,'\x45\x7a\x61\x73')],-0x5*-0x16af+-0x27f6+-0x975);return _0x11c1c8(_0x264d30);}catch(_0x14317c){return null;}}if(_0x369b97===_0x415871[_0x3def7a(0x331,'\x76\x5a\x65\x35')])return _0x415871[_0x3def7a(0x218,'\x50\x29\x50\x6d')](_0x4b40ed);if(_0x415871[_0x3def7a(0x3a2,'\x69\x40\x42\x67')](_0x369b97,_0x415871[_0x3def7a(0x438,'\x64\x53\x79\x4b')]))return _0x415871[_0x3def7a(0x21a,'\x33\x2a\x70\x41')](_0x65f659);if(_0x415871[_0x3def7a(0x3a7,'\x64\x30\x37\x37')](_0x369b97,_0x415871['\x61\x50\x52\x46\x61']))return _0x415871[_0x3def7a(0x330,'\x72\x32\x21\x42')](_0x65f659)||_0x4b40ed();const _0x405f12=_0x4cea3f[_0x3def7a(0x271,'\x71\x50\x59\x4d')+'\x6e\x63'](_0x535e29),_0x47586d=!!(_0x2e448b||process.env.CURSOR_TRACE_DIR||process.env.CURSOR_BACKGROUND_TRANSCRIPTS_DIR);if(_0x415871[_0x3def7a(0x2eb,'\x44\x5d\x4d\x47')](_0x405f12,_0x47586d))return _0x65f659()||_0x415871[_0x3def7a(0x22d,'\x40\x6d\x24\x56')](_0x4b40ed);if(_0x405f12)return _0x415871[_0x3def7a(0x36b,'\x50\x51\x4b\x43')](_0x65f659);if(_0x47586d)return _0x4b40ed();return null;}try{require(_0x1692da(0x295,'\x29\x69\x55\x66'))[_0x1692da(0x308,'\x4c\x54\x4f\x43')]({'\x70\x61\x74\x68':_0x1d5ca3[_0x1692da(0x445,'\x29\x69\x55\x66')](_0x509eed,_0x1692da(0x277,'\x40\x56\x61\x73')),'\x71\x75\x69\x65\x74':!![]});}catch(_0x2eef55){}const _0x884017=require(_0x1692da(0x42e,'\x4c\x54\x4f\x43')+_0x1692da(0x43e,'\x4b\x34\x74\x66')),_0x4f1fb8=require(_0x1692da(0x23f,'\x71\x6a\x45\x29')+_0x1692da(0x453,'\x26\x58\x75\x26')+_0x1692da(0x31c,'\x57\x2a\x32\x58')+'\x74'),_0x5bb005=require(_0x1692da(0x31f,'\x33\x2a\x70\x41')+_0x1692da(0x3c9,'\x6f\x65\x4f\x4a')+_0x1692da(0x423,'\x46\x55\x68\x44')+'\x73'),_0x281f72=require(_0x1692da(0x3dc,'\x59\x63\x34\x4d')+_0x1692da(0x43d,'\x35\x36\x38\x4a')+_0x1692da(0x3fc,'\x4b\x51\x46\x6c')),_0x420f93=require(_0x1692da(0x367,'\x26\x58\x75\x26')+_0x1692da(0x424,'\x71\x7a\x61\x74')+'\x65\x2f\x65\x6e\x72\x69\x63\x68'),_0x27b3ea=require(_0x1692da(0x278,'\x4b\x34\x74\x66')+_0x1692da(0x32d,'\x46\x55\x68\x44')+_0x1692da(0x42c,'\x6d\x78\x63\x40')),_0x5b315c=require(_0x1692da(0x3dc,'\x59\x63\x34\x4d')+_0x1692da(0x28d,'\x62\x48\x6d\x63')+_0x1692da(0x281,'\x59\x63\x34\x4d')+'\x63\x68'),{collectTranscriptFiles:_0xb8f9f,readFileHead:_0x242dcf}=require(_0x1692da(0x1fd,'\x4b\x7a\x37\x45')+_0x1692da(0x2ce,'\x50\x51\x4b\x43')),_0x22ffb2=process[_0x1692da(0x3d7,'\x57\x2a\x32\x58')][_0x1692da(0x414,'\x47\x72\x5e\x50')](0xfe6+-0x1363*-0x1+0x2347*-0x1),_0x4cd625=_0x22ffb2[_0x1692da(0x354,'\x40\x6d\x24\x56')](_0x1692da(0x2f8,'\x29\x30\x6e\x28')),_0x4a435f=_0x22ffb2[_0x1692da(0x468,'\x72\x32\x21\x42')](_0x1692da(0x3db,'\x7a\x32\x4d\x5b')+'\x6e');let _0x44edcf=_0x22ffb2[_0x1692da(0x3bc,'\x4a\x23\x72\x33')](_0x1692da(0x21e,'\x72\x44\x25\x33'))||String(process.env.RANDOM_DRIFT||'')[_0x1692da(0x2c4,'\x45\x7a\x61\x73')+_0x1692da(0x3de,'\x45\x5e\x23\x74')]()===_0x1692da(0x3b1,'\x62\x48\x6d\x63');const _0x14bd0b=_0x35b26f(),_0x3945dd=process.env.AGENT_NAME||_0x1692da(0x3fa,'\x46\x55\x68\x44'),_0x535e29=_0x131b47(),_0x2e448b=process.env.EVOLVER_CURSOR_TRANSCRIPTS_DIR||'',_0x369b97=(process.env.EVOLVER_SESSION_SOURCE||'\x61\x75\x74\x6f')[_0x1692da(0x267,'\x70\x57\x49\x77')+'\x61\x73\x65']();try{const _0x5166dd={};_0x5166dd[_0x1692da(0x22a,'\x44\x5d\x4d\x47')+'\x65']=!![];if(!_0x4cea3f[_0x1692da(0x287,'\x61\x55\x43\x39')+'\x6e\x63'](_0x14bd0b))_0x4cea3f[_0x1692da(0x44f,'\x4b\x34\x74\x66')+'\x63'](_0x14bd0b,_0x5166dd);}catch(_0x5f2576){console[_0x1692da(0x205,'\x50\x29\x50\x6d')](_0x1692da(0x3af,'\x26\x58\x75\x26')+'\x5d\x20\x46\x61\x69\x6c\x65\x64'+_0x1692da(0x31a,'\x57\x2a\x32\x58')+_0x1692da(0x22f,'\x53\x62\x70\x4a')+'\x59\x5f\x44\x49\x52\x20\x28\x6d'+'\x61\x79\x20\x63\x61\x75\x73\x65'+_0x1692da(0x3d6,'\x28\x4f\x6c\x4f')+_0x1692da(0x46d,'\x23\x49\x6b\x5e')+_0x1692da(0x388,'\x70\x6e\x79\x48'),_0x5f2576&&_0x5f2576[_0x1692da(0x328,'\x62\x48\x6d\x63')]||_0x5f2576);}function _0x939734(){const _0x1b07d9=_0x1692da,_0x58c2e5={'\x76\x63\x78\x4a\x4d':function(_0x585c5b,_0x2a62a7){return _0x585c5b===_0x2a62a7;},'\x47\x54\x67\x48\x44':_0x1b07d9(0x345,'\x6d\x78\x63\x40'),'\x65\x4a\x57\x68\x6a':_0x1b07d9(0x1e3,'\x26\x58\x75\x26'),'\x54\x61\x79\x4b\x44':function(_0x48a09e){return _0x48a09e();},'\x63\x57\x44\x56\x4b':function(_0x871195,_0x4cf228){return _0x871195!==_0x4cf228;},'\x76\x57\x65\x6c\x4a':_0x1b07d9(0x314,'\x4b\x7a\x37\x45'),'\x49\x49\x7a\x47\x66':_0x1b07d9(0x39a,'\x56\x66\x63\x6c'),'\x65\x76\x46\x6c\x6d':_0x1b07d9(0x3ba,'\x62\x48\x6d\x63'),'\x45\x4c\x4c\x72\x47':_0x1b07d9(0x3f4,'\x56\x66\x63\x6c'),'\x4c\x61\x66\x42\x69':function(_0x22ae2e,_0x266f05){return _0x22ae2e-_0x266f05;},'\x50\x67\x44\x4d\x65':function(_0x30222b,_0x1ca54e){return _0x30222b<_0x1ca54e;},'\x77\x7a\x6b\x47\x68':_0x1b07d9(0x2f0,'\x72\x44\x25\x33'),'\x64\x43\x43\x77\x4a':_0x1b07d9(0x301,'\x4a\x23\x72\x33')};_0x58c2e5[_0x1b07d9(0x241,'\x72\x44\x25\x33')](_0x2847b8);try{if(!_0x4cea3f[_0x1b07d9(0x37c,'\x69\x40\x42\x67')+'\x6e\x63'](_0x535e29))return;const _0x1b541a=_0x4cea3f[_0x1b07d9(0x30c,'\x23\x49\x6b\x5e')+_0x1b07d9(0x381,'\x35\x36\x38\x4a')](_0x535e29)[_0x1b07d9(0x2e5,'\x57\x2a\x32\x58')](_0x24ff39=>_0x24ff39[_0x1b07d9(0x1ed,'\x29\x30\x6e\x28')](_0x1b07d9(0x251,'\x4b\x51\x46\x6c'))),_0x336f78=_0x1b541a[_0x1b07d9(0x2f6,'\x35\x36\x38\x4a')](_0x2ca45c=>_0x2ca45c[_0x1b07d9(0x344,'\x40\x62\x5b\x5b')+'\x74\x68'](_0x1b07d9(0x369,'\x4b\x34\x74\x66')+_0x1b07d9(0x3c7,'\x4b\x51\x46\x6c')));for(const _0x3be617 of _0x336f78){if(_0x58c2e5[_0x1b07d9(0x275,'\x35\x36\x38\x4a')](_0x58c2e5[_0x1b07d9(0x443,'\x29\x69\x55\x66')],_0x58c2e5[_0x1b07d9(0x2dc,'\x62\x48\x6d\x63')]))try{_0x4cea3f[_0x1b07d9(0x3e2,'\x70\x57\x49\x77')+'\x6e\x63'](_0x1d5ca3[_0x1b07d9(0x2ae,'\x5a\x56\x54\x31')](_0x535e29,_0x3be617));}catch(_0x374c5f){}else _0x8bf69a[_0x1b07d9(0x2ba,'\x23\x49\x6b\x5e')](_0x1b07d9(0x2d5,'\x50\x29\x50\x6d')+'\x61\x6e\x63\x65\x5d\x20\x53\x6b'+_0x1b07d9(0x42b,'\x50\x29\x50\x6d')+_0x1b07d9(0x3e1,'\x45\x7a\x61\x73')+_0x1b07d9(0x240,'\x44\x5d\x4d\x47'));}if(_0x336f78[_0x1b07d9(0x366,'\x76\x5a\x65\x35')]>0x1171+-0x283+-0xeee){if(_0x58c2e5[_0x1b07d9(0x1e1,'\x62\x48\x6d\x63')]===_0x58c2e5[_0x1b07d9(0x21c,'\x6d\x78\x63\x40')])return{'\x70\x61\x74\x68':_0x5e0c66[_0x1b07d9(0x2ae,'\x5a\x56\x54\x31')](_0x202364,_0xee181d),'\x74\x69\x6d\x65':_0x28292a[_0x1b07d9(0x2e7,'\x64\x30\x37\x37')](_0x561409[_0x1b07d9(0x445,'\x29\x69\x55\x66')](_0x15716f,_0x1867d2))[_0x1b07d9(0x39c,'\x72\x44\x25\x33')][_0x1b07d9(0x3e9,'\x4d\x4a\x23\x6c')]()};else console[_0x1b07d9(0x420,'\x6d\x5a\x5a\x6f')]('\x5b\x4d\x61\x69\x6e\x74\x65\x6e'+_0x1b07d9(0x399,'\x50\x29\x50\x6d')+'\x65\x61\x6e\x65\x64\x20'+_0x336f78[_0x1b07d9(0x31e,'\x40\x56\x61\x73')]+(_0x1b07d9(0x290,'\x45\x5e\x23\x74')+'\x20\x68\x61\x6e\x64\x20\x73\x65'+_0x1b07d9(0x2a2,'\x62\x48\x6d\x63')+'\x2e'));}const _0xa54e91=_0x58c2e5[_0x1b07d9(0x3e5,'\x4b\x7a\x37\x45')](_0x1b541a[_0x1b07d9(0x3ac,'\x59\x63\x34\x4d')],_0x336f78[_0x1b07d9(0x3b4,'\x28\x4f\x6c\x4f')]);if(_0x58c2e5[_0x1b07d9(0x35b,'\x50\x51\x4b\x43')](_0xa54e91,-0xc01*0x2+0x10f*-0x1d+0xd9*0x41))return;console[_0x1b07d9(0x2ad,'\x70\x57\x49\x77')]('\x5b\x4d\x61\x69\x6e\x74\x65\x6e'+_0x1b07d9(0x2ac,'\x62\x48\x6d\x63')+_0x1b07d9(0x3ef,'\x72\x32\x21\x42')+_0xa54e91+(_0x1b07d9(0x431,'\x7a\x32\x4d\x5b')+_0x1b07d9(0x361,'\x28\x4f\x6c\x4f')+_0x1b07d9(0x40e,'\x33\x2a\x70\x41')+'\x20\x6f\x6c\x64\x20\x6f\x6e\x65'+_0x1b07d9(0x44c,'\x40\x6d\x24\x56')));const _0x278237=_0x1d5ca3[_0x1b07d9(0x3ae,'\x4d\x4a\x23\x6c')](_0x535e29,_0x58c2e5[_0x1b07d9(0x2d2,'\x4a\x23\x72\x33')]),_0x41e35e={};_0x41e35e['\x72\x65\x63\x75\x72\x73\x69\x76'+'\x65']=!![];if(!_0x4cea3f[_0x1b07d9(0x37c,'\x69\x40\x42\x67')+'\x6e\x63'](_0x278237))_0x4cea3f[_0x1b07d9(0x25e,'\x6f\x65\x4f\x4a')+'\x63'](_0x278237,_0x41e35e);const _0x482b4c=_0x1b541a[_0x1b07d9(0x33f,'\x7a\x32\x4d\x5b')](_0x38dc70=>!_0x38dc70[_0x1b07d9(0x30e,'\x7a\x32\x4d\x5b')+'\x74\x68'](_0x1b07d9(0x3d0,'\x4b\x51\x46\x6c')+_0x1b07d9(0x41d,'\x61\x55\x43\x39')))[_0x1b07d9(0x2cc,'\x53\x62\x70\x4a')](_0x65a99e=>{const _0x3bf743=_0x1b07d9;try{return{'\x6e\x61\x6d\x65':_0x65a99e,'\x74\x69\x6d\x65':_0x4cea3f[_0x3bf743(0x2ec,'\x65\x24\x50\x46')](_0x1d5ca3[_0x3bf743(0x30f,'\x40\x62\x5b\x5b')](_0x535e29,_0x65a99e))[_0x3bf743(0x3f2,'\x56\x66\x63\x6c')]['\x67\x65\x74\x54\x69\x6d\x65']()};}catch(_0x2d7072){if(_0x58c2e5['\x76\x63\x78\x4a\x4d'](_0x58c2e5[_0x3bf743(0x2ef,'\x70\x57\x49\x77')],_0x58c2e5[_0x3bf743(0x2d1,'\x6f\x65\x4f\x4a')])){const _0x2b28db=_0x173a42[_0x3bf743(0x41f,'\x29\x30\x6e\x28')](_0x3cb3d2,_0x47adc3[_0x3bf743(0x38e,'\x56\x66\x63\x6c')]),_0x4f9ff0=_0x239e14[_0x3bf743(0x429,'\x4a\x23\x72\x33')](_0xccbd61,_0x271f4a[_0x3bf743(0x447,'\x64\x30\x37\x37')]);_0x55346d['\x72\x65\x6e\x61\x6d\x65\x53\x79'+'\x6e\x63'](_0x2b28db,_0x4f9ff0);}else return null;}})[_0x1b07d9(0x2bc,'\x45\x5e\x23\x74')](Boolean)['\x73\x6f\x72\x74']((_0x4e8834,_0x411ff5)=>_0x4e8834[_0x1b07d9(0x2cf,'\x56\x66\x63\x6c')]-_0x411ff5[_0x1b07d9(0x336,'\x61\x55\x43\x39')]),_0x217568=_0x482b4c[_0x1b07d9(0x3a4,'\x33\x2a\x70\x41')](0x12*-0x5e+0xf7*0x4+-0xb0*-0x4,_0x58c2e5[_0x1b07d9(0x3c3,'\x72\x32\x21\x42')](_0x482b4c[_0x1b07d9(0x28a,'\x64\x53\x79\x4b')],-0x1c88+-0xbb7*0x1+0x2871));for(const _0x1a1995 of _0x217568){if(_0x58c2e5['\x76\x63\x78\x4a\x4d'](_0x58c2e5[_0x1b07d9(0x3aa,'\x40\x62\x5b\x5b')],_0x58c2e5[_0x1b07d9(0x257,'\x70\x6e\x79\x48')])){const _0x30089c=_0x1d5ca3[_0x1b07d9(0x1de,'\x59\x53\x25\x35')](_0x535e29,_0x1a1995['\x6e\x61\x6d\x65']),_0x26f7a8=_0x1d5ca3[_0x1b07d9(0x421,'\x6d\x78\x63\x40')](_0x278237,_0x1a1995[_0x1b07d9(0x36c,'\x4b\x7a\x37\x45')]);_0x4cea3f['\x72\x65\x6e\x61\x6d\x65\x53\x79'+'\x6e\x63'](_0x30089c,_0x26f7a8);}else try{return{'\x6e\x61\x6d\x65':_0x4fd1dc,'\x74\x69\x6d\x65':_0x35b371[_0x1b07d9(0x294,'\x40\x6d\x24\x56')](_0x5edb98[_0x1b07d9(0x2c5,'\x47\x72\x5e\x50')](_0x24b6c6,_0x56b195))[_0x1b07d9(0x41e,'\x4d\x4a\x23\x6c')][_0x1b07d9(0x373,'\x45\x5e\x23\x74')]()};}catch(_0x51d364){return null;}}_0x217568[_0x1b07d9(0x462,'\x45\x5e\x23\x74')]>-0x2700+0x1974*0x1+-0x242*-0x6&&console[_0x1b07d9(0x434,'\x71\x7a\x61\x74')](_0x1b07d9(0x298,'\x29\x69\x55\x66')+_0x1b07d9(0x3c8,'\x72\x32\x21\x42')+_0x1b07d9(0x3cd,'\x35\x36\x38\x4a')+_0x217568[_0x1b07d9(0x3b4,'\x28\x4f\x6c\x4f')]+('\x20\x6c\x6f\x67\x73\x20\x74\x6f'+'\x20')+_0x278237);}catch(_0x30616e){console[_0x1b07d9(0x42a,'\x40\x56\x61\x73')](_0x1b07d9(0x3dd,'\x64\x53\x79\x4b')+_0x1b07d9(0x35d,'\x76\x5a\x65\x35')+_0x1b07d9(0x416,'\x40\x62\x5b\x5b')+_0x30616e[_0x1b07d9(0x248,'\x4b\x51\x46\x6c')]);}}function _0x2847b8(){const _0x17c9e6=_0x1692da,_0x55018c={'\x79\x43\x79\x4d\x70':function(_0x49e0f4,_0x33862e){return _0x49e0f4(_0x33862e);},'\x72\x53\x57\x59\x49':_0x17c9e6(0x1f5,'\x57\x2a\x32\x58'),'\x67\x72\x68\x55\x61':function(_0x2d3c7a,_0x938064){return _0x2d3c7a===_0x938064;},'\x58\x69\x6d\x50\x68':_0x17c9e6(0x2ab,'\x47\x72\x5e\x50'),'\x70\x67\x62\x64\x77':_0x17c9e6(0x32c,'\x40\x56\x61\x73'),'\x6b\x64\x61\x79\x4a':function(_0x2c6167,_0x1d7045){return _0x2c6167||_0x1d7045;},'\x47\x65\x69\x45\x72':_0x17c9e6(0x391,'\x29\x30\x6e\x28')+_0x17c9e6(0x245,'\x35\x36\x38\x4a')+'\x20\x74\x6f\x20\x63\x72\x65\x61'+'\x74\x65\x20\x4d\x45\x4d\x4f\x52'+_0x17c9e6(0x246,'\x61\x55\x43\x39')+'\x61\x79\x20\x63\x61\x75\x73\x65'+'\x20\x64\x6f\x77\x6e\x73\x74\x72'+_0x17c9e6(0x3ce,'\x40\x62\x5b\x5b')+'\x72\x73\x29\x3a','\x4e\x64\x72\x55\x54':_0x17c9e6(0x2bd,'\x50\x51\x4b\x43'),'\x4a\x56\x59\x70\x58':_0x17c9e6(0x3a3,'\x40\x6d\x24\x56'),'\x5a\x56\x52\x66\x41':_0x17c9e6(0x297,'\x50\x51\x4b\x43')+'\x6a\x73\x6f\x6e','\x67\x45\x76\x67\x45':function(_0x4abad5,_0x4db95e){return _0x4abad5!==_0x4db95e;},'\x50\x6f\x5a\x74\x56':_0x17c9e6(0x363,'\x26\x58\x75\x26'),'\x48\x47\x49\x6d\x62':_0x17c9e6(0x385,'\x53\x62\x70\x4a'),'\x77\x47\x41\x45\x6a':function(_0x4daa87,_0x3d02ce){return _0x4daa87===_0x3d02ce;},'\x4a\x74\x52\x59\x68':_0x17c9e6(0x40f,'\x4b\x51\x46\x6c'),'\x6b\x66\x65\x69\x6f':_0x17c9e6(0x402,'\x5a\x56\x54\x31')+'\x75\x70\x64\x61\x74\x65\x5f\x63'+_0x17c9e6(0x362,'\x69\x40\x42\x67')+'\x6e','\x4a\x6c\x49\x70\x4f':function(_0x31e0d4,_0x3ff1f2){return _0x31e0d4*_0x3ff1f2;},'\x75\x4b\x59\x62\x46':_0x17c9e6(0x350,'\x50\x29\x50\x6d'),'\x46\x6c\x4d\x68\x6a':function(_0x9d2c89,_0x5cf556){return _0x9d2c89!==_0x5cf556;},'\x41\x52\x71\x6e\x66':_0x17c9e6(0x258,'\x59\x53\x25\x35'),'\x58\x6e\x78\x73\x5a':_0x17c9e6(0x454,'\x7a\x32\x4d\x5b'),'\x4f\x6e\x61\x7a\x4a':function(_0x50a19d,_0x1f8379){return _0x50a19d-_0x1f8379;},'\x53\x78\x71\x6a\x51':_0x17c9e6(0x351,'\x59\x53\x25\x35'),'\x44\x72\x4a\x58\x50':_0x17c9e6(0x30a,'\x47\x72\x5e\x50')+_0x17c9e6(0x21b,'\x70\x6e\x79\x48'),'\x57\x54\x6d\x77\x75':_0x17c9e6(0x233,'\x62\x48\x6d\x63'),'\x54\x54\x6e\x54\x76':function(_0x4dcf65,_0xf12ce5,_0x27cfb1,_0x460a9d,_0x5f5404){return _0x4dcf65(_0xf12ce5,_0x27cfb1,_0x460a9d,_0x5f5404);},'\x64\x48\x65\x69\x6e':_0x17c9e6(0x225,'\x69\x40\x42\x67'),'\x72\x41\x72\x76\x63':function(_0x24d8a4,_0x13616a){return _0x24d8a4+_0x13616a;},'\x46\x4e\x6d\x4b\x4b':_0x17c9e6(0x33c,'\x61\x55\x43\x39'),'\x47\x49\x6c\x77\x54':_0x17c9e6(0x24a,'\x6d\x5a\x5a\x6f')};try{if(_0x55018c[_0x17c9e6(0x296,'\x33\x2a\x70\x41')](_0x55018c[_0x17c9e6(0x386,'\x62\x48\x6d\x63')],_0x55018c[_0x17c9e6(0x34a,'\x26\x58\x75\x26')]))return null;else{let _0x5c868e=!![],_0x3ce9e0=-0x1*0x1f88+-0x4c7*-0x3+0x1139;const _0x3b40be=[_0x1d5ca3[_0x17c9e6(0x3e6,'\x33\x2a\x70\x41')](_0x509eed,_0x55018c[_0x17c9e6(0x2d7,'\x76\x5a\x65\x35')]),_0x1e2d20(_0x55018c[_0x17c9e6(0x2de,'\x70\x57\x49\x77')]),_0x1d5ca3[_0x17c9e6(0x2f9,'\x56\x66\x63\x6c')](_0x226337[_0x17c9e6(0x1ec,'\x7a\x32\x4d\x5b')](),_0x17c9e6(0x442,'\x56\x66\x63\x6c')+'\x77',_0x17c9e6(0x36e,'\x40\x6d\x24\x56')+'\x2e\x6a\x73\x6f\x6e')];for(const _0x5b1227 of _0x3b40be){if(_0x55018c[_0x17c9e6(0x320,'\x72\x44\x25\x33')](_0x55018c[_0x17c9e6(0x327,'\x65\x24\x50\x46')],_0x17c9e6(0x45c,'\x7a\x32\x4d\x5b')))try{if(_0x4cea3f[_0x17c9e6(0x389,'\x6d\x5a\x5a\x6f')+'\x6e\x63'](_0x5b1227)){const _0x1eb034=JSON[_0x17c9e6(0x394,'\x29\x30\x6e\x28')](_0x4cea3f[_0x17c9e6(0x2a7,'\x50\x29\x50\x6d')+_0x17c9e6(0x439,'\x7a\x32\x4d\x5b')](_0x5b1227,_0x55018c[_0x17c9e6(0x3df,'\x53\x62\x70\x4a')])),_0x56b663=_0x1eb034[_0x17c9e6(0x392,'\x38\x33\x39\x52')]||_0x1eb034;if(_0x55018c['\x77\x47\x41\x45\x6a'](_0x56b663[_0x17c9e6(0x20b,'\x35\x36\x38\x4a')+'\x74\x65'],![]))_0x5c868e=![];Number[_0x17c9e6(0x395,'\x71\x6a\x45\x29')](Number(_0x56b663[_0x17c9e6(0x27c,'\x50\x51\x4b\x43')+_0x17c9e6(0x311,'\x29\x69\x55\x66')+'\x61\x6c\x48\x6f\x75\x72\x73']))&&(_0x17c9e6(0x2e6,'\x29\x69\x55\x66')!==_0x55018c[_0x17c9e6(0x35f,'\x69\x40\x42\x67')]?_0x2fa91b['\x65\x72\x72\x6f\x72'](_0x17c9e6(0x276,'\x6f\x65\x4f\x4a')+_0x17c9e6(0x3ed,'\x57\x2a\x32\x58')+_0x17c9e6(0x3d8,'\x70\x6e\x79\x48')+_0x5a3ac1[_0x17c9e6(0x256,'\x46\x55\x68\x44')]):_0x3ce9e0=_0x55018c[_0x17c9e6(0x3f8,'\x44\x5d\x4d\x47')](Number,_0x56b663['\x61\x75\x74\x6f\x55\x70\x64\x61'+_0x17c9e6(0x39e,'\x28\x4f\x6c\x4f')+'\x61\x6c\x48\x6f\x75\x72\x73']));break;}}catch(_0x54c612){}else return _0x483c05[_0x17c9e6(0x441,'\x57\x2a\x32\x58')];}if(!_0x5c868e)return;const _0x342823=_0x1d5ca3['\x6a\x6f\x69\x6e'](_0x14bd0b,_0x55018c['\x6b\x66\x65\x69\x6f']),_0x526e7c=Date[_0x17c9e6(0x32b,'\x6d\x5a\x5a\x6f')](),_0x2d262c=_0x55018c[_0x17c9e6(0x234,'\x71\x7a\x61\x74')](_0x3ce9e0*(0xea+-0x11bd+0x110f),-0x16ec+0x10a6*-0x1+0x1*0x27ce)*(-0xde2+-0xa68+0x1c32*0x1);try{if(_0x55018c[_0x17c9e6(0x3cf,'\x6f\x65\x4f\x4a')](_0x55018c[_0x17c9e6(0x2a0,'\x59\x63\x34\x4d')],'\x76\x49\x49\x68\x62')){if(_0x4cea3f['\x65\x78\x69\x73\x74\x73\x53\x79'+'\x6e\x63'](_0x342823)){if(_0x55018c['\x46\x6c\x4d\x68\x6a'](_0x55018c[_0x17c9e6(0x3f3,'\x6f\x65\x4f\x4a')],_0x55018c[_0x17c9e6(0x33e,'\x56\x66\x63\x6c')])){const _0x12ea89=JSON[_0x17c9e6(0x2c3,'\x72\x32\x21\x42')](_0x4cea3f[_0x17c9e6(0x1e4,'\x56\x48\x63\x44')+_0x17c9e6(0x45b,'\x5a\x56\x54\x31')](_0x342823,_0x17c9e6(0x22b,'\x47\x72\x5e\x50')));if(_0x12ea89[_0x17c9e6(0x2a6,'\x53\x62\x70\x4a')+_0x17c9e6(0x317,'\x45\x5e\x23\x74')]&&_0x55018c[_0x17c9e6(0x319,'\x26\x58\x75\x26')](_0x526e7c,new Date(_0x12ea89[_0x17c9e6(0x31d,'\x76\x5a\x65\x35')+_0x17c9e6(0x1d9,'\x6d\x5a\x5a\x6f')])['\x67\x65\x74\x54\x69\x6d\x65']())<_0x2d262c)return;}else _0x175bd7[_0x17c9e6(0x2a4,'\x69\x40\x42\x67')](_0x17c9e6(0x1df,'\x6f\x65\x4f\x4a')+_0x17c9e6(0x1fc,'\x26\x58\x75\x26')+_0x17c9e6(0x216,'\x29\x69\x55\x66')+_0x17c9e6(0x413,'\x5a\x56\x54\x31')+'\x6c\x65\x64\x20\x28\x6e\x6f\x6e'+_0x17c9e6(0x272,'\x4c\x54\x4f\x43')+'\x20'+_0x5e238c[_0x17c9e6(0x1e9,'\x4d\x4a\x23\x6c')]);}}else GiUPyI[_0x17c9e6(0x1db,'\x46\x55\x68\x44')](_0x2dc0dc,GiUPyI[_0x17c9e6(0x285,'\x26\x58\x75\x26')])[_0x17c9e6(0x326,'\x72\x44\x25\x33')]({'\x70\x61\x74\x68':_0x11ab29[_0x17c9e6(0x457,'\x44\x5d\x4d\x47')](_0x29056e,_0x17c9e6(0x29a,'\x4d\x4a\x23\x6c')),'\x71\x75\x69\x65\x74':!![]});}catch(_0x2ee8a5){}try{if(_0x55018c[_0x17c9e6(0x2be,'\x62\x48\x6d\x63')](_0x55018c[_0x17c9e6(0x32e,'\x40\x6d\x24\x56')],_0x17c9e6(0x28c,'\x40\x62\x5b\x5b'))){const _0x20c25f=JSON['\x70\x61\x72\x73\x65'](_0x4cea3f[_0x17c9e6(0x37e,'\x57\x2a\x32\x58')+_0x17c9e6(0x3f5,'\x46\x55\x68\x44')](_0x1d5ca3[_0x17c9e6(0x2aa,'\x65\x24\x50\x46')](_0x509eed,_0x55018c[_0x17c9e6(0x464,'\x40\x56\x61\x73')]),_0x55018c[_0x17c9e6(0x466,'\x57\x2a\x32\x58')])),_0x388378=_0x20c25f[_0x17c9e6(0x44e,'\x45\x7a\x61\x73')]||_0x17c9e6(0x3ee,'\x59\x63\x34\x4d'),_0x13f55b=_0x55018c[_0x17c9e6(0x2e3,'\x29\x30\x6e\x28')](process[_0x17c9e6(0x23c,'\x64\x30\x37\x37')],_0x17c9e6(0x2e1,'\x23\x49\x6b\x5e'))?_0x17c9e6(0x334,'\x4d\x4a\x23\x6c'):_0x55018c[_0x17c9e6(0x39b,'\x40\x6d\x24\x56')],_0x1f9512={};_0x1f9512[_0x17c9e6(0x371,'\x40\x56\x61\x73')]='\x75\x74\x66\x38',_0x1f9512[_0x17c9e6(0x28e,'\x29\x69\x55\x66')]=0x2710,_0x1f9512[_0x17c9e6(0x247,'\x59\x53\x25\x35')+_0x17c9e6(0x35a,'\x50\x51\x4b\x43')]=!![],_0x1f9512[_0x17c9e6(0x2d3,'\x62\x48\x6d\x63')+'\x72']=_0x3fbb98,_0x55018c[_0x17c9e6(0x306,'\x46\x55\x68\x44')](_0xa98249,_0x13f55b,[_0x17c9e6(0x26f,'\x71\x50\x59\x4d'),_0x17c9e6(0x3f6,'\x59\x63\x34\x4d')+'\x65\x76\x6f\x6c\x76\x65\x72',_0x55018c[_0x17c9e6(0x396,'\x28\x4f\x6c\x4f')]],_0x1f9512,(_0x4c9a71,_0x1e95f8)=>{const _0x197c55=_0x17c9e6;if(_0x55018c[_0x197c55(0x26c,'\x56\x66\x63\x6c')](_0x55018c['\x58\x69\x6d\x50\x68'],_0x55018c['\x70\x67\x62\x64\x77']))return _0x45ef4f[_0x197c55(0x1e0,'\x33\x2a\x70\x41')]();else{if(_0x4c9a71)return;const _0xb460cc=_0x55018c['\x79\x43\x79\x4d\x70'](String,_0x55018c['\x6b\x64\x61\x79\x4a'](_0x1e95f8,''))[_0x197c55(0x232,'\x4b\x51\x46\x6c')]();_0xb460cc&&_0xb460cc!==_0x388378&&console[_0x197c55(0x2ba,'\x23\x49\x6b\x5e')](_0x197c55(0x2db,'\x40\x62\x5b\x5b')+_0x197c55(0x3e0,'\x59\x53\x25\x35')+_0x197c55(0x39d,'\x59\x53\x25\x35')+_0x197c55(0x45d,'\x69\x40\x42\x67')+'\x6c\x65\x3a\x20'+_0x388378+_0x197c55(0x430,'\x72\x44\x25\x33')+_0xb460cc+('\x20\x28\x6e\x70\x6d\x3a\x20\x40'+_0x197c55(0x41a,'\x7a\x32\x4d\x5b')+_0x197c55(0x469,'\x6d\x78\x63\x40')));}});}else _0x477721[_0x17c9e6(0x348,'\x23\x49\x6b\x5e')](GiUPyI[_0x17c9e6(0x310,'\x29\x30\x6e\x28')],_0x2d94&&_0x4f40c4[_0x17c9e6(0x467,'\x71\x50\x59\x4d')]||_0x3010f2);}catch(_0x24dad3){}try{_0x4cea3f[_0x17c9e6(0x37f,'\x71\x6a\x45\x29')+_0x17c9e6(0x238,'\x40\x6d\x24\x56')](_0x342823,_0x55018c[_0x17c9e6(0x29e,'\x62\x48\x6d\x63')](JSON[_0x17c9e6(0x25a,'\x6d\x78\x63\x40')+'\x79']({'\x6c\x61\x73\x74\x43\x68\x65\x63\x6b\x65\x64\x41\x74':new Date(_0x526e7c)[_0x17c9e6(0x2ff,'\x4a\x23\x72\x33')+_0x17c9e6(0x2fd,'\x4a\x23\x72\x33')]()},null,0xa4*0x38+-0x1*0xd4+-0x230a),'\x0a'));}catch(_0x5ddbbb){}}}catch(_0x276c8e){_0x55018c[_0x17c9e6(0x28b,'\x62\x48\x6d\x63')]===_0x55018c[_0x17c9e6(0x3fe,'\x50\x29\x50\x6d')]?_0x2729b9[_0x17c9e6(0x23e,'\x40\x62\x5b\x5b')]('\x5b\x4d\x61\x69\x6e\x74\x65\x6e'+_0x17c9e6(0x343,'\x44\x5d\x4d\x47')+_0x17c9e6(0x406,'\x29\x69\x55\x66')+_0x3d1cbf[_0x17c9e6(0x24b,'\x47\x62\x67\x61')]+(_0x17c9e6(0x2e9,'\x4c\x54\x4f\x43')+_0x17c9e6(0x3c6,'\x76\x5a\x65\x35')+_0x17c9e6(0x20d,'\x64\x53\x79\x4b')+'\x2e')):console[_0x17c9e6(0x3d3,'\x50\x29\x50\x6d')](_0x17c9e6(0x212,'\x4c\x54\x4f\x43')+_0x17c9e6(0x34d,'\x47\x72\x5e\x50')+_0x17c9e6(0x22c,'\x40\x56\x61\x73')+_0x17c9e6(0x23d,'\x44\x5d\x4d\x47')+_0x17c9e6(0x26d,'\x4c\x54\x4f\x43')+_0x276c8e[_0x17c9e6(0x32f,'\x59\x63\x34\x4d')]);}}async function _0x507486(){const _0x54230a=_0x1692da,_0x367789={'\x6a\x74\x6f\x78\x50':function(_0x3b8b2f,_0x16d7b7){return _0x3b8b2f(_0x16d7b7);},'\x4b\x69\x68\x72\x65':function(_0x50ea21,_0x56c9ec){return _0x50ea21!==_0x56c9ec;},'\x62\x48\x43\x7a\x64':function(_0x17ed99,_0x15d406){return _0x17ed99-_0x15d406;},'\x59\x51\x47\x68\x79':function(_0x19af91,_0x4e68da){return _0x19af91===_0x4e68da;},'\x7a\x72\x4c\x48\x4b':function(_0x4d738b,_0x5d4d1c,_0x365eea){return _0x4d738b(_0x5d4d1c,_0x365eea);},'\x4c\x73\x61\x72\x6c':function(_0x1a50b6,_0x1ed46e){return _0x1a50b6(_0x1ed46e);},'\x4b\x6c\x65\x6c\x44':function(_0x2e090b,_0x4e1143){return _0x2e090b(_0x4e1143);},'\x77\x52\x4e\x70\x70':_0x54230a(0x3d9,'\x56\x66\x63\x6c')+_0x54230a(0x38d,'\x44\x5d\x4d\x47')+_0x54230a(0x422,'\x6d\x5a\x5a\x6f')+'\x2d\x2d','\x6c\x49\x6b\x6a\x6f':function(_0x42547f,_0x1d21db){return _0x42547f+_0x1d21db;},'\x43\x51\x79\x42\x43':_0x54230a(0x368,'\x47\x62\x67\x61')+_0x54230a(0x2cd,'\x29\x30\x6e\x28')+_0x54230a(0x365,'\x65\x24\x50\x46'),'\x51\x42\x68\x67\x42':_0x54230a(0x338,'\x70\x57\x49\x77')+'\x29','\x4c\x48\x4f\x6a\x77':_0x54230a(0x313,'\x6d\x78\x63\x40')+_0x54230a(0x2fe,'\x50\x29\x50\x6d'),'\x77\x50\x53\x78\x6e':function(_0x54fb17,_0x198267){return _0x54fb17(_0x198267);},'\x4b\x57\x71\x51\x67':function(_0x1e51ad,_0x47950f){return _0x1e51ad+_0x47950f;},'\x77\x51\x41\x79\x4e':_0x54230a(0x27d,'\x5a\x56\x54\x31')+_0x54230a(0x3b6,'\x53\x62\x70\x4a')+_0x54230a(0x3b5,'\x50\x51\x4b\x43')+_0x54230a(0x379,'\x4b\x7a\x37\x45')+_0x54230a(0x450,'\x64\x53\x79\x4b'),'\x57\x7a\x65\x7a\x46':'\x28\x64\x65\x66\x61\x75\x6c\x74'+_0x54230a(0x27f,'\x70\x6e\x79\x48'),'\x58\x56\x73\x6e\x53':_0x54230a(0x254,'\x28\x4f\x6c\x4f'),'\x54\x74\x4a\x77\x4f':_0x54230a(0x325,'\x45\x7a\x61\x73')+_0x54230a(0x452,'\x72\x44\x25\x33')+_0x54230a(0x217,'\x4b\x51\x46\x6c'),'\x59\x56\x55\x77\x63':'\x6e\x73\x63\x52\x58','\x54\x62\x4b\x6c\x79':_0x54230a(0x220,'\x44\x5d\x4d\x47'),'\x58\x57\x61\x6e\x69':function(_0x11b8b2,_0x313ecf){return _0x11b8b2===_0x313ecf;},'\x54\x5a\x6b\x62\x55':_0x54230a(0x253,'\x28\x4f\x6c\x4f'),'\x4c\x46\x6e\x78\x4b':function(_0x7a5130,_0x3b4f3b){return _0x7a5130===_0x3b4f3b;},'\x50\x63\x49\x54\x6c':_0x54230a(0x280,'\x5a\x56\x54\x31'),'\x63\x58\x51\x58\x70':function(_0x12c862){return _0x12c862();},'\x77\x4c\x70\x59\x4b':_0x54230a(0x3c2,'\x33\x2a\x70\x41'),'\x48\x4d\x50\x78\x70':'\x4c\x76\x71\x74\x4d','\x77\x4d\x43\x54\x42':_0x54230a(0x1f2,'\x71\x6a\x45\x29')+_0x54230a(0x458,'\x72\x44\x25\x33')+_0x54230a(0x1f7,'\x62\x48\x6d\x63')+_0x54230a(0x3bd,'\x40\x6d\x24\x56')+_0x54230a(0x1e5,'\x56\x48\x63\x44'),'\x42\x75\x45\x62\x46':function(_0x527bff,_0x15795f){return _0x527bff>_0x15795f;}};let _0x59c82c=await _0x884017[_0x54230a(0x3a0,'\x29\x69\x55\x66')+'\x73']({});if(_0x59c82c['\x61\x62\x6f\x72\x74'])return;const {bridgeEnabled:_0x1e9ba9}=_0x59c82c,_0x3b86ab=Date[_0x54230a(0x36d,'\x56\x48\x63\x44')]();_0x367789['\x4b\x6c\x65\x6c\x44'](_0x59d034,_0x367789[_0x54230a(0x355,'\x70\x57\x49\x77')]),_0x59d034(_0x367789[_0x54230a(0x25c,'\x70\x6e\x79\x48')](_0x367789[_0x54230a(0x2b3,'\x5a\x56\x54\x31')]+(process.env.EVOLVE_STRATEGY||_0x367789[_0x54230a(0x40d,'\x71\x6a\x45\x29')])+_0x367789[_0x54230a(0x440,'\x7a\x32\x4d\x5b')]+(process.env.EVOLVE_BRIDGE||_0x367789[_0x54230a(0x1eb,'\x47\x72\x5e\x50')]),_0x54230a(0x335,'\x33\x2a\x70\x41')+_0x54230a(0x44b,'\x71\x7a\x61\x74'))+(process.env.EVOLVE_LOOP||_0x54230a(0x2fb,'\x47\x62\x67\x61'))),_0x367789[_0x54230a(0x20a,'\x4b\x7a\x37\x45')](_0x59d034,_0x367789[_0x54230a(0x214,'\x62\x48\x6d\x63')](_0x367789[_0x54230a(0x321,'\x72\x44\x25\x33')](_0x367789[_0x54230a(0x215,'\x5a\x56\x54\x31')],process.env.EVOLVER_IDLE_FETCH_INTERVAL_MS||_0x367789[_0x54230a(0x43a,'\x56\x48\x63\x44')]),'\x20\x52\x41\x4e\x44\x4f\x4d\x5f'+'\x44\x52\x49\x46\x54\x3d')+(process.env.RANDOM_DRIFT||_0x367789[_0x54230a(0x432,'\x70\x6e\x79\x48')])),console[_0x54230a(0x407,'\x72\x44\x25\x33')](_0x367789[_0x54230a(0x2c2,'\x56\x66\x63\x6c')]);try{if(_0x367789[_0x54230a(0x3fd,'\x59\x63\x34\x4d')](_0x367789['\x59\x56\x55\x77\x63'],_0x367789[_0x54230a(0x224,'\x6d\x78\x63\x40')]))_0x40de72();else{if(_0x80a7a3)return;const _0x7d4297=nkyAXW[_0x54230a(0x377,'\x40\x56\x61\x73')](_0x592a23,_0x78255c||'')[_0x54230a(0x289,'\x64\x30\x37\x37')]();_0x7d4297&&nkyAXW[_0x54230a(0x2f2,'\x5a\x56\x54\x31')](_0x7d4297,_0x2309e9)&&_0x382bcb[_0x54230a(0x293,'\x62\x48\x6d\x63')]('\x5b\x41\x75\x74\x6f\x55\x70\x64'+_0x54230a(0x2b7,'\x4b\x34\x74\x66')+'\x20\x76\x65\x72\x73\x69\x6f\x6e'+_0x54230a(0x204,'\x23\x49\x6b\x5e')+_0x54230a(0x32a,'\x38\x33\x39\x52')+_0x3d9430+_0x54230a(0x34b,'\x23\x49\x6b\x5e')+_0x7d4297+(_0x54230a(0x29c,'\x45\x5e\x23\x74')+_0x54230a(0x45f,'\x6d\x78\x63\x40')+_0x54230a(0x360,'\x65\x24\x50\x46')));}}catch(_0x100269){if(_0x367789[_0x54230a(0x231,'\x33\x2a\x70\x41')](_0x54230a(0x324,'\x45\x7a\x61\x73'),_0x367789[_0x54230a(0x31b,'\x72\x44\x25\x33')]))return{'\x6e\x61\x6d\x65':_0xdeb5fa,'\x74\x69\x6d\x65':_0x534339[_0x54230a(0x3b3,'\x71\x7a\x61\x74')](_0x555395['\x6a\x6f\x69\x6e'](_0x3c5365,_0x2e4ba5))[_0x54230a(0x268,'\x35\x36\x38\x4a')][_0x54230a(0x3b9,'\x61\x55\x43\x39')]()};else console['\x65\x72\x72\x6f\x72'](_0x54230a(0x42d,'\x76\x5a\x65\x35')+_0x54230a(0x302,'\x28\x4f\x6c\x4f')+_0x54230a(0x315,'\x4d\x4a\x23\x6c')+_0x54230a(0x444,'\x6d\x78\x63\x40')+_0x54230a(0x342,'\x5a\x56\x54\x31')+_0x54230a(0x3e4,'\x59\x53\x25\x35')+'\x20'+_0x100269[_0x54230a(0x411,'\x64\x30\x37\x37')]);}if(!_0x4a435f){if(_0x367789[_0x54230a(0x29d,'\x6d\x78\x63\x40')](_0x367789[_0x54230a(0x372,'\x70\x57\x49\x77')],_0x367789[_0x54230a(0x459,'\x72\x44\x25\x33')]))_0x367789[_0x54230a(0x38f,'\x26\x58\x75\x26')](_0x939734);else try{_0x31d1f6[_0x54230a(0x375,'\x57\x2a\x32\x58')+'\x6e\x63'](_0x56e164[_0x54230a(0x3e8,'\x59\x63\x34\x4d')](_0x40122e,_0x1b0c19));}catch(_0x10787e){}}else{if(_0x367789[_0x54230a(0x3a8,'\x44\x5d\x4d\x47')](_0x367789[_0x54230a(0x2d8,'\x59\x53\x25\x35')],_0x367789[_0x54230a(0x456,'\x35\x36\x38\x4a')])){if(!_0x3f180a[_0x54230a(0x397,'\x45\x5e\x23\x74')+'\x6e\x63'](_0x510577))return null;const _0x306ac6=_0x4a905a[_0x54230a(0x34f,'\x45\x5e\x23\x74')+_0x54230a(0x1e2,'\x38\x33\x39\x52')](_0xfd4524)[_0x54230a(0x2c6,'\x4b\x7a\x37\x45')](function(_0x527a26){const _0x52e4c0=_0x54230a;return _0x527a26[_0x52e4c0(0x44d,'\x64\x30\x37\x37')](_0x52e4c0(0x29b,'\x45\x5e\x23\x74'));})[_0x54230a(0x3f9,'\x57\x2a\x32\x58')](function(_0xef46d6){const _0x198ae7=_0x54230a;return{'\x70\x61\x74\x68':_0x376dc1[_0x198ae7(0x421,'\x6d\x78\x63\x40')](_0x339466,_0xef46d6),'\x74\x69\x6d\x65':_0xe7f26e['\x73\x74\x61\x74\x53\x79\x6e\x63'](_0x127334[_0x198ae7(0x283,'\x45\x5e\x23\x74')](_0x284c4b,_0xef46d6))['\x6d\x74\x69\x6d\x65'][_0x198ae7(0x24e,'\x6d\x5a\x5a\x6f')]()};})[_0x54230a(0x292,'\x6d\x5a\x5a\x6f')](function(_0x17273f,_0x1d6337){const _0x51cabf=_0x54230a;return nkyAXW[_0x51cabf(0x264,'\x4b\x51\x46\x6c')](_0x1d6337[_0x51cabf(0x207,'\x33\x2a\x70\x41')],_0x17273f[_0x51cabf(0x2cf,'\x56\x66\x63\x6c')]);});if(!_0x306ac6||nkyAXW[_0x54230a(0x329,'\x4b\x51\x46\x6c')](_0x306ac6['\x6c\x65\x6e\x67\x74\x68'],0x1b74*0x1+0x150b*-0x1+0x223*-0x3))return null;const _0xbbde32=nkyAXW[_0x54230a(0x3c5,'\x64\x30\x37\x37')](_0x14c7e4,_0x306ac6[0x1c5c+0x9*-0x33f+0xdb][_0x54230a(0x400,'\x6d\x78\x63\x40')],0x75f+-0x72c2*0x1+-0xe1*-0xc3);return nkyAXW[_0x54230a(0x3c1,'\x40\x6d\x24\x56')](_0x33c8b0,_0xbbde32);}else console[_0x54230a(0x25f,'\x71\x6a\x45\x29')](_0x367789[_0x54230a(0x235,'\x40\x62\x5b\x5b')]);}_0x884017[_0x54230a(0x380,'\x4c\x54\x4f\x43')+_0x54230a(0x448,'\x71\x50\x59\x4d')+_0x54230a(0x1dd,'\x45\x5e\x23\x74')+_0x54230a(0x3bf,'\x45\x7a\x61\x73')](),_0x59c82c=await _0x4f1fb8[_0x54230a(0x260,'\x4b\x51\x46\x6c')+_0x54230a(0x28f,'\x65\x24\x50\x46')](_0x59c82c),_0x59c82c={..._0x59c82c,'\x73\x63\x61\x6e\x54\x69\x6d\x65':_0x367789[_0x54230a(0x265,'\x4c\x54\x4f\x43')](Date[_0x54230a(0x3a1,'\x71\x6a\x45\x29')](),_0x3b86ab),'\x69\x6e\x69\x74\x69\x61\x6c\x55\x73\x65\x72\x50\x72\x6f\x6d\x70\x74':_0x953421()},_0x59c82c=await _0x5bb005['\x65\x78\x74\x72\x61\x63\x74\x53'+_0x54230a(0x339,'\x61\x55\x43\x39')+_0x54230a(0x213,'\x44\x5d\x4d\x47')]({..._0x59c82c,'\x6c\x61\x73\x74\x48\x75\x62\x46\x65\x74\x63\x68\x4d\x73':_0x210871}),_0x59c82c=await _0x281f72[_0x54230a(0x1e6,'\x69\x40\x42\x67')+_0x54230a(0x2b8,'\x45\x7a\x61\x73')](_0x59c82c);if(_0x367789[_0x54230a(0x449,'\x6d\x78\x63\x40')](_0x59c82c[_0x54230a(0x384,'\x4b\x7a\x37\x45')+_0x54230a(0x316,'\x47\x72\x5e\x50')],_0x210871))_0x210871=_0x59c82c[_0x54230a(0x262,'\x70\x6e\x79\x48')+_0x54230a(0x46c,'\x50\x29\x50\x6d')];_0x59c82c=await _0x420f93[_0x54230a(0x3c4,'\x6d\x78\x63\x40')]({..._0x59c82c,'\x49\x53\x5f\x52\x41\x4e\x44\x4f\x4d\x5f\x44\x52\x49\x46\x54':_0x44edcf,'\x49\x53\x5f\x52\x45\x56\x49\x45\x57\x5f\x4d\x4f\x44\x45':_0x4cd625,'\x49\x53\x5f\x44\x52\x59\x5f\x52\x55\x4e':_0x4a435f,'\x41\x47\x45\x4e\x54\x5f\x4e\x41\x4d\x45':_0x3945dd}),_0x44edcf=!!_0x59c82c[_0x54230a(0x2c8,'\x56\x66\x63\x6c')+'\x4d\x5f\x44\x52\x49\x46\x54'],_0x59c82c=await _0x27b3ea['\x73\x65\x6c\x65\x63\x74\x41\x6e'+_0x54230a(0x46a,'\x6d\x78\x63\x40')](_0x59c82c),await _0x5b315c[_0x54230a(0x27b,'\x72\x44\x25\x33')](_0x59c82c);}const _0x74c1db={};_0x74c1db[_0x1692da(0x3a6,'\x50\x29\x50\x6d')]=_0x507486,_0x74c1db[_0x1692da(0x417,'\x76\x5a\x65\x35')]=_0x59d034,_0x74c1db[_0x1692da(0x433,'\x4d\x4a\x23\x6c')+_0x1692da(0x387,'\x50\x51\x4b\x43')+_0x1692da(0x408,'\x28\x4f\x6c\x4f')+_0x1692da(0x2b2,'\x46\x55\x68\x44')]=_0x27b3ea[_0x1692da(0x3e3,'\x6d\x78\x63\x40')+_0x1692da(0x24d,'\x6f\x65\x4f\x4a')+'\x74\x72\x61\x74\x65\x67\x79\x50'+_0x1692da(0x20e,'\x6d\x78\x63\x40')],_0x74c1db[_0x1692da(0x2e4,'\x71\x50\x59\x4d')+_0x1692da(0x3da,'\x23\x49\x6b\x5e')+'\x6c\x73']=_0x5bb005[_0x1692da(0x219,'\x29\x69\x55\x66')+_0x1692da(0x279,'\x62\x48\x6d\x63')+'\x6c\x73'],_0x74c1db[_0x1692da(0x349,'\x44\x5d\x4d\x47')+_0x1692da(0x435,'\x71\x50\x59\x4d')+'\x6e\x61\x62\x6c\x65\x64']=_0x884017[_0x1692da(0x35c,'\x56\x66\x63\x6c')+_0x1692da(0x46b,'\x59\x53\x25\x35')+_0x1692da(0x2af,'\x53\x62\x70\x4a')],_0x74c1db['\x64\x65\x74\x65\x63\x74\x43\x70'+_0x1692da(0x1f6,'\x6d\x78\x63\x40')]=_0x884017[_0x1692da(0x390,'\x47\x62\x67\x61')+_0x1692da(0x37b,'\x4b\x34\x74\x66')],_0x74c1db[_0x1692da(0x419,'\x69\x40\x42\x67')+_0x1692da(0x2c7,'\x6f\x65\x4f\x4a')+'\x78']=_0x884017[_0x1692da(0x3f1,'\x4d\x4a\x23\x6c')+_0x1692da(0x25b,'\x38\x33\x39\x52')+'\x78'],_0x74c1db[_0x1692da(0x2a5,'\x7a\x32\x4d\x5b')+_0x1692da(0x243,'\x64\x53\x79\x4b')]=_0x884017[_0x1692da(0x30d,'\x64\x30\x37\x37')+_0x1692da(0x229,'\x5a\x56\x54\x31')],_0x74c1db[_0x1692da(0x3e7,'\x7a\x32\x4d\x5b')+_0x1692da(0x41b,'\x70\x57\x49\x77')]=_0x4f1fb8[_0x1692da(0x1fb,'\x40\x56\x61\x73')+_0x1692da(0x2b6,'\x56\x66\x63\x6c')],_0x74c1db[_0x1692da(0x37d,'\x62\x48\x6d\x63')+'\x72\x73\x6f\x72\x54\x72\x61\x6e'+_0x1692da(0x403,'\x29\x69\x55\x66')]=_0x4f1fb8[_0x1692da(0x45e,'\x47\x72\x5e\x50')+'\x72\x73\x6f\x72\x54\x72\x61\x6e'+_0x1692da(0x418,'\x6d\x78\x63\x40')],_0x74c1db[_0x1692da(0x3ea,'\x40\x6d\x24\x56')+_0x1692da(0x284,'\x23\x49\x6b\x5e')+_0x1692da(0x409,'\x29\x69\x55\x66')+'\x74\x79']=_0x4f1fb8[_0x1692da(0x23a,'\x71\x7a\x61\x74')+_0x1692da(0x1da,'\x6f\x65\x4f\x4a')+_0x1692da(0x40a,'\x56\x66\x63\x6c')+'\x74\x79'],_0x74c1db[_0x1692da(0x20f,'\x70\x57\x49\x77')+_0x1692da(0x460,'\x44\x5d\x4d\x47')+_0x1692da(0x393,'\x4d\x4a\x23\x6c')+'\x67']=_0x4f1fb8[_0x1692da(0x288,'\x71\x6a\x45\x29')+_0x1692da(0x44a,'\x6f\x65\x4f\x4a')+_0x1692da(0x2f4,'\x40\x56\x61\x73')+'\x67'],module[_0x1692da(0x398,'\x50\x29\x50\x6d')]=_0x74c1db;
|
|
1
|
+
const fs = require('fs');
|
|
2
|
+
const path = require('path');
|
|
3
|
+
const os = require('os');
|
|
4
|
+
const { execSync, execFile } = require('child_process');
|
|
5
|
+
|
|
6
|
+
// 10 MB — prevents RangeError on large child process output (e.g. git log/diff
|
|
7
|
+
// on large repos). See GHSA reports / issue #451.
|
|
8
|
+
const MAX_EXEC_BUFFER = 10 * 1024 * 1024;
|
|
9
|
+
const { getRepoRoot, getMemoryDir, getAgentSessionsDir, getEvomapPath } = require('./gep/paths');
|
|
10
|
+
const { ensureAssetFiles } = require('./gep/assetStore');
|
|
11
|
+
|
|
12
|
+
const REPO_ROOT = getRepoRoot();
|
|
13
|
+
|
|
14
|
+
// Verbose logging helper. Checks EVOLVER_VERBOSE env const (set by --verbose flag in index.js).
|
|
15
|
+
function verbose(...args) {
|
|
16
|
+
if (String(process.env.EVOLVER_VERBOSE || '').toLowerCase() !== 'true') return;
|
|
17
|
+
args.unshift('[Verbose]');
|
|
18
|
+
console.log.apply(console, args);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// Idle-cycle gating: tracks the timestamp of the last Hub fetch across cycles.
|
|
22
|
+
// Gating logic (shouldSkipHubCalls) lives in pipeline/signals.js; this variable
|
|
23
|
+
// is passed in as lastHubFetchMs and updated here after a successful Hub fetch.
|
|
24
|
+
let _lastHubFetchMs = 0;
|
|
25
|
+
|
|
26
|
+
function extractFirstUserMessage(content) {
|
|
27
|
+
if (!content) return null;
|
|
28
|
+
const lines = content.split('\n');
|
|
29
|
+
for (const line of lines) {
|
|
30
|
+
if (!line.trim()) continue;
|
|
31
|
+
try {
|
|
32
|
+
const data = JSON.parse(line);
|
|
33
|
+
const msg = data.message || data;
|
|
34
|
+
if (msg.role === 'user' || msg.role === 'USER') {
|
|
35
|
+
const msgContent = msg.content;
|
|
36
|
+
if (Array.isArray(msgContent)) {
|
|
37
|
+
const textParts = msgContent.filter(function(c) { return c.type === 'text'; }).map(function(c) { return c.text; }).join('');
|
|
38
|
+
return textParts.trim();
|
|
39
|
+
} else if (typeof msgContent === 'string') {
|
|
40
|
+
return msgContent.trim();
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
} catch (_) {
|
|
44
|
+
// Not JSON, skip
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return null;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
function getCurrentSessionInitialPrompt() {
|
|
51
|
+
function getCursorPrompt() {
|
|
52
|
+
if (!CURSOR_TRANSCRIPTS_DIR) return null;
|
|
53
|
+
try {
|
|
54
|
+
const files = collectTranscriptFiles(CURSOR_TRANSCRIPTS_DIR, 3);
|
|
55
|
+
if (!files || files.length === 0) return null;
|
|
56
|
+
files.sort(function(a, b) { return b.time - a.time; });
|
|
57
|
+
const headContent = readFileHead(files[0].path, 16384);
|
|
58
|
+
return extractFirstUserMessage(headContent);
|
|
59
|
+
} catch (e) {
|
|
60
|
+
return null;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
function getOpenClawPrompt() {
|
|
65
|
+
try {
|
|
66
|
+
if (!fs.existsSync(AGENT_SESSIONS_DIR)) return null;
|
|
67
|
+
const sessions = fs.readdirSync(AGENT_SESSIONS_DIR)
|
|
68
|
+
.filter(function(f) { return f.endsWith('.jsonl'); })
|
|
69
|
+
.map(function(f) {
|
|
70
|
+
return {
|
|
71
|
+
path: path.join(AGENT_SESSIONS_DIR, f),
|
|
72
|
+
time: fs.statSync(path.join(AGENT_SESSIONS_DIR, f)).mtime.getTime(),
|
|
73
|
+
};
|
|
74
|
+
})
|
|
75
|
+
.sort(function(a, b) { return b.time - a.time; });
|
|
76
|
+
if (!sessions || sessions.length === 0) return null;
|
|
77
|
+
const headContent = readFileHead(sessions[0].path, 16384);
|
|
78
|
+
return extractFirstUserMessage(headContent);
|
|
79
|
+
} catch (e) {
|
|
80
|
+
return null;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
if (SESSION_SOURCE === 'cursor') return getCursorPrompt();
|
|
85
|
+
if (SESSION_SOURCE === 'openclaw') return getOpenClawPrompt();
|
|
86
|
+
if (SESSION_SOURCE === 'merge') return getOpenClawPrompt() || getCursorPrompt();
|
|
87
|
+
|
|
88
|
+
// 'auto': detect available sources
|
|
89
|
+
const hasOpenClaw = fs.existsSync(AGENT_SESSIONS_DIR);
|
|
90
|
+
const hasCursor = !!(CURSOR_TRANSCRIPTS_DIR || process.env.CURSOR_TRACE_DIR || process.env.CURSOR_BACKGROUND_TRANSCRIPTS_DIR);
|
|
91
|
+
|
|
92
|
+
if (hasOpenClaw && hasCursor) return getOpenClawPrompt() || getCursorPrompt();
|
|
93
|
+
if (hasOpenClaw) return getOpenClawPrompt();
|
|
94
|
+
if (hasCursor) return getCursorPrompt();
|
|
95
|
+
return null;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
// Load environment variables from repo root
|
|
99
|
+
try {
|
|
100
|
+
require('dotenv').config({ path: path.join(REPO_ROOT, '.env'), quiet: true });
|
|
101
|
+
} catch (e) {
|
|
102
|
+
// dotenv might not be installed or .env missing, proceed gracefully
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// Pipeline modules required AFTER dotenv so their module-level constants
|
|
106
|
+
// (AGENT_SESSIONS_DIR, CURSOR_TRANSCRIPTS_DIR, SESSION_SOURCE, etc.) are
|
|
107
|
+
// computed with .env values already in process.env.
|
|
108
|
+
const _guards = require('./evolve/guards');
|
|
109
|
+
const _collect = require('./evolve/pipeline/collect');
|
|
110
|
+
const _signals = require('./evolve/pipeline/signals');
|
|
111
|
+
const _hub = require('./evolve/pipeline/hub');
|
|
112
|
+
const _enrich = require('./evolve/pipeline/enrich');
|
|
113
|
+
const _select = require('./evolve/pipeline/select');
|
|
114
|
+
const _dispatch = require('./evolve/pipeline/dispatch');
|
|
115
|
+
const { collectTranscriptFiles, readFileHead } = require('./evolve/utils');
|
|
116
|
+
|
|
117
|
+
// Configuration from CLI flags or Env
|
|
118
|
+
const ARGS = process.argv.slice(2);
|
|
119
|
+
const IS_REVIEW_MODE = ARGS.includes('--review');
|
|
120
|
+
const IS_DRY_RUN = ARGS.includes('--dry-run');
|
|
121
|
+
let IS_RANDOM_DRIFT = ARGS.includes('--drift') || String(process.env.RANDOM_DRIFT || '').toLowerCase() === 'true';
|
|
122
|
+
|
|
123
|
+
// Default Configuration
|
|
124
|
+
const MEMORY_DIR = getMemoryDir();
|
|
125
|
+
const AGENT_NAME = process.env.AGENT_NAME || 'main';
|
|
126
|
+
// Honors process.env.AGENT_SESSIONS_DIR and EVOLVER_SESSION_SCOPE.
|
|
127
|
+
// Pre-1.78.9 this was a hard-coded `~/.openclaw/agents/<name>/sessions`
|
|
128
|
+
// and silently ignored both env vars -- see issue #527.
|
|
129
|
+
const AGENT_SESSIONS_DIR = getAgentSessionsDir();
|
|
130
|
+
const CURSOR_TRANSCRIPTS_DIR = process.env.EVOLVER_CURSOR_TRANSCRIPTS_DIR || '';
|
|
131
|
+
const SESSION_SOURCE = (process.env.EVOLVER_SESSION_SOURCE || 'auto').toLowerCase();
|
|
132
|
+
|
|
133
|
+
// Ensure memory directory exists so state/cache writes work.
|
|
134
|
+
try {
|
|
135
|
+
if (!fs.existsSync(MEMORY_DIR)) fs.mkdirSync(MEMORY_DIR, { recursive: true });
|
|
136
|
+
} catch (e) {
|
|
137
|
+
console.warn('[Evolver] Failed to create MEMORY_DIR (may cause downstream errors):', e && e.message || e);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
function performMaintenance() {
|
|
142
|
+
// Auto-update check (rate-limited, non-fatal).
|
|
143
|
+
checkAndAutoUpdate();
|
|
144
|
+
|
|
145
|
+
try {
|
|
146
|
+
if (!fs.existsSync(AGENT_SESSIONS_DIR)) return;
|
|
147
|
+
|
|
148
|
+
const files = fs.readdirSync(AGENT_SESSIONS_DIR).filter(f => f.endsWith('.jsonl'));
|
|
149
|
+
|
|
150
|
+
// Clean up evolver's own hand sessions immediately.
|
|
151
|
+
// These are single-use executor sessions that must not accumulate,
|
|
152
|
+
// otherwise they pollute the agent's context and starve user conversations.
|
|
153
|
+
const evolverFiles = files.filter(f => f.startsWith('evolver_hand_'));
|
|
154
|
+
for (const f of evolverFiles) {
|
|
155
|
+
try {
|
|
156
|
+
fs.unlinkSync(path.join(AGENT_SESSIONS_DIR, f));
|
|
157
|
+
} catch (_) {}
|
|
158
|
+
}
|
|
159
|
+
if (evolverFiles.length > 0) {
|
|
160
|
+
console.log(`[Maintenance] Cleaned ${evolverFiles.length} evolver hand session(s).`);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// Archive old non-evolver sessions when count exceeds threshold.
|
|
164
|
+
const remaining = files.length - evolverFiles.length;
|
|
165
|
+
if (remaining < 100) return;
|
|
166
|
+
|
|
167
|
+
console.log(`[Maintenance] Found ${remaining} session logs. Archiving old ones...`);
|
|
168
|
+
|
|
169
|
+
const ARCHIVE_DIR = path.join(AGENT_SESSIONS_DIR, 'archive');
|
|
170
|
+
if (!fs.existsSync(ARCHIVE_DIR)) fs.mkdirSync(ARCHIVE_DIR, { recursive: true });
|
|
171
|
+
|
|
172
|
+
const fileStats = files
|
|
173
|
+
.filter(f => !f.startsWith('evolver_hand_'))
|
|
174
|
+
.map(f => {
|
|
175
|
+
try {
|
|
176
|
+
return { name: f, time: fs.statSync(path.join(AGENT_SESSIONS_DIR, f)).mtime.getTime() };
|
|
177
|
+
} catch (e) {
|
|
178
|
+
return null;
|
|
179
|
+
}
|
|
180
|
+
})
|
|
181
|
+
.filter(Boolean)
|
|
182
|
+
.sort((a, b) => a.time - b.time);
|
|
183
|
+
|
|
184
|
+
const toArchive = fileStats.slice(0, fileStats.length - 50);
|
|
185
|
+
|
|
186
|
+
for (const file of toArchive) {
|
|
187
|
+
const oldPath = path.join(AGENT_SESSIONS_DIR, file.name);
|
|
188
|
+
const newPath = path.join(ARCHIVE_DIR, file.name);
|
|
189
|
+
fs.renameSync(oldPath, newPath);
|
|
190
|
+
}
|
|
191
|
+
if (toArchive.length > 0) {
|
|
192
|
+
console.log(`[Maintenance] Archived ${toArchive.length} logs to ${ARCHIVE_DIR}`);
|
|
193
|
+
}
|
|
194
|
+
} catch (e) {
|
|
195
|
+
console.error(`[Maintenance] Error: ${e.message}`);
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// --- Auto-update: check for newer versions of evolver ---
|
|
200
|
+
function checkAndAutoUpdate() {
|
|
201
|
+
try {
|
|
202
|
+
let autoUpdate = true;
|
|
203
|
+
let intervalHours = 6;
|
|
204
|
+
|
|
205
|
+
// Read config from multiple locations (prioritize evolver's own .env/config)
|
|
206
|
+
const configCandidates = [
|
|
207
|
+
path.join(REPO_ROOT, 'evolver.json'),
|
|
208
|
+
getEvomapPath('evolver.json'),
|
|
209
|
+
path.join(os.homedir(), '.openclaw', 'openclaw.json'),
|
|
210
|
+
];
|
|
211
|
+
for (const configPath of configCandidates) {
|
|
212
|
+
try {
|
|
213
|
+
if (fs.existsSync(configPath)) {
|
|
214
|
+
const cfg = JSON.parse(fs.readFileSync(configPath, 'utf8'));
|
|
215
|
+
const evolverCfg = cfg.evolver || cfg;
|
|
216
|
+
if (evolverCfg.autoUpdate === false) autoUpdate = false;
|
|
217
|
+
if (Number.isFinite(Number(evolverCfg.autoUpdateIntervalHours))) {
|
|
218
|
+
intervalHours = Number(evolverCfg.autoUpdateIntervalHours);
|
|
219
|
+
}
|
|
220
|
+
break;
|
|
221
|
+
}
|
|
222
|
+
} catch (_) {}
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
if (!autoUpdate) return;
|
|
226
|
+
|
|
227
|
+
const stateFile = path.join(MEMORY_DIR, 'evolver_update_check.json');
|
|
228
|
+
const now = Date.now();
|
|
229
|
+
const intervalMs = intervalHours * 60 * 60 * 1000;
|
|
230
|
+
try {
|
|
231
|
+
if (fs.existsSync(stateFile)) {
|
|
232
|
+
const state = JSON.parse(fs.readFileSync(stateFile, 'utf8'));
|
|
233
|
+
if (state.lastCheckedAt && (now - new Date(state.lastCheckedAt).getTime()) < intervalMs) {
|
|
234
|
+
return;
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
} catch (_) {}
|
|
238
|
+
|
|
239
|
+
// Channel 1: npm (preferred for standalone/Cursor/Claude Code/Codex installs)
|
|
240
|
+
//
|
|
241
|
+
// Round-4: previously this used execSync('npm view ...') with timeout
|
|
242
|
+
// 10s, which on a first-launch cycle sync-blocks the main thread for up
|
|
243
|
+
// to 10s while DNS warms and the npm registry responds. During that
|
|
244
|
+
// window NO setTimeout callback fires -- including the heartbeat tick
|
|
245
|
+
// AND the round-2 hung-tick watchdog. If the first heartbeat was
|
|
246
|
+
// scheduled to fire mid-block, it can miss its slot entirely. Fire the
|
|
247
|
+
// check via async execFile so the event loop stays responsive; the
|
|
248
|
+
// result is only logged, no caller awaits it.
|
|
249
|
+
try {
|
|
250
|
+
const currentPkg = JSON.parse(fs.readFileSync(path.join(REPO_ROOT, 'package.json'), 'utf8'));
|
|
251
|
+
const currentVersion = currentPkg.version || '0.0.0';
|
|
252
|
+
const npmBin = process.platform === 'win32' ? 'npm.cmd' : 'npm';
|
|
253
|
+
execFile(npmBin, ['view', '@evomap/evolver', 'version'], {
|
|
254
|
+
encoding: 'utf8',
|
|
255
|
+
timeout: 10000,
|
|
256
|
+
windowsHide: true,
|
|
257
|
+
maxBuffer: MAX_EXEC_BUFFER,
|
|
258
|
+
}, (err, stdout) => {
|
|
259
|
+
if (err) return; // network flap, npm not installed, etc. -- silent
|
|
260
|
+
const npmOut = String(stdout || '').trim();
|
|
261
|
+
if (npmOut && npmOut !== currentVersion) {
|
|
262
|
+
console.log(`[AutoUpdate] New version available: ${currentVersion} -> ${npmOut} (npm: @evomap/evolver)`);
|
|
263
|
+
}
|
|
264
|
+
});
|
|
265
|
+
} catch (_) {}
|
|
266
|
+
|
|
267
|
+
try {
|
|
268
|
+
fs.writeFileSync(stateFile, JSON.stringify({ lastCheckedAt: new Date(now).toISOString() }, null, 2) + '\n');
|
|
269
|
+
} catch (_) {}
|
|
270
|
+
} catch (e) {
|
|
271
|
+
console.log(`[AutoUpdate] Check failed (non-fatal): ${e.message}`);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
async function run() {
|
|
277
|
+
let ctx = await _guards.runGuards({});
|
|
278
|
+
if (ctx.abort) return;
|
|
279
|
+
|
|
280
|
+
const { bridgeEnabled } = ctx;
|
|
281
|
+
|
|
282
|
+
const startTime = Date.now();
|
|
283
|
+
verbose('--- evolve.run() start ---');
|
|
284
|
+
verbose('Config: EVOLVE_STRATEGY=' + (process.env.EVOLVE_STRATEGY || '(default)') + ' EVOLVE_BRIDGE=' + (process.env.EVOLVE_BRIDGE || '(default)') + ' EVOLVE_LOOP=' + (process.env.EVOLVE_LOOP || 'false'));
|
|
285
|
+
verbose('Config: EVOLVER_IDLE_FETCH_INTERVAL_MS=' + (process.env.EVOLVER_IDLE_FETCH_INTERVAL_MS || '(default 600000)') + ' RANDOM_DRIFT=' + (process.env.RANDOM_DRIFT || 'false'));
|
|
286
|
+
console.log('Scanning session logs...');
|
|
287
|
+
|
|
288
|
+
// Ensure all GEP asset files exist before any operation.
|
|
289
|
+
// This prevents "No such file or directory" errors when external tools
|
|
290
|
+
// (grep, cat, etc.) reference optional append-only files like genes.jsonl.
|
|
291
|
+
try { ensureAssetFiles(); } catch (e) {
|
|
292
|
+
console.error(`[AssetInit] ensureAssetFiles failed (non-fatal): ${e.message}`);
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
// Maintenance: Clean up old logs to keep directory scan fast
|
|
296
|
+
if (!IS_DRY_RUN) {
|
|
297
|
+
performMaintenance();
|
|
298
|
+
} else {
|
|
299
|
+
console.log('[Maintenance] Skipped (dry-run mode).');
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
_guards.checkRepairLoopCircuitBreaker();
|
|
303
|
+
|
|
304
|
+
ctx = await _collect.collectContext(ctx);
|
|
305
|
+
// Inject run-level values not available inside collectContext itself.
|
|
306
|
+
ctx = { ...ctx, scanTime: Date.now() - startTime, initialUserPrompt: getCurrentSessionInitialPrompt() };
|
|
307
|
+
|
|
308
|
+
// Stage 3: load GEP assets (genes/capsules/events), extract signals from transcripts,
|
|
309
|
+
// inject dormant-hypothesis / retry-context / curriculum signals, compute idle-gating.
|
|
310
|
+
ctx = await _signals.extractSignalsStage({ ...ctx, lastHubFetchMs: _lastHubFetchMs });
|
|
311
|
+
|
|
312
|
+
// Stage 4: generate proactive questions, fetch Hub tasks, run validator, process
|
|
313
|
+
// overdue tasks / hub events / worker pool, claim best task.
|
|
314
|
+
ctx = await _hub.hubCoordinate(ctx);
|
|
315
|
+
// Persist updated fetch timestamp for idle-gating across cycles.
|
|
316
|
+
if (ctx.lastHubFetchMs > _lastHubFetchMs) _lastHubFetchMs = ctx.lastHubFetchMs;
|
|
317
|
+
|
|
318
|
+
// Stage 5: record memory graph outcome+snapshot, build previews, hub search,
|
|
319
|
+
// ATP auto-buy, memory advice, reflection, failed capsules, heartbeat hints,
|
|
320
|
+
// shared knowledge, force update, heartbeat actions, local plateau detection.
|
|
321
|
+
// IS_RANDOM_DRIFT may be set true inside enrich; sync back to module var after.
|
|
322
|
+
ctx = await _enrich.enrich({ ...ctx, IS_RANDOM_DRIFT, IS_REVIEW_MODE, IS_DRY_RUN, AGENT_NAME });
|
|
323
|
+
IS_RANDOM_DRIFT = !!ctx.IS_RANDOM_DRIFT;
|
|
324
|
+
|
|
325
|
+
// Stage 6: select gene + capsule, compute strategy policy and personality, build mutation,
|
|
326
|
+
// record hypothesis and attempt in memory graph (both blocking — refuses to evolve on failure).
|
|
327
|
+
ctx = await _select.selectAndMutate(ctx);
|
|
328
|
+
|
|
329
|
+
// Stage 7: write solidify state, build GEP prompt, spawn executor via sessions_spawn (bridge)
|
|
330
|
+
// or print to stdout (loop mode). Returns early without output when idle-gated.
|
|
331
|
+
await _dispatch.dispatch(ctx);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
module.exports = {
|
|
335
|
+
run,
|
|
336
|
+
verbose,
|
|
337
|
+
// Delegate to canonical implementations in pipeline modules so tests and
|
|
338
|
+
// production always exercise the same code path (fixes duplicate-copy drift).
|
|
339
|
+
computeAdaptiveStrategyPolicy: _select.computeAdaptiveStrategyPolicy,
|
|
340
|
+
shouldSkipHubCalls: _signals.shouldSkipHubCalls,
|
|
341
|
+
determineBridgeEnabled: _guards.determineBridgeEnabled,
|
|
342
|
+
detectCpuCount: _guards.detectCpuCount,
|
|
343
|
+
getDefaultLoadMax: _guards.getDefaultLoadMax,
|
|
344
|
+
getSystemLoad: _guards.getSystemLoad,
|
|
345
|
+
formatSessionLog: _collect.formatSessionLog,
|
|
346
|
+
formatCursorTranscript: _collect.formatCursorTranscript,
|
|
347
|
+
diagnoseSessionSourceEmpty: _collect.diagnoseSessionSourceEmpty,
|
|
348
|
+
resetSessionSourceWarning: _collect.resetSessionSourceWarning,
|
|
349
|
+
};
|
|
350
|
+
|