@evomap/evolver 1.88.3 → 1.89.0

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.
Files changed (94) hide show
  1. package/.cursor/BUGBOT.md +182 -0
  2. package/.env.example +68 -0
  3. package/.git-commit-guard-token +1 -0
  4. package/.github/CODEOWNERS +63 -0
  5. package/.github/ISSUE_TEMPLATE/good_first_issue.md +23 -0
  6. package/.github/pull_request_template.md +45 -0
  7. package/.github/workflows/test.yml +75 -0
  8. package/CHANGELOG.md +1123 -0
  9. package/README.md +86 -543
  10. package/README.public.md +594 -0
  11. package/SECURITY.md +108 -0
  12. package/assets/gep/events.jsonl +3 -0
  13. package/examples/atp-consumer-quickstart.md +100 -0
  14. package/examples/hello-world.md +38 -0
  15. package/index.js +30 -1
  16. package/package.json +5 -15
  17. package/proxy-package.json +39 -0
  18. package/public.manifest.json +141 -0
  19. package/src/evolve/guards.js +721 -1
  20. package/src/evolve/pipeline/collect.js +1283 -1
  21. package/src/evolve/pipeline/dispatch.js +421 -1
  22. package/src/evolve/pipeline/enrich.js +434 -1
  23. package/src/evolve/pipeline/hub.js +319 -1
  24. package/src/evolve/pipeline/select.js +274 -1
  25. package/src/evolve/pipeline/signals.js +206 -1
  26. package/src/evolve/utils.js +264 -1
  27. package/src/evolve.js +350 -1
  28. package/src/gep/a2aProtocol.js +4395 -1
  29. package/src/gep/assetCallLog.js +30 -2
  30. package/src/gep/autoDistillConv.js +205 -1
  31. package/src/gep/autoDistillLlm.js +315 -1
  32. package/src/gep/candidateEval.js +92 -1
  33. package/src/gep/candidates.js +198 -1
  34. package/src/gep/contentHash.js +30 -1
  35. package/src/gep/conversationSniffer.js +266 -1
  36. package/src/gep/crypto.js +89 -1
  37. package/src/gep/curriculum.js +163 -1
  38. package/src/gep/deviceId.js +218 -1
  39. package/src/gep/envFingerprint.js +118 -1
  40. package/src/gep/epigenetics.js +31 -1
  41. package/src/gep/execBridge.js +711 -1
  42. package/src/gep/explore.js +289 -1
  43. package/src/gep/hash.js +15 -1
  44. package/src/gep/hubFetch.js +359 -1
  45. package/src/gep/hubReview.js +207 -1
  46. package/src/gep/hubSearch.js +526 -1
  47. package/src/gep/hubVerify.js +306 -1
  48. package/src/gep/learningSignals.js +89 -1
  49. package/src/gep/memoryGraph.js +1374 -1
  50. package/src/gep/memoryGraphAdapter.js +203 -1
  51. package/src/gep/mutation.js +203 -1
  52. package/src/gep/narrativeMemory.js +108 -1
  53. package/src/gep/oauthLogin.js +143 -0
  54. package/src/gep/openPRRegistry.js +205 -1
  55. package/src/gep/personality.js +423 -1
  56. package/src/gep/policyCheck.js +599 -1
  57. package/src/gep/prompt.js +836 -1
  58. package/src/gep/recallInject.js +409 -1
  59. package/src/gep/recallVerifier.js +318 -1
  60. package/src/gep/reflection.js +177 -1
  61. package/src/gep/schemas/capsule.js +26 -0
  62. package/src/gep/selector.js +602 -1
  63. package/src/gep/skillDistiller.js +1294 -1
  64. package/src/gep/solidify.js +1699 -1
  65. package/src/gep/strategy.js +136 -1
  66. package/src/gep/tokenSavings.js +88 -0
  67. package/src/gep/workspaceKeychain.js +174 -1
  68. package/src/proxy/extensions/traceControl.js +99 -1
  69. package/src/proxy/index.js +36 -6
  70. package/src/proxy/inject.js +52 -1
  71. package/src/proxy/trace/extractor.js +534 -1
  72. package/src/proxy/trace/usage.js +105 -0
  73. package/CONTRIBUTING.md +0 -11
  74. package/assets/cover.png +0 -0
  75. package/scripts/a2a_export.js +0 -63
  76. package/scripts/a2a_ingest.js +0 -79
  77. package/scripts/a2a_promote.js +0 -118
  78. package/scripts/analyze_by_skill.js +0 -121
  79. package/scripts/build_binaries.js +0 -479
  80. package/scripts/check-changelog.js +0 -166
  81. package/scripts/extract_log.js +0 -85
  82. package/scripts/generate_history.js +0 -75
  83. package/scripts/gep_append_event.js +0 -96
  84. package/scripts/gep_personality_report.js +0 -234
  85. package/scripts/human_report.js +0 -147
  86. package/scripts/recall-verify-report.js +0 -234
  87. package/scripts/recover_loop.js +0 -61
  88. package/scripts/seed-merchants.js +0 -91
  89. package/scripts/suggest_version.js +0 -89
  90. package/scripts/validate-modules.js +0 -38
  91. package/scripts/validate-suite.js +0 -78
  92. package/skills/index.json +0 -14
  93. /package/assets/gep/{genes.seed.json → genes.json} +0 -0
  94. /package/{skills → bundled-skills}/_meta/SKILL.md +0 -0
package/src/evolve.js CHANGED
@@ -1 +1,350 @@
1
- const _0x140890=_0x173b;(function(_0x40c5df,_0x3254d8){const _0x39224d=_0x173b,_0x20ee96=_0x40c5df();while(!![]){try{const _0x2f28ce=parseInt(_0x39224d(0x312,'\x29\x64\x49\x78'))/(0x2158+-0x43f*0x5+-0x2*0x60e)+parseInt(_0x39224d(0x23d,'\x64\x33\x7a\x24'))/(-0x14b7+-0x182*0x5+0x1c43)*(-parseInt(_0x39224d(0x375,'\x74\x61\x39\x21'))/(0x1*-0x653+0xf0c+-0x2*0x45b))+parseInt(_0x39224d(0x1da,'\x30\x2a\x44\x73'))/(-0x1f3*0xb+-0x9d*-0x37+-0x623*0x2)+-parseInt(_0x39224d(0x1b6,'\x4a\x37\x6c\x33'))/(0x1e7a+0x17*0x17e+-0x40c7*0x1)+parseInt(_0x39224d(0x259,'\x34\x40\x77\x49'))/(-0x24bb*0x1+0x178f+0xd32)+-parseInt(_0x39224d(0x38f,'\x70\x75\x74\x37'))/(0xf55+0x1*-0x6ee+-0x2*0x430)+parseInt(_0x39224d(0x28a,'\x4a\x46\x32\x76'))/(0x1*-0x1947+-0x89*0x9+-0x1*-0x1e20)*(-parseInt(_0x39224d(0x276,'\x58\x4a\x57\x41'))/(0xee9+-0x2370+0x1490));if(_0x2f28ce===_0x3254d8)break;else _0x20ee96['push'](_0x20ee96['shift']());}catch(_0x24928a){_0x20ee96['push'](_0x20ee96['shift']());}}}(_0x2a3e,-0x1*0x10b46+0x1*0x9efb+0x149f*0x29));const _0xdffe8e=(function(){const _0x4603cc=_0x173b,_0x59e7b5={};_0x59e7b5['\x72\x65\x79\x6f\x67']=_0x4603cc(0x34e,'\x74\x61\x39\x21'),_0x59e7b5[_0x4603cc(0x30d,'\x4f\x4a\x78\x35')]=_0x4603cc(0x201,'\x67\x75\x54\x6e'),_0x59e7b5[_0x4603cc(0x333,'\x70\x75\x74\x37')]=function(_0x1ddc3b,_0x417608){return _0x1ddc3b===_0x417608;},_0x59e7b5[_0x4603cc(0x322,'\x70\x72\x42\x52')]=_0x4603cc(0x1eb,'\x64\x33\x7a\x24');const _0x266404=_0x59e7b5;let _0xa170a7=!![];return function(_0x28e77c,_0x58ace4){const _0xfe290=_0x4603cc,_0x84d3c0={};_0x84d3c0[_0xfe290(0x34c,'\x6a\x4d\x48\x4c')]=_0x266404[_0xfe290(0x35e,'\x30\x2a\x44\x73')],_0x84d3c0[_0xfe290(0x248,'\x58\x4a\x57\x41')]=_0x266404[_0xfe290(0x256,'\x29\x34\x6c\x63')];const _0x5b9e12=_0x84d3c0;if(_0x266404[_0xfe290(0x2b1,'\x4c\x56\x33\x2a')](_0x266404[_0xfe290(0x318,'\x39\x6f\x23\x6e')],_0x266404[_0xfe290(0x328,'\x46\x50\x68\x34')])){const _0x4b5b70=_0xa170a7?function(){const _0x3d0c73=_0xfe290,_0x44a5ca={};_0x44a5ca[_0x3d0c73(0x1fd,'\x67\x75\x54\x6e')]='\x28\x28\x28\x2e\x2b\x29\x2b\x29'+'\x2b\x29\x2b\x24';const _0x4e0158=_0x44a5ca;if(_0x58ace4){if(_0x5b9e12[_0x3d0c73(0x26e,'\x71\x33\x65\x7a')]!==_0x5b9e12[_0x3d0c73(0x393,'\x39\x6f\x23\x6e')]){const _0x1e2886=_0x58ace4[_0x3d0c73(0x324,'\x70\x78\x6b\x67')](_0x28e77c,arguments);return _0x58ace4=null,_0x1e2886;}else return _0x4e14f0[_0x3d0c73(0x331,'\x6a\x4d\x48\x4c')]()[_0x3d0c73(0x316,'\x49\x65\x67\x62')](_0x4e0158[_0x3d0c73(0x247,'\x4c\x56\x33\x2a')])[_0x3d0c73(0x206,'\x29\x64\x49\x78')]()['\x63\x6f\x6e\x73\x74\x72\x75\x63'+_0x3d0c73(0x20e,'\x29\x34\x6c\x63')](_0x46043d)[_0x3d0c73(0x39b,'\x74\x61\x39\x21')](_0x4e0158[_0x3d0c73(0x227,'\x30\x2a\x44\x73')]);}}:function(){};return _0xa170a7=![],_0x4b5b70;}else return _0x48e5a6[_0xfe290(0x342,'\x55\x67\x31\x40')]-_0x39c8c4['\x74\x69\x6d\x65'];};}()),_0x4955b7=_0xdffe8e(this,function(){const _0x393d0c=_0x173b;return _0x4955b7[_0x393d0c(0x39d,'\x4f\x4a\x78\x35')]()[_0x393d0c(0x316,'\x49\x65\x67\x62')]('\x28\x28\x28\x2e\x2b\x29\x2b\x29'+_0x393d0c(0x37f,'\x44\x79\x42\x43'))[_0x393d0c(0x30c,'\x74\x61\x39\x21')]()[_0x393d0c(0x32f,'\x40\x6a\x71\x51')+_0x393d0c(0x3fe,'\x46\x50\x68\x34')](_0x4955b7)[_0x393d0c(0x297,'\x34\x40\x77\x49')](_0x393d0c(0x2c6,'\x70\x75\x74\x37')+_0x393d0c(0x3ef,'\x40\x55\x57\x58'));});function _0x2a3e(){const _0x5c9405=['\x66\x38\x6f\x6c\x43\x5a\x75\x30','\x6e\x43\x6f\x53\x41\x76\x52\x64\x55\x43\x6f\x54\x69\x4b\x34','\x44\x53\x6f\x51\x57\x35\x42\x64\x49\x43\x6b\x45\x57\x4f\x4c\x57\x57\x52\x43','\x78\x38\x6f\x49\x57\x34\x75\x4b\x57\x50\x57','\x57\x4f\x44\x73\x44\x38\x6f\x49\x7a\x57','\x45\x38\x6f\x51\x57\x36\x79\x61\x57\x51\x46\x63\x51\x66\x47\x46','\x44\x6d\x6b\x73\x66\x47\x4e\x64\x4b\x38\x6b\x72\x57\x51\x76\x61','\x66\x43\x6f\x6b\x7a\x30\x74\x64\x4b\x61','\x57\x36\x4e\x63\x4e\x63\x4e\x64\x54\x38\x6f\x36','\x57\x51\x74\x63\x4d\x6d\x6b\x45','\x67\x6d\x6f\x37\x57\x34\x58\x35\x57\x4f\x58\x74\x72\x6d\x6b\x48','\x72\x47\x69\x53\x57\x34\x46\x64\x4b\x53\x6b\x32\x75\x38\x6b\x6e','\x57\x50\x34\x69\x57\x37\x4c\x43\x75\x71','\x6c\x6d\x6b\x64\x57\x4f\x61','\x62\x76\x4a\x63\x52\x53\x6f\x6f\x57\x50\x57','\x57\x51\x62\x71\x44\x53\x6f\x7a\x7a\x61','\x6a\x43\x6f\x6d\x57\x51\x68\x64\x48\x53\x6f\x4c','\x57\x52\x57\x72\x6d\x66\x62\x41','\x57\x36\x68\x63\x47\x49\x50\x79\x77\x61','\x57\x34\x4a\x63\x52\x63\x30\x77\x66\x32\x4e\x64\x48\x43\x6f\x69','\x62\x6d\x6f\x62\x76\x33\x46\x64\x53\x43\x6f\x71\x63\x33\x4b','\x65\x43\x6b\x4a\x76\x48\x79\x4d\x6b\x31\x79\x53','\x57\x50\x58\x34\x63\x43\x6f\x42\x57\x4f\x56\x63\x4b\x38\x6f\x48\x57\x4f\x34','\x6f\x43\x6b\x63\x57\x4f\x5a\x64\x4c\x47','\x57\x50\x7a\x66\x74\x6d\x6f\x4a\x79\x43\x6f\x54\x6e\x53\x6b\x73','\x75\x64\x4e\x63\x56\x53\x6b\x68\x67\x4d\x38\x2b\x57\x52\x69','\x57\x34\x57\x6b\x57\x37\x2f\x63\x51\x38\x6f\x4e','\x6a\x6d\x6b\x73\x68\x64\x71','\x57\x37\x72\x45\x57\x35\x6c\x64\x56\x6d\x6b\x64','\x57\x36\x37\x63\x56\x76\x6a\x58','\x57\x34\x47\x31\x42\x53\x6b\x46\x6d\x57','\x75\x4b\x37\x63\x49\x61\x33\x63\x55\x30\x71\x36\x57\x4f\x4f','\x57\x4f\x44\x34\x76\x43\x6f\x74','\x73\x57\x4c\x65\x57\x51\x33\x64\x4b\x66\x56\x63\x52\x71\x65','\x57\x37\x54\x58\x75\x53\x6f\x61\x57\x36\x6e\x52\x67\x6d\x6b\x53','\x71\x53\x6f\x70\x57\x35\x34\x54','\x57\x36\x37\x63\x51\x4e\x6a\x59\x57\x50\x68\x64\x4d\x59\x78\x64\x4a\x61','\x72\x77\x5a\x64\x4a\x31\x34\x66','\x57\x52\x52\x63\x56\x66\x35\x56\x57\x50\x42\x64\x4c\x5a\x4a\x64\x4c\x61','\x79\x6d\x6f\x53\x43\x38\x6f\x4a','\x74\x38\x6b\x65\x57\x4f\x43\x51\x44\x71','\x57\x52\x48\x5a\x77\x53\x6f\x2f\x57\x37\x79','\x6e\x32\x70\x64\x4e\x47\x4e\x63\x48\x53\x6b\x4a\x46\x71','\x79\x53\x6f\x68\x75\x63\x64\x64\x49\x43\x6b\x45\x57\x37\x50\x63','\x57\x37\x76\x73\x57\x34\x37\x63\x52\x43\x6f\x45\x65\x4a\x57','\x76\x4e\x38\x6d\x70\x43\x6b\x45\x6f\x43\x6b\x42\x6b\x57','\x57\x51\x31\x73\x57\x35\x6c\x63\x55\x71','\x68\x43\x6f\x38\x57\x35\x66\x71\x6a\x31\x70\x63\x55\x66\x74\x63\x4a\x73\x42\x64\x48\x72\x43','\x75\x43\x6f\x42\x57\x35\x47\x32\x57\x50\x46\x63\x4e\x61','\x57\x37\x42\x63\x52\x4b\x48\x4f\x57\x51\x42\x64\x4c\x4a\x6c\x64\x4d\x71','\x72\x33\x74\x64\x4d\x4c\x65\x78\x57\x50\x4e\x64\x55\x64\x4b','\x65\x30\x4a\x64\x4a\x5a\x4a\x63\x4f\x61','\x57\x4f\x54\x6c\x57\x35\x30\x6b','\x57\x35\x71\x30\x57\x35\x33\x63\x56\x61','\x66\x38\x6b\x2f\x6b\x53\x6f\x6f\x79\x71','\x7a\x38\x6f\x31\x75\x6d\x6f\x4c\x45\x47','\x57\x51\x4e\x63\x4d\x43\x6b\x41\x57\x34\x56\x63\x50\x57\x4f\x41\x6a\x57','\x6d\x77\x2f\x63\x53\x43\x6f\x52\x57\x4f\x50\x55\x57\x36\x4c\x37','\x64\x53\x6f\x69\x66\x75\x39\x36\x57\x37\x78\x63\x55\x63\x71','\x63\x43\x6f\x76\x67\x76\x34','\x44\x62\x69\x52\x57\x35\x56\x64\x52\x53\x6b\x50\x77\x43\x6b\x2f','\x57\x51\x58\x71\x73\x6d\x6b\x71\x57\x36\x65','\x57\x4f\x58\x58\x74\x43\x6b\x2b\x57\x35\x4f\x62\x6e\x66\x75','\x57\x36\x6a\x63\x57\x34\x4a\x63\x4f\x6d\x6f\x4b\x65\x74\x33\x63\x54\x47','\x57\x52\x30\x6f\x78\x31\x39\x55\x62\x4b\x64\x64\x50\x71','\x57\x35\x68\x63\x49\x49\x61\x6d\x64\x61','\x61\x48\x76\x69\x64\x63\x69\x53\x67\x38\x6b\x63','\x6c\x53\x6f\x6d\x57\x4f\x56\x64\x47\x53\x6b\x70\x76\x53\x6b\x74\x57\x51\x38','\x57\x36\x74\x64\x55\x59\x4b','\x45\x32\x42\x63\x49\x61\x64\x63\x4b\x31\x4b\x5a\x57\x4f\x65','\x74\x77\x2f\x64\x56\x4b\x61\x6f\x57\x51\x52\x64\x50\x61','\x57\x4f\x6e\x56\x71\x57','\x57\x36\x46\x63\x47\x47\x53\x77\x63\x4c\x78\x64\x4d\x38\x6f\x6c','\x66\x53\x6f\x46\x7a\x32\x4a\x64\x48\x71','\x57\x37\x4e\x63\x50\x62\x54\x36\x57\x4f\x74\x64\x4c\x5a\x56\x64\x4e\x57','\x64\x53\x6b\x4d\x6d\x49\x50\x45','\x57\x37\x56\x64\x52\x5a\x43','\x68\x6d\x6f\x73\x66\x31\x35\x30\x57\x51\x5a\x63\x4c\x5a\x75','\x57\x52\x5a\x63\x4d\x38\x6b\x64\x70\x63\x37\x64\x4a\x59\x53\x59\x43\x68\x35\x73\x57\x37\x47','\x57\x50\x70\x63\x53\x53\x6b\x70\x57\x34\x68\x63\x4c\x4c\x57\x2b\x6a\x57','\x41\x53\x6b\x75\x57\x34\x6e\x47\x57\x51\x71','\x73\x53\x6b\x4c\x57\x51\x4f\x42\x74\x6d\x6b\x79\x57\x36\x71','\x76\x33\x38\x64\x6c\x53\x6b\x71\x6e\x61','\x57\x34\x4f\x59\x57\x35\x4e\x63\x54\x57','\x78\x43\x6b\x49\x57\x34\x72\x6b\x57\x52\x71','\x57\x37\x6a\x6f\x57\x37\x2f\x64\x53\x53\x6f\x67\x46\x47','\x68\x43\x6f\x34\x45\x66\x38\x4b\x6b\x30\x71\x31','\x57\x36\x4a\x64\x53\x59\x53\x33\x57\x37\x4a\x64\x54\x53\x6f\x47\x79\x71','\x57\x34\x31\x71\x42\x6d\x6f\x39\x43\x6d\x6f\x4b\x6c\x43\x6b\x6b','\x43\x53\x6f\x58\x41\x6d\x6f\x4a\x78\x33\x31\x65\x7a\x71','\x57\x4f\x72\x58\x74\x43\x6b\x33\x57\x37\x6a\x66\x66\x30\x4b','\x66\x6d\x6f\x6e\x57\x50\x52\x63\x53\x43\x6f\x4f','\x57\x4f\x7a\x63\x76\x6d\x6f\x6b\x57\x36\x4b','\x57\x4f\x39\x6f\x41\x53\x6b\x73\x57\x36\x79','\x43\x43\x6f\x56\x46\x6d\x6f\x6e\x41\x57','\x57\x51\x44\x4f\x76\x6d\x6f\x45\x57\x35\x76\x4f\x62\x6d\x6b\x57','\x57\x36\x4a\x64\x51\x49\x4b\x78\x57\x36\x34','\x62\x38\x6b\x47\x57\x50\x43\x6e\x46\x57\x34','\x57\x37\x2f\x64\x48\x38\x6f\x41\x79\x78\x6c\x63\x4e\x57\x34\x4f','\x70\x33\x6c\x64\x4a\x48\x6c\x63\x51\x53\x6b\x33','\x65\x43\x6f\x39\x71\x5a\x57\x75','\x70\x32\x4a\x64\x49\x71\x4e\x63\x53\x6d\x6b\x54\x42\x6d\x6f\x76','\x70\x38\x6b\x6a\x57\x34\x4a\x64\x49\x43\x6b\x59\x77\x4e\x5a\x64\x4e\x71','\x57\x37\x44\x75\x6a\x74\x42\x63\x4b\x71','\x57\x51\x62\x34\x73\x38\x6f\x76','\x57\x4f\x6a\x4b\x68\x53\x6b\x6a','\x69\x6d\x6b\x56\x6a\x38\x6f\x58\x79\x71','\x72\x62\x47\x32\x57\x35\x56\x64\x53\x38\x6b\x30\x71\x53\x6b\x70','\x57\x36\x70\x64\x4a\x43\x6f\x6d','\x57\x4f\x50\x71\x57\x36\x48\x67\x64\x38\x6b\x66\x57\x35\x31\x69','\x57\x51\x6a\x66\x43\x38\x6f\x49\x45\x6d\x6f\x50\x6e\x6d\x6f\x6c','\x62\x38\x6b\x57\x57\x51\x5a\x63\x4b\x38\x6f\x38','\x68\x53\x6b\x65\x62\x38\x6f\x61\x79\x38\x6f\x50','\x57\x36\x68\x63\x48\x58\x6c\x64\x54\x6d\x6f\x43','\x57\x37\x57\x6a\x57\x37\x33\x63\x4c\x53\x6f\x34\x57\x50\x6c\x63\x4e\x57','\x57\x36\x65\x61\x57\x51\x71\x63\x57\x51\x48\x5a\x72\x33\x57','\x57\x4f\x44\x79\x42\x6d\x6f\x2b\x79\x43\x6f\x37\x66\x38\x6b\x44','\x66\x43\x6f\x34\x71\x63\x6a\x48\x63\x31\x69\x33','\x77\x78\x4e\x63\x53\x64\x5a\x63\x52\x61','\x6d\x53\x6f\x52\x57\x52\x57','\x65\x53\x6f\x54\x73\x71\x57\x4b','\x73\x78\x38\x72\x6c\x38\x6b\x73\x6f\x38\x6b\x54','\x57\x52\x65\x72\x6e\x4d\x6a\x4f','\x6f\x53\x6b\x68\x62\x5a\x6e\x45\x57\x4f\x64\x64\x4e\x77\x38','\x57\x36\x46\x64\x4a\x38\x6f\x70\x75\x78\x69','\x6b\x43\x6f\x48\x57\x50\x46\x64\x4e\x38\x6f\x53\x57\x37\x43','\x6c\x4d\x2f\x64\x47\x62\x38','\x73\x33\x2f\x64\x4d\x4b\x65\x70','\x64\x53\x6f\x7a\x61\x67\x48\x44\x57\x36\x70\x63\x50\x63\x69','\x73\x71\x43\x31\x57\x4f\x42\x64\x50\x6d\x6b\x52\x75\x57','\x66\x38\x6f\x74\x68\x76\x75','\x57\x37\x56\x63\x55\x4b\x39\x5a','\x65\x53\x6b\x70\x6a\x6d\x6f\x65\x41\x43\x6f\x5a\x57\x4f\x69\x5a','\x57\x52\x52\x63\x4b\x53\x6b\x79\x57\x34\x52\x63\x56\x65\x6d\x33\x6d\x61','\x57\x36\x46\x64\x55\x5a\x71\x45','\x6d\x4c\x74\x64\x50\x47\x4e\x63\x4a\x57','\x57\x51\x48\x4c\x57\x35\x6a\x33\x6f\x57','\x6c\x6d\x6f\x53\x42\x68\x2f\x64\x49\x57','\x57\x37\x33\x63\x49\x58\x75\x66\x6d\x71','\x57\x50\x54\x39\x57\x34\x4c\x42\x67\x43\x6b\x6c\x57\x35\x7a\x51','\x42\x43\x6b\x67\x57\x4f\x64\x64\x49\x43\x6b\x30\x78\x74\x70\x64\x4e\x47','\x57\x35\x52\x63\x4b\x43\x6f\x7a\x44\x74\x4b','\x57\x37\x78\x63\x55\x4b\x4c\x2f\x57\x4f\x64\x64\x55\x5a\x52\x64\x49\x47','\x57\x34\x35\x59\x6c\x47\x33\x63\x49\x47','\x57\x37\x6e\x56\x57\x35\x4e\x63\x52\x43\x6f\x38','\x57\x52\x4e\x63\x4c\x74\x52\x64\x51\x53\x6f\x37\x7a\x6d\x6f\x30\x68\x57','\x57\x52\x4e\x63\x4b\x43\x6f\x58\x57\x34\x78\x63\x49\x38\x6b\x70\x57\x4f\x33\x63\x52\x57','\x57\x4f\x38\x51\x73\x6d\x6b\x46\x68\x38\x6b\x37\x57\x51\x56\x64\x4a\x57','\x74\x71\x4e\x63\x54\x6d\x6b\x6e\x70\x47','\x77\x38\x6b\x4c\x57\x51\x57\x38\x74\x6d\x6b\x41\x57\x36\x38','\x57\x36\x72\x67\x67\x32\x62\x63\x6c\x78\x53','\x57\x4f\x65\x46\x6f\x66\x4c\x4d','\x57\x37\x69\x71\x57\x51\x4b','\x43\x38\x6f\x4a\x57\x52\x37\x63\x54\x43\x6f\x78\x6d\x38\x6f\x48','\x71\x6d\x6f\x6c\x57\x35\x6d\x51\x57\x50\x38','\x46\x53\x6b\x71\x57\x52\x2f\x63\x51\x43\x6f\x58\x57\x36\x38\x77\x57\x34\x65','\x75\x38\x6b\x34\x57\x36\x35\x43\x57\x52\x71','\x57\x37\x70\x63\x56\x33\x6e\x50\x57\x4f\x46\x64\x56\x74\x42\x64\x4c\x47','\x57\x36\x58\x33\x57\x35\x37\x64\x54\x53\x6f\x6d','\x7a\x53\x6f\x37\x45\x38\x6f\x51\x77\x4d\x62\x4c\x75\x57','\x57\x52\x76\x31\x77\x53\x6f\x43\x57\x51\x38\x39\x75\x71','\x45\x4c\x50\x71\x64\x5a\x75','\x69\x38\x6f\x54\x57\x50\x78\x64\x4a\x6d\x6f\x39\x57\x36\x30','\x42\x4e\x42\x63\x4f\x49\x5a\x63\x4a\x61','\x57\x51\x75\x65\x67\x61','\x57\x34\x4f\x2b\x57\x34\x5a\x63\x50\x47','\x57\x37\x6d\x53\x57\x37\x42\x63\x56\x43\x6f\x51','\x57\x36\x31\x49\x57\x37\x4e\x64\x51\x71','\x68\x33\x42\x64\x48\x59\x52\x63\x50\x47','\x57\x50\x6c\x63\x56\x43\x6f\x5a\x57\x34\x46\x63\x48\x6d\x6b\x43\x57\x4f\x33\x64\x52\x57','\x57\x36\x5a\x64\x4f\x49\x4b\x75\x57\x36\x78\x64\x52\x43\x6f\x4a','\x57\x51\x5a\x63\x47\x53\x6f\x47\x57\x34\x68\x63\x4d\x61','\x79\x38\x6f\x46\x57\x4f\x64\x64\x4a\x43\x6b\x4f\x77\x63\x52\x64\x4c\x71','\x43\x74\x2f\x63\x55\x53\x6b\x33\x68\x47','\x57\x4f\x6e\x31\x74\x43\x6f\x65\x57\x50\x53','\x75\x30\x58\x6b\x6a\x71\x4f','\x57\x50\x69\x4d\x68\x4e\x54\x66\x70\x32\x52\x64\x4d\x71','\x57\x51\x46\x64\x4d\x32\x31\x71\x74\x47\x33\x64\x4f\x43\x6f\x37\x57\x35\x35\x75\x62\x65\x4b','\x57\x34\x46\x64\x52\x33\x31\x39\x57\x4f\x5a\x64\x4b\x4a\x6c\x64\x4e\x47','\x6d\x53\x6b\x44\x66\x53\x6f\x75\x46\x47','\x42\x38\x6f\x44\x57\x4f\x2f\x64\x4c\x57','\x57\x4f\x31\x65\x79\x6d\x6b\x4b\x6f\x57','\x67\x6d\x6b\x2f\x57\x34\x31\x55\x57\x50\x6a\x68\x73\x53\x6f\x70','\x74\x6d\x6b\x4b\x57\x4f\x43\x6e\x44\x71\x56\x63\x47\x4d\x71','\x6f\x6d\x6b\x45\x57\x50\x42\x64\x4b\x38\x6b\x55\x75\x49\x47','\x6a\x38\x6f\x39\x57\x50\x4e\x64\x51\x6d\x6f\x4d\x57\x36\x52\x63\x51\x62\x43','\x57\x35\x4e\x63\x53\x53\x6f\x69\x57\x36\x42\x63\x52\x43\x6f\x6d','\x57\x50\x37\x64\x56\x53\x6b\x6e\x57\x51\x75','\x79\x4b\x61\x71\x6f\x43\x6b\x6a','\x57\x52\x78\x63\x56\x43\x6b\x43\x70\x31\x6d\x4a\x6a\x47','\x75\x47\x6d\x2b\x57\x50\x61','\x64\x6d\x6b\x32\x62\x63\x48\x30','\x6d\x6d\x6f\x69\x75\x61\x4f\x73','\x76\x6d\x6b\x73\x78\x67\x5a\x64\x4f\x71','\x57\x51\x71\x61\x67\x33\x54\x7a\x67\x68\x42\x64\x4d\x71','\x6f\x53\x6b\x43\x62\x59\x34','\x57\x4f\x72\x55\x74\x43\x6f\x68','\x79\x32\x5a\x63\x47\x61\x4f','\x57\x37\x33\x64\x51\x63\x57\x45','\x57\x35\x72\x78\x65\x48\x74\x63\x47\x57','\x57\x51\x52\x63\x4c\x43\x6f\x66\x57\x34\x2f\x63\x4d\x6d\x6b\x67\x57\x4f\x68\x64\x52\x57','\x57\x52\x52\x63\x4e\x6d\x6f\x37\x57\x34\x33\x63\x4a\x57','\x6c\x53\x6b\x77\x70\x47\x35\x74','\x42\x6d\x6f\x5a\x57\x34\x33\x64\x4c\x38\x6b\x65\x57\x50\x43\x33\x57\x36\x5a\x64\x55\x61\x61\x4d\x69\x61','\x69\x43\x6f\x6d\x57\x52\x37\x64\x48\x38\x6f\x6c','\x57\x52\x6a\x42\x6d\x48\x4a\x63\x49\x38\x6f\x50','\x57\x37\x6c\x63\x47\x5a\x53\x68\x6a\x72\x5a\x64\x53\x6d\x6f\x45','\x73\x38\x6b\x59\x57\x37\x50\x72\x57\x52\x69','\x70\x38\x6b\x65\x57\x51\x2f\x64\x4d\x53\x6b\x70','\x76\x6d\x6f\x68\x57\x34\x79\x58\x57\x50\x33\x63\x4e\x61','\x57\x35\x56\x63\x4a\x5a\x61\x30\x68\x61','\x43\x31\x34\x2b\x73\x53\x6f\x69','\x57\x36\x52\x63\x52\x4b\x4c\x56\x57\x4f\x61','\x79\x76\x6a\x69\x67\x49\x7a\x58\x61\x43\x6f\x49','\x63\x6d\x6f\x6d\x65\x66\x50\x44\x57\x36\x4e\x63\x49\x73\x71','\x57\x36\x64\x63\x49\x64\x4b\x71\x67\x31\x71','\x75\x65\x34\x70\x72\x47','\x6d\x38\x6f\x4d\x77\x30\x52\x64\x4a\x43\x6f\x54\x69\x65\x57','\x57\x34\x31\x53\x77\x53\x6b\x36\x57\x37\x76\x76\x75\x48\x43','\x67\x38\x6b\x7a\x68\x6d\x6f\x6c','\x57\x36\x33\x63\x4c\x64\x42\x64\x4f\x71','\x61\x75\x46\x64\x4d\x61\x37\x63\x49\x6d\x6b\x72\x41\x6d\x6f\x7a','\x57\x51\x30\x69\x57\x37\x35\x48\x46\x61','\x67\x53\x6f\x33\x57\x36\x7a\x35\x66\x6d\x6f\x68\x57\x35\x54\x75\x57\x51\x6e\x37\x75\x38\x6f\x59','\x57\x35\x4a\x63\x4b\x53\x6f\x4f\x71\x63\x4f','\x57\x36\x56\x63\x48\x64\x70\x64\x51\x43\x6f\x36','\x79\x6d\x6b\x6a\x57\x52\x65\x6f\x73\x57','\x43\x4d\x6c\x64\x49\x62\x5a\x63\x48\x53\x6b\x58\x44\x6d\x6f\x6a','\x57\x37\x44\x45\x57\x35\x68\x63\x51\x53\x6f\x45\x66\x63\x30','\x42\x6d\x6b\x5a\x78\x75\x5a\x64\x54\x47','\x6f\x43\x6f\x59\x57\x51\x74\x63\x55\x6d\x6f\x74\x6d\x53\x6f\x47\x57\x36\x34','\x41\x38\x6f\x70\x57\x4f\x33\x64\x4e\x61','\x57\x51\x54\x65\x76\x43\x6f\x42\x57\x52\x4f','\x57\x36\x35\x45\x57\x36\x33\x63\x4a\x43\x6f\x7a','\x57\x36\x68\x63\x53\x6d\x6f\x58\x57\x37\x74\x63\x53\x47','\x42\x38\x6b\x6c\x68\x74\x33\x63\x48\x53\x6b\x77\x57\x52\x7a\x6e','\x57\x37\x37\x63\x53\x53\x6f\x6e\x57\x35\x46\x63\x53\x61','\x46\x75\x70\x64\x55\x33\x53\x55\x57\x36\x56\x63\x54\x73\x71','\x71\x75\x4b\x34\x6e\x53\x6b\x31','\x64\x53\x6f\x46\x62\x4c\x6a\x7a\x57\x37\x47','\x57\x51\x4b\x49\x57\x37\x78\x64\x53\x43\x6f\x68\x7a\x53\x6b\x6f\x66\x47','\x64\x43\x6f\x6e\x57\x52\x46\x64\x53\x43\x6f\x34','\x57\x4f\x47\x52\x57\x36\x54\x6a\x76\x43\x6b\x4a\x57\x34\x33\x64\x47\x47','\x79\x43\x6f\x78\x57\x34\x71\x4d','\x6c\x30\x56\x64\x54\x5a\x56\x63\x53\x47','\x73\x78\x4e\x64\x4a\x65\x65\x44\x57\x51\x5a\x64\x55\x61','\x67\x71\x48\x51\x57\x51\x4e\x64\x4a\x75\x33\x63\x52\x74\x75','\x74\x59\x4a\x63\x54\x53\x6b\x6f\x6f\x71','\x6f\x68\x52\x63\x4c\x53\x6f\x48\x57\x50\x4b','\x74\x4d\x4b\x6e\x6d\x47','\x57\x37\x38\x67\x57\x51\x69\x6d\x57\x51\x50\x59','\x70\x53\x6b\x46\x57\x50\x46\x64\x4a\x57','\x6c\x38\x6b\x74\x57\x4f\x46\x64\x48\x6d\x6b\x66\x76\x53\x6b\x6d\x57\x51\x71','\x6c\x43\x6b\x2b\x61\x63\x35\x72\x57\x50\x70\x64\x4b\x71','\x57\x36\x6c\x63\x4f\x48\x6d\x30\x70\x47','\x57\x4f\x39\x56\x72\x38\x6f\x6d\x57\x51\x70\x64\x4e\x43\x6b\x65\x57\x50\x65','\x6e\x68\x46\x63\x4d\x6d\x6f\x33\x57\x34\x54\x53\x57\x34\x76\x5a','\x41\x4b\x2f\x64\x4e\x4e\x57\x53','\x57\x36\x4c\x39\x57\x37\x30','\x57\x34\x47\x57\x44\x43\x6b\x52\x66\x47','\x57\x35\x69\x51\x73\x53\x6b\x6f','\x62\x53\x6f\x50\x76\x48\x4f\x31\x66\x4c\x69\x5a','\x74\x4e\x75\x6c\x6d\x47','\x57\x50\x6e\x56\x57\x34\x50\x2f\x70\x61','\x42\x72\x35\x6d\x57\x4f\x74\x64\x4a\x57','\x76\x30\x47\x6d\x6d\x53\x6b\x75','\x6c\x53\x6f\x4e\x42\x57','\x68\x43\x6f\x49\x72\x48\x6d\x30\x69\x76\x69\x5a','\x57\x50\x6a\x71\x57\x35\x57','\x57\x4f\x6c\x63\x51\x53\x6f\x41\x57\x35\x33\x63\x4e\x57','\x75\x58\x34\x31\x57\x34\x30','\x44\x38\x6b\x54\x71\x75\x4f','\x6d\x38\x6f\x37\x79\x76\x6d','\x74\x4a\x4e\x63\x53\x43\x6b\x65\x6b\x67\x34','\x57\x34\x64\x63\x55\x53\x6f\x49\x57\x36\x64\x63\x53\x61','\x57\x52\x66\x6d\x41\x6d\x6f\x49\x57\x34\x71','\x57\x36\x74\x64\x48\x43\x6f\x76\x7a\x68\x52\x63\x48\x73\x38\x70','\x46\x78\x68\x63\x49\x62\x64\x63\x53\x66\x43\x4d\x57\x52\x71','\x74\x72\x47\x58\x57\x34\x79','\x57\x37\x37\x63\x50\x4c\x50\x37\x57\x4f\x56\x64\x4b\x73\x74\x64\x4e\x57','\x57\x52\x72\x66\x73\x53\x6f\x35\x42\x61','\x75\x57\x6e\x53\x57\x52\x61','\x43\x43\x6b\x53\x75\x4d\x42\x64\x4c\x47','\x57\x35\x5a\x63\x4a\x43\x6f\x61\x43\x59\x72\x5a\x45\x53\x6f\x68','\x46\x43\x6f\x6d\x57\x35\x69\x57\x57\x52\x53','\x6f\x43\x6b\x5a\x46\x53\x6f\x38\x72\x59\x72\x4c\x44\x71','\x68\x43\x6b\x6c\x61\x6d\x6f\x72\x77\x6d\x6f\x31\x57\x4f\x34\x2b','\x57\x50\x31\x31\x72\x43\x6f\x42\x57\x4f\x52\x63\x4a\x53\x6b\x77\x57\x4f\x4f','\x77\x31\x52\x63\x4d\x49\x33\x63\x55\x71','\x57\x37\x76\x49\x57\x37\x5a\x64\x4f\x47','\x57\x50\x34\x30\x57\x35\x4a\x63\x54\x53\x6b\x46\x57\x52\x4a\x64\x4a\x66\x61','\x61\x6d\x6f\x4a\x41\x72\x61\x32\x69\x65\x75\x64','\x57\x36\x37\x63\x50\x4c\x7a\x35','\x57\x36\x64\x64\x4a\x59\x65\x62\x57\x35\x4b','\x57\x36\x78\x63\x56\x6d\x6f\x50\x57\x36\x70\x63\x51\x57','\x57\x51\x52\x63\x4e\x38\x6f\x2f\x57\x35\x37\x63\x4e\x38\x6b\x43\x57\x4f\x33\x64\x47\x61','\x57\x36\x37\x63\x51\x77\x66\x4b\x57\x50\x38','\x79\x6d\x6b\x77\x57\x4f\x74\x64\x4a\x38\x6b\x4d\x77\x68\x78\x63\x49\x47','\x57\x37\x54\x75\x6e\x73\x70\x63\x4a\x6d\x6f\x4f\x71\x57','\x57\x52\x68\x64\x50\x48\x61\x34','\x41\x43\x6f\x4a\x45\x31\x68\x64\x4b\x71','\x57\x36\x4e\x63\x4f\x31\x6a\x2f\x57\x4f\x61','\x57\x35\x39\x6d\x57\x35\x4a\x64\x53\x6d\x6f\x6d','\x72\x31\x6e\x63\x64\x58\x48\x2f\x74\x38\x6b\x51','\x57\x37\x37\x64\x4c\x61\x53\x73\x57\x37\x69','\x45\x59\x78\x63\x53\x53\x6b\x48\x65\x47','\x57\x34\x42\x64\x56\x73\x38\x63\x57\x34\x38','\x57\x52\x68\x63\x56\x43\x6b\x43\x6c\x61','\x45\x72\x33\x63\x52\x6d\x6b\x71\x6f\x78\x69\x42\x57\x52\x4b','\x57\x35\x6d\x48\x75\x6d\x6b\x54\x68\x57','\x57\x34\x68\x63\x4d\x6d\x6f\x69\x79\x47','\x57\x52\x56\x63\x48\x38\x6b\x76\x57\x34\x46\x63\x4a\x47','\x74\x62\x35\x6c\x57\x50\x78\x64\x4c\x71','\x65\x32\x68\x63\x53\x38\x6f\x55\x57\x4f\x47','\x61\x6d\x6f\x4a\x76\x57','\x76\x65\x58\x48\x70\x72\x38','\x57\x50\x4b\x41\x57\x36\x58\x6b\x43\x71','\x57\x36\x5a\x64\x4d\x38\x6b\x42\x7a\x4e\x46\x63\x47\x57\x38\x45','\x57\x50\x56\x64\x55\x6d\x6f\x64\x57\x37\x46\x63\x54\x53\x6f\x69\x78\x72\x4b','\x57\x36\x6d\x63\x57\x52\x34\x79\x57\x52\x53','\x64\x68\x70\x63\x55\x53\x6b\x76\x6d\x32\x4f\x4b\x57\x52\x69','\x67\x66\x69\x51\x72\x53\x6f\x70\x57\x52\x39\x72\x78\x47','\x77\x43\x6b\x47\x57\x34\x43','\x64\x43\x6f\x4c\x57\x52\x5a\x63\x53\x38\x6f\x72','\x6a\x53\x6b\x31\x67\x64\x6a\x77','\x57\x36\x79\x79\x57\x35\x2f\x63\x4f\x6d\x6f\x44\x64\x74\x5a\x63\x54\x61','\x57\x37\x52\x64\x52\x49\x53\x73\x57\x37\x4e\x64\x56\x47','\x57\x36\x44\x65\x67\x4d\x72\x65\x6a\x33\x4e\x64\x4b\x47','\x44\x38\x6b\x2f\x57\x34\x56\x63\x4e\x43\x6b\x39\x57\x52\x78\x63\x4f\x63\x42\x63\x52\x6d\x6b\x6c\x42\x6d\x6f\x4a','\x43\x38\x6f\x48\x57\x34\x57\x6f\x57\x50\x34','\x57\x37\x6c\x63\x47\x5a\x53\x68\x6a\x72\x5a\x64\x50\x53\x6f\x68','\x72\x6d\x6f\x54\x57\x51\x74\x64\x49\x53\x6b\x71','\x57\x37\x53\x6e\x57\x37\x56\x63\x4e\x53\x6f\x50\x57\x50\x6c\x64\x56\x77\x79','\x57\x37\x78\x63\x56\x31\x35\x59\x57\x4f\x42\x64\x4b\x4a\x42\x64\x4a\x71','\x69\x38\x6b\x43\x68\x64\x71','\x7a\x53\x6b\x52\x76\x30\x46\x64\x47\x53\x6b\x45','\x76\x68\x53\x71\x6c\x38\x6b\x77','\x57\x51\x30\x6f\x63\x33\x44\x7a\x6a\x4d\x42\x64\x4d\x71','\x41\x43\x6b\x4d\x42\x31\x56\x64\x4a\x38\x6b\x52\x6c\x31\x47','\x57\x34\x53\x31\x57\x35\x64\x64\x53\x47','\x57\x52\x5a\x63\x4e\x53\x6b\x75\x57\x34\x53','\x57\x34\x64\x64\x4b\x53\x6f\x70\x71\x4b\x75','\x6f\x43\x6b\x5a\x41\x6d\x6f\x52\x73\x67\x62\x59\x44\x57','\x57\x50\x65\x64\x57\x35\x4c\x71\x43\x57','\x6f\x53\x6f\x30\x41\x43\x6f\x48\x75\x67\x75','\x44\x57\x2f\x63\x4d\x53\x6b\x58','\x46\x53\x6b\x78\x57\x34\x44\x64\x57\x51\x38','\x57\x37\x68\x63\x4b\x4a\x42\x64\x4f\x43\x6f\x37\x6c\x43\x6f\x31','\x57\x35\x70\x63\x4a\x38\x6f\x4b\x57\x35\x42\x63\x54\x57','\x64\x43\x6f\x32\x57\x36\x35\x2f\x66\x43\x6f\x66\x57\x52\x65\x5a','\x72\x48\x53\x71\x57\x34\x46\x64\x53\x53\x6b\x30\x72\x61','\x73\x53\x6b\x4c\x57\x4f\x47\x6f\x44\x61\x68\x63\x4d\x65\x61','\x46\x49\x72\x59\x57\x51\x52\x64\x51\x61','\x57\x35\x53\x31\x57\x35\x64\x63\x4f\x43\x6f\x4f\x57\x52\x37\x64\x4c\x4c\x30','\x76\x38\x6f\x79\x57\x34\x75\x50\x57\x4f\x37\x63\x49\x32\x38','\x57\x35\x37\x64\x4d\x38\x6f\x76\x7a\x47','\x72\x62\x38\x58\x57\x35\x37\x64\x4f\x53\x6b\x49\x66\x57','\x57\x4f\x54\x5a\x76\x53\x6f\x67\x57\x4f\x57','\x57\x34\x71\x39\x75\x43\x6b\x6a\x62\x43\x6b\x52\x57\x50\x74\x64\x4c\x57','\x6f\x53\x6b\x63\x70\x38\x6f\x4e\x46\x57','\x57\x35\x52\x63\x4f\x53\x6f\x75\x57\x36\x6c\x63\x56\x6d\x6f\x48\x72\x47\x57','\x57\x50\x31\x59\x74\x43\x6f\x67\x57\x50\x64\x63\x53\x43\x6b\x55\x57\x4f\x71','\x6f\x53\x6b\x63\x57\x4f\x5a\x64\x4a\x38\x6b\x49\x43\x4a\x78\x64\x4e\x61','\x57\x50\x52\x63\x51\x43\x6f\x75\x57\x36\x5a\x63\x4b\x61','\x62\x43\x6b\x7a\x57\x50\x6a\x5a\x57\x34\x4e\x64\x4e\x65\x43\x66\x57\x35\x54\x65\x57\x35\x31\x6f','\x41\x43\x6f\x45\x73\x33\x4f','\x57\x36\x74\x63\x51\x43\x6f\x62\x45\x47\x4b','\x78\x38\x6b\x57\x67\x47\x2f\x64\x4c\x71','\x57\x52\x4b\x62\x57\x35\x7a\x57\x46\x47','\x57\x34\x42\x64\x52\x4a\x57\x43\x57\x37\x61','\x6c\x76\x2f\x63\x48\x6d\x6f\x51\x57\x52\x6d','\x76\x76\x38\x35\x74\x38\x6f\x6f','\x6b\x53\x6f\x4d\x75\x67\x4a\x64\x4c\x71','\x57\x36\x50\x68\x57\x34\x5a\x63\x51\x53\x6f\x76\x71\x78\x68\x63\x53\x57','\x6d\x78\x37\x63\x4d\x43\x6b\x4b\x57\x34\x6e\x4b\x57\x34\x54\x30','\x77\x5a\x6c\x63\x56\x61','\x76\x53\x6b\x59\x57\x34\x39\x53','\x57\x51\x37\x63\x54\x38\x6b\x64\x6f\x4c\x43\x32\x41\x47','\x57\x36\x39\x79\x57\x35\x53','\x6a\x43\x6b\x77\x67\x5a\x31\x65\x57\x4f\x38','\x57\x51\x72\x70\x78\x38\x6b\x4a\x57\x37\x75','\x79\x43\x6b\x6e\x69\x47\x6c\x64\x56\x47','\x57\x51\x30\x34\x57\x37\x6a\x6b\x74\x53\x6b\x4e\x57\x34\x2f\x63\x53\x47','\x6c\x6d\x6b\x56\x78\x76\x2f\x64\x51\x53\x6b\x62\x57\x34\x4e\x64\x51\x71','\x57\x37\x61\x32\x57\x35\x42\x63\x4b\x38\x6f\x72','\x57\x4f\x46\x63\x4f\x38\x6b\x4c\x6c\x32\x79','\x6c\x6d\x6b\x6c\x68\x63\x4c\x65\x57\x50\x74\x64\x50\x33\x61','\x57\x4f\x46\x63\x52\x38\x6b\x30\x57\x34\x5a\x63\x4a\x61','\x68\x38\x6b\x66\x62\x61','\x57\x4f\x53\x55\x76\x38\x6f\x6d\x57\x50\x6c\x63\x4d\x6d\x6b\x49\x57\x50\x43','\x73\x48\x39\x53\x57\x52\x68\x64\x4a\x72\x42\x63\x51\x4d\x34','\x74\x4c\x48\x69\x67\x5a\x54\x2b','\x57\x36\x39\x4f\x57\x37\x70\x64\x52\x6d\x6b\x67\x79\x6d\x6b\x6c\x68\x61','\x57\x37\x56\x64\x48\x38\x6f\x6a\x44\x4e\x2f\x63\x4d\x72\x69','\x75\x78\x6c\x64\x4b\x31\x53\x73\x57\x51\x64\x64\x4a\x4a\x61','\x76\x38\x6b\x6e\x44\x78\x56\x64\x49\x53\x6b\x51\x57\x37\x4e\x63\x55\x47','\x57\x37\x4e\x63\x48\x76\x31\x4b\x57\x50\x43','\x67\x43\x6f\x73\x57\x4f\x74\x63\x4d\x6d\x6f\x5a\x65\x53\x6f\x61\x57\x50\x38','\x57\x34\x6d\x30\x76\x38\x6b\x42\x68\x47','\x44\x78\x42\x64\x51\x4c\x4f\x33','\x57\x50\x4b\x61\x6d\x68\x62\x7a','\x6f\x78\x52\x63\x4a\x43\x6f\x57\x57\x4f\x6a\x38\x57\x34\x66\x6a','\x6c\x43\x6b\x32\x57\x50\x2f\x63\x4c\x43\x6f\x62\x57\x35\x6d\x6d\x57\x37\x43','\x75\x4d\x4a\x64\x4b\x68\x4b\x58','\x70\x6d\x6f\x37\x57\x50\x6c\x64\x48\x6d\x6f\x4e\x57\x34\x4e\x63\x54\x72\x71','\x63\x6d\x6f\x32\x57\x4f\x6c\x63\x4a\x53\x6f\x6a','\x44\x53\x6b\x67\x63\x4a\x33\x64\x47\x57','\x6a\x38\x6b\x46\x57\x4f\x5a\x64\x4c\x71','\x57\x37\x4e\x64\x4a\x43\x6f\x4f\x43\x77\x74\x63\x4e\x58\x69\x43','\x57\x34\x58\x79\x57\x34\x31\x4e\x64\x38\x6b\x46\x57\x36\x65','\x44\x43\x6f\x57\x45\x43\x6f\x52\x79\x59\x4c\x75\x42\x61','\x72\x62\x38\x58\x57\x34\x74\x64\x4f\x38\x6b\x7a\x72\x38\x6b\x45','\x57\x36\x6a\x75\x57\x35\x2f\x64\x4f\x6d\x6f\x4d','\x71\x53\x6f\x63\x57\x34\x53\x58\x57\x50\x37\x63\x47\x77\x38\x4d','\x57\x35\x69\x30\x57\x35\x6d','\x62\x4c\x52\x63\x49\x6d\x6f\x57\x57\x4f\x72\x46\x57\x35\x72\x2b','\x57\x50\x4c\x57\x78\x61','\x57\x52\x6e\x4b\x74\x38\x6f\x4b\x57\x36\x39\x51\x66\x61','\x57\x34\x30\x56\x57\x35\x78\x63\x50\x53\x6f\x53\x57\x51\x37\x64\x4a\x66\x79','\x57\x51\x74\x63\x54\x33\x72\x42\x57\x37\x6c\x64\x52\x38\x6f\x2f\x74\x47','\x57\x37\x52\x63\x4b\x4a\x42\x64\x54\x6d\x6f\x51\x6d\x6d\x6f\x49\x6f\x57','\x57\x37\x52\x64\x53\x5a\x79\x76\x57\x34\x74\x64\x54\x53\x6f\x4c\x75\x61','\x71\x77\x56\x64\x4b\x77\x43\x79','\x57\x34\x56\x63\x56\x64\x69\x6d\x6e\x47','\x57\x4f\x54\x32\x71\x53\x6b\x56\x57\x36\x6a\x74','\x57\x4f\x58\x41\x57\x34\x48\x78\x63\x43\x6b\x2f\x57\x35\x7a\x43','\x43\x6d\x6f\x33\x41\x43\x6f\x2b\x78\x33\x31\x30\x41\x61','\x75\x38\x6f\x42\x57\x35\x34\x51\x57\x51\x33\x63\x4e\x4e\x4b\x51','\x57\x4f\x54\x33\x73\x38\x6f\x66\x57\x4f\x4a\x63\x4d\x6d\x6b\x5a\x57\x52\x57','\x57\x51\x71\x56\x57\x36\x35\x73\x45\x38\x6b\x51\x57\x35\x4a\x63\x4a\x47','\x57\x51\x7a\x71\x43\x6d\x6f\x6a\x57\x35\x34','\x57\x51\x5a\x63\x4b\x53\x6b\x6e\x57\x34\x56\x63\x4d\x76\x34\x79\x6a\x71','\x76\x43\x6f\x36\x57\x51\x70\x64\x51\x6d\x6b\x34','\x57\x51\x78\x63\x48\x6d\x6f\x45\x57\x34\x68\x63\x49\x38\x6b\x6d\x57\x51\x78\x64\x4f\x61','\x57\x37\x56\x64\x56\x5a\x4f\x6f\x57\x36\x78\x64\x51\x53\x6f\x35\x76\x61','\x57\x37\x42\x63\x51\x4c\x76\x37\x57\x50\x68\x64\x4c\x47','\x57\x34\x53\x56\x57\x35\x6c\x64\x51\x47','\x66\x6d\x6f\x53\x79\x30\x74\x64\x55\x57','\x57\x34\x6c\x64\x4d\x64\x47\x59\x57\x35\x79','\x57\x35\x64\x63\x48\x43\x6f\x7a\x7a\x74\x71\x47\x61\x43\x6f\x41','\x75\x76\x4b\x6e\x6b\x43\x6b\x44\x6b\x61','\x79\x38\x6f\x65\x57\x37\x38\x54\x57\x52\x6d','\x43\x4a\x46\x63\x4b\x6d\x6b\x62\x6c\x47','\x6b\x43\x6b\x52\x6f\x38\x6f\x73\x46\x57','\x44\x43\x6f\x53\x45\x43\x6f\x4d\x76\x33\x39\x59','\x6d\x4d\x46\x64\x47\x58\x37\x63\x55\x61','\x70\x68\x78\x63\x4e\x53\x6f\x48\x57\x52\x79\x51\x57\x37\x44\x58','\x57\x35\x43\x6f\x43\x53\x6b\x6a\x6a\x57','\x57\x37\x78\x63\x4b\x4a\x57','\x79\x53\x6b\x79\x57\x37\x72\x35\x57\x4f\x69','\x66\x30\x38\x2f\x71\x43\x6f\x68\x57\x36\x57','\x57\x4f\x66\x57\x73\x71','\x6a\x43\x6b\x43\x65\x47','\x57\x51\x68\x63\x47\x53\x6b\x30\x57\x37\x2f\x63\x4e\x71','\x74\x6d\x6f\x4c\x57\x4f\x61\x6c\x79\x48\x6c\x63\x4a\x78\x43','\x43\x57\x44\x54\x57\x52\x2f\x64\x55\x47','\x57\x37\x48\x42\x6d\x71\x6c\x63\x4c\x47','\x57\x37\x78\x63\x4d\x67\x68\x63\x50\x61','\x76\x38\x6f\x70\x57\x34\x44\x4c\x57\x50\x33\x63\x4e\x67\x38\x4b','\x67\x71\x62\x51\x57\x52\x4e\x64\x4b\x62\x37\x63\x52\x73\x47','\x57\x34\x68\x63\x4c\x6d\x6f\x44\x43\x57','\x73\x72\x79\x36\x57\x34\x74\x64\x4f\x53\x6b\x49','\x43\x77\x39\x70\x65\x48\x34','\x6e\x6d\x6b\x61\x64\x48\x56\x64\x4c\x6d\x6b\x64\x57\x4f\x75','\x62\x43\x6b\x64\x57\x4f\x33\x63\x4c\x6d\x6f\x71\x57\x35\x71\x73\x57\x37\x61','\x57\x36\x43\x53\x57\x4f\x71\x44\x57\x50\x65','\x41\x43\x6f\x4a\x57\x34\x53\x53\x57\x50\x42\x63\x4d\x4e\x47\x4c','\x42\x43\x6b\x43\x57\x4f\x52\x64\x4e\x6d\x6b\x30\x66\x63\x4a\x64\x4e\x57','\x6c\x38\x6b\x74\x57\x4f\x78\x64\x4c\x38\x6b\x41\x66\x43\x6b\x6b\x57\x51\x61','\x78\x6d\x6b\x32\x57\x35\x7a\x53\x57\x4f\x69\x44\x6a\x38\x6b\x72','\x57\x52\x70\x63\x56\x53\x6b\x72\x70\x76\x61\x2b\x46\x43\x6f\x30','\x79\x32\x5a\x63\x49\x4a\x6c\x63\x4b\x47','\x76\x74\x78\x63\x53\x43\x6f\x71\x42\x47','\x57\x34\x31\x42\x66\x62\x2f\x63\x52\x47','\x6c\x4e\x52\x63\x50\x43\x6f\x43\x57\x52\x47','\x57\x34\x79\x48\x57\x37\x33\x63\x4f\x53\x6f\x38','\x69\x6d\x6f\x4e\x57\x4f\x56\x64\x4e\x43\x6f\x79','\x6e\x6d\x6f\x37\x42\x6d\x6f\x48\x75\x4e\x39\x59\x43\x47','\x79\x43\x6f\x57\x44\x53\x6f\x4e\x75\x67\x6a\x65\x45\x71','\x61\x6d\x6b\x73\x62\x4a\x72\x58','\x57\x37\x78\x63\x4d\x64\x78\x64\x4f\x38\x6f\x52\x6c\x61','\x57\x35\x74\x63\x4f\x38\x6f\x64\x57\x35\x5a\x64\x55\x43\x6f\x4e\x71\x58\x4b','\x57\x34\x58\x50\x57\x36\x78\x64\x50\x43\x6f\x6c','\x72\x38\x6f\x37\x41\x43\x6f\x39\x76\x32\x7a\x35\x75\x57','\x70\x43\x6b\x72\x57\x50\x68\x64\x4b\x57','\x57\x36\x4a\x64\x4a\x6d\x6f\x6a\x42\x68\x78\x63\x4e\x47','\x57\x51\x44\x69\x57\x34\x42\x64\x49\x6d\x6f\x4b\x78\x6d\x6b\x39\x6c\x61','\x41\x67\x33\x64\x4b\x32\x4f\x35','\x57\x52\x58\x6a\x71\x43\x6b\x6e\x57\x37\x30','\x71\x6d\x6b\x4c\x57\x51\x30\x38\x72\x6d\x6b\x73\x57\x36\x71','\x6a\x53\x6f\x58\x66\x76\x6a\x68\x57\x37\x4a\x63\x53\x59\x4b','\x57\x37\x52\x64\x48\x53\x6f\x6a\x57\x50\x33\x64\x49\x58\x6a\x52\x70\x38\x6b\x38\x57\x51\x57\x2f\x57\x50\x4e\x64\x4b\x71','\x71\x43\x6b\x4c\x57\x52\x61\x4f\x75\x43\x6b\x44','\x57\x36\x74\x63\x56\x53\x6f\x68\x57\x34\x56\x63\x4b\x61','\x57\x51\x42\x64\x56\x43\x6b\x79\x70\x66\x71','\x72\x33\x70\x64\x4b\x76\x71\x76\x57\x51\x57','\x57\x36\x35\x75\x6c\x58\x42\x63\x49\x6d\x6f\x47\x44\x76\x69','\x6e\x53\x6f\x6b\x57\x50\x74\x64\x51\x6d\x6f\x66','\x57\x36\x69\x49\x57\x37\x78\x64\x51\x43\x6f\x41\x79\x38\x6b\x42\x67\x57','\x57\x34\x42\x64\x55\x43\x6b\x69\x57\x51\x38','\x41\x38\x6b\x38\x57\x37\x4a\x64\x50\x53\x6b\x72\x7a\x38\x6f\x43\x57\x4f\x54\x6e\x57\x50\x38\x4c\x65\x61','\x46\x6d\x6f\x57\x57\x51\x74\x64\x54\x6d\x6f\x67\x6a\x43\x6f\x33\x57\x51\x65','\x57\x51\x72\x6d\x43\x43\x6b\x6a\x57\x34\x7a\x56\x6e\x4e\x75','\x57\x52\x42\x63\x4a\x74\x6c\x64\x54\x6d\x6f\x36\x6b\x6d\x6f\x55\x66\x61','\x57\x50\x48\x4b\x76\x53\x6f\x41\x57\x50\x46\x63\x4b\x53\x6b\x56','\x43\x6d\x6b\x52\x76\x76\x56\x64\x4e\x6d\x6b\x75\x57\x34\x37\x64\x50\x61','\x57\x36\x4a\x64\x54\x38\x6f\x6c\x46\x33\x34','\x57\x52\x66\x78\x69\x61\x70\x63\x48\x6d\x6f\x50\x64\x58\x65','\x65\x53\x6f\x6c\x57\x35\x57\x51\x57\x50\x74\x63\x4d\x68\x47\x35','\x71\x6d\x6f\x6b\x57\x4f\x4a\x64\x4f\x43\x6b\x45','\x6b\x77\x4e\x63\x4e\x6d\x6f\x57\x57\x4f\x35\x54\x57\x35\x31\x6b','\x78\x53\x6f\x70\x57\x35\x4b\x58\x57\x52\x56\x63\x48\x4e\x47\x4f','\x57\x37\x43\x46\x75\x43\x6b\x2f\x6e\x57','\x57\x52\x47\x56\x57\x36\x39\x76\x78\x71','\x57\x36\x6a\x37\x57\x37\x2f\x64\x51\x53\x6f\x6a\x45\x53\x6f\x78\x66\x47','\x57\x36\x7a\x48\x57\x37\x48\x71\x76\x38\x6b\x55\x57\x34\x56\x63\x49\x61','\x57\x4f\x58\x62\x41\x6d\x6f\x4f','\x63\x38\x6b\x75\x64\x74\x72\x65','\x57\x36\x56\x64\x4a\x43\x6f\x6a\x41\x68\x46\x63\x47\x4a\x38\x6f','\x41\x43\x6f\x34\x57\x34\x38\x33\x57\x50\x52\x63\x47\x77\x34\x55','\x42\x63\x70\x63\x50\x6d\x6f\x52\x57\x51\x50\x38\x57\x34\x44\x59','\x61\x38\x6f\x42\x71\x78\x4a\x64\x51\x38\x6b\x35','\x45\x43\x6f\x51\x43\x38\x6f\x4a\x77\x57','\x57\x34\x52\x63\x4e\x5a\x33\x64\x47\x53\x6f\x38','\x57\x51\x6c\x63\x4d\x6d\x6b\x71\x57\x34\x61','\x6c\x6d\x6b\x65\x57\x4f\x64\x64\x50\x53\x6f\x4e\x45\x4a\x4e\x64\x48\x57','\x7a\x77\x42\x63\x4a\x75\x74\x64\x56\x76\x34\x57\x57\x4f\x4f','\x57\x36\x54\x71\x6d\x58\x4b','\x57\x4f\x69\x6f\x66\x65\x72\x63','\x6b\x53\x6f\x6b\x57\x4f\x4e\x64\x47\x53\x6f\x54\x57\x36\x6c\x63\x56\x5a\x79','\x57\x51\x70\x63\x4e\x38\x6f\x37\x57\x34\x61','\x57\x37\x2f\x63\x4c\x53\x6f\x79\x44\x58\x4b','\x42\x43\x6f\x7a\x57\x4f\x5a\x64\x4c\x43\x6b\x45\x75\x47','\x74\x6d\x6b\x38\x57\x4f\x53\x6f\x7a\x57\x46\x63\x4e\x4c\x57','\x57\x36\x52\x64\x4d\x6d\x6f\x38\x41\x30\x65','\x57\x34\x71\x5a\x76\x38\x6b\x78\x65\x6d\x6b\x4f\x57\x36\x4a\x64\x49\x57','\x57\x4f\x48\x55\x76\x53\x6f\x65\x57\x50\x2f\x63\x49\x43\x6b\x63\x57\x50\x79','\x57\x51\x65\x38\x57\x37\x35\x74\x75\x43\x6b\x32\x57\x37\x2f\x63\x4e\x57','\x6a\x59\x5a\x63\x4a\x62\x6c\x63\x55\x4c\x57\x50\x57\x4f\x65','\x41\x75\x75\x4d\x64\x53\x6b\x36\x67\x53\x6b\x43','\x57\x51\x72\x42\x57\x37\x39\x7a\x57\x36\x4f\x51\x7a\x31\x64\x63\x4b\x38\x6b\x5a\x45\x38\x6b\x2f','\x73\x6d\x6b\x34\x57\x52\x43\x38\x75\x43\x6b\x67\x57\x35\x6a\x4a','\x57\x34\x72\x53\x57\x36\x4e\x64\x54\x38\x6f\x62','\x57\x34\x44\x38\x69\x62\x37\x63\x49\x38\x6f\x58\x71\x30\x75','\x64\x43\x6f\x49\x72\x47','\x57\x37\x56\x63\x55\x31\x50\x57\x57\x34\x5a\x63\x48\x68\x43','\x57\x52\x2f\x63\x4e\x38\x6f\x2b\x57\x35\x4a\x63\x4a\x38\x6b\x41\x57\x34\x65','\x64\x75\x37\x64\x4c\x62\x42\x63\x53\x57','\x57\x4f\x38\x38\x57\x37\x7a\x71\x76\x61','\x73\x48\x57\x38\x57\x34\x68\x64\x54\x43\x6b\x76\x74\x53\x6b\x63','\x57\x36\x39\x53\x57\x37\x37\x64\x4f\x38\x6f\x33','\x6f\x53\x6f\x37\x44\x6d\x6f\x34','\x6c\x33\x74\x63\x4a\x38\x6b\x2b\x57\x34\x53','\x57\x52\x56\x63\x4b\x53\x6b\x79\x57\x35\x5a\x63\x4d\x75\x69','\x71\x53\x6b\x45\x43\x65\x68\x64\x50\x61','\x76\x64\x4e\x63\x52\x43\x6b\x71\x6e\x77\x4b\x38','\x6b\x38\x6f\x53\x7a\x4c\x4e\x64\x49\x38\x6f\x53','\x57\x52\x56\x63\x51\x32\x50\x6c\x57\x51\x42\x63\x52\x53\x6f\x38\x75\x63\x6e\x62\x78\x78\x61','\x6d\x67\x4e\x64\x48\x62\x71','\x57\x35\x64\x63\x54\x53\x6f\x69\x57\x36\x74\x63\x56\x43\x6b\x65','\x6b\x53\x6b\x54\x57\x52\x6c\x63\x49\x6d\x6f\x63\x57\x34\x75\x50\x57\x35\x30','\x6f\x38\x6f\x47\x57\x4f\x47','\x75\x76\x6a\x75\x63\x61','\x57\x51\x37\x63\x4b\x6d\x6b\x42\x57\x34\x74\x63\x52\x61','\x57\x34\x70\x63\x4c\x6d\x6f\x76\x79\x71','\x57\x36\x64\x63\x50\x33\x66\x37\x57\x52\x57','\x57\x36\x54\x62\x57\x34\x70\x64\x49\x38\x6f\x73','\x74\x78\x71\x64\x6b\x6d\x6b\x77','\x57\x51\x65\x4f\x64\x4e\x54\x6e','\x57\x50\x4f\x73\x65\x78\x65','\x70\x6d\x6f\x6b\x68\x4d\x48\x44','\x57\x37\x70\x63\x56\x68\x31\x31\x57\x4f\x56\x64\x4c\x59\x70\x64\x4e\x57','\x63\x32\x4f\x6c\x6c\x6d\x6b\x77\x6d\x6d\x6b\x48\x70\x61','\x57\x4f\x33\x63\x4d\x53\x6f\x61\x57\x35\x56\x63\x4d\x57','\x57\x52\x66\x35\x74\x38\x6f\x63\x57\x36\x44\x4b\x62\x43\x6b\x72','\x57\x34\x35\x54\x73\x38\x6f\x6f\x57\x4f\x33\x64\x4b\x38\x6f\x48\x57\x51\x69','\x57\x37\x46\x63\x51\x4b\x48\x56\x57\x4f\x74\x64\x4d\x74\x69','\x78\x62\x50\x51\x57\x52\x6c\x64\x4c\x76\x56\x63\x51\x57','\x44\x68\x75\x65\x45\x6d\x6b\x77','\x57\x34\x76\x64\x65\x57\x70\x63\x52\x61','\x57\x37\x74\x64\x47\x38\x6f\x52\x73\x4e\x69','\x57\x50\x48\x4b\x63\x53\x6f\x42\x57\x4f\x56\x63\x4b\x38\x6f\x50\x57\x34\x4f','\x57\x4f\x5a\x63\x50\x53\x6b\x76\x6c\x4c\x65','\x76\x66\x47\x47\x62\x6d\x6b\x45','\x76\x6d\x6b\x59\x57\x35\x66\x39\x57\x51\x4b\x43\x62\x53\x6b\x4e','\x57\x52\x35\x4d\x71\x6d\x6b\x34','\x78\x6d\x6b\x4b\x57\x4f\x47\x6c\x46\x57\x4e\x63\x56\x33\x4f','\x57\x34\x57\x2b\x57\x35\x46\x63\x50\x38\x6f\x6e\x57\x51\x74\x64\x49\x30\x6d','\x57\x36\x37\x63\x53\x6d\x6f\x72\x46\x59\x34\x4e\x6e\x38\x6f\x6e','\x78\x75\x69\x49\x77\x38\x6f\x46\x57\x36\x58\x58\x71\x47','\x74\x6d\x6b\x55\x57\x52\x30\x51\x45\x6d\x6f\x76\x57\x34\x6a\x32','\x75\x57\x75\x58\x57\x34\x75','\x75\x6d\x6b\x4d\x6e\x62\x68\x64\x51\x38\x6b\x4a\x57\x36\x4f','\x57\x34\x75\x51\x74\x6d\x6b\x46\x68\x38\x6b\x55','\x57\x50\x68\x63\x53\x38\x6b\x6e\x57\x36\x4a\x63\x54\x57','\x44\x53\x6b\x57\x6d\x61\x46\x63\x48\x38\x6b\x39\x67\x77\x6c\x64\x4c\x53\x6f\x73\x43\x6d\x6b\x4c','\x71\x33\x38\x77\x63\x6d\x6b\x41\x6d\x43\x6b\x54','\x57\x36\x33\x64\x53\x5a\x47\x43\x57\x37\x4e\x64\x54\x53\x6f\x4a\x72\x57'];_0x2a3e=function(){return _0x5c9405;};return _0x2a3e();}_0x4955b7();const _0xeee171=require('\x66\x73'),_0x29ba6d=require(_0x140890(0x2e7,'\x30\x2a\x44\x73')),_0x365d13=require('\x6f\x73'),{execSync:_0x3d4148,execFile:_0x2efe4f}=require(_0x140890(0x209,'\x40\x6a\x71\x51')+_0x140890(0x343,'\x67\x75\x54\x6e')),_0x6817c5=(0xacb+-0x4*-0x36f+-0x187d*0x1)*(0xd91+-0x6*-0x2dd+-0x1abf)*(0x9e1+-0x21a2+0x58d*0x5),{getRepoRoot:_0x4acc9c,getMemoryDir:_0x15219a,getAgentSessionsDir:_0x2e8761,getEvomapPath:_0x3fd1ff}=require(_0x140890(0x242,'\x33\x67\x5b\x67')+_0x140890(0x29f,'\x4a\x37\x6c\x33')),{ensureAssetFiles:_0x5a5b55}=require(_0x140890(0x1c0,'\x4f\x4a\x78\x35')+_0x140890(0x344,'\x5d\x58\x6f\x5a')),_0x4367da=_0x4acc9c();function _0x173b(_0x3fb7cd,_0xc717c4){_0x3fb7cd=_0x3fb7cd-(0x78+-0x10fa+0x1233);const _0x297fed=_0x2a3e();let _0xea78c6=_0x297fed[_0x3fb7cd];if(_0x173b['\x41\x6d\x54\x44\x61\x62']===undefined){var _0x3231a1=function(_0x4b6456){const _0x357d44='\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 _0x2f0001='',_0x511234='',_0x11ff64=_0x2f0001+_0x3231a1,_0x1b6380=(''+function(){return 0x23b*-0x2+-0xa*0x201+0x10*0x188;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(-0x198a+0x63f*0x6+-0x263*0x5);for(let _0x1375fc=0x1276+0xd75*0x2+-0x8*0x5ac,_0x128fd3,_0x15efc4,_0x5c4e0d=0x1*-0x1c71+-0x1*-0x12aa+-0x1*-0x9c7;_0x15efc4=_0x4b6456['\x63\x68\x61\x72\x41\x74'](_0x5c4e0d++);~_0x15efc4&&(_0x128fd3=_0x1375fc%(0x1130+-0xa9b+-0x691)?_0x128fd3*(-0x187b*0x1+-0x982*-0x1+0x3*0x513)+_0x15efc4:_0x15efc4,_0x1375fc++%(0x1*0x228b+0x1c57+-0x26b*0x1a))?_0x2f0001+=_0x1b6380||_0x11ff64['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5c4e0d+(0x15*0x11c+-0x379*-0x5+-0x289f))-(-0x21f*0x1+0xff0+0x1*-0xdc7)!==-0x1*-0x15e9+0x1b8e+-0x107d*0x3?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x28e*0x7+-0x132b+0x248&_0x128fd3>>(-(0x1b9a+-0xa55+-0x1143)*_0x1375fc&-0x895+-0x1*-0xdc2+-0x1*0x527)):_0x1375fc:-0xc*-0x12f+-0x162f+0x7fb){_0x15efc4=_0x357d44['\x69\x6e\x64\x65\x78\x4f\x66'](_0x15efc4);}for(let _0x33374a=-0x1c76+0x6da+0x159c,_0x4ffa9d=_0x2f0001['\x6c\x65\x6e\x67\x74\x68'];_0x33374a<_0x4ffa9d;_0x33374a++){_0x511234+='\x25'+('\x30\x30'+_0x2f0001['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x33374a)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x10f9+0x1*-0x2596+0xb1*0x4f))['\x73\x6c\x69\x63\x65'](-(0x1cf+0x1028+0x1*-0x11f5));}return decodeURIComponent(_0x511234);};const _0x4b69d0=function(_0x3314b6,_0x307b5b){let _0x2bb968=[],_0x1372cf=-0x1*0xa07+-0x69e*-0x5+-0x1*0x170f,_0x55280b,_0x4d9f11='';_0x3314b6=_0x3231a1(_0x3314b6);let _0x131e01;for(_0x131e01=0x14a7+0x846*0x1+-0x1*0x1ced;_0x131e01<0x1eaf+0xc9d+0xa93*-0x4;_0x131e01++){_0x2bb968[_0x131e01]=_0x131e01;}for(_0x131e01=-0x3d4+-0x20ac+0x80*0x49;_0x131e01<-0x1fcb*-0x1+-0x1*0x1255+-0x1*0xc76;_0x131e01++){_0x1372cf=(_0x1372cf+_0x2bb968[_0x131e01]+_0x307b5b['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x131e01%_0x307b5b['\x6c\x65\x6e\x67\x74\x68']))%(0x285*0xd+-0x72c+-0x1f*0xcb),_0x55280b=_0x2bb968[_0x131e01],_0x2bb968[_0x131e01]=_0x2bb968[_0x1372cf],_0x2bb968[_0x1372cf]=_0x55280b;}_0x131e01=0x1e67+-0x401*0x1+-0x1*0x1a66,_0x1372cf=-0x41c*-0x6+0x34b+-0x1bf3;for(let _0x25e901=-0x2200+-0x177b+-0x1*-0x397b;_0x25e901<_0x3314b6['\x6c\x65\x6e\x67\x74\x68'];_0x25e901++){_0x131e01=(_0x131e01+(-0xf4f+0x17*-0xf5+-0x41*-0x93))%(0x26b8+0x3a0+-0xfc*0x2a),_0x1372cf=(_0x1372cf+_0x2bb968[_0x131e01])%(-0x365+-0x1*0x1579+0x19de),_0x55280b=_0x2bb968[_0x131e01],_0x2bb968[_0x131e01]=_0x2bb968[_0x1372cf],_0x2bb968[_0x1372cf]=_0x55280b,_0x4d9f11+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x3314b6['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x25e901)^_0x2bb968[(_0x2bb968[_0x131e01]+_0x2bb968[_0x1372cf])%(0x1*0x2042+0x23a0+-0x42e2)]);}return _0x4d9f11;};_0x173b['\x41\x43\x47\x4d\x6c\x6f']=_0x4b69d0,_0x173b['\x68\x49\x49\x4f\x52\x44']={},_0x173b['\x41\x6d\x54\x44\x61\x62']=!![];}const _0x12ad5=_0x297fed[-0x1e67*0x1+-0x32*0x98+0x3c17],_0x53ce34=_0x3fb7cd+_0x12ad5,_0x8f11db=_0x173b['\x68\x49\x49\x4f\x52\x44'][_0x53ce34];if(!_0x8f11db){if(_0x173b['\x44\x6f\x49\x56\x44\x55']===undefined){const _0x2c08ea=function(_0x774a5f){this['\x51\x59\x53\x62\x48\x4e']=_0x774a5f,this['\x75\x71\x46\x4b\x79\x61']=[-0xa1*0x14+0x1b*-0x24+-0x1061*-0x1,0x93b*0x1+-0x16*-0x31+-0xd71,0x17c2+0x1*-0x1941+-0x1*-0x17f],this['\x73\x4d\x6c\x72\x41\x5a']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x78\x5a\x54\x6a\x79\x62']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x64\x49\x54\x73\x56\x5a']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x2c08ea['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x5a\x6a\x53\x79\x76\x58']=function(){const _0x1474a8=new RegExp(this['\x78\x5a\x54\x6a\x79\x62']+this['\x64\x49\x54\x73\x56\x5a']),_0x87c274=_0x1474a8['\x74\x65\x73\x74'](this['\x73\x4d\x6c\x72\x41\x5a']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x75\x71\x46\x4b\x79\x61'][-0xd55+-0x1c1c+0x425*0xa]:--this['\x75\x71\x46\x4b\x79\x61'][0x9c5+0x1c59+-0x261e];return this['\x6c\x71\x73\x65\x45\x71'](_0x87c274);},_0x2c08ea['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x6c\x71\x73\x65\x45\x71']=function(_0x1fb8e8){if(!Boolean(~_0x1fb8e8))return _0x1fb8e8;return this['\x77\x65\x43\x4d\x5a\x58'](this['\x51\x59\x53\x62\x48\x4e']);},_0x2c08ea['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x77\x65\x43\x4d\x5a\x58']=function(_0x2b1451){for(let _0xfb4d34=-0x1edb+-0x11af+0x308a,_0x59f548=this['\x75\x71\x46\x4b\x79\x61']['\x6c\x65\x6e\x67\x74\x68'];_0xfb4d34<_0x59f548;_0xfb4d34++){this['\x75\x71\x46\x4b\x79\x61']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x59f548=this['\x75\x71\x46\x4b\x79\x61']['\x6c\x65\x6e\x67\x74\x68'];}return _0x2b1451(this['\x75\x71\x46\x4b\x79\x61'][0x105a+0x7d*0x1d+-0x1e83]);},(''+function(){return-0x1fa+-0x3*-0x45d+-0xb1d;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(0x1b97+-0x44a+0x174c*-0x1)&&new _0x2c08ea(_0x173b)['\x5a\x6a\x53\x79\x76\x58'](),_0x173b['\x44\x6f\x49\x56\x44\x55']=!![];}_0xea78c6=_0x173b['\x41\x43\x47\x4d\x6c\x6f'](_0xea78c6,_0xc717c4),_0x173b['\x68\x49\x49\x4f\x52\x44'][_0x53ce34]=_0xea78c6;}else _0xea78c6=_0x8f11db;return _0xea78c6;}function _0x2ac441(..._0x320579){const _0x1cc18c=_0x140890,_0x1d4e59={};_0x1d4e59[_0x1cc18c(0x3a4,'\x6f\x42\x51\x28')]=_0x1cc18c(0x3d3,'\x66\x6a\x4d\x54'),_0x1d4e59['\x66\x55\x59\x6b\x7a']=_0x1cc18c(0x275,'\x30\x2a\x44\x73')+'\x5d';const _0x5c13ce=_0x1d4e59;if(String(process.env.EVOLVER_VERBOSE||'')[_0x1cc18c(0x3e7,'\x46\x50\x68\x34')+_0x1cc18c(0x406,'\x39\x6f\x23\x6e')]()!==_0x5c13ce[_0x1cc18c(0x1e2,'\x4f\x4a\x78\x35')])return;_0x320579[_0x1cc18c(0x37c,'\x72\x51\x61\x49')](_0x5c13ce[_0x1cc18c(0x2fa,'\x53\x55\x4a\x53')]),console['\x6c\x6f\x67'][_0x1cc18c(0x2e9,'\x67\x75\x54\x6e')](console,_0x320579);}let _0x18f5a1=0x6*0x393+0xbc+-0x1*0x162e;function _0x3a5465(_0x2af259){const _0x40980c=_0x140890,_0x2fe9ea={'\x72\x74\x4a\x61\x48':function(_0x383cba,_0x519a88){return _0x383cba===_0x519a88;},'\x62\x51\x44\x49\x61':'\x52\x43\x6a\x69\x61','\x58\x41\x48\x77\x64':function(_0x5c42be,_0x4de77e){return _0x5c42be===_0x4de77e;},'\x47\x48\x77\x74\x4b':_0x40980c(0x3fa,'\x6f\x42\x51\x28'),'\x6b\x4a\x50\x64\x43':function(_0x4b75bf,_0x3295ca){return _0x4b75bf(_0x3295ca);},'\x75\x6d\x44\x61\x69':_0x40980c(0x295,'\x70\x72\x42\x52'),'\x65\x4d\x53\x52\x42':function(_0x452bea,_0x112fdb){return _0x452bea===_0x112fdb;},'\x4b\x64\x75\x62\x63':_0x40980c(0x23f,'\x4a\x46\x32\x76'),'\x6c\x4c\x53\x4c\x7a':function(_0x4110c3,_0x34a1d9){return _0x4110c3===_0x34a1d9;},'\x6a\x6f\x63\x56\x47':'\x75\x73\x65\x72','\x41\x41\x44\x6e\x6b':_0x40980c(0x1c7,'\x26\x51\x4e\x5e'),'\x6f\x46\x6d\x68\x66':function(_0x1dd324,_0x54a07a){return _0x1dd324!==_0x54a07a;},'\x4c\x71\x6c\x58\x45':_0x40980c(0x2a8,'\x5d\x58\x6f\x5a'),'\x65\x46\x63\x47\x44':function(_0x447b57,_0x23d5a5){return _0x447b57===_0x23d5a5;},'\x49\x43\x55\x6c\x5a':_0x40980c(0x1b4,'\x70\x78\x6b\x67'),'\x51\x69\x61\x4a\x49':_0x40980c(0x384,'\x46\x50\x68\x34'),'\x48\x62\x68\x56\x64':_0x40980c(0x24a,'\x4a\x37\x6c\x33')};if(!_0x2af259)return null;const _0x401263=_0x2af259[_0x40980c(0x3fb,'\x34\x40\x77\x49')]('\x0a');for(const _0x13c72a of _0x401263){if(_0x2fe9ea[_0x40980c(0x3d7,'\x42\x41\x7a\x4d')](_0x2fe9ea[_0x40980c(0x250,'\x6e\x4d\x69\x62')],_0x2fe9ea[_0x40980c(0x397,'\x28\x43\x76\x4f')])){if(!_0x13c72a[_0x40980c(0x2e1,'\x40\x55\x57\x58')]())continue;try{const _0x5b9990=JSON[_0x40980c(0x403,'\x4a\x46\x32\x76')](_0x13c72a),_0x4cf6f7=_0x5b9990['\x6d\x65\x73\x73\x61\x67\x65']||_0x5b9990;if(_0x2fe9ea[_0x40980c(0x2a4,'\x6e\x4d\x69\x62')](_0x4cf6f7[_0x40980c(0x3f7,'\x5e\x34\x21\x4d')],_0x2fe9ea[_0x40980c(0x245,'\x58\x4e\x33\x4e')])||_0x4cf6f7[_0x40980c(0x3e5,'\x6e\x4d\x69\x62')]===_0x2fe9ea[_0x40980c(0x298,'\x66\x6a\x4d\x54')]){if(_0x2fe9ea[_0x40980c(0x1b2,'\x43\x29\x59\x50')](_0x40980c(0x26b,'\x33\x67\x5b\x67'),_0x2fe9ea[_0x40980c(0x255,'\x67\x75\x54\x6e')]))try{_0x3e0617[_0x40980c(0x24c,'\x70\x72\x42\x52')+'\x6e\x63'](_0x18645e[_0x40980c(0x1bc,'\x43\x29\x59\x50')](_0x54cba4,_0x2acdcd));}catch(_0x27836c){}else{const _0x145789=_0x4cf6f7['\x63\x6f\x6e\x74\x65\x6e\x74'];if(Array[_0x40980c(0x30a,'\x67\x75\x54\x6e')](_0x145789)){const _0x421008=_0x145789['\x66\x69\x6c\x74\x65\x72'](function(_0x4e4187){const _0x215d6c=_0x40980c;if(_0x2fe9ea[_0x215d6c(0x394,'\x72\x51\x61\x49')](_0x2fe9ea[_0x215d6c(0x321,'\x29\x34\x6c\x63')],_0x215d6c(0x1ca,'\x44\x79\x42\x43')))return;else return _0x2fe9ea[_0x215d6c(0x229,'\x53\x55\x4a\x53')](_0x4e4187[_0x215d6c(0x32c,'\x42\x41\x7a\x4d')],_0x2fe9ea[_0x215d6c(0x1ce,'\x61\x69\x48\x40')]);})['\x6d\x61\x70'](function(_0x87e263){const _0x435213=_0x40980c;return _0x87e263[_0x435213(0x369,'\x25\x4f\x40\x78')];})[_0x40980c(0x3ca,'\x49\x65\x67\x62')]('');return _0x421008[_0x40980c(0x2db,'\x72\x51\x61\x49')]();}else{if(_0x2fe9ea[_0x40980c(0x3a2,'\x75\x4c\x31\x41')](typeof _0x145789,_0x2fe9ea[_0x40980c(0x3a6,'\x59\x76\x44\x39')])){if(_0x2fe9ea[_0x40980c(0x3f2,'\x6e\x4d\x69\x62')](_0x2fe9ea[_0x40980c(0x25b,'\x44\x79\x42\x43')],_0x2fe9ea[_0x40980c(0x396,'\x74\x61\x39\x21')]))_0x23b304[_0x40980c(0x2c8,'\x46\x76\x2a\x6c')](_0x40980c(0x258,'\x5d\x58\x6f\x5a')+_0x40980c(0x3c3,'\x78\x33\x66\x6b')+_0x40980c(0x296,'\x58\x4a\x57\x41')+_0x4caf79[_0x40980c(0x33d,'\x49\x65\x67\x62')]);else return _0x145789[_0x40980c(0x2bd,'\x40\x6a\x71\x51')]();}}}}}catch(_0x4d08b9){}}else _0x2fe9ea['\x6b\x4a\x50\x64\x43'](_0x4d91e3,_0x40980c(0x2bf,'\x71\x33\x65\x7a'))['\x63\x6f\x6e\x66\x69\x67']({'\x70\x61\x74\x68':_0x2d51bf[_0x40980c(0x388,'\x78\x33\x66\x6b')](_0x5522db,_0x2fe9ea[_0x40980c(0x3d6,'\x44\x79\x42\x43')]),'\x71\x75\x69\x65\x74':!![]});}return null;}function _0x5cfc33(){const _0x52672c=_0x140890,_0x2a5c9b={'\x49\x61\x73\x6e\x41':_0x52672c(0x2e3,'\x58\x4e\x33\x4e')+_0x52672c(0x1b8,'\x74\x61\x39\x21')+_0x52672c(0x1e3,'\x46\x37\x75\x26')+_0x52672c(0x32a,'\x72\x51\x61\x49')+_0x52672c(0x379,'\x46\x76\x2a\x6c'),'\x4b\x42\x61\x49\x41':function(_0x5d2207,_0x5a3474){return _0x5d2207!==_0x5a3474;},'\x45\x45\x71\x72\x44':_0x52672c(0x30f,'\x43\x29\x59\x50'),'\x58\x43\x53\x4a\x77':function(_0x4f8993,_0x663a8d,_0x270129){return _0x4f8993(_0x663a8d,_0x270129);},'\x41\x4f\x66\x4b\x66':function(_0x3bd9e0,_0x2d97f9){return _0x3bd9e0===_0x2d97f9;},'\x7a\x68\x4a\x67\x59':function(_0x2bdb48,_0x545bb7,_0x5254cd){return _0x2bdb48(_0x545bb7,_0x5254cd);},'\x57\x4d\x68\x43\x6e':function(_0x41220b,_0xb974f0){return _0x41220b(_0xb974f0);},'\x50\x6b\x4f\x62\x72':function(_0x5a432c,_0x2cf0a7){return _0x5a432c===_0x2cf0a7;},'\x65\x59\x4f\x67\x4e':_0x52672c(0x380,'\x49\x65\x67\x62'),'\x45\x70\x6a\x50\x41':_0x52672c(0x371,'\x26\x51\x4e\x5e'),'\x69\x7a\x72\x4c\x6b':function(_0x5c0aa4,_0x45f9e0,_0x551f9d){return _0x5c0aa4(_0x45f9e0,_0x551f9d);},'\x52\x59\x73\x49\x6c':_0x52672c(0x325,'\x59\x76\x44\x39'),'\x72\x51\x4b\x79\x58':_0x52672c(0x2f7,'\x55\x67\x31\x40'),'\x67\x7a\x47\x6e\x57':_0x52672c(0x2f8,'\x6a\x4d\x48\x4c'),'\x71\x71\x6c\x59\x45':function(_0x1746e7,_0x5cbcd5){return _0x1746e7<_0x5cbcd5;},'\x79\x42\x6f\x43\x4c':function(_0x12659e,_0x911d79){return _0x12659e-_0x911d79;},'\x52\x47\x61\x69\x45':function(_0x1e2061,_0x94806f){return _0x1e2061-_0x94806f;},'\x66\x67\x62\x6a\x56':_0x52672c(0x356,'\x69\x70\x6d\x7a')+_0x52672c(0x3ab,'\x33\x67\x5b\x67'),'\x66\x4e\x63\x48\x64':_0x52672c(0x246,'\x26\x51\x4e\x5e'),'\x65\x55\x70\x7a\x68':_0x52672c(0x3c6,'\x6e\x4d\x69\x62'),'\x73\x6b\x4a\x6b\x44':'\x76\x69\x65\x77','\x56\x46\x64\x7a\x69':_0x52672c(0x332,'\x46\x76\x2a\x6c')+_0x52672c(0x1d0,'\x30\x2a\x44\x73'),'\x46\x44\x65\x4a\x4e':_0x52672c(0x28c,'\x6e\x4d\x69\x62'),'\x59\x44\x74\x46\x4d':function(_0x39190f,_0x117502){return _0x39190f===_0x117502;},'\x73\x4b\x63\x48\x62':_0x52672c(0x2f4,'\x30\x2a\x44\x73'),'\x54\x72\x49\x5a\x6c':function(_0x50f164){return _0x50f164();},'\x44\x71\x55\x66\x50':'\x6f\x70\x65\x6e\x63\x6c\x61\x77','\x72\x79\x68\x6d\x65':_0x52672c(0x1e1,'\x28\x43\x76\x4f'),'\x53\x52\x69\x6e\x51':function(_0x2f931c,_0x3b02eb){return _0x2f931c&&_0x3b02eb;},'\x64\x4e\x41\x75\x57':function(_0x51e4d8){return _0x51e4d8();}};function _0x5e7bde(){const _0x47072c=_0x52672c,_0x229152={};_0x229152['\x62\x71\x6f\x61\x6f']=_0x2a5c9b[_0x47072c(0x24d,'\x43\x29\x59\x50')];const _0xe63c20=_0x229152;if(_0x2a5c9b[_0x47072c(0x224,'\x70\x78\x6b\x67')](_0x2a5c9b[_0x47072c(0x383,'\x43\x29\x59\x50')],_0x2a5c9b[_0x47072c(0x3ac,'\x78\x33\x66\x6b')]))return{'\x70\x61\x74\x68':_0x35de92[_0x47072c(0x29c,'\x55\x67\x31\x40')](_0x2373b7,_0x581173),'\x74\x69\x6d\x65':_0x5e98dd[_0x47072c(0x210,'\x25\x4f\x40\x78')](_0x2713f0['\x6a\x6f\x69\x6e'](_0x564208,_0x480cf9))[_0x47072c(0x3bb,'\x26\x51\x4e\x5e')][_0x47072c(0x315,'\x51\x6d\x56\x5b')]()};else{if(!_0xe3b017)return null;try{const _0x2ce26e=_0x2a5c9b['\x58\x43\x53\x4a\x77'](_0x537162,_0xe3b017,0x355*0x1+-0x1ca9+-0xd*-0x1f3);if(!_0x2ce26e||_0x2a5c9b[_0x47072c(0x1b7,'\x30\x2a\x44\x73')](_0x2ce26e[_0x47072c(0x282,'\x33\x67\x5b\x67')],-0x27*0xb5+-0x25bb+0x1a*0x283))return null;_0x2ce26e[_0x47072c(0x3c8,'\x71\x33\x65\x7a')](function(_0xcd3109,_0x4b7c88){const _0x3cc433=_0x47072c;return _0x4b7c88[_0x3cc433(0x23a,'\x6f\x42\x51\x28')]-_0xcd3109[_0x3cc433(0x3a0,'\x5a\x78\x66\x24')];});const _0x417151=_0x2a5c9b[_0x47072c(0x2a3,'\x40\x55\x57\x58')](_0x4bafc8,_0x2ce26e[0x1*0x17f+-0x5*0x5ad+0x1ae2]['\x70\x61\x74\x68'],0x4fdd+0x339a+-0x4377);return _0x2a5c9b['\x57\x4d\x68\x43\x6e'](_0x3a5465,_0x417151);}catch(_0x352155){if(_0x2a5c9b[_0x47072c(0x3ea,'\x44\x79\x42\x43')](_0x2a5c9b[_0x47072c(0x20a,'\x6e\x4d\x69\x62')],_0x2a5c9b[_0x47072c(0x36c,'\x55\x67\x31\x40')]))_0x128f61[_0x47072c(0x22e,'\x5a\x78\x66\x24')](_0xe63c20[_0x47072c(0x1fc,'\x71\x33\x65\x7a')]);else return null;}}}function _0x366068(){const _0x24b10a=_0x52672c,_0x313626={'\x47\x72\x6b\x76\x6c':function(_0x3df9e6,_0x15fb70){const _0x1175fc=_0x173b;return _0x2a5c9b[_0x1175fc(0x314,'\x39\x6f\x23\x6e')](_0x3df9e6,_0x15fb70);},'\x72\x73\x66\x49\x59':function(_0x21e347,_0x27174d){return _0x21e347||_0x27174d;},'\x63\x47\x56\x4a\x75':function(_0x14235d,_0x1053b8){return _0x2a5c9b['\x4b\x42\x61\x49\x41'](_0x14235d,_0x1053b8);},'\x56\x65\x4f\x74\x79':_0x2a5c9b[_0x24b10a(0x2a1,'\x34\x40\x77\x49')],'\x4b\x5a\x48\x73\x75':'\x30\x2e\x30\x2e\x30','\x69\x70\x56\x65\x42':function(_0x42a90f,_0x1f299d){const _0x57e99b=_0x24b10a;return _0x2a5c9b[_0x57e99b(0x1fe,'\x43\x65\x59\x45')](_0x42a90f,_0x1f299d);},'\x53\x65\x6b\x7a\x44':_0x2a5c9b[_0x24b10a(0x2ec,'\x59\x76\x44\x39')],'\x6a\x44\x5a\x6d\x6c':_0x2a5c9b[_0x24b10a(0x268,'\x29\x64\x49\x78')],'\x4d\x77\x42\x6f\x55':function(_0x2912ca,_0x239e80,_0x4d2b1f,_0x16a972,_0xe38c09){return _0x2912ca(_0x239e80,_0x4d2b1f,_0x16a972,_0xe38c09);},'\x4f\x67\x76\x79\x58':_0x2a5c9b[_0x24b10a(0x2fb,'\x70\x72\x42\x52')],'\x49\x58\x73\x74\x78':_0x2a5c9b[_0x24b10a(0x2d0,'\x75\x4c\x31\x41')],'\x4f\x58\x4d\x62\x76':_0x2a5c9b['\x67\x7a\x47\x6e\x57']};if(_0x2a5c9b['\x4b\x42\x61\x49\x41']('\x43\x61\x79\x70\x69',_0x2a5c9b[_0x24b10a(0x1c8,'\x39\x6f\x23\x6e')])){if(!_0x7c5ad)return null;try{const _0x19e684=_0x2a5c9b[_0x24b10a(0x2d2,'\x58\x4a\x57\x41')](_0x3aa833,_0x372380,0x2*0x112b+0x149c+-0x36ef);if(!_0x19e684||_0x2a5c9b[_0x24b10a(0x301,'\x29\x34\x6c\x63')](_0x19e684[_0x24b10a(0x1f5,'\x45\x39\x75\x67')],0x7e5+-0xa15*-0x2+-0x1c0f))return null;_0x19e684[_0x24b10a(0x387,'\x43\x29\x59\x50')](function(_0x1c677c,_0x123c8e){const _0x2858b7=_0x24b10a;return OYNoGR[_0x2858b7(0x292,'\x75\x4c\x31\x41')](_0x123c8e[_0x2858b7(0x2ff,'\x5d\x58\x6f\x5a')],_0x1c677c[_0x2858b7(0x3d2,'\x40\x6a\x71\x51')]);});const _0x3265de=_0x2a5c9b['\x69\x7a\x72\x4c\x6b'](_0x27fd9d,_0x19e684[-0x1d93+-0x19d9+0xddb*0x4][_0x24b10a(0x252,'\x72\x51\x61\x49')],-0x1*-0x6677+0x6f7f+-0x95f6);return _0x2a5c9b[_0x24b10a(0x385,'\x66\x6a\x4d\x54')](_0x53cb7a,_0x3265de);}catch(_0x13c126){return null;}}else try{if(!_0xeee171[_0x24b10a(0x28b,'\x51\x6d\x56\x5b')+'\x6e\x63'](_0x3f03f5))return null;const _0x44b913=_0xeee171[_0x24b10a(0x363,'\x70\x72\x42\x52')+_0x24b10a(0x28e,'\x46\x50\x68\x34')](_0x3f03f5)[_0x24b10a(0x395,'\x30\x2a\x44\x73')](function(_0x333dee){const _0x30ec92=_0x24b10a;return _0x30ec92(0x3b8,'\x55\x67\x31\x40')!==_0x30ec92(0x34b,'\x55\x67\x31\x40')?_0x333dee[_0x30ec92(0x1cf,'\x25\x4f\x40\x78')](_0x2a5c9b[_0x30ec92(0x3e4,'\x58\x4e\x33\x4e')]):_0x328e44[_0x30ec92(0x3f3,'\x45\x39\x75\x67')](_0x30ec92(0x391,'\x4c\x56\x33\x2a'));})[_0x24b10a(0x308,'\x70\x78\x6b\x67')](function(_0x54b0c5){const _0xc82ef6=_0x24b10a;return{'\x70\x61\x74\x68':_0x29ba6d[_0xc82ef6(0x388,'\x78\x33\x66\x6b')](_0x3f03f5,_0x54b0c5),'\x74\x69\x6d\x65':_0xeee171[_0xc82ef6(0x267,'\x66\x6a\x4d\x54')](_0x29ba6d[_0xc82ef6(0x3ca,'\x49\x65\x67\x62')](_0x3f03f5,_0x54b0c5))[_0xc82ef6(0x372,'\x78\x33\x66\x6b')][_0xc82ef6(0x2c2,'\x49\x65\x67\x62')]()};})[_0x24b10a(0x2a0,'\x45\x39\x75\x67')](function(_0x5d8f17,_0x55e0eb){const _0x17e0ba=_0x24b10a;if(_0x2a5c9b[_0x17e0ba(0x21c,'\x42\x41\x7a\x4d')]===_0x2a5c9b[_0x17e0ba(0x2de,'\x25\x4f\x40\x78')])return _0x55e0eb[_0x17e0ba(0x3e8,'\x40\x55\x57\x58')]-_0x5d8f17[_0x17e0ba(0x1c2,'\x34\x40\x77\x49')];else{const _0x5be97e={'\x77\x4e\x52\x69\x65':function(_0xa8949b,_0x440830){return _0xa8949b(_0x440830);},'\x51\x45\x54\x54\x7a':function(_0x1b9257,_0x5c5fd9){const _0x329d00=_0x17e0ba;return _0x313626[_0x329d00(0x3de,'\x66\x6a\x4d\x54')](_0x1b9257,_0x5c5fd9);},'\x4e\x53\x61\x4e\x50':function(_0xb26f99,_0x25be24){const _0x4809af=_0x17e0ba;return _0x313626[_0x4809af(0x2c4,'\x46\x50\x68\x34')](_0xb26f99,_0x25be24);}},_0x2db3ba=_0x2f0001[_0x17e0ba(0x26f,'\x75\x4c\x31\x41')](_0x511234[_0x17e0ba(0x2dd,'\x26\x51\x4e\x5e')+_0x17e0ba(0x3b7,'\x30\x2a\x44\x73')](_0x11ff64[_0x17e0ba(0x2f9,'\x25\x4f\x40\x78')](_0x1b6380,_0x313626[_0x17e0ba(0x3dc,'\x46\x76\x2a\x6c')]),'\x75\x74\x66\x38')),_0x190eb6=_0x2db3ba[_0x17e0ba(0x359,'\x51\x6d\x56\x5b')]||_0x313626[_0x17e0ba(0x3d1,'\x69\x70\x6d\x7a')],_0xbc7339=_0x313626[_0x17e0ba(0x2e2,'\x71\x33\x65\x7a')](_0x1375fc[_0x17e0ba(0x244,'\x5e\x34\x21\x4d')],_0x313626[_0x17e0ba(0x223,'\x4f\x4a\x78\x35')])?_0x17e0ba(0x345,'\x40\x6a\x71\x51'):_0x313626[_0x17e0ba(0x2d4,'\x4a\x37\x6c\x33')];_0x313626[_0x17e0ba(0x36a,'\x25\x4f\x40\x78')](_0x128fd3,_0xbc7339,[_0x313626[_0x17e0ba(0x3f6,'\x70\x78\x6b\x67')],_0x313626['\x49\x58\x73\x74\x78'],_0x17e0ba(0x1f7,'\x29\x64\x49\x78')],{'\x65\x6e\x63\x6f\x64\x69\x6e\x67':_0x313626[_0x17e0ba(0x1f1,'\x34\x40\x77\x49')],'\x74\x69\x6d\x65\x6f\x75\x74':0x2710,'\x77\x69\x6e\x64\x6f\x77\x73\x48\x69\x64\x65':!![],'\x6d\x61\x78\x42\x75\x66\x66\x65\x72':_0x15efc4},(_0x5bc409,_0x2573cf)=>{const _0x49569b=_0x17e0ba;if(_0x5bc409)return;const _0x462df6=_0x5be97e[_0x49569b(0x3f4,'\x70\x78\x6b\x67')](_0x4ffa9d,_0x5be97e[_0x49569b(0x32e,'\x53\x55\x4a\x53')](_0x2573cf,''))[_0x49569b(0x3d4,'\x4f\x4a\x78\x35')]();_0x462df6&&_0x5be97e[_0x49569b(0x3c5,'\x67\x75\x54\x6e')](_0x462df6,_0x190eb6)&&_0x307b5b[_0x49569b(0x22e,'\x5a\x78\x66\x24')](_0x49569b(0x2d7,'\x74\x61\x39\x21')+_0x49569b(0x339,'\x46\x50\x68\x34')+_0x49569b(0x350,'\x72\x51\x61\x49')+'\x20\x61\x76\x61\x69\x6c\x61\x62'+_0x49569b(0x237,'\x5a\x78\x66\x24')+_0x190eb6+'\x20\x2d\x3e\x20'+_0x462df6+(_0x49569b(0x306,'\x45\x39\x75\x67')+_0x49569b(0x270,'\x6e\x4d\x69\x62')+_0x49569b(0x381,'\x5e\x34\x21\x4d')));});}});if(!_0x44b913||_0x2a5c9b['\x41\x4f\x66\x4b\x66'](_0x44b913[_0x24b10a(0x29a,'\x4f\x4a\x78\x35')],-0x37e+-0xf58+0x12d6))return null;const _0x13d49c=_0x4bafc8(_0x44b913[0x118d+0xe2a+-0x1fb7]['\x70\x61\x74\x68'],0x1*0x380d+0x6e4e+-0x665b);return _0x3a5465(_0x13d49c);}catch(_0x27a1d0){if(_0x2a5c9b[_0x24b10a(0x2c0,'\x34\x40\x77\x49')](_0x24b10a(0x3b2,'\x49\x65\x67\x62'),'\x65\x53\x5a\x6a\x46'))return null;else{const _0x10294f=_0x2a747a[_0x24b10a(0x1be,'\x49\x65\x67\x62')](_0x111b97['\x72\x65\x61\x64\x46\x69\x6c\x65'+_0x24b10a(0x2a7,'\x43\x65\x59\x45')](_0x2d82c5,_0x2a5c9b[_0x24b10a(0x284,'\x29\x64\x49\x78')]));if(_0x10294f[_0x24b10a(0x2f5,'\x40\x55\x57\x58')+_0x24b10a(0x32b,'\x4c\x56\x33\x2a')]&&_0x2a5c9b[_0x24b10a(0x373,'\x45\x39\x75\x67')](_0x2a5c9b[_0x24b10a(0x25f,'\x4a\x37\x6c\x33')](_0x4c76fc,new _0x5eb617(_0x10294f[_0x24b10a(0x3e2,'\x53\x55\x4a\x53')+_0x24b10a(0x32b,'\x4c\x56\x33\x2a')])[_0x24b10a(0x3ee,'\x4c\x56\x33\x2a')]()),_0x3fb7cd))return;}}}if(_0x2a5c9b[_0x52672c(0x228,'\x26\x51\x4e\x5e')](_0xcb9a70,_0x2a5c9b['\x73\x4b\x63\x48\x62']))return _0x2a5c9b[_0x52672c(0x3cc,'\x61\x69\x48\x40')](_0x5e7bde);if(_0x2a5c9b['\x41\x4f\x66\x4b\x66'](_0xcb9a70,_0x2a5c9b[_0x52672c(0x1ef,'\x5e\x34\x21\x4d')]))return _0x366068();if(_0x2a5c9b['\x59\x44\x74\x46\x4d'](_0xcb9a70,_0x2a5c9b[_0x52672c(0x3a5,'\x5a\x78\x66\x24')]))return _0x366068()||_0x5e7bde();const _0x355897=_0xeee171[_0x52672c(0x1d4,'\x71\x33\x65\x7a')+'\x6e\x63'](_0x3f03f5),_0x59fe55=!!(_0xe3b017||process.env.CURSOR_TRACE_DIR||process.env.CURSOR_BACKGROUND_TRANSCRIPTS_DIR);if(_0x2a5c9b[_0x52672c(0x23c,'\x45\x39\x75\x67')](_0x355897,_0x59fe55))return _0x2a5c9b['\x64\x4e\x41\x75\x57'](_0x366068)||_0x2a5c9b['\x64\x4e\x41\x75\x57'](_0x5e7bde);if(_0x355897)return _0x366068();if(_0x59fe55)return _0x2a5c9b[_0x52672c(0x203,'\x47\x51\x28\x2a')](_0x5e7bde);return null;}try{require('\x64\x6f\x74\x65\x6e\x76')[_0x140890(0x25d,'\x67\x75\x54\x6e')]({'\x70\x61\x74\x68':_0x29ba6d[_0x140890(0x389,'\x58\x4e\x33\x4e')](_0x4367da,_0x140890(0x2f2,'\x46\x37\x75\x26')),'\x71\x75\x69\x65\x74':!![]});}catch(_0x55300e){}const _0x19f878=require(_0x140890(0x271,'\x75\x4c\x31\x41')+_0x140890(0x35d,'\x47\x51\x28\x2a')),_0x202fa3=require(_0x140890(0x404,'\x26\x51\x4e\x5e')+_0x140890(0x1ed,'\x66\x6a\x4d\x54')+_0x140890(0x1b3,'\x46\x37\x75\x26')+'\x74'),_0x5d3d6e=require(_0x140890(0x288,'\x58\x4e\x33\x4e')+_0x140890(0x2e6,'\x42\x41\x7a\x4d')+_0x140890(0x2d9,'\x46\x50\x68\x34')+'\x73'),_0x1c8629=require(_0x140890(0x3c0,'\x33\x67\x5b\x67')+_0x140890(0x265,'\x5a\x78\x66\x24')+_0x140890(0x25c,'\x5e\x34\x21\x4d')),_0x43ce40=require(_0x140890(0x370,'\x72\x51\x61\x49')+_0x140890(0x2aa,'\x49\x65\x67\x62')+_0x140890(0x260,'\x6e\x4d\x69\x62')),_0xb89c7e=require(_0x140890(0x1b5,'\x43\x65\x59\x45')+_0x140890(0x31c,'\x46\x76\x2a\x6c')+_0x140890(0x1f3,'\x78\x33\x66\x6b')),_0x5d342d=require(_0x140890(0x3b4,'\x6e\x4d\x69\x62')+_0x140890(0x307,'\x33\x67\x5b\x67')+_0x140890(0x234,'\x59\x76\x44\x39')+'\x63\x68'),{collectTranscriptFiles:_0x537162,readFileHead:_0x4bafc8}=require(_0x140890(0x402,'\x44\x79\x42\x43')+_0x140890(0x230,'\x28\x43\x76\x4f')),_0x4f731f=process['\x61\x72\x67\x76'][_0x140890(0x3f1,'\x40\x55\x57\x58')](-0x14c+-0x1237+0x1385),_0x391282=_0x4f731f[_0x140890(0x3cf,'\x46\x50\x68\x34')](_0x140890(0x1c4,'\x70\x72\x42\x52')),_0x5d505f=_0x4f731f[_0x140890(0x31e,'\x29\x34\x6c\x63')](_0x140890(0x3e1,'\x70\x72\x42\x52')+'\x6e');let _0x4b8425=_0x4f731f['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x140890(0x35a,'\x43\x65\x59\x45'))||String(process.env.RANDOM_DRIFT||'')['\x74\x6f\x4c\x6f\x77\x65\x72\x43'+_0x140890(0x35c,'\x4a\x46\x32\x76')]()===_0x140890(0x38a,'\x70\x78\x6b\x67');const _0x461a2c=_0x15219a(),_0x10d123=process.env.AGENT_NAME||_0x140890(0x2df,'\x43\x29\x59\x50'),_0x3f03f5=_0x2e8761(),_0xe3b017=process.env.EVOLVER_CURSOR_TRANSCRIPTS_DIR||'',_0xcb9a70=(process.env.EVOLVER_SESSION_SOURCE||_0x140890(0x347,'\x40\x55\x57\x58'))[_0x140890(0x29e,'\x70\x75\x74\x37')+_0x140890(0x2d1,'\x72\x51\x61\x49')]();try{const _0x3188be={};_0x3188be[_0x140890(0x2b9,'\x25\x4f\x40\x78')+'\x65']=!![];if(!_0xeee171[_0x140890(0x1f0,'\x43\x29\x59\x50')+'\x6e\x63'](_0x461a2c))_0xeee171[_0x140890(0x386,'\x43\x65\x59\x45')+'\x63'](_0x461a2c,_0x3188be);}catch(_0x77445c){console[_0x140890(0x27d,'\x4c\x56\x33\x2a')](_0x140890(0x313,'\x34\x40\x77\x49')+_0x140890(0x376,'\x40\x55\x57\x58')+_0x140890(0x263,'\x47\x51\x28\x2a')+_0x140890(0x304,'\x43\x65\x59\x45')+_0x140890(0x3b1,'\x67\x75\x54\x6e')+_0x140890(0x401,'\x29\x64\x49\x78')+_0x140890(0x3ba,'\x61\x69\x48\x40')+_0x140890(0x238,'\x30\x2a\x44\x73')+_0x140890(0x39c,'\x45\x39\x75\x67'),_0x77445c&&_0x77445c[_0x140890(0x1e7,'\x5e\x34\x21\x4d')]||_0x77445c);}function _0x1815ca(){const _0x4242bb=_0x140890,_0x53a1b4={'\x4a\x6b\x68\x61\x59':function(_0x2cdda1,_0x1208ec){return _0x2cdda1===_0x1208ec;},'\x6b\x7a\x4e\x71\x64':function(_0x1e162a){return _0x1e162a();},'\x6a\x76\x46\x72\x54':_0x4242bb(0x390,'\x4a\x37\x6c\x33'),'\x79\x61\x50\x4f\x64':'\x4d\x52\x44\x50\x6d','\x71\x4f\x4b\x56\x46':function(_0x2bbe58,_0xf3fe88){return _0x2bbe58>_0xf3fe88;},'\x42\x45\x4c\x5a\x71':_0x4242bb(0x2d3,'\x46\x76\x2a\x6c'),'\x44\x6a\x52\x75\x71':function(_0x27130a,_0x19f308){return _0x27130a-_0x19f308;},'\x70\x58\x65\x62\x4d':_0x4242bb(0x22a,'\x70\x72\x42\x52'),'\x54\x46\x41\x5a\x52':_0x4242bb(0x3fd,'\x58\x4a\x57\x41'),'\x72\x64\x68\x57\x6e':_0x4242bb(0x38b,'\x4c\x56\x33\x2a')};_0x53a1b4[_0x4242bb(0x362,'\x6e\x4d\x69\x62')](_0x31be5d);try{if(!_0xeee171['\x65\x78\x69\x73\x74\x73\x53\x79'+'\x6e\x63'](_0x3f03f5))return;const _0x1fff8c=_0xeee171[_0x4242bb(0x326,'\x29\x64\x49\x78')+_0x4242bb(0x1e5,'\x26\x51\x4e\x5e')](_0x3f03f5)[_0x4242bb(0x341,'\x4a\x37\x6c\x33')](_0x5aaa24=>_0x5aaa24[_0x4242bb(0x329,'\x55\x67\x31\x40')](_0x4242bb(0x1c6,'\x70\x72\x42\x52'))),_0x2b39c8=_0x1fff8c[_0x4242bb(0x216,'\x29\x34\x6c\x63')](_0x3b6106=>_0x3b6106[_0x4242bb(0x200,'\x70\x75\x74\x37')+'\x74\x68'](_0x4242bb(0x1ec,'\x75\x4c\x31\x41')+_0x4242bb(0x294,'\x6e\x4d\x69\x62')));for(const _0x3ea277 of _0x2b39c8){if(_0x53a1b4['\x6a\x76\x46\x72\x54']===_0x53a1b4[_0x4242bb(0x2b2,'\x29\x64\x49\x78')])_0x630d2a[_0x4242bb(0x231,'\x29\x34\x6c\x63')](_0x4242bb(0x36d,'\x69\x70\x6d\x7a')+_0x4242bb(0x208,'\x70\x72\x42\x52')+_0x4242bb(0x29d,'\x44\x79\x42\x43')+_0x130731[_0x4242bb(0x1e9,'\x43\x29\x59\x50')]+(_0x4242bb(0x24b,'\x70\x72\x42\x52')+_0x4242bb(0x405,'\x28\x43\x76\x4f')+'\x73\x73\x69\x6f\x6e\x28\x73\x29'+'\x2e'));else try{_0xeee171[_0x4242bb(0x1f8,'\x67\x75\x54\x6e')+'\x6e\x63'](_0x29ba6d[_0x4242bb(0x27a,'\x34\x40\x77\x49')](_0x3f03f5,_0x3ea277));}catch(_0x3db689){}}_0x53a1b4[_0x4242bb(0x3c2,'\x74\x61\x39\x21')](_0x2b39c8[_0x4242bb(0x221,'\x40\x55\x57\x58')],0x487*-0x3+-0x10a0+0x1e35)&&('\x42\x70\x73\x54\x71'!==_0x53a1b4[_0x4242bb(0x3b5,'\x4a\x37\x6c\x33')]?_0x5aad0b():console[_0x4242bb(0x1e8,'\x46\x37\x75\x26')](_0x4242bb(0x258,'\x5d\x58\x6f\x5a')+_0x4242bb(0x2bc,'\x51\x6d\x56\x5b')+'\x65\x61\x6e\x65\x64\x20'+_0x2b39c8[_0x4242bb(0x25a,'\x51\x6d\x56\x5b')]+(_0x4242bb(0x26a,'\x30\x2a\x44\x73')+_0x4242bb(0x355,'\x5a\x78\x66\x24')+_0x4242bb(0x1f4,'\x61\x69\x48\x40')+'\x2e')));const _0x4a3e88=_0x53a1b4['\x44\x6a\x52\x75\x71'](_0x1fff8c[_0x4242bb(0x366,'\x4a\x37\x6c\x33')],_0x2b39c8[_0x4242bb(0x3d5,'\x26\x51\x4e\x5e')]);if(_0x4a3e88<0x1e4e+0x11d3+-0x2fbd)return;console[_0x4242bb(0x3d0,'\x6a\x4d\x48\x4c')](_0x4242bb(0x28d,'\x4c\x56\x33\x2a')+_0x4242bb(0x302,'\x29\x34\x6c\x63')+_0x4242bb(0x1c1,'\x25\x4f\x40\x78')+_0x4a3e88+('\x20\x73\x65\x73\x73\x69\x6f\x6e'+_0x4242bb(0x2ad,'\x78\x33\x66\x6b')+_0x4242bb(0x337,'\x4a\x46\x32\x76')+_0x4242bb(0x3e6,'\x25\x4f\x40\x78')+_0x4242bb(0x261,'\x44\x79\x42\x43')));const _0x517fd0=_0x29ba6d[_0x4242bb(0x1bc,'\x43\x29\x59\x50')](_0x3f03f5,_0x53a1b4[_0x4242bb(0x354,'\x46\x37\x75\x26')]),_0x214585={};_0x214585[_0x4242bb(0x220,'\x70\x78\x6b\x67')+'\x65']=!![];if(!_0xeee171[_0x4242bb(0x2bb,'\x28\x43\x76\x4f')+'\x6e\x63'](_0x517fd0))_0xeee171[_0x4242bb(0x293,'\x40\x6a\x71\x51')+'\x63'](_0x517fd0,_0x214585);const _0x2d92d7=_0x1fff8c['\x66\x69\x6c\x74\x65\x72'](_0x3b2086=>!_0x3b2086[_0x4242bb(0x3e3,'\x78\x33\x66\x6b')+'\x74\x68'](_0x4242bb(0x21a,'\x78\x33\x66\x6b')+_0x4242bb(0x22b,'\x55\x67\x31\x40')))[_0x4242bb(0x308,'\x70\x78\x6b\x67')](_0xd3524d=>{const _0x3cc3df=_0x4242bb;if(_0x53a1b4[_0x3cc3df(0x281,'\x6f\x42\x51\x28')](_0x3cc3df(0x3f5,'\x26\x51\x4e\x5e'),_0x3cc3df(0x214,'\x67\x75\x54\x6e')))_0x34d38c['\x6c\x6f\x67'](_0x3cc3df(0x374,'\x43\x65\x59\x45')+_0x3cc3df(0x2fc,'\x34\x40\x77\x49')+_0x3cc3df(0x1d2,'\x40\x6a\x71\x51')+_0x55dab8[_0x3cc3df(0x29a,'\x4f\x4a\x78\x35')]+(_0x3cc3df(0x241,'\x72\x51\x61\x49')+'\x20')+_0x583214);else try{return{'\x6e\x61\x6d\x65':_0xd3524d,'\x74\x69\x6d\x65':_0xeee171[_0x3cc3df(0x2fe,'\x5d\x58\x6f\x5a')](_0x29ba6d[_0x3cc3df(0x346,'\x5d\x58\x6f\x5a')](_0x3f03f5,_0xd3524d))[_0x3cc3df(0x278,'\x70\x72\x42\x52')][_0x3cc3df(0x20f,'\x42\x41\x7a\x4d')]()};}catch(_0xe9505f){return null;}})[_0x4242bb(0x395,'\x30\x2a\x44\x73')](Boolean)[_0x4242bb(0x3bf,'\x72\x51\x61\x49')]((_0x1e9870,_0xaff6f7)=>_0x1e9870[_0x4242bb(0x342,'\x55\x67\x31\x40')]-_0xaff6f7[_0x4242bb(0x317,'\x25\x4f\x40\x78')]),_0x34e4c3=_0x2d92d7[_0x4242bb(0x38d,'\x69\x70\x6d\x7a')](-0x1*0x1b68+-0x1945+0x1b3*0x1f,_0x53a1b4[_0x4242bb(0x2ab,'\x69\x70\x6d\x7a')](_0x2d92d7[_0x4242bb(0x24e,'\x5a\x78\x66\x24')],0x3*-0x4b+-0xf2*0x27+0x25f1));for(const _0x17b361 of _0x34e4c3){const _0x4e70e0=_0x29ba6d[_0x4242bb(0x27a,'\x34\x40\x77\x49')](_0x3f03f5,_0x17b361[_0x4242bb(0x34a,'\x70\x78\x6b\x67')]),_0x4759be=_0x29ba6d[_0x4242bb(0x2f9,'\x25\x4f\x40\x78')](_0x517fd0,_0x17b361[_0x4242bb(0x1e6,'\x39\x6f\x23\x6e')]);_0xeee171[_0x4242bb(0x2f1,'\x49\x65\x67\x62')+'\x6e\x63'](_0x4e70e0,_0x4759be);}_0x53a1b4[_0x4242bb(0x1de,'\x75\x4c\x31\x41')](_0x34e4c3[_0x4242bb(0x37e,'\x44\x79\x42\x43')],-0x1*-0x25e7+-0x1781+-0xe66)&&(_0x53a1b4[_0x4242bb(0x235,'\x61\x69\x48\x40')](_0x53a1b4[_0x4242bb(0x21e,'\x33\x67\x5b\x67')],_0x53a1b4[_0x4242bb(0x3f9,'\x71\x33\x65\x7a')])?_0x29e430[_0x4242bb(0x1d3,'\x78\x33\x66\x6b')](_0x4242bb(0x3f8,'\x26\x51\x4e\x5e')+'\x69\x74\x5d\x20\x65\x6e\x73\x75'+_0x4242bb(0x2e5,'\x61\x69\x48\x40')+_0x4242bb(0x3af,'\x64\x33\x7a\x24')+_0x4242bb(0x1e4,'\x58\x4a\x57\x41')+_0x4242bb(0x3ed,'\x72\x51\x61\x49')+'\x20'+_0x44c0c2[_0x4242bb(0x2ae,'\x40\x55\x57\x58')]):console[_0x4242bb(0x20c,'\x25\x4f\x40\x78')](_0x4242bb(0x2ba,'\x6f\x42\x51\x28')+_0x4242bb(0x311,'\x5d\x58\x6f\x5a')+'\x63\x68\x69\x76\x65\x64\x20'+_0x34e4c3[_0x4242bb(0x3be,'\x4a\x46\x32\x76')]+(_0x4242bb(0x239,'\x61\x69\x48\x40')+'\x20')+_0x517fd0));}catch(_0x3e27e7){console['\x65\x72\x72\x6f\x72']('\x5b\x4d\x61\x69\x6e\x74\x65\x6e'+_0x4242bb(0x392,'\x74\x61\x39\x21')+_0x4242bb(0x2d6,'\x74\x61\x39\x21')+_0x3e27e7['\x6d\x65\x73\x73\x61\x67\x65']);}}function _0x31be5d(){const _0x54e248=_0x140890,_0x4f611f={'\x78\x7a\x49\x70\x43':function(_0x56621a,_0x506d6a){return _0x56621a(_0x506d6a);},'\x64\x6a\x70\x75\x73':function(_0x20e1ad,_0x41149d){return _0x20e1ad||_0x41149d;},'\x45\x51\x46\x78\x7a':function(_0x4831c3,_0x3ecf17){return _0x4831c3!==_0x3ecf17;},'\x67\x65\x4b\x54\x63':function(_0x5343e){return _0x5343e();},'\x51\x54\x71\x6c\x49':_0x54e248(0x3aa,'\x47\x51\x28\x2a')+_0x54e248(0x39f,'\x53\x55\x4a\x53'),'\x49\x50\x71\x78\x72':_0x54e248(0x1bb,'\x40\x55\x57\x58')+_0x54e248(0x3f0,'\x4f\x4a\x78\x35'),'\x76\x4b\x4a\x73\x56':_0x54e248(0x1d5,'\x53\x55\x4a\x53'),'\x4b\x65\x6b\x56\x69':function(_0xd68113,_0x28aa99){return _0xd68113===_0x28aa99;},'\x4f\x74\x65\x67\x67':'\x6c\x6e\x58\x4c\x45','\x52\x43\x6f\x7a\x6f':_0x54e248(0x382,'\x40\x6a\x71\x51'),'\x42\x67\x78\x6e\x74':function(_0x1638c2,_0xae1b8a){return _0x1638c2===_0xae1b8a;},'\x70\x44\x79\x6e\x58':_0x54e248(0x1dd,'\x64\x33\x7a\x24'),'\x51\x61\x77\x67\x74':_0x54e248(0x3ff,'\x45\x39\x75\x67'),'\x73\x52\x6e\x6e\x67':function(_0x5743cd,_0xae986d){return _0x5743cd(_0xae986d);},'\x6f\x55\x6b\x6e\x62':_0x54e248(0x283,'\x59\x76\x44\x39')+_0x54e248(0x39a,'\x5d\x58\x6f\x5a')+_0x54e248(0x1f6,'\x6e\x4d\x69\x62')+'\x6e','\x59\x4d\x44\x76\x4b':function(_0x31159a,_0x16502f){return _0x31159a*_0x16502f;},'\x57\x48\x79\x6c\x54':function(_0xe8b773,_0x4d0087){return _0xe8b773<_0x4d0087;},'\x5a\x4b\x56\x70\x63':function(_0x2505d1,_0x2a8b62){return _0x2505d1-_0x2a8b62;},'\x75\x72\x4e\x4b\x76':'\x70\x61\x63\x6b\x61\x67\x65\x2e'+_0x54e248(0x3bd,'\x49\x65\x67\x62'),'\x6c\x72\x61\x4f\x70':'\x30\x2e\x30\x2e\x30','\x53\x59\x46\x42\x7a':_0x54e248(0x2e0,'\x46\x37\x75\x26'),'\x48\x74\x47\x4b\x4d':'\x6e\x70\x6d\x2e\x63\x6d\x64','\x63\x4a\x66\x78\x72':_0x54e248(0x30b,'\x29\x34\x6c\x63'),'\x6d\x50\x71\x4d\x41':function(_0x5341d8,_0x1a579c,_0x8dcd32,_0x50a060,_0x4e7c25){return _0x5341d8(_0x1a579c,_0x8dcd32,_0x50a060,_0x4e7c25);},'\x4b\x75\x6e\x53\x43':_0x54e248(0x266,'\x78\x33\x66\x6b'),'\x53\x62\x66\x46\x63':function(_0x3e182a,_0x44e8b0){return _0x3e182a+_0x44e8b0;},'\x75\x7a\x4f\x42\x71':_0x54e248(0x3ad,'\x46\x37\x75\x26')};try{let _0x146b96=!![],_0xb8c498=-0x23b0*0x1+-0x2c*-0x5e+0x138e*0x1;const _0xe330bb=[_0x29ba6d[_0x54e248(0x205,'\x72\x51\x61\x49')](_0x4367da,_0x4f611f[_0x54e248(0x400,'\x75\x4c\x31\x41')]),_0x4f611f[_0x54e248(0x33e,'\x43\x65\x59\x45')](_0x3fd1ff,_0x4f611f[_0x54e248(0x1dc,'\x6f\x42\x51\x28')]),_0x29ba6d[_0x54e248(0x280,'\x69\x70\x6d\x7a')](_0x365d13[_0x54e248(0x1c9,'\x5a\x78\x66\x24')](),_0x54e248(0x357,'\x71\x33\x65\x7a')+'\x77',_0x4f611f[_0x54e248(0x1ea,'\x29\x34\x6c\x63')])];for(const _0x3ba4b9 of _0xe330bb){if(_0x54e248(0x33a,'\x58\x4e\x33\x4e')!==_0x4f611f[_0x54e248(0x22d,'\x71\x33\x65\x7a')])try{if(_0x4f611f[_0x54e248(0x27e,'\x43\x65\x59\x45')](_0x4f611f[_0x54e248(0x1df,'\x70\x78\x6b\x67')],_0x4f611f[_0x54e248(0x2b4,'\x5e\x34\x21\x4d')])){if(_0xeee171[_0x54e248(0x225,'\x6f\x42\x51\x28')+'\x6e\x63'](_0x3ba4b9)){const _0x2cd7f7=JSON[_0x54e248(0x398,'\x40\x55\x57\x58')](_0xeee171[_0x54e248(0x309,'\x58\x4e\x33\x4e')+_0x54e248(0x2b7,'\x29\x34\x6c\x63')](_0x3ba4b9,_0x4f611f[_0x54e248(0x320,'\x42\x41\x7a\x4d')])),_0x4328d5=_0x2cd7f7[_0x54e248(0x2af,'\x61\x69\x48\x40')]||_0x2cd7f7;if(_0x4f611f[_0x54e248(0x273,'\x43\x29\x59\x50')](_0x4328d5[_0x54e248(0x303,'\x46\x37\x75\x26')+'\x74\x65'],![]))_0x146b96=![];if(Number[_0x54e248(0x2a9,'\x40\x55\x57\x58')](_0x4f611f[_0x54e248(0x335,'\x5a\x78\x66\x24')](Number,_0x4328d5[_0x54e248(0x219,'\x30\x2a\x44\x73')+_0x54e248(0x2dc,'\x46\x76\x2a\x6c')+'\x61\x6c\x48\x6f\x75\x72\x73']))){if(_0x4f611f[_0x54e248(0x3b0,'\x44\x79\x42\x43')](_0x4f611f[_0x54e248(0x1e0,'\x58\x4a\x57\x41')],_0x4f611f[_0x54e248(0x1b1,'\x47\x51\x28\x2a')])){const _0x5be6cd=_0x314755[_0x54e248(0x36b,'\x6e\x4d\x69\x62')](_0x1c4791,_0x27ef47[_0x54e248(0x378,'\x33\x67\x5b\x67')]),_0x382ebe=_0x20560e[_0x54e248(0x3da,'\x40\x6a\x71\x51')](_0x2b0d94,_0x4bbab5[_0x54e248(0x272,'\x46\x76\x2a\x6c')]);_0xefc64a[_0x54e248(0x25e,'\x4c\x56\x33\x2a')+'\x6e\x63'](_0x5be6cd,_0x382ebe);}else _0xb8c498=_0x4f611f[_0x54e248(0x3cd,'\x49\x65\x67\x62')](Number,_0x4328d5[_0x54e248(0x2cf,'\x40\x6a\x71\x51')+_0x54e248(0x2e8,'\x40\x55\x57\x58')+_0x54e248(0x1cc,'\x40\x6a\x71\x51')]);}break;}}else _0x57f0ff[_0x54e248(0x368,'\x43\x65\x59\x45')](_0x54e248(0x3a1,'\x55\x67\x31\x40')+_0x54e248(0x24f,'\x44\x79\x42\x43')+_0x54e248(0x30e,'\x40\x55\x57\x58')+_0x54e248(0x2ef,'\x64\x33\x7a\x24')+_0x54e248(0x364,'\x42\x41\x7a\x4d')+_0x4a9830[_0x54e248(0x3b9,'\x67\x75\x54\x6e')]);}catch(_0x472c15){}else _0x4dc7e1[_0x54e248(0x2b8,'\x59\x76\x44\x39')+'\x6e\x63'](_0x33b561[_0x54e248(0x29c,'\x55\x67\x31\x40')](_0x3ba63a,_0xca7899));}if(!_0x146b96)return;const _0x25ab82=_0x29ba6d[_0x54e248(0x1bc,'\x43\x29\x59\x50')](_0x461a2c,_0x4f611f[_0x54e248(0x358,'\x26\x51\x4e\x5e')]),_0xa9f1ea=Date[_0x54e248(0x330,'\x29\x64\x49\x78')](),_0x41a607=_0x4f611f[_0x54e248(0x1c5,'\x75\x4c\x31\x41')](_0x4f611f['\x59\x4d\x44\x76\x4b'](_0xb8c498,0x7*0x162+0x4ef+-0xe61*0x1)*(0x1730+-0x471*0x5+-0xbf),0x7*-0x157+0x5be+-0x78b*-0x1);try{if(_0xeee171[_0x54e248(0x338,'\x46\x76\x2a\x6c')+'\x6e\x63'](_0x25ab82)){const _0xac3830=JSON[_0x54e248(0x204,'\x64\x33\x7a\x24')](_0xeee171[_0x54e248(0x349,'\x34\x40\x77\x49')+_0x54e248(0x2e4,'\x42\x41\x7a\x4d')](_0x25ab82,_0x4f611f[_0x54e248(0x2cb,'\x4f\x4a\x78\x35')]));if(_0xac3830[_0x54e248(0x21b,'\x75\x4c\x31\x41')+_0x54e248(0x34d,'\x4f\x4a\x78\x35')]&&_0x4f611f[_0x54e248(0x291,'\x55\x67\x31\x40')](_0x4f611f[_0x54e248(0x22f,'\x39\x6f\x23\x6e')](_0xa9f1ea,new Date(_0xac3830[_0x54e248(0x26d,'\x30\x2a\x44\x73')+_0x54e248(0x34d,'\x4f\x4a\x78\x35')])['\x67\x65\x74\x54\x69\x6d\x65']()),_0x41a607))return;}}catch(_0x1cac68){}try{const _0x70126d=JSON[_0x54e248(0x2cc,'\x5a\x78\x66\x24')](_0xeee171[_0x54e248(0x2c5,'\x4f\x4a\x78\x35')+_0x54e248(0x1d1,'\x29\x64\x49\x78')](_0x29ba6d[_0x54e248(0x3dd,'\x61\x69\x48\x40')](_0x4367da,_0x4f611f[_0x54e248(0x3fc,'\x61\x69\x48\x40')]),_0x4f611f[_0x54e248(0x353,'\x4c\x56\x33\x2a')])),_0x4bddc9=_0x70126d[_0x54e248(0x299,'\x26\x51\x4e\x5e')]||_0x4f611f[_0x54e248(0x2ed,'\x42\x41\x7a\x4d')],_0x33c84a=process[_0x54e248(0x20b,'\x30\x2a\x44\x73')]===_0x4f611f[_0x54e248(0x1d9,'\x69\x70\x6d\x7a')]?_0x4f611f[_0x54e248(0x35b,'\x43\x65\x59\x45')]:_0x4f611f[_0x54e248(0x1fa,'\x40\x55\x57\x58')],_0x20ad7e={};_0x20ad7e[_0x54e248(0x37b,'\x59\x76\x44\x39')]=_0x54e248(0x222,'\x25\x4f\x40\x78'),_0x20ad7e[_0x54e248(0x3a8,'\x46\x37\x75\x26')]=0x2710,_0x20ad7e['\x77\x69\x6e\x64\x6f\x77\x73\x48'+'\x69\x64\x65']=!![],_0x20ad7e['\x6d\x61\x78\x42\x75\x66\x66\x65'+'\x72']=_0x6817c5,_0x4f611f[_0x54e248(0x3cb,'\x6a\x4d\x48\x4c')](_0x2efe4f,_0x33c84a,[_0x54e248(0x2a2,'\x6f\x42\x51\x28'),_0x54e248(0x3b6,'\x75\x4c\x31\x41')+'\x65\x76\x6f\x6c\x76\x65\x72',_0x4f611f['\x4b\x75\x6e\x53\x43']],_0x20ad7e,(_0x47ab58,_0x2927b9)=>{const _0x377400=_0x54e248;if(_0x47ab58)return;const _0x71afab=_0x4f611f[_0x377400(0x249,'\x25\x4f\x40\x78')](String,_0x4f611f[_0x377400(0x236,'\x4c\x56\x33\x2a')](_0x2927b9,''))[_0x377400(0x2eb,'\x70\x72\x42\x52')]();_0x71afab&&_0x4f611f[_0x377400(0x1b9,'\x33\x67\x5b\x67')](_0x71afab,_0x4bddc9)&&console[_0x377400(0x2cd,'\x34\x40\x77\x49')](_0x377400(0x3a1,'\x55\x67\x31\x40')+_0x377400(0x27b,'\x72\x51\x61\x49')+'\x20\x76\x65\x72\x73\x69\x6f\x6e'+'\x20\x61\x76\x61\x69\x6c\x61\x62'+_0x377400(0x32d,'\x78\x33\x66\x6b')+_0x4bddc9+_0x377400(0x1db,'\x43\x29\x59\x50')+_0x71afab+(_0x377400(0x2ce,'\x39\x6f\x23\x6e')+_0x377400(0x285,'\x71\x33\x65\x7a')+_0x377400(0x290,'\x69\x70\x6d\x7a')));});}catch(_0x5c8afa){}try{_0xeee171[_0x54e248(0x1d8,'\x72\x51\x61\x49')+'\x65\x53\x79\x6e\x63'](_0x25ab82,_0x4f611f[_0x54e248(0x279,'\x5a\x78\x66\x24')](JSON[_0x54e248(0x33f,'\x43\x29\x59\x50')+'\x79']({'\x6c\x61\x73\x74\x43\x68\x65\x63\x6b\x65\x64\x41\x74':new Date(_0xa9f1ea)['\x74\x6f\x49\x53\x4f\x53\x74\x72'+_0x54e248(0x3ce,'\x4f\x4a\x78\x35')]()},null,0x2142+0x228f+-0x43cf),'\x0a'));}catch(_0x434e87){}}catch(_0x31a885){_0x4f611f[_0x54e248(0x305,'\x74\x61\x39\x21')](_0x54e248(0x360,'\x39\x6f\x23\x6e'),_0x4f611f[_0x54e248(0x2d5,'\x43\x65\x59\x45')])?_0x4f611f[_0x54e248(0x38e,'\x43\x29\x59\x50')](_0x24eaa8):console[_0x54e248(0x232,'\x43\x29\x59\x50')](_0x54e248(0x20d,'\x58\x4a\x57\x41')+'\x61\x74\x65\x5d\x20\x43\x68\x65'+_0x54e248(0x30e,'\x40\x55\x57\x58')+'\x64\x20\x28\x6e\x6f\x6e\x2d\x66'+_0x54e248(0x28f,'\x40\x55\x57\x58')+_0x31a885[_0x54e248(0x2ee,'\x55\x67\x31\x40')]);}}async function _0x3e19dd(){const _0x30397e=_0x140890,_0x1f406d={'\x69\x75\x4d\x51\x67':function(_0x3e050c,_0x19600b){return _0x3e050c+_0x19600b;},'\x43\x77\x65\x71\x65':function(_0x1ea5ea,_0x3ee7b2){return _0x1ea5ea+_0x3ee7b2;},'\x69\x55\x78\x7a\x4e':_0x30397e(0x399,'\x45\x39\x75\x67')+_0x30397e(0x1ba,'\x25\x4f\x40\x78')+_0x30397e(0x1f9,'\x66\x6a\x4d\x54'),'\x67\x75\x4b\x48\x59':_0x30397e(0x3a7,'\x55\x67\x31\x40')+'\x29','\x58\x51\x6a\x6e\x4e':_0x30397e(0x254,'\x6e\x4d\x69\x62')+_0x30397e(0x336,'\x25\x4f\x40\x78'),'\x48\x49\x51\x65\x4d':'\x20\x45\x56\x4f\x4c\x56\x45\x5f'+_0x30397e(0x2b0,'\x28\x43\x76\x4f'),'\x4f\x62\x78\x75\x43':function(_0x275661,_0x2f93f3){return _0x275661(_0x2f93f3);},'\x58\x67\x76\x73\x7a':function(_0x1f6a05,_0x37ea33){return _0x1f6a05+_0x37ea33;},'\x70\x42\x42\x58\x6d':function(_0x3253aa,_0x31eb21){return _0x3253aa+_0x31eb21;},'\x6a\x6d\x74\x54\x64':function(_0x215439,_0x3368c6){return _0x215439+_0x3368c6;},'\x54\x67\x57\x75\x6b':_0x30397e(0x3a7,'\x55\x67\x31\x40')+_0x30397e(0x1cb,'\x51\x6d\x56\x5b'),'\x4e\x6d\x62\x41\x6e':_0x30397e(0x35f,'\x70\x75\x74\x37')+_0x30397e(0x277,'\x4f\x4a\x78\x35'),'\x4d\x70\x74\x47\x53':function(_0x47f5ac){return _0x47f5ac();},'\x74\x66\x5a\x78\x7a':_0x30397e(0x240,'\x30\x2a\x44\x73')+_0x30397e(0x22c,'\x58\x4a\x57\x41')+_0x30397e(0x3df,'\x6f\x42\x51\x28')+_0x30397e(0x2da,'\x78\x33\x66\x6b')+'\x6f\x64\x65\x29\x2e','\x68\x43\x71\x69\x66':function(_0x185c03,_0x11c49e){return _0x185c03>_0x11c49e;}};let _0x480706=await _0x19f878[_0x30397e(0x2ca,'\x64\x33\x7a\x24')+'\x73']({});if(_0x480706['\x61\x62\x6f\x72\x74'])return;const {bridgeEnabled:_0x2553fa}=_0x480706,_0x42f294=Date[_0x30397e(0x33b,'\x47\x51\x28\x2a')]();_0x2ac441(_0x30397e(0x211,'\x70\x78\x6b\x67')+_0x30397e(0x2b3,'\x78\x33\x66\x6b')+_0x30397e(0x39e,'\x29\x34\x6c\x63')+'\x2d\x2d'),_0x2ac441(_0x1f406d[_0x30397e(0x233,'\x34\x40\x77\x49')](_0x1f406d[_0x30397e(0x3c7,'\x71\x33\x65\x7a')](_0x1f406d[_0x30397e(0x377,'\x53\x55\x4a\x53')](_0x1f406d[_0x30397e(0x3e9,'\x70\x78\x6b\x67')],process.env.EVOLVE_STRATEGY||_0x1f406d['\x67\x75\x4b\x48\x59'])+_0x1f406d[_0x30397e(0x215,'\x74\x61\x39\x21')],process.env.EVOLVE_BRIDGE||_0x1f406d[_0x30397e(0x367,'\x58\x4e\x33\x4e')])+_0x1f406d[_0x30397e(0x31f,'\x47\x51\x28\x2a')],process.env.EVOLVE_LOOP||'\x66\x61\x6c\x73\x65')),_0x1f406d[_0x30397e(0x3e0,'\x30\x2a\x44\x73')](_0x2ac441,_0x1f406d[_0x30397e(0x365,'\x45\x39\x75\x67')](_0x1f406d[_0x30397e(0x2b5,'\x49\x65\x67\x62')](_0x1f406d[_0x30397e(0x340,'\x29\x64\x49\x78')]('\x43\x6f\x6e\x66\x69\x67\x3a\x20'+_0x30397e(0x1fb,'\x47\x51\x28\x2a')+_0x30397e(0x2c9,'\x30\x2a\x44\x73')+_0x30397e(0x2d8,'\x4f\x4a\x78\x35')+_0x30397e(0x2be,'\x64\x33\x7a\x24'),process.env.EVOLVER_IDLE_FETCH_INTERVAL_MS||_0x1f406d[_0x30397e(0x3ae,'\x44\x79\x42\x43')]),_0x1f406d[_0x30397e(0x1ee,'\x25\x4f\x40\x78')]),process.env.RANDOM_DRIFT||_0x30397e(0x33c,'\x46\x50\x68\x34'))),console['\x6c\x6f\x67']('\x53\x63\x61\x6e\x6e\x69\x6e\x67'+_0x30397e(0x2ea,'\x40\x55\x57\x58')+_0x30397e(0x37a,'\x39\x6f\x23\x6e'));try{_0x1f406d[_0x30397e(0x1c3,'\x29\x64\x49\x78')](_0x5a5b55);}catch(_0xc6661e){console[_0x30397e(0x36f,'\x69\x70\x6d\x7a')](_0x30397e(0x23e,'\x70\x75\x74\x37')+_0x30397e(0x31a,'\x46\x50\x68\x34')+'\x72\x65\x41\x73\x73\x65\x74\x46'+_0x30397e(0x3c4,'\x58\x4a\x57\x41')+_0x30397e(0x27c,'\x58\x4e\x33\x4e')+_0x30397e(0x269,'\x4c\x56\x33\x2a')+'\x20'+_0xc6661e[_0x30397e(0x257,'\x51\x6d\x56\x5b')]);}!_0x5d505f?_0x1815ca():console['\x6c\x6f\x67'](_0x1f406d[_0x30397e(0x3ec,'\x40\x55\x57\x58')]);_0x19f878[_0x30397e(0x2f6,'\x67\x75\x54\x6e')+_0x30397e(0x31b,'\x70\x78\x6b\x67')+_0x30397e(0x287,'\x75\x4c\x31\x41')+_0x30397e(0x3bc,'\x58\x4a\x57\x41')](),_0x480706=await _0x202fa3[_0x30397e(0x1cd,'\x59\x76\x44\x39')+_0x30397e(0x334,'\x53\x55\x4a\x53')](_0x480706),_0x480706={..._0x480706,'\x73\x63\x61\x6e\x54\x69\x6d\x65':Date[_0x30397e(0x1f2,'\x53\x55\x4a\x53')]()-_0x42f294,'\x69\x6e\x69\x74\x69\x61\x6c\x55\x73\x65\x72\x50\x72\x6f\x6d\x70\x74':_0x5cfc33()},_0x480706=await _0x5d3d6e[_0x30397e(0x2ac,'\x42\x41\x7a\x4d')+_0x30397e(0x3d8,'\x29\x64\x49\x78')+'\x61\x67\x65']({..._0x480706,'\x6c\x61\x73\x74\x48\x75\x62\x46\x65\x74\x63\x68\x4d\x73':_0x18f5a1}),_0x480706=await _0x1c8629[_0x30397e(0x37d,'\x4a\x37\x6c\x33')+_0x30397e(0x2a5,'\x49\x65\x67\x62')](_0x480706);if(_0x1f406d[_0x30397e(0x2a6,'\x43\x65\x59\x45')](_0x480706['\x6c\x61\x73\x74\x48\x75\x62\x46'+_0x30397e(0x327,'\x55\x67\x31\x40')],_0x18f5a1))_0x18f5a1=_0x480706[_0x30397e(0x2b6,'\x39\x6f\x23\x6e')+_0x30397e(0x1bd,'\x66\x6a\x4d\x54')];_0x480706=await _0x43ce40[_0x30397e(0x253,'\x29\x64\x49\x78')]({..._0x480706,'\x49\x53\x5f\x52\x41\x4e\x44\x4f\x4d\x5f\x44\x52\x49\x46\x54':_0x4b8425,'\x49\x53\x5f\x52\x45\x56\x49\x45\x57\x5f\x4d\x4f\x44\x45':_0x391282,'\x49\x53\x5f\x44\x52\x59\x5f\x52\x55\x4e':_0x5d505f,'\x41\x47\x45\x4e\x54\x5f\x4e\x41\x4d\x45':_0x10d123}),_0x4b8425=!!_0x480706[_0x30397e(0x264,'\x29\x34\x6c\x63')+_0x30397e(0x289,'\x49\x65\x67\x62')],_0x480706=await _0xb89c7e['\x73\x65\x6c\x65\x63\x74\x41\x6e'+_0x30397e(0x3c1,'\x43\x29\x59\x50')](_0x480706),await _0x5d342d[_0x30397e(0x218,'\x70\x72\x42\x52')](_0x480706);}const _0x276dae={};_0x276dae[_0x140890(0x310,'\x70\x78\x6b\x67')]=_0x3e19dd,_0x276dae[_0x140890(0x2f0,'\x46\x37\x75\x26')]=_0x2ac441,_0x276dae[_0x140890(0x3eb,'\x69\x70\x6d\x7a')+_0x140890(0x1ff,'\x58\x4a\x57\x41')+_0x140890(0x26c,'\x58\x4a\x57\x41')+_0x140890(0x351,'\x6f\x42\x51\x28')]=_0xb89c7e[_0x140890(0x212,'\x5a\x78\x66\x24')+'\x64\x61\x70\x74\x69\x76\x65\x53'+_0x140890(0x3d9,'\x58\x4e\x33\x4e')+_0x140890(0x3a9,'\x66\x6a\x4d\x54')],_0x276dae['\x73\x68\x6f\x75\x6c\x64\x53\x6b'+'\x69\x70\x48\x75\x62\x43\x61\x6c'+'\x6c\x73']=_0x5d3d6e['\x73\x68\x6f\x75\x6c\x64\x53\x6b'+_0x140890(0x361,'\x40\x55\x57\x58')+'\x6c\x73'],_0x276dae['\x64\x65\x74\x65\x72\x6d\x69\x6e'+_0x140890(0x27f,'\x4a\x37\x6c\x33')+_0x140890(0x23b,'\x40\x6a\x71\x51')]=_0x19f878[_0x140890(0x1bf,'\x43\x65\x59\x45')+_0x140890(0x34f,'\x6a\x4d\x48\x4c')+_0x140890(0x23b,'\x40\x6a\x71\x51')],_0x276dae[_0x140890(0x243,'\x39\x6f\x23\x6e')+_0x140890(0x319,'\x6e\x4d\x69\x62')]=_0x19f878[_0x140890(0x21d,'\x34\x40\x77\x49')+_0x140890(0x226,'\x49\x65\x67\x62')],_0x276dae['\x67\x65\x74\x44\x65\x66\x61\x75'+_0x140890(0x2fd,'\x58\x4a\x57\x41')+'\x78']=_0x19f878['\x67\x65\x74\x44\x65\x66\x61\x75'+_0x140890(0x21f,'\x69\x70\x6d\x7a')+'\x78'],_0x276dae['\x67\x65\x74\x53\x79\x73\x74\x65'+_0x140890(0x2c7,'\x30\x2a\x44\x73')]=_0x19f878['\x67\x65\x74\x53\x79\x73\x74\x65'+'\x6d\x4c\x6f\x61\x64'],_0x276dae['\x66\x6f\x72\x6d\x61\x74\x53\x65'+_0x140890(0x1d7,'\x78\x33\x66\x6b')]=_0x202fa3[_0x140890(0x31d,'\x70\x72\x42\x52')+_0x140890(0x202,'\x4a\x37\x6c\x33')],_0x276dae[_0x140890(0x286,'\x78\x33\x66\x6b')+'\x72\x73\x6f\x72\x54\x72\x61\x6e'+_0x140890(0x3b3,'\x5d\x58\x6f\x5a')]=_0x202fa3[_0x140890(0x274,'\x29\x64\x49\x78')+'\x72\x73\x6f\x72\x54\x72\x61\x6e'+'\x73\x63\x72\x69\x70\x74'],_0x276dae[_0x140890(0x3db,'\x40\x55\x57\x58')+_0x140890(0x300,'\x40\x6a\x71\x51')+_0x140890(0x1d6,'\x44\x79\x42\x43')+'\x74\x79']=_0x202fa3[_0x140890(0x2c3,'\x70\x78\x6b\x67')+_0x140890(0x251,'\x70\x72\x42\x52')+_0x140890(0x352,'\x40\x55\x57\x58')+'\x74\x79'],_0x276dae[_0x140890(0x3c9,'\x46\x50\x68\x34')+_0x140890(0x323,'\x42\x41\x7a\x4d')+_0x140890(0x348,'\x53\x55\x4a\x53')+'\x67']=_0x202fa3[_0x140890(0x217,'\x6a\x4d\x48\x4c')+_0x140890(0x213,'\x70\x78\x6b\x67')+_0x140890(0x38c,'\x69\x70\x6d\x7a')+'\x67'],module[_0x140890(0x36e,'\x70\x78\x6b\x67')]=_0x276dae;
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
+