@profoundlogic/coderflow-server 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -163
- package/dist/README.md +15 -163
- package/dist/base-image/agent-wrapper.sh +1 -1
- package/dist/capture-screenshot.mjs +34 -0
- package/dist/coder-server.js +1 -1
- package/dist/config/cli-models.json +4 -3
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -0
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -0
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -0
- package/dist/lib/cli/list-users.js +1 -0
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -0
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -0
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/scripts/sync_to_ibmi.sh +204 -0
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/admin/environments.md +1 -0
- package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +36 -0
- package/dist/web-ui/public/environments.html +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.html +2 -2
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.html +3 -2
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.css +3 -2
- package/dist/web-ui/public/settings.html +0 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +39 -12
- package/dist/web-ui/public/task.html +56 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +76 -81
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.html +12 -11
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
- package/dist/lib/cli/migrate-rbac.js +0 -1
- package/dist/lib/scoped-rbac-migration-runner.js +0 -1
- package/dist/scripts/migrate-to-scoped-rbac.js +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x9e4698,_0x377ae1){const _0x2e0773={_0x295663:0x1a6,_0x5af8fd:0x193,_0x34cf4f:0x1a8,_0x16e786:0x1ab,_0x40cca4:0x38d,_0x209777:0x3a0,_0x16d415:0x3a5,_0xe5ccb2:0x395,_0x4f70c7:0x39a,_0x827780:0x19d,_0x3cce17:0x1a7,_0x3b2d73:0x18b,_0x77d6d2:0x397,_0x4d93af:0x18b},_0x25a8eb={_0x3a41f3:0x274};function _0x5702fa(_0x5adbe0,_0x38634c,_0xdb414d,_0x1d2bd6){return _0x4e44(_0xdb414d-0x2bd,_0x1d2bd6);}const _0x1c08fb=_0x9e4698();function _0x408b2a(_0x44761a,_0x5b4996,_0x2a438f,_0x158dd1){return _0x4e44(_0x44761a- -_0x25a8eb._0x3a41f3,_0x5b4996);}while(!![]){try{const _0x51430d=-parseInt(_0x408b2a(-0x194,-0x19b,-0x19a,-0x199))/(-0x925*-0x1+0x4*-0x99f+-0x756*-0x4)*(-parseInt(_0x408b2a(-0x19e,-0x19b,-_0x2e0773._0x295663,-_0x2e0773._0x5af8fd))/(0x1*-0x13df+-0xdf*0x1f+-0x2c2*-0x11))+parseInt(_0x5702fa(0x395,0x398,0x390,0x394))/(0x1*0x254f+0x167a+0x88a*-0x7)+parseInt(_0x408b2a(-_0x2e0773._0x34cf4f,-0x1a0,-0x1b2,-_0x2e0773._0x16e786))/(-0x2559*0x1+-0x1*0xbd2+0x312f)*(-parseInt(_0x5702fa(_0x2e0773._0x40cca4,_0x2e0773._0x209777,0x398,0x39f))/(-0xac3*0x1+0x441+0x687))+-parseInt(_0x5702fa(_0x2e0773._0x16d415,_0x2e0773._0xe5ccb2,_0x2e0773._0x4f70c7,0x39b))/(-0x1256*-0x2+0x99*-0x3b+-0x163)+-parseInt(_0x5702fa(0x387,0x392,0x392,0x393))/(0x262c+0x206*0x1+-0xd*0x317)*(parseInt(_0x408b2a(-_0x2e0773._0x827780,-_0x2e0773._0x3cce17,-0x192,-0x1a5))/(0x1d75*0x1+0x1*0xb38+-0x1*0x28a5))+parseInt(_0x408b2a(-_0x2e0773._0x5af8fd,-0x192,-_0x2e0773._0x3b2d73,-0x189))/(0x25f7+-0x868+-0x1d86)*(parseInt(_0x5702fa(0x392,_0x2e0773._0x4f70c7,_0x2e0773._0x77d6d2,0x393))/(-0x188f*-0x1+-0x1*-0x303+0x1b88*-0x1))+parseInt(_0x408b2a(-0x196,-0x193,-_0x2e0773._0x4d93af,-0x18e))/(0xab*-0xb+0xce7+-0x583*0x1);if(_0x51430d===_0x377ae1)break;else _0x1c08fb['push'](_0x1c08fb['shift']());}catch(_0x60da77){_0x1c08fb['push'](_0x1c08fb['shift']());}}}(_0x5e5a,0x455*-0x545+0x35*-0x4457+0x314876));const JUDGE_PREFIX_REGEX=/^(judge|review)\s*:\s*/i;function _0x5e5a(){const _0x2c4ec7=['mZCZnJK1AK9VtMLv','ofbPqvHTtG','mJmYv1fJtLPr','BfnbDgm','ANvKz2u','mtuZmti4mhbnwhDLqW','nuL3Dfn1BW','DhjPBq','mZi1nduXnezHshvdBa','mJK5nZu2mtzMvwLoyLK','ANvKz2vnB2rL','mtG2ndKWCeLhDLrP','mtHmv0nywNu','ntuZnJCZmK9pu3rVyq','yNbbCeC','zM1ft0u','AxnkDwrNzvrHCW','BwTou2G','tLHlB2W','BvzYt0q','mtuXmJa5owTSqwPKEa','CMv2Awv3'];_0x5e5a=function(){return _0x2c4ec7;};return _0x5e5a();}export function getTaskNamePrefix(_0x4b4e05){const _0x283096={_0x5f18aa:0xa1,_0x52e254:0xa4,_0x9f0bb0:0xae,_0x40c582:0x399,_0x17efde:0x3a1,_0x541ce6:0xac,_0x162c0a:0x3a1,_0x5df6d9:0x3b6,_0x3223d9:0x398,_0x47db6b:0x3a5,_0x2c35f3:0x9f,_0x5e296f:0xa1,_0x6d259a:0xa4,_0xf3ee4:0x3a9,_0x507f30:0x39e,_0x1f89d0:0xa0,_0xfbd814:0x3b3,_0x458ebb:0x3b3,_0xddb723:0xa2,_0x364934:0xa5,_0x38c878:0xa6,_0x1c76de:0x9f,_0x11bc49:0x3a1,_0x42e083:0x3a0},_0x4dd9c3={_0x59010e:0x2e},_0x1c7368={};_0x1c7368[_0x1945b9(0xa6,_0x283096._0x5f18aa,_0x283096._0x52e254,_0x283096._0x9f0bb0)]=function(_0x1dcd38,_0x50d8e5){return _0x1dcd38===_0x50d8e5;},_0x1c7368[_0x4b26d9(_0x283096._0x40c582,_0x283096._0x17efde,0x3a4,0x39d)]=_0x1945b9(_0x283096._0x541ce6,0xa0,0xab,0xa0),_0x1c7368[_0x4b26d9(_0x283096._0x162c0a,0x3ac,_0x283096._0x162c0a,_0x283096._0x5df6d9)]=function(_0x1bb5d7,_0x27d859){return _0x1bb5d7===_0x27d859;};function _0x4b26d9(_0x344efe,_0x18182e,_0x529b60,_0x573d40){return _0x4e44(_0x18182e-0x2d4,_0x344efe);}function _0x1945b9(_0x37d50d,_0x22891c,_0x8ce53b,_0x294348){return _0x4e44(_0x8ce53b- -_0x4dd9c3._0x59010e,_0x37d50d);}_0x1c7368[_0x4b26d9(_0x283096._0x3223d9,0x3a2,_0x283096._0x47db6b,0x3a7)]=_0x1945b9(_0x283096._0x2c35f3,_0x283096._0x5e296f,0xa6,0xae);const _0x34f449=_0x1c7368,_0x2703e0=_0x34f449[_0x1945b9(0x9d,_0x283096._0x541ce6,_0x283096._0x6d259a,0xae)](_0x4b4e05?.['taskType'],_0x34f449[_0x4b26d9(_0x283096._0xf3ee4,0x3a1,0x398,_0x283096._0x507f30)])||_0x34f449['lSAtc'](_0x4b4e05?.[_0x1945b9(0xa1,_0x283096._0x1f89d0,_0x283096._0x5f18aa,0x9b)+'k'],!![]);if(!_0x2703e0)return null;return _0x4b4e05?.[_0x4b26d9(0x3b3,_0x283096._0xfbd814,0x3ad,_0x283096._0x458ebb)]===_0x34f449['fmEOE']?_0x1945b9(_0x283096._0xddb723,_0x283096._0x364934,_0x283096._0x38c878,_0x283096._0x1c76de):_0x34f449[_0x4b26d9(0x399,_0x283096._0x11bc49,0x3a9,_0x283096._0x42e083)];}function _0x4e44(_0x1efba4,_0x494783){_0x1efba4=_0x1efba4-(0x5e7*-0x3+-0x16fc*0x1+0x13*0x22f);const _0x5a5072=_0x5e5a();let _0x42e2c8=_0x5a5072[_0x1efba4];if(_0x4e44['tyDWdF']===undefined){var _0x19b6b1=function(_0x3203bb){const _0x33d316='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x17b853='',_0x12f1b6='';for(let _0x492aab=0x2616+-0x274+-0x1*0x23a2,_0x5116a9,_0xd5fb5c,_0x5f5c8e=0x10a1+0xb1b*0x3+-0x31f2;_0xd5fb5c=_0x3203bb['charAt'](_0x5f5c8e++);~_0xd5fb5c&&(_0x5116a9=_0x492aab%(-0x1*0x21a7+-0x6*0x19d+0x2b59)?_0x5116a9*(0x3b*0x53+0xfb5*-0x1+-0x32c)+_0xd5fb5c:_0xd5fb5c,_0x492aab++%(-0x13*-0x9d+-0x1548+0x9a5))?_0x17b853+=String['fromCharCode'](0x1bb1+-0xd92+-0xd20&_0x5116a9>>(-(-0x264e+-0x20b*0x11+-0x17*-0x32d)*_0x492aab&0x166e+-0x529*-0x1+-0x1b91)):-0x3*-0x1d+-0x287*0x6+0x1*0xed3){_0xd5fb5c=_0x33d316['indexOf'](_0xd5fb5c);}for(let _0xd03196=-0x93d+0x8d8*-0x4+0x2c9d,_0x4c346f=_0x17b853['length'];_0xd03196<_0x4c346f;_0xd03196++){_0x12f1b6+='%'+('00'+_0x17b853['charCodeAt'](_0xd03196)['toString'](-0x1160+0xa7*-0x30+0x820*0x6))['slice'](-(-0x2298+-0x1943+0x19*0x265));}return decodeURIComponent(_0x12f1b6);};_0x4e44['dtZkDp']=_0x19b6b1,_0x4e44['UZnoOq']={},_0x4e44['tyDWdF']=!![];}const _0x14b8ee=_0x5a5072[-0xce*0x10+-0xcb7+0x1997],_0x4cc3c7=_0x1efba4+_0x14b8ee,_0x55c447=_0x4e44['UZnoOq'][_0x4cc3c7];return!_0x55c447?(_0x42e2c8=_0x4e44['dtZkDp'](_0x42e2c8),_0x4e44['UZnoOq'][_0x4cc3c7]=_0x42e2c8):_0x42e2c8=_0x55c447,_0x42e2c8;}export function formatTaskNameForType(_0x6ea645,_0x2f7370){const _0x502791={_0x560ea8:0x149,_0x4ec760:0x13b,_0x1a39f6:0x31,_0x13fd16:0x29,_0x5101ee:0x133,_0x48f212:0x12f},_0x4cbf1e={_0x15c2a3:0x20f},_0x18d37c={'NXKol':function(_0x5c481f,_0x4407fd){return _0x5c481f===_0x4407fd;},'mkNSh':function(_0x2f5798,_0x4e5173){return _0x2f5798(_0x4e5173);},'rIVun':function(_0x4770c9,_0x21c4c9){return _0x4770c9(_0x21c4c9);}};if(_0x18d37c[_0x2f857c(-_0x502791._0x560ea8,-0x142,-0x13e,-_0x502791._0x4ec760)](_0x2f7370,undefined)||_0x2f7370===null)return _0x2f7370;function _0x2f857c(_0x1869f8,_0xe9fb49,_0x2749e7,_0x4ca43a){return _0x4e44(_0x2749e7- -_0x4cbf1e._0x15c2a3,_0x4ca43a);}function _0x2ab6db(_0xd9d361,_0x3dcfaa,_0x1dad4e,_0x1e6d49){return _0x4e44(_0x3dcfaa- -0xfd,_0x1dad4e);}const _0x158f07=_0x18d37c[_0x2ab6db(-_0x502791._0x1a39f6,-0x2d,-_0x502791._0x13fd16,-0x2d)](getTaskNamePrefix,_0x6ea645);if(!_0x158f07)return _0x2f7370;const _0x12df72=_0x18d37c['rIVun'](String,_0x2f7370)[_0x2f857c(-_0x502791._0x5101ee,-_0x502791._0x48f212,-0x133,-0x131)]()['replace'](JUDGE_PREFIX_REGEX,'')['trim']();return _0x12df72?_0x158f07+':\x20'+_0x12df72:_0x158f07+':';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3b033e,_0x5bb340){const _0xe1f5bf={_0x1cc713:0x417,_0xeae0da:0x45c,_0x5364e2:0x4c5,_0xf80bd:0x44e,_0x418729:0x27,_0x2f2755:0xbc,_0x2ebb85:0x517,_0x474c35:0x1f4,_0x2b3b04:0x12d,_0x5bfa5a:0x1cf,_0x423058:0x4ea,_0x19ab5f:0x4eb,_0x2bfa7a:0x4a4,_0x3cfb9b:0x49a,_0x2a2b0a:0x4ed,_0x5535ca:0x8d,_0x495319:0x105,_0x149003:0x146,_0x36f1f3:0xb0,_0x1ca045:0x89,_0x2366d2:0xce};function _0x4ef17b(_0x5bc72c,_0x3f85c9,_0x4a0199,_0x501dd3){return _0x3572(_0x3f85c9- -0x60,_0x501dd3);}function _0xdc14be(_0x522849,_0xa1da,_0x5a7dbd,_0x5c0bfe){return _0x3572(_0xa1da-0x315,_0x5c0bfe);}const _0x24396f=_0x3b033e();while(!![]){try{const _0x55e6d6=-parseInt(_0xdc14be(0x36d,0x3ec,_0xe1f5bf._0x1cc713,_0xe1f5bf._0xeae0da))/(-0xeae*0x2+-0x8*0x79+0x1*0x2125)+parseInt(_0xdc14be(_0xe1f5bf._0x5364e2,0x4a9,0x464,_0xe1f5bf._0xf80bd))/(-0x4b*-0x7b+-0x56*0x43+-0xd85)*(-parseInt(_0x4ef17b(_0xe1f5bf._0x418729,0xa1,_0xe1f5bf._0x2f2755,0x69))/(-0x1eb5+-0xb40+-0x29f8*-0x1))+parseInt(_0xdc14be(0x52c,0x4ce,0x48d,_0xe1f5bf._0x2ebb85))/(0x830+-0x14ad+0xc81)*(parseInt(_0x4ef17b(_0xe1f5bf._0x474c35,0x177,_0xe1f5bf._0x2b3b04,_0xe1f5bf._0x5bfa5a))/(-0x1040+-0x54e*-0x1+0xaf7))+-parseInt(_0xdc14be(0x498,_0xe1f5bf._0x423058,_0xe1f5bf._0x19ab5f,0x4f9))/(0x3*-0x95+-0x3*0x981+0x1e48)+-parseInt(_0xdc14be(0x44e,_0xe1f5bf._0x2bfa7a,_0xe1f5bf._0x3cfb9b,_0xe1f5bf._0x2a2b0a))/(0x1*0x1ec7+-0x1b35+-0x38b)+parseInt(_0x4ef17b(0xfc,0xf9,_0xe1f5bf._0x5535ca,_0xe1f5bf._0x495319))/(-0x25d6+0x16e1*-0x1+0x3cbf)*(parseInt(_0x4ef17b(_0xe1f5bf._0x149003,0xd6,0x132,_0xe1f5bf._0x36f1f3))/(-0x145+0x766*-0x2+0x101a))+parseInt(_0x4ef17b(_0xe1f5bf._0x1ca045,0x95,_0xe1f5bf._0x2366d2,0xf6))/(0x2e3*-0x9+-0x289*-0x4+0xfe1);if(_0x55e6d6===_0x5bb340)break;else _0x24396f['push'](_0x24396f['shift']());}catch(_0x5bda59){_0x24396f['push'](_0x24396f['shift']());}}}(_0x16f0,-0xc4d9a+-0x1*0x10b065+0x26acf4));import{logger}from'./logger.js';import{getApiKeyForAuxiliary,getAgentEndpointConfig,getModel}from'./api-keys.js';function _0x16f0(){const _0x550431=['Ahr0Chm6lY9Nzq','B250zw50','iefqssbYzxnWBW','sg1Wue8','v3r0wMq','BMHmyLm','tK9uigLUy2X1za','yxbPlxzLCNnPBW','s3z6zNK','ndiWndy4q1fdrKXn','BLzLzhm','CMvZCg9UC2u','DgTYweu','igTLEsbSB29RDq','Bgf1zguGqvbjia','zw50oIa','z2vTAw5PlteUnq','zcbKzxnJCMLWDa','DMvUigLUC3rYDq','C3rYAw5NAwz5','uefNCgO','r1LOqKS','z2vUzxjHDguGDa','C2v0','Bs92mwjLDge','DM1RtfK','y3vZDg9T','BI9QC29U','Dg9tDhjPBMC','BMfTzq','BhnLlG','A1brzfm','Dff0rw0','BNrLBNqGAw4GqW','ywDLBNq','z2XLyxbPCY5JBW','C2vHCMnOugfYyq','ndi1mduWmLztAfLrva','Aw5ZDhj1y3rPBW','mZvSyvvky2e','ndCWndi2thjTugHX','rNH4swO','ywPps2O','qwr4tNG','C3vIC3rYAw5N','C0rKzui','yxnRig5HBwu','DxnLCG','qwHYChm','CMvZCg9UC2vZ','t0nPCKG','BNrLBNqGAw4GtW','As5HBNrOCM9WAq','zcbMB3iG','A2v5','C3rHDhvZvgv4Da','l21VzgvSCW','B3v0Chv0','Dejvvw0','tezSuvm','CKvjrxm','vLPZDge','q29UzMLN','ihnOB3j0ihrHCW','Bw9Kzq','ELfXDeG','DwXKoGOTiejLia','DxPbreq','tMLWveq','BwvZC2fNzq','mJCWnZG2nJbkuxHos0W','vLnPDK4','BMv4CgvJDgvKia','C3rHy2S','DhnHuKe','ExbRtva','y2jstLq','yKLsqxi','CMvWBgfJzq','B20VDJeVCMvZCa','rhbrq1O','AxPSDKK','mZu1mZmXn1b5CwPnuG','igfNzw50','AxnbCNjHEq','zhPpAKS','vfnArfO','yMfZzv91CMW','BgvUz3rO','ig9UihrOzsbNAq','A3uTnc01','zxjYB3i','r2vUzxjHDgvKia','thbRqvC','l3yXl21LC3nHzW','EK9nuKy','t05vvxy','AvDMtKW','y2XHDwrLlwHHAq','oMDLBMvYyxrLqW','B2TLBNm','CgvUquKGqvbjia','D29YzhmGBgLRzq','re9TtwG','ww91igfYzsbHia','B3iGz29HBaOTia','igLUienSyxvKzq','tNbOz0m','zwqGzM9Yiefqsq','surbq2u','DMfSAwrHDgu','rLj6yu4','B3qGC3vWCg9YDa','vfn6zhu','CLf0ruK','y3rPB25ZlGPuAa','u3bmDxe','q2XHDwrLiefqsq','AKTdu2u','CM9Szq','C3rYAw5N','CgvJAwfSigzVCG','igLUie9Wzw5bsq','vw5RBM93BIbHzW','tM8GDgv4DcbJBW','ig5VDgHPBMCGzq','rLPiCeK','zLDRCKm','BwjLy3K','v3fMqum','rK1dEhK','B25Zzxm','vgfZAYbUyw1Lia','BgzKCM8','ihjLCxvLC3qGzG','ndvkugzizKC','BMvYyxrPB24GBG','CgXNwxi','C3bVBMqGD2L0Aa','y2HLBvi','tM8Gy29UDgvUDa','AxzLcI0Gq2fWDa','zgvIDwC','zxnZywDLCW','thD1u2q','Dgv4Da','Eej5Efu','wfDMENO','wM9lDem','mJaYmY0WnI0Wmq','Eefps3m','Aw5JBhvKzxm','Bwf4t3v0Chv0va','BMvYyxrPDMvSyq','BwuGkdmTnYb3BW','l21VzgvSCY8','A0Try0C','B3v0Chv0x3rLEa','t2rSyLK','zw1PBMKGqvbjia','sLH6D0y','v1L2v0O','r2vUzxjHDguGyq','z2vUzxjHDgLVBG','q2fTEK4','DhLuq3K','yxnRig5HBwu6ia','r1byzLe','qLHqzKi','C3rHDhvZ','odyXntC2DK9nuvzX','tM8GqvbjigTLEq','r2vTAw5Piefqsq','ExHTswG','DgfZAYbUyw1PBG','z2vUzxjHDgvKia','Ae5Ruwm','Aw5MBW','DJeVBwvZC2fNzq','zw5KC1DPDgG','r1HuBM0','Dc4Gr2vUzxjHDa','icjuyxnRiIbVCG','B2rOzgi','As5VCgvUywKUyW','shDWs1i','yxbPx3zLCNnPBW','ie9otfKGDgHLia','CgHjvuS','vLvQqvi','C3H1q3m','C3r2s04','zsbHihnOB3j0la','q0DVtK4','r3PPB3a','sKfyq2O','DgfZAYbUyw1Lla','yxbWBgLJyxrPBW','y2fhCwS','sLvXu3m','y2XHDwrL','y2zKCNO','wgvPveW','DK1Zq1q','zwqGzM9YigfNzq','B0Pkz04','BMD1ywDLlMDVBW','CMvZB2X2zsbbua','DuHHDfq','ANnVBG','y29UDgvUDa','BNrLBNqGAw4GrW','A0rTzhq','t3bLBKfjiefqsq','tKjlrvG','B250zw50p2TLEq','rMfPBgvKihrVia','CuDQqw8','y29KzxG','yY5JB20VDJeVBq','igrLC2nYAxb0Aq','ignVBMzPz3vYzq','DNjIuvu','quKGBMfTzsbNzq','nJG4otKYnxzHt1rPAq','igLUy2X1zguGCq','Cgf0Ag5HBwu','D2fYBG','ue9tva','mMvMCfDXEa','BNnL','u254vge','AgfZ','DgvTCgvYyxr1CG','DhjPBq','qMvHCMvYia','CvLHEg0','C3vJy2vZCW','s1HyELq','y2fUzgLKyxrLCW','ywLSzwq','DKTvCuW','quj5DLC','rwzwB1K','q1bhtNm','zYbHC3nPC3rHBG','Ahr0Chm6lY9HCa','DLDbAKC','C0XJELq','AYbUyw1LigzVCG','zsbUyw1LihnOBW','Bwf0DgLUzWOTia','ywLSzwq6ia','zLrKEgu','ruDkrha','igLUieDLBwLUAq','BMfTzsbOyxmGDq'];_0x16f0=function(){return _0x550431;};return _0x16f0();}const ANTHROPIC_API_URL=_0x5642e6(-0x10,-0x7b,-0xdb,0x0)+_0x7be017(0x477,0x3e8,0x467,0x4d4)+_0x7be017(0x53a,0x49c,0x50e,0x4b6)+_0x5642e6(-0xe7,-0xe2,-0xa6,-0xc0),OPENAI_API_URL=_0x7be017(0x540,0x57c,0x529,0x5a9)+_0x7be017(0x47e,0x4bb,0x4eb,0x545)+_0x5642e6(-0x184,-0x122,-0x102,-0x114)+_0x5642e6(-0xbf,-0xee,-0xd9,-0xa5),GEMINI_API_BASE_URL=_0x5642e6(-0x42,-0x70,-0xe5,-0xc3)+_0x7be017(0x4c3,0x48c,0x4cc,0x4b3)+_0x5642e6(-0x70,-0xa3,-0xbf,-0x75)+_0x5642e6(-0x10,-0x4d,0x12,-0x8d)+_0x5642e6(-0x13,-0x58,-0xa3,-0xd0),CLAUDE_MODEL=_0x5642e6(-0x186,-0x10f,-0x137,-0x120)+_0x5642e6(-0xea,-0x117,-0xdf,-0x146);function _0x7be017(_0xa9cf9,_0x15c06d,_0x127556,_0xf532a3){const _0x1f8551={_0x1d6fa3:0x384};return _0x3572(_0x127556-_0x1f8551._0x1d6fa3,_0xa9cf9);}const OPENAI_MODEL='gpt-4o-min'+'i',GEMINI_MODEL=_0x5642e6(-0x25,-0x60,-0xba,-0x1a)+'-flash',MAX_TOKENS=-0x25*-0xb9+-0x1e52+0x1*0x3c7,SUPPORTED_AGENTS=[_0x5642e6(-0xed,-0xa9,-0x122,-0xf2),_0x7be017(0x4ef,0x4f0,0x50d,0x49d),'gemini'],SYSTEM_PROMPT=_0x5642e6(-0x13a,-0x109,-0x120,-0xa8)+_0x7be017(0x52e,0x4ad,0x4e1,0x47b)+_0x7be017(0x5a9,0x587,0x528,0x523)+_0x5642e6(-0x102,-0xbc,-0x3e,-0x72)+_0x5642e6(-0x70,-0xb1,-0x5f,-0x3d)+_0x7be017(0x527,0x525,0x50f,0x58e)+'ve\x20task\x20na'+_0x7be017(0x500,0x535,0x4cd,0x53a)+'rds)\x20based'+_0x5642e6(-0xc9,-0x118,-0x157,-0xef)+_0x5642e6(-0xac,-0x5e,-0x58,-0x55)+_0x7be017(0x480,0x426,0x4a6,0x4f3)+_0x7be017(0x5a7,0x520,0x52d,0x533)+_0x7be017(0x4ea,0x4e6,0x475,0x47c)+'concise\x20an'+_0x5642e6(-0x2b,-0x5f,-0xb3,-0x9f)+_0x5642e6(-0x159,-0xe4,-0xb0,-0xc3)+'ure\x20the\x20ma'+'in\x20action\x20'+_0x5642e6(-0x178,-0x108,-0x158,-0x11c)+'Use\x20title\x20'+'case\x0a-\x20NOT'+_0x5642e6(-0x66,-0x90,-0xe5,-0xa9)+'uotes\x20or\x20s'+_0x7be017(0x4d2,0x4e1,0x4ac,0x4cb)+_0x7be017(0x4cc,0x52a,0x52e,0x505)+_0x7be017(0x4f9,0x505,0x53a,0x4be)+'e\x20generic\x20'+_0x5642e6(-0x95,-0x10b,-0x13f,-0x150)+_0x7be017(0x4ae,0x489,0x4e9,0x486)+'\x20\x22Job\x22\x0a\x0aRe'+_0x5642e6(-0x98,-0xe7,-0x144,-0x6d)+_0x5642e6(-0x8b,-0xb6,-0x67,-0xe4)+_0x7be017(0x4e5,0x4af,0x4f7,0x49e)+_0x5642e6(-0x90,-0xf4,-0x11b,-0x130)+_0x5642e6(-0x5d,-0x52,-0x55,-0x4);export async function getAgentApiKey(_0x12938d,_0x465e9a){const _0x4043e1={_0xa4a28:0x182,_0x499a63:0x111,_0x3850f3:0x15e,_0x471e2a:0x15c,_0x5497fc:0x1a4,_0x11a6ce:0x1e8,_0x58599b:0x17b,_0x799fc5:0x119,_0x41df75:0x13a,_0x72e919:0x3fa,_0x2c5099:0x39f,_0x510578:0x3c5,_0x4cb84e:0x479,_0x49940c:0x172,_0x4ca084:0xa7,_0x39ec28:0x184,_0x16698a:0x19c,_0xec5da6:0x470,_0xb145b3:0x3f1,_0x2fa18f:0x4b1,_0x2e9a84:0x4f5,_0x362154:0x3e9,_0x261e85:0x3d3,_0x17c420:0x414,_0x56444c:0x3b4,_0x218655:0x4a3,_0x40f32c:0x4ea},_0x135e53={_0x26f8d9:0x21d},_0x32f7d8={_0x2df7d9:0x68,_0x3aeb66:0x37},_0x5347d5={'NipTD':_0x1b9ef3(_0x4043e1._0xa4a28,_0x4043e1._0x499a63,_0x4043e1._0x3850f3,_0x4043e1._0x471e2a),'XWfzz':function(_0x265092,_0x4805d9,_0x1446a6){return _0x265092(_0x4805d9,_0x1446a6);},'PAgpj':_0x1b9ef3(0x1aa,0x12a,0x1dd,0x184)+_0x1b9ef3(_0x4043e1._0x5497fc,0x14c,_0x4043e1._0x11a6ce,_0x4043e1._0x58599b)+'I\x20key\x20for\x20'+'auxiliary\x20'+'operation'};function _0x324687(_0x167a28,_0xa40ef6,_0x3595c6,_0x58587d){return _0x7be017(_0x3595c6,_0xa40ef6-_0x32f7d8._0x2df7d9,_0x167a28- -0xa5,_0x58587d-_0x32f7d8._0x3aeb66);}function _0x1b9ef3(_0x2ab7a0,_0x302c20,_0x3c3e8c,_0x5c55ff){return _0x5642e6(_0x3c3e8c,_0x5c55ff-_0x135e53._0x26f8d9,_0x3c3e8c-0x3,_0x5c55ff-0x13b);}if(!_0x12938d)return logger[_0x1b9ef3(_0x4043e1._0x499a63,_0x4043e1._0x799fc5,0xe8,_0x4043e1._0x41df75)]('No\x20setup\x20p'+'ath\x20provid'+_0x324687(_0x4043e1._0x72e919,_0x4043e1._0x2c5099,_0x4043e1._0x510578,_0x4043e1._0x4cb84e)+_0x1b9ef3(0x13f,_0x4043e1._0x49940c,0x1e2,0x1ba)+'p'),null;try{if(_0x5347d5[_0x1b9ef3(0x11c,_0x4043e1._0x4ca084,0x152,0xf0)]==='hNkQc')return await _0x5347d5[_0x1b9ef3(0x11a,_0x4043e1._0x39ec28,_0x4043e1._0x16698a,0x13f)](getApiKeyForAuxiliary,_0x12938d,_0x465e9a);else _0x3281b9[_0x324687(_0x4043e1._0xec5da6,0x48e,0x4ab,0x4e7)]=_0x249a7e+'/'+_0x28a8e7+(_0x324687(_0x4043e1._0xb145b3,0x463,0x45d,0x39e)+'ontent');}catch(_0x23ed56){const _0x48b22f={};return _0x48b22f[_0x324687(_0x4043e1._0x2fa18f,0x440,0x4f2,_0x4043e1._0x2e9a84)]=_0x465e9a,_0x48b22f[_0x324687(_0x4043e1._0x362154,0x463,0x36d,0x3d6)]=_0x23ed56[_0x324687(_0x4043e1._0x261e85,_0x4043e1._0x17c420,0x38f,_0x4043e1._0x56444c)],logger['error'](_0x5347d5[_0x324687(_0x4043e1._0x218655,0x494,0x49c,_0x4043e1._0x40f32c)],_0x48b22f),null;}}function buildUrlWithPath(_0x451085,_0x3162c8){const _0x403abd={_0x234ee7:0x78,_0x52143a:0x89,_0x64ab85:0x15,_0x4f5f85:0x15,_0x1e9a29:0xa9,_0x3fe04c:0xc0,_0x28ea21:0xa7,_0x42d5d4:0x111,_0x4feb35:0xa9,_0x4eb4d1:0xdc},_0x32945b={_0x59cc3e:0x7a,_0x4888cf:0x1d},_0x55e9a8=new URL(_0x451085);function _0x1f61ed(_0x467690,_0x3a8808,_0x4ae038,_0x3a2596){return _0x5642e6(_0x3a8808,_0x3a2596-_0x32945b._0x59cc3e,_0x4ae038-0x137,_0x3a2596-_0x32945b._0x4888cf);}const _0x4f96d4=_0x55e9a8[_0x1f61ed(-_0x403abd._0x234ee7,-_0x403abd._0x52143a,-0x6f,-_0x403abd._0x64ab85)]['replace'](/\/+$/,'');function _0x449e35(_0x3742e9,_0x477a74,_0x2ae5ba,_0x20186e){return _0x7be017(_0x3742e9,_0x477a74-0x1e0,_0x477a74- -0x62c,_0x20186e-0xbe);}return _0x55e9a8[_0x1f61ed(-0x37,0x50,-0x2f,-_0x403abd._0x4f5f85)]=(_0x4f96d4+'/'+_0x3162c8[_0x1f61ed(-_0x403abd._0x1e9a29,-0x91,-0xf3,-_0x403abd._0x1e9a29)](/^\/+/,''))[_0x1f61ed(-_0x403abd._0x3fe04c,-_0x403abd._0x28ea21,-_0x403abd._0x42d5d4,-_0x403abd._0x4feb35)](/\/{2,}/g,'/'),_0x55e9a8[_0x449e35(-0x117,-_0x403abd._0x4eb4d1,-0x14f,-0x11c)]();}function resolveClaudeApiUrl(_0x158d2d){const _0x39ef3a={_0x4fdc0c:0x2f6,_0x8baa0d:0x69,_0x1fc44c:0x3ae,_0xd812ad:0x3b3,_0x5d2fa0:0x71,_0x5cbc1d:0x57,_0x2905da:0x417,_0x2cad26:0x43,_0x19cfb3:0x7,_0x1c1838:0x353,_0x1dbdb8:0x5c,_0xab36ed:0x1c,_0x478ef3:0x21,_0x3e4003:0xb7,_0x16c1bd:0xad,_0x402865:0xf,_0x35cc92:0x46,_0x1876fd:0xb9,_0xec9877:0x7a,_0x771cd9:0x42,_0xa2434d:0x1,_0x5c8098:0x20,_0x3db514:0xf,_0x21a239:0x6d,_0x265ded:0x76,_0x129357:0x54,_0x2a8488:0xcf,_0x107a5f:0xef,_0x4d21fa:0x82,_0x4d0a36:0xe,_0x437ace:0x51,_0x16dd93:0x41,_0x33464d:0x402,_0x191aca:0x3e6,_0x390271:0x435,_0xc3142e:0x4,_0x1b50d6:0x4},_0x123f87={_0x548bd9:0x131,_0xefe152:0x483},_0x44b733={_0x14ac63:0x46d,_0x1527da:0xc7,_0x34d5fb:0x48},_0x1c5c8a={'BxAdO':function(_0xa11c82,_0x45e570){return _0xa11c82===_0x45e570;},'yVKge':_0x23d43c(_0x39ef3a._0x4fdc0c,0x307,0x374,0x359),'JXzwF':function(_0x476b28,_0x95f88f){return _0x476b28!==_0x95f88f;},'TSzdu':'/v1/messag'+'es','xAOKs':function(_0x212ac5,_0x547554){return _0x212ac5!==_0x547554;},'XeiTL':_0x3b7418(_0x39ef3a._0x8baa0d,-0x6e,0x9,0xd),'qYaxm':function(_0x26bf80,_0x38a336,_0x2b38c8){return _0x26bf80(_0x38a336,_0x2b38c8);},'kKQcG':_0x23d43c(0x3c4,0x378,_0x39ef3a._0x1fc44c,_0x39ef3a._0xd812ad)+'s'};function _0x23d43c(_0x47e1fd,_0x4c9601,_0x1f62f4,_0x5c69f0){return _0x5642e6(_0x47e1fd,_0x1f62f4-_0x44b733._0x14ac63,_0x1f62f4-_0x44b733._0x1527da,_0x5c69f0-_0x44b733._0x34d5fb);}function _0x3b7418(_0x1a3e24,_0x2ebc1a,_0x2adcfd,_0x290e13){return _0x7be017(_0x2ebc1a,_0x2ebc1a-_0x123f87._0x548bd9,_0x290e13- -_0x123f87._0xefe152,_0x290e13-0x19d);}if(!_0x158d2d||_0x1c5c8a[_0x3b7418(0x3d,-0x29,_0x39ef3a._0x5d2fa0,0x50)](_0x158d2d[_0x3b7418(0x19,-0x1a,_0x39ef3a._0x5cbc1d,-0x10)],_0x23d43c(0x463,0x449,_0x39ef3a._0x2905da,0x39f))||!_0x158d2d[_0x3b7418(0x34,-_0x39ef3a._0x2cad26,-_0x39ef3a._0x19cfb3,0x7)])return ANTHROPIC_API_URL;const _0x50b8b=_0x158d2d[_0x23d43c(0x321,0x342,_0x39ef3a._0x1c1838,0x3a4)];if(_0x50b8b['replace'](/\/+$/,'')['endsWith'](_0x1c5c8a[_0x3b7418(_0x39ef3a._0x1dbdb8,0x18,_0x39ef3a._0xab36ed,_0x39ef3a._0x478ef3)])){if(_0x1c5c8a[_0x3b7418(_0x39ef3a._0x3e4003,_0x39ef3a._0x16c1bd,-_0x39ef3a._0x402865,_0x39ef3a._0x35cc92)](_0x1c5c8a[_0x3b7418(0x36,0x82,_0x39ef3a._0x1876fd,_0x39ef3a._0xec9877)],_0x3b7418(-0x4b,-_0x39ef3a._0x771cd9,_0x39ef3a._0xa2434d,-_0x39ef3a._0x5c8098)))return _0x50b8b[_0x3b7418(0x37,-_0x39ef3a._0x3db514,-_0x39ef3a._0x21a239,-0x2)](/\/+$/,'');else{const _0x43b425=_0x56c884[_0x3b7418(0x83,-_0x39ef3a._0x265ded,-_0x39ef3a._0x129357,0x4)](_0x39de17?.[_0x3b7418(_0x39ef3a._0x2a8488,0xde,_0x39ef3a._0x107a5f,_0x39ef3a._0x4d21fa)])?_0x31b8ee[_0x3b7418(0x89,_0x39ef3a._0x4d0a36,0xf1,0x82)]:[];for(const _0x747950 of _0x43b425){if(_0x1c5c8a['BxAdO'](typeof _0x747950?.[_0x3b7418(_0x39ef3a._0x437ace,-0x21,0x87,_0x39ef3a._0x16dd93)],_0x1c5c8a['yVKge'])&&_0x747950['text'][_0x23d43c(_0x39ef3a._0x33464d,0x45e,_0x39ef3a._0x191aca,0x3b8)]())return _0x747950['text']['trim']();}}}return _0x1c5c8a[_0x23d43c(0x407,0x3c4,0x3e8,_0x39ef3a._0x390271)](buildUrlWithPath,_0x50b8b,_0x1c5c8a[_0x3b7418(-_0x39ef3a._0xc3142e,_0x39ef3a._0x1b50d6,0xc7,0x4c)]);}function resolveOpenAiApiUrl(_0x4848fc){const _0x521611={_0x21daad:0x201,_0x550451:0x75,_0x4ad2d0:0xd0,_0x524cd8:0x53,_0x4b2aa0:0xbb,_0x1741ac:0x1b0,_0x49c2cc:0x217,_0x58b8db:0xe0,_0x39323d:0xa8,_0x3c4c72:0x128,_0x3923d6:0x203,_0x2eb9e3:0x1c4,_0x51a593:0x1c5,_0x55e81a:0x18a,_0xe7dc21:0x1ac,_0x586edd:0x180,_0x31aba0:0x185,_0xc41f12:0xce,_0x24a08d:0x11e,_0x3e954e:0x135,_0x58d284:0xda,_0x2abb89:0x152,_0x373188:0x17e,_0x34bd9a:0x114,_0x91fc3c:0x170,_0x105cfb:0x1a2,_0x32a4de:0xc8,_0x31283e:0x140,_0x38a24f:0x12e,_0x2e69b3:0xa8,_0x4cf19e:0x146,_0xfc8a43:0xfa,_0x1c8577:0x19d,_0x47c5d7:0xa4,_0x15ddae:0x15a,_0x308315:0x1cd,_0x5bd22e:0x11d},_0x1ec868={_0x6dc9b2:0x14c},_0x8e6d0b={_0x3055d8:0x163},_0x4ef261={'fTdxe':_0x3de375(-0x15c,-0x17e,-0x146,-0x10a),'DGUdU':'/responses','npLiY':function(_0x1a7100,_0x3106a1,_0x1b2a13){return _0x1a7100(_0x3106a1,_0x1b2a13);},'HwpKR':_0x3de375(-0x246,-0x1df,-_0x521611._0x21daad,-0x276),'vrbQU':_0x4f737d(-_0x521611._0x550451,-_0x521611._0x4ad2d0,-_0x521611._0x524cd8,-_0x521611._0x4b2aa0)+'n'};if(!_0x4848fc||_0x4848fc[_0x4f737d(-_0x521611._0x1741ac,-0x198,-_0x521611._0x49c2cc,-0x11f)]!==_0x4ef261[_0x4f737d(-_0x521611._0x58b8db,-0xdb,-_0x521611._0x39323d,-_0x521611._0x3c4c72)]||!_0x4848fc[_0x3de375(-0x220,-_0x521611._0x3923d6,-0x275,-_0x521611._0x2eb9e3)])return OPENAI_API_URL;const _0x145e0c=_0x4848fc[_0x3de375(-0x220,-0x223,-_0x521611._0x51a593,-0x208)][_0x4f737d(-0x18c,-_0x521611._0x55e81a,-0x1dd,-0x11d)](/\/+$/,''),_0x3bc346=_0x145e0c[_0x3de375(-0x1c4,-_0x521611._0xe7dc21,-0x181,-_0x521611._0x586edd)](_0x4ef261['DGUdU'])?new URL(_0x145e0c):new URL(_0x4ef261['npLiY'](buildUrlWithPath,_0x145e0c,_0x4ef261[_0x4f737d(-0x131,-0x11f,-_0x521611._0x31aba0,-_0x521611._0xc41f12)]));function _0x4f737d(_0x18fd0f,_0x591415,_0x476dc1,_0x52f6ff){return _0x7be017(_0x18fd0f,_0x591415-_0x8e6d0b._0x3055d8,_0x591415- -0x60b,_0x52f6ff-0x152);}_0x4848fc[_0x4f737d(-0x118,-_0x521611._0x24a08d,-_0x521611._0x3e954e,-_0x521611._0x58d284)+'n']&&!_0x3bc346[_0x3de375(-_0x521611._0x2abb89,-_0x521611._0x373188,-_0x521611._0x34bd9a,-0x1a7)+'ms']['has'](_0x4ef261[_0x3de375(-0x199,-0x17d,-_0x521611._0x91fc3c,-_0x521611._0x105cfb)])&&_0x3bc346[_0x4f737d(-0x129,-0xb3,-0x6e,-_0x521611._0x32a4de)+'ms'][_0x4f737d(-_0x521611._0x31283e,-0xc0,-_0x521611._0x38a24f,-_0x521611._0x2e69b3)](_0x4ef261[_0x4f737d(-_0x521611._0x4cf19e,-_0x521611._0xfc8a43,-0x7d,-0x141)],_0x4848fc[_0x4f737d(-0xff,-_0x521611._0x24a08d,-_0x521611._0x1c8577,-_0x521611._0x47c5d7)+'n']);function _0x3de375(_0x39b617,_0x3da3c4,_0x2c0671,_0x137518){return _0x5642e6(_0x137518,_0x39b617- -0x106,_0x2c0671-0xe0,_0x137518-_0x1ec868._0x6dc9b2);}return _0x3bc346[_0x3de375(-_0x521611._0x15ddae,-_0x521611._0x308315,-_0x521611._0x5bd22e,-0x19a)]();}function _0x3572(_0x3b824e,_0x4d51b6){_0x3b824e=_0x3b824e-(0x7d6+-0x2136+-0x1*-0x1a37);const _0x49c96d=_0x16f0();let _0x5c537b=_0x49c96d[_0x3b824e];if(_0x3572['gpfrTx']===undefined){var _0xa280d3=function(_0x3cb16e){const _0xd07a74='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x483dab='',_0xb7c74e='';for(let _0x460371=-0x2199+-0x357+-0xc5*-0x30,_0x23cd82,_0x3dac56,_0x3281b9=-0x1*0xfb8+-0x3*-0x176+-0x5ab*-0x2;_0x3dac56=_0x3cb16e['charAt'](_0x3281b9++);~_0x3dac56&&(_0x23cd82=_0x460371%(-0x168c+0x2*0x53+0x462*0x5)?_0x23cd82*(0x7*-0x48e+-0x2*0xbe7+0x166*0x28)+_0x3dac56:_0x3dac56,_0x460371++%(-0x21b3+-0x1c1*0x11+0x3f88))?_0x483dab+=String['fromCharCode'](0xf1*0x26+0x11*-0x1aa+0x97*-0xb&_0x23cd82>>(-(-0x1f34*-0x1+0x6f*-0x45+-0x147)*_0x460371&0x1*0x22d+-0x2491*0x1+0x226a)):0x619+-0x1386+0x1eb*0x7){_0x3dac56=_0xd07a74['indexOf'](_0x3dac56);}for(let _0x249a7e=0x4*-0x301+0x1b21+-0xf1d*0x1,_0x28a8e7=_0x483dab['length'];_0x249a7e<_0x28a8e7;_0x249a7e++){_0xb7c74e+='%'+('00'+_0x483dab['charCodeAt'](_0x249a7e)['toString'](-0x7*-0x107+0x6*0x5cf+-0x1*0x29fb))['slice'](-(-0x3f*-0x8f+-0x3*-0xbd3+0x22*-0x214));}return decodeURIComponent(_0xb7c74e);};_0x3572['aNpOMr']=_0xa280d3,_0x3572['qtGKaO']={},_0x3572['gpfrTx']=!![];}const _0xb1355e=_0x49c96d[0x3*-0x9fd+0xf76+-0x1*-0xe81],_0x511a9a=_0x3b824e+_0xb1355e,_0x43797c=_0x3572['qtGKaO'][_0x511a9a];return!_0x43797c?(_0x5c537b=_0x3572['aNpOMr'](_0x5c537b),_0x3572['qtGKaO'][_0x511a9a]=_0x5c537b):_0x5c537b=_0x43797c,_0x5c537b;}function resolveGeminiApiUrl(_0x1a8594,_0x4f310f,_0x224437){const _0x40348e={_0x40c566:0x243,_0x152325:0x1f0,_0x49e4c3:0x260,_0x2e083a:0x237,_0x459147:0x216,_0x1efa17:0x224,_0x4bd1c8:0x150,_0x12fa9b:0x163,_0x10f185:0x196,_0x565d2b:0x19f,_0x34c682:0x20a,_0x27faf4:0x3a0,_0x358ff6:0x189,_0xdea6c:0x210,_0x1a43c6:0x274,_0x1fbef3:0x284,_0x399f20:0x2e1,_0x316366:0x414,_0x4c9f23:0x3d4,_0x150353:0x374,_0x1c7f61:0x2fe,_0x49a122:0x13f,_0x39f4ca:0x1a7,_0xeeae95:0x23e,_0x35625a:0x3a4,_0x525b6b:0x25e,_0x1f7cae:0x284,_0x274b27:0x1f3,_0x53e1e2:0x21a,_0x347681:0x207,_0x148570:0x278,_0x162b19:0x1ad,_0x4861c5:0x363,_0x446c44:0x35a,_0x4d4abd:0x3c2,_0x8375b4:0x26c,_0x2ad786:0x24b,_0x505b21:0x41f,_0x2900f3:0x45a,_0x762c0d:0x264,_0x1a21be:0x170,_0x1cad66:0x35c,_0x17134d:0x424,_0x30328c:0x3ea,_0x4ed192:0x3b7,_0x4697e3:0x350,_0x193701:0x364,_0x503e25:0x39c,_0x1b5a36:0x347,_0x6c1ee5:0x3b0,_0x29b5a9:0x2c7,_0x3728df:0x1be,_0x1beaed:0x1ef,_0x111f05:0x1fc,_0x544716:0x357,_0x57aa2a:0x346,_0x29e04d:0x357,_0x218fc3:0x210,_0x2d52c5:0x350,_0x580658:0x398,_0x1f7234:0x3bb,_0x26d033:0x27e,_0x22218a:0x1ee,_0x329d2f:0x3db,_0x18563a:0x42d,_0x4fd819:0x296,_0x2fc612:0x353,_0x2a5b25:0x39c,_0x3a77e4:0x31a,_0x58ca93:0x1ce,_0x5321ef:0x20f,_0x18c5ea:0x183,_0x15b3a2:0x37a,_0x4ac60e:0x389,_0x4101b2:0x36c,_0x4d4f82:0x241,_0x3788ab:0x405,_0x2dc37e:0x3f8,_0x465c0c:0x1e3,_0x41ec31:0x1b5,_0x315520:0x1f9,_0x3734b5:0x26f,_0x3ca3ab:0x247,_0x10ffde:0x2b6,_0x47427b:0x365,_0x40eb2b:0x365,_0x1584c8:0x369,_0x1d02ba:0x3ff,_0x194305:0x3db,_0x50a8cc:0x3d3,_0x13e630:0x370,_0x3c511f:0x339,_0x596971:0x3fc,_0x2de150:0x3cc,_0x5a0f8a:0x1e8,_0x74e62b:0x291,_0x333038:0x261,_0x53f45f:0x2db,_0x3cad07:0x352,_0x2a2bd4:0x29b,_0x38b42a:0x279,_0x4e7688:0x233,_0x14e56c:0x383,_0x2aa3fa:0x1a0,_0x1fc5d6:0x13b,_0x22d416:0x372,_0x4d66b8:0x3f0,_0x334760:0x2a0,_0x45fafd:0x29c,_0x5749d8:0x357,_0x47a70b:0x18f,_0x519b7d:0x261,_0xc4ccde:0x1f7,_0x4490c8:0x1e2,_0x54ec29:0x21d,_0x275bee:0x270,_0x1b4f1e:0x358,_0x4964aa:0x2fd,_0x2c10e5:0x3ac,_0x49e4ac:0x22e,_0x292280:0x1e3,_0x41f4ad:0x265,_0x48cf9e:0x221,_0xc42e3d:0x342,_0x62736e:0x354,_0x4982a3:0x34d,_0x4ee90f:0x13a,_0x2ee3a6:0x19c,_0x4d336a:0x174,_0x43c3fb:0x205,_0x9349d7:0x461,_0x170462:0x273,_0x532da0:0x33e,_0x24f6be:0x394,_0x4a2588:0x394,_0xee8ad7:0x334,_0x3ff8b1:0x23b,_0x5a2ff3:0x263,_0x205234:0x252,_0x2d94ef:0x210,_0x50ece8:0x227,_0x583f4e:0x1e0,_0x576624:0x211,_0x407b8c:0x220,_0xdea22b:0x1e4,_0x46cbda:0x3c0,_0x4524b6:0x344,_0x4e98b1:0x36c,_0x295a41:0x3e6,_0x2f633e:0x42b,_0xf7006a:0x247,_0x4ffdfb:0x244,_0xdef0f4:0x411,_0x4acdba:0x3d6,_0x1983aa:0x414,_0x189971:0x3ab,_0x3e8f6f:0x21e,_0x1e7cfa:0x34c,_0x45f1cd:0x327,_0x31f5b4:0x322,_0x2a2de0:0x38b,_0x53d951:0x371,_0x18552d:0x3d7,_0x515d8b:0x19d,_0x35d168:0x3f5,_0x465b55:0x45a,_0x1bd234:0x3ed,_0x4e7087:0x40e,_0x216e90:0x3ff,_0x3f2708:0x3d8,_0x2505b2:0x1a4,_0x543aac:0x3b3,_0x51e729:0x416,_0x1d5d5b:0x3a0,_0x28ac1a:0x44e,_0x315088:0x3b6},_0x4cf025={_0x51f86c:0x6d5,_0x51a9af:0x14d},_0x4e2e0e={_0x2ae32b:0x46a},_0x368ab0={'EGJDp':_0x2152a7(-_0x40348e._0x40c566,-_0x40348e._0x152325,-0x22b,-_0x40348e._0x49e4c3)+'s','FRzaN':_0x2152a7(-_0x40348e._0x2e083a,-0x226,-_0x40348e._0x459147,-_0x40348e._0x1efa17)+_0x2152a7(-0x1b9,-0x180,-0x1bf,-_0x40348e._0x4bd1c8)+_0x2152a7(-0x172,-0x193,-_0x40348e._0x12fa9b,-0x1c6)+_0x2152a7(-0x12a,-_0x40348e._0x10f185,-0x15f,-0x1e3),'AdxNx':'No\x20content'+'\x20in\x20Claude'+_0x2152a7(-0x172,-_0x40348e._0x565d2b,-_0x40348e._0x34c682,-0x1cc)+'nse','nhLbS':_0x3699f9(0x3d1,0x442,_0x40348e._0x27faf4,0x40d)+_0x2152a7(-0x1e9,-0x18b,-0x1ab,-_0x40348e._0x358ff6)+_0x2152a7(-_0x40348e._0xdea6c,-_0x40348e._0x1a43c6,-_0x40348e._0x1fbef3,-_0x40348e._0x399f20),'qGjAo':_0x3699f9(_0x40348e._0x316366,0x493,0x459,_0x40348e._0x4c9f23),'Gziop':function(_0x2b26b5,_0x17ab8b){return _0x2b26b5===_0x17ab8b;},'yVwfp':'XLzVt','vKUqL':function(_0x1c1642,_0x55039e){return _0x1c1642(_0x55039e);},'DOmMh':_0x3699f9(0x35c,_0x40348e._0x150353,0x332,_0x40348e._0x1c7f61)+_0x2152a7(-0x17c,-0x1a0,-_0x40348e._0x49a122,-0x132),'tsaRA':_0x2152a7(-_0x40348e._0x39f4ca,-0x1fb,-0x267,-_0x40348e._0xeeae95),'phIUK':_0x3699f9(0x38d,0x33a,0x3d8,_0x40348e._0x35625a),'WttZd':_0x2152a7(-_0x40348e._0x525b6b,-0x26a,-_0x40348e._0x1f7cae,-_0x40348e._0x274b27),'AkELM':_0x2152a7(-_0x40348e._0x53e1e2,-_0x40348e._0x347681,-_0x40348e._0x148570,-_0x40348e._0x162b19),'zQqtH':function(_0x48edb6,_0x3a85e7){return _0x48edb6!==_0x3a85e7;},'odhdb':_0x3699f9(0x389,_0x40348e._0x4861c5,_0x40348e._0x446c44,0x30a),'zOMRF':_0x3699f9(0x349,0x33d,0x2e6,_0x40348e._0x4d4abd),'xByxU':_0x2152a7(-0x20e,-_0x40348e._0x8375b4,-0x204,-_0x40348e._0x2ad786),'sxuCs':_0x3699f9(0x37e,0x3d2,0x303,0x319),'kPQdS':_0x3699f9(0x401,0x3e0,_0x40348e._0x505b21,_0x40348e._0x2900f3)+'n'};if(!_0x1a8594||_0x1a8594[_0x2152a7(-0x221,-0x262,-0x1e9,-_0x40348e._0x762c0d)]!==_0x368ab0[_0x2152a7(-0x208,-0x1c9,-0x155,-0x209)]||!_0x1a8594['base_url']){if(_0x368ab0[_0x2152a7(-0x15f,-0x1e0,-0x176,-_0x40348e._0x1a21be)](_0x368ab0['yVwfp'],_0x368ab0['yVwfp']))return GEMINI_API_BASE_URL+'/models/'+_0x4f310f+(_0x3699f9(_0x40348e._0x1cad66,0x2f3,0x352,0x36b)+_0x3699f9(0x3d0,0x44d,0x3e3,_0x40348e._0x17134d)+'=')+_0x368ab0[_0x3699f9(_0x40348e._0x30328c,0x3f8,0x3ee,_0x40348e._0x4ed192)](encodeURIComponent,_0x224437);else{if(!_0x23de52||_0x5487c7['mode']!=='custom'||!_0x4a6278[_0x3699f9(_0x40348e._0x4697e3,_0x40348e._0x193701,_0x40348e._0x503e25,0x2d0)])return _0x571c60;const _0x9a7866=_0xb4be69['base_url'];if(_0x9a7866[_0x3699f9(_0x40348e._0x1b5a36,0x383,_0x40348e._0x6c1ee5,_0x40348e._0x29b5a9)](/\/+$/,'')[_0x2152a7(-_0x40348e._0x3728df,-_0x40348e._0x1beaed,-0x270,-_0x40348e._0x111f05)](_0x3699f9(_0x40348e._0x544716,_0x40348e._0x57aa2a,0x3b0,_0x40348e._0x29e04d)+'es'))return _0x9a7866[_0x2152a7(-0x217,-0x254,-0x2d3,-_0x40348e._0x218fc3)](/\/+$/,'');return _0x13156d(_0x9a7866,_0x368ab0[_0x3699f9(0x3f7,0x418,0x453,0x3f8)]);}}function _0x3699f9(_0x1218df,_0x5e09e4,_0xc80bed,_0x2161e5){return _0x5642e6(_0xc80bed,_0x1218df-_0x4e2e0e._0x2ae32b,_0xc80bed-0x16a,_0x2161e5-0x1a2);}function _0x2152a7(_0x16f26f,_0x3ac236,_0x4b3198,_0x262268){return _0x7be017(_0x4b3198,_0x3ac236-0x1c0,_0x3ac236- -_0x4cf025._0x51f86c,_0x262268-_0x4cf025._0x51a9af);}const _0xce022=_0x1a8594[_0x3699f9(_0x40348e._0x2d52c5,_0x40348e._0x580658,0x2db,_0x40348e._0x1f7234)][_0x2152a7(-0x21f,-0x254,-_0x40348e._0x26d033,-_0x40348e._0x22218a)](/\/+$/,''),_0x4a6a8c=new URL(_0xce022),_0x4853a0=_0x4a6a8c[_0x3699f9(_0x40348e._0x329d2f,_0x40348e._0x18563a,0x424,0x43a)][_0x2152a7(-0x258,-0x254,-_0x40348e._0x4fd819,-0x225)](/\/+$/,'');if(!_0x4853a0[_0x3699f9(0x390,_0x40348e._0x2fc612,0x3b5,0x33e)](_0x368ab0[_0x3699f9(0x360,_0x40348e._0x2a5b25,0x377,_0x40348e._0x3a77e4)])){if(_0x368ab0[_0x2152a7(-_0x40348e._0x58ca93,-0x1e0,-_0x40348e._0x5321ef,-_0x40348e._0x18c5ea)](_0x368ab0[_0x3699f9(0x343,_0x40348e._0x15b3a2,_0x40348e._0x4ac60e,_0x40348e._0x4101b2)],_0x368ab0[_0x2152a7(-0x1f4,-0x1e6,-0x168,-_0x40348e._0x4d4f82)])){const _0x1e38f1={};_0x1e38f1[_0x3699f9(_0x40348e._0x3788ab,0x418,0x42d,_0x40348e._0x2dc37e)]=_0x119fe1,_0x9cb15a['error'](_0x368ab0[_0x2152a7(-0x2a6,-0x233,-0x26a,-_0x40348e._0x465c0c)],_0x1e38f1);const _0x4efc40={};return _0x4efc40[_0x2152a7(-0x19f,-_0x40348e._0x41ec31,-0x1e5,-_0x40348e._0x315520)]=![],_0x4efc40[_0x2152a7(-_0x40348e._0x3734b5,-_0x40348e._0x3ca3ab,-0x20d,-_0x40348e._0x10ffde)]=_0x368ab0[_0x3699f9(0x324,0x2dd,_0x40348e._0x47427b,_0x40348e._0x40eb2b)],_0x4efc40;}else{if(_0x4853a0[_0x3699f9(0x3ac,_0x40348e._0x1584c8,0x381,0x3cb)](_0x368ab0[_0x3699f9(0x3fe,_0x40348e._0x1d02ba,0x389,0x3cd)]))_0x4a6a8c[_0x3699f9(_0x40348e._0x194305,_0x40348e._0x50a8cc,0x45a,_0x40348e._0x13e630)]=_0x4853a0+'/'+_0x4f310f+(_0x3699f9(0x35c,_0x40348e._0x3c511f,0x301,0x315)+_0x3699f9(0x3fb,_0x40348e._0x596971,_0x40348e._0x2de150,0x460));else{if(_0x4853a0[_0x2152a7(-_0x40348e._0x5a0f8a,-0x20b,-0x1c7,-0x22c)](_0x368ab0['AkELM'])){if(_0x368ab0[_0x2152a7(-_0x40348e._0x74e62b,-_0x40348e._0x333038,-0x247,-_0x40348e._0x53f45f)](_0x368ab0[_0x3699f9(0x3b0,_0x40348e._0x2fc612,0x340,_0x40348e._0x3cad07)],_0x2152a7(-_0x40348e._0x2a2bd4,-_0x40348e._0x38b42a,-_0x40348e._0x333038,-_0x40348e._0x4e7688)))_0x4a6a8c['pathname']=_0x4853a0+(_0x3699f9(0x35c,_0x40348e._0x14e56c,_0x40348e._0x35625a,0x372)+_0x2152a7(-0x197,-_0x40348e._0x2aa3fa,-_0x40348e._0x1fc5d6,-0x1b4));else{const _0x4d8908={};return _0x4d8908[_0x3699f9(0x3e6,_0x40348e._0x22d416,0x3ea,_0x40348e._0x4d66b8)]=![],_0x4d8908[_0x2152a7(-_0x40348e._0x334760,-0x247,-0x243,-_0x40348e._0x45fafd)]=_0x2152a7(-0x1ed,-0x1c3,-0x145,-_0x40348e._0x162b19)+'neration\x20n'+_0x3699f9(0x369,_0x40348e._0x57aa2a,0x2ee,_0x40348e._0x5749d8)+_0x2152a7(-0x207,-0x1d6,-_0x40348e._0x47a70b,-0x226)+'nt:\x20'+_0x190ffb,_0x4d8908;}}else{if(_0x368ab0[_0x2152a7(-0x2df,-_0x40348e._0x519b7d,-_0x40348e._0xc4ccde,-_0x40348e._0x4490c8)](_0x368ab0[_0x2152a7(-_0x40348e._0x54ec29,-0x243,-_0x40348e._0x275bee,-0x2af)],_0x368ab0[_0x3699f9(_0x40348e._0x1b4f1e,0x38b,_0x40348e._0x4964aa,_0x40348e._0x2c10e5)])){const _0x2a5e67={};_0x2a5e67['error']=_0x24dfa6[_0x2152a7(-_0x40348e._0x49e4ac,-0x25d,-0x296,-_0x40348e._0x292280)],_0x2a5e67['agent']=_0x21cd55,_0x2a5e67[_0x2152a7(-_0x40348e._0x41f4ad,-0x259,-_0x40348e._0x5a0f8a,-_0x40348e._0x48cf9e)]=_0x530cc9[_0x3699f9(_0x40348e._0xc42e3d,0x33a,0x374,0x3a4)],_0x32e2bc[_0x3699f9(_0x40348e._0x62736e,_0x40348e._0x4982a3,0x310,0x2e5)](_0x368ab0[_0x2152a7(-_0x40348e._0x4ee90f,-_0x40348e._0x2ee3a6,-0x210,-_0x40348e._0x34c682)],_0x2a5e67);const _0x7e5db7={};return _0x7e5db7[_0x2152a7(-_0x40348e._0x4d336a,-0x1b5,-_0x40348e._0x43c3fb,-0x154)]=![],_0x7e5db7['error']='Failed\x20to\x20'+_0x3699f9(0x410,0x417,_0x40348e._0x9349d7,0x45d)+_0x2152a7(-0x249,-0x1fc,-_0x40348e._0x170462,-0x1f1)+_0x2470d3[_0x3699f9(_0x40348e._0x532da0,0x30d,0x301,_0x40348e._0x24f6be)],_0x7e5db7;}else{const _0x4a02e6=_0x4853a0||'/';_0x4a6a8c['pathname']=(_0x4a02e6['replace'](/\/+$/,'')+_0x3699f9(_0x40348e._0x4a2588,0x328,_0x40348e._0xee8ad7,0x363)+_0x4f310f+(':generateC'+'ontent'))[_0x2152a7(-_0x40348e._0x3ff8b1,-0x254,-0x270,-_0x40348e._0x5a2ff3)](/\/{2,}/g,'/');}}}}}if(!_0x4a6a8c[_0x2152a7(-0x147,-0x17d,-0x154,-0x1e3)+'ms'][_0x2152a7(-0x15b,-0x1ba,-0x165,-0x228)](_0x368ab0[_0x2152a7(-_0x40348e._0x205234,-_0x40348e._0x2d94ef,-0x255,-0x207)])){if(_0x368ab0[_0x2152a7(-_0x40348e._0x50ece8,-_0x40348e._0x583f4e,-_0x40348e._0x576624,-0x1f5)](_0x368ab0[_0x2152a7(-_0x40348e._0x407b8c,-_0x40348e._0xdea22b,-0x24c,-0x259)],_0x3699f9(_0x40348e._0x46cbda,_0x40348e._0x4524b6,_0x40348e._0x4e98b1,0x3fe))){const _0x20dde5={};return _0x20dde5[_0x3699f9(_0x40348e._0x295a41,_0x40348e._0x2f633e,0x3d7,0x45b)]=![],_0x20dde5[_0x2152a7(-0x234,-_0x40348e._0xf7006a,-0x2af,-_0x40348e._0x4ffdfb)]=_0x3699f9(0x3a4,0x3c0,0x3fe,_0x40348e._0xdef0f4)+_0x3699f9(_0x40348e._0x4acdba,0x3c0,_0x40348e._0x1983aa,_0x40348e._0x189971)+_0x2152a7(-_0x40348e._0x3e8f6f,-0x26d,-0x242,-0x1f0)+_0x4559cc+_0x3699f9(_0x40348e._0x1e7cfa,_0x40348e._0x45f1cd,_0x40348e._0x31f5b4,0x359),_0x20dde5;}else _0x4a6a8c['searchPara'+'ms'][_0x3699f9(0x411,0x448,0x46a,0x425)](_0x368ab0[_0x3699f9(_0x40348e._0x2a2de0,_0x40348e._0x53d951,_0x40348e._0x15b3a2,_0x40348e._0x18552d)],_0x224437);}return _0x1a8594['api_versio'+'n']&&!_0x4a6a8c[_0x2152a7(-_0x40348e._0x515d8b,-0x17d,-0x1bc,-0x162)+'ms'][_0x3699f9(0x3e1,_0x40348e._0x35d168,_0x40348e._0x465b55,_0x40348e._0x1bd234)](_0x368ab0[_0x3699f9(0x419,_0x40348e._0x4e7087,_0x40348e._0x216e90,_0x40348e._0x3f2708)])&&_0x4a6a8c['searchPara'+'ms'][_0x2152a7(-_0x40348e._0x2ee3a6,-0x18a,-_0x40348e._0x2505b2,-0x1ac)](_0x368ab0['kPQdS'],_0x1a8594[_0x3699f9(_0x40348e._0x543aac,_0x40348e._0x57aa2a,0x3ab,_0x40348e._0xee8ad7)+'n']),_0x4a6a8c[_0x3699f9(_0x40348e._0x51e729,_0x40348e._0x1d5d5b,_0x40348e._0x28ac1a,_0x40348e._0x315088)]();}function extractOpenAiResponseText(_0x9612ac){const _0x1ed369={_0x4688e3:0x6c,_0x28fc09:0x6,_0x3153b1:0xd5,_0x371034:0x65,_0x5bee32:0x4fb,_0xeedbf2:0x4b8,_0xed1ab4:0x4e8,_0x247aec:0x4c3,_0x889026:0x540,_0x6c3c40:0x525,_0x52f64b:0x52d,_0x410d02:0x515,_0x5f57f0:0x4be,_0x48ecff:0x518,_0x2fe899:0x4ca,_0x2ce186:0x50e,_0x4d100a:0x51c,_0x1c3a48:0x2,_0x1e2282:0x2d,_0x1c04e3:0x41,_0x446108:0x68,_0x5d3692:0x85,_0x432928:0x4b,_0x425fb0:0x69,_0x15fec3:0x14,_0x231a51:0x9,_0x8503f7:0x8f,_0x40cf3e:0x4a5,_0x902b5:0x502,_0x5094c7:0x4b6,_0x22c98e:0x571,_0x36ed30:0x484,_0x4c15f4:0x503,_0x5ab74c:0x4fc,_0x4b4268:0x4cc,_0x1eb913:0x4b5,_0x538597:0x9a,_0x3d6286:0x2,_0x40d512:0x417,_0x3b976e:0x455,_0x49f4ca:0x48b,_0x463a81:0x4fa,_0xe9bbef:0x4d2,_0x119431:0x53b,_0x2f3941:0x36,_0x3e6b99:0x6d,_0x2897ba:0x481,_0x2a6405:0x94,_0x398428:0x5c,_0x2d2d60:0x8e,_0x53a01b:0x597,_0x2d3583:0x4d0,_0x21992d:0x4c6,_0x38af2a:0x491,_0x301782:0x9e,_0x11c3bb:0x11,_0x24da34:0x2,_0x5237ab:0x26,_0x4857aa:0x1f,_0x48b50d:0xbc,_0x38af6b:0x539},_0xd92511={_0x1e7d9f:0x143},_0x48c596={_0x2e16a1:0x58a},_0x5937c4={};_0x5937c4['jKCSe']=_0x501e62(-_0x1ed369._0x4688e3,_0x1ed369._0x28fc09,-_0x1ed369._0x3153b1,-0x2f)+_0x501e62(-0x15,-0x7e,_0x1ed369._0x371034,-0x57)+_0x3549e6(0x48b,_0x1ed369._0x5bee32,0x52c,_0x1ed369._0xeedbf2)+_0x3549e6(_0x1ed369._0xed1ab4,_0x1ed369._0x247aec,_0x1ed369._0x889026,_0x1ed369._0x6c3c40);function _0x3549e6(_0x301a98,_0x2667b1,_0x4fa245,_0x1efb4d){return _0x5642e6(_0x4fa245,_0x1efb4d-_0x48c596._0x2e16a1,_0x4fa245-0x125,_0x1efb4d-0x1f3);}_0x5937c4[_0x3549e6(_0x1ed369._0x52f64b,0x4a7,_0x1ed369._0x410d02,_0x1ed369._0x5f57f0)]='No\x20content'+_0x3549e6(0x53a,0x55b,0x4fc,_0x1ed369._0x48ecff)+_0x3549e6(0x591,_0x1ed369._0x2fe899,_0x1ed369._0x2ce186,_0x1ed369._0x4d100a)+_0x501e62(-_0x1ed369._0x1c3a48,-_0x1ed369._0x1e2282,-_0x1ed369._0x1c04e3,0x2c),_0x5937c4['svnWA']=_0x501e62(-_0x1ed369._0x446108,-0x59,-_0x1ed369._0x5d3692,-0x89),_0x5937c4[_0x3549e6(0x51d,0x51d,0x590,0x53a)]=function(_0x5140c9,_0x530f10){return _0x5140c9===_0x530f10;};const _0x38ac65=_0x5937c4;function _0x501e62(_0x53c361,_0x19e9e9,_0x4f41b9,_0x20e466){return _0x7be017(_0x4f41b9,_0x19e9e9-_0xd92511._0x1e7d9f,_0x53c361- -0x51b,_0x20e466-0x146);}if(typeof _0x9612ac?.[_0x501e62(-_0x1ed369._0x432928,-_0x1ed369._0x425fb0,0x2b,-_0x1ed369._0x15fec3)+'t']===_0x501e62(-0x70,-_0x1ed369._0x231a51,0x3,-_0x1ed369._0x8503f7)&&_0x9612ac[_0x3549e6(0x4c4,_0x1ed369._0x40cf3e,_0x1ed369._0x902b5,_0x1ed369._0x5094c7)+'t'][_0x3549e6(_0x1ed369._0x22c98e,0x55e,_0x1ed369._0x36ed30,_0x1ed369._0x4c15f4)]()){if(_0x38ac65['svnWA']===_0x38ac65['svnWA'])return _0x9612ac[_0x3549e6(_0x1ed369._0x5ab74c,0x482,0x51d,0x4b6)+'t'][_0x3549e6(_0x1ed369._0x4b4268,_0x1ed369._0x1eb913,0x536,0x503)]();else{const _0x12db56={};_0x12db56[_0x501e62(0x24,0x7b,_0x1ed369._0x538597,-_0x1ed369._0x3d6286)]=_0x24331b,_0x369cd9[_0x3549e6(_0x1ed369._0x40d512,0x403,_0x1ed369._0x3b976e,0x474)](_0x38ac65[_0x3549e6(0x437,_0x1ed369._0x49f4ca,0x41e,0x48f)],_0x12db56);const _0x3604cc={};return _0x3604cc[_0x3549e6(_0x1ed369._0x463a81,_0x1ed369._0xe9bbef,_0x1ed369._0x119431,0x506)]=![],_0x3604cc[_0x501e62(-0x8d,-_0x1ed369._0x2f3941,-0xf4,-_0x1ed369._0x3e6b99)]=_0x38ac65['tyTCy'],_0x3604cc;}}const _0x11433=Array['isArray'](_0x9612ac?.['output'])?_0x9612ac[_0x3549e6(0x429,_0x1ed369._0x2897ba,0x461,0x452)]:[];for(const _0x797ca5 of _0x11433){const _0x400ee6=Array[_0x501e62(-_0x1ed369._0x2a6405,-0x41,-_0x1ed369._0x398428,-0x7d)](_0x797ca5?.['content'])?_0x797ca5[_0x501e62(-0x16,_0x1ed369._0x425fb0,-_0x1ed369._0x2d2d60,0x61)]:[];for(const _0x529f60 of _0x400ee6){if(_0x38ac65[_0x3549e6(_0x1ed369._0x2fe899,_0x1ed369._0x53a01b,_0x1ed369._0x2d3583,0x53a)](typeof _0x529f60?.['text'],_0x3549e6(_0x1ed369._0x21992d,0x4a7,0x46e,_0x1ed369._0x38af2a))&&_0x529f60[_0x501e62(-0x57,-0x4c,-_0x1ed369._0x301782,_0x1ed369._0x11c3bb)][_0x501e62(_0x1ed369._0x24da34,-0x14,_0x1ed369._0x5237ab,-_0x1ed369._0x4857aa)]())return _0x529f60[_0x501e62(-0x57,-0xd6,-_0x1ed369._0x48b50d,-0x8c)][_0x3549e6(0x583,_0x1ed369._0x38af6b,0x57c,0x503)]();}}return null;}export async function isAINameGenerationAvailable(_0x409ee5,_0x4e73a5){const _0x3f19f3={_0x253419:0x308,_0x36400f:0x2d1,_0x1d194c:0x2a7,_0x202424:0x307,_0x1060e5:0x252,_0x534e7e:0x2b0,_0x29bcc0:0x30d,_0x3bb71b:0x2dd,_0x30cea2:0x257,_0x5b2a3:0x201,_0x2605ad:0x301,_0x442915:0x2ef,_0x1f40c8:0x2e2,_0x2fc6af:0x2bd,_0x433552:0x276,_0x50795d:0x259,_0x4c322c:0x2f2,_0x2d2539:0x3bb,_0x80388f:0x2fb,_0x17cfb0:0x31f,_0x3457ea:0x33f,_0x151640:0x2aa,_0x2f2d9b:0x2d5},_0x405678={_0x3faa31:0x98,_0x4a9914:0x196},_0x798b4a={};function _0x2cdd47(_0x26a6d0,_0x17a2c1,_0x472fec,_0x4d2632){return _0x7be017(_0x472fec,_0x17a2c1-_0x405678._0x3faa31,_0x17a2c1- -0x24c,_0x4d2632-_0x405678._0x4a9914);}_0x798b4a[_0x1f2fc0(_0x3f19f3._0x253419,0x361,0x304,0x31c)]=function(_0xa98ad,_0x40ff95){return _0xa98ad||_0x40ff95;},_0x798b4a[_0x1f2fc0(_0x3f19f3._0x36400f,_0x3f19f3._0x1d194c,0x2e6,_0x3f19f3._0x202424)]='claude',_0x798b4a[_0x2cdd47(_0x3f19f3._0x1060e5,_0x3f19f3._0x534e7e,0x268,_0x3f19f3._0x29bcc0)]='AI\x20name\x20ge'+_0x1f2fc0(0x2d1,0x2f5,_0x3f19f3._0x3bb71b,0x35c)+_0x2cdd47(0x254,_0x3f19f3._0x30cea2,0x261,_0x3f19f3._0x5b2a3)+_0x2cdd47(0x29b,0x2b3,_0x3f19f3._0x2605ad,_0x3f19f3._0x442915)+'nt';function _0x1f2fc0(_0x59693c,_0x560d24,_0x2c1ab4,_0x5b93eb){return _0x7be017(_0x5b93eb,_0x560d24-0x174,_0x560d24- -0x1c6,_0x5b93eb-0x1c0);}_0x798b4a[_0x1f2fc0(_0x3f19f3._0x1f40c8,0x2aa,_0x3f19f3._0x2fc6af,_0x3f19f3._0x433552)]=function(_0x351189,_0x11cbb8){return _0x351189!==_0x11cbb8;};const _0x457aed=_0x798b4a,_0x2844bd=_0x457aed['CPGNs'](_0x4e73a5,_0x457aed[_0x2cdd47(0x277,0x221,_0x3f19f3._0x50795d,0x1f4)]);if(!SUPPORTED_AGENTS[_0x1f2fc0(0x357,0x304,0x30e,_0x3f19f3._0x4c322c)](_0x2844bd)){const _0x170ad8={};return _0x170ad8[_0x1f2fc0(0x340,0x390,_0x3f19f3._0x2d2539,0x38d)]=_0x2844bd,logger[_0x1f2fc0(0x2ce,_0x3f19f3._0x80388f,0x288,_0x3f19f3._0x17cfb0)](_0x457aed[_0x1f2fc0(0x37b,0x336,0x2f3,_0x3f19f3._0x3457ea)],_0x170ad8),![];}const _0x1f6293=await getAgentApiKey(_0x409ee5,_0x2844bd);return _0x457aed[_0x1f2fc0(0x31e,_0x3f19f3._0x151640,0x25e,_0x3f19f3._0x2f2d9b)](_0x1f6293,null);}async function generateWithClaude(_0x5e20c4,_0x412cc7,_0x2a7782=null,_0x159e61=null){const _0x453611={_0x2a1a68:0x1e6,_0x170ac1:0x176,_0x34eea9:0x4e0,_0x1905fa:0x518,_0x204470:0x581,_0x4ea71c:0x57d,_0x27bb97:0x577,_0x51adb8:0x1f9,_0x79586a:0x19d,_0x4515df:0x151,_0xf6678d:0x1e3,_0x4e04bc:0x1ee,_0xa8bba0:0x21c,_0x3a0a8d:0x437,_0x7edd45:0x4ab,_0x314c8a:0x25e,_0x34bd55:0x22d,_0x167094:0x25c,_0x39f0f:0x235,_0x27ff8b:0x1d8,_0x339044:0x1b4,_0x26f7ef:0x226,_0x214ca7:0x2ae,_0x579499:0x53f,_0x362d25:0x46c,_0x310e2e:0x50c,_0x4a1e3c:0x4e2,_0x494297:0x20f,_0x178ec0:0x232,_0x36d61e:0x268,_0x498f70:0x222,_0x412f6d:0x257,_0x39bfc9:0x266,_0x343ca7:0x20d,_0x2006fe:0x46c,_0x37f65a:0x467,_0x16b908:0x210,_0x1292f5:0x203,_0x41a8c4:0x283,_0x43b84f:0x2d3,_0x198793:0x279,_0x5d4174:0x1fd,_0x5a6344:0x456,_0x178767:0x4bd,_0x57d06c:0x47f,_0x407a38:0x479,_0x283dd2:0x485,_0x3e1427:0x43d,_0x260a48:0x434,_0x4108af:0x426,_0xba1926:0x24a,_0x40b4d9:0x265,_0x4868e3:0x4a8,_0x26c4a3:0x49d,_0xa5e977:0x48d,_0x1d86ff:0x2d2,_0x53bbb7:0x2c3,_0xd37b2c:0x41c,_0x2cd802:0x4b1,_0x4943f0:0x4a7,_0x2dee83:0x4df,_0x3fe358:0x54a,_0xdf0cdd:0x48d,_0x4ba9ff:0x562,_0x4b0f4:0x276,_0x2c605c:0x1f6,_0x370e40:0x217,_0x30b5a7:0x45b,_0x4bea54:0x42e,_0x15efe1:0x433,_0x568612:0x1a5,_0x3e4596:0x1aa,_0x296406:0x21b,_0x925b3b:0x1c9,_0x32fe44:0x2b8,_0x31f3d9:0x498,_0x7eefdb:0x436,_0x566711:0x426,_0x83db7f:0x482,_0x341bfb:0x27a,_0x3c1d0e:0x227,_0x439737:0x4a5,_0x10d5bb:0x1a5,_0x3767e5:0x28c,_0x19b445:0x23f,_0x18bbc9:0x522,_0xe95134:0x1ff,_0x5301cb:0x296,_0x288981:0x4b9,_0x10087e:0x4c2,_0x54bdf1:0x52c,_0x5f4714:0x508,_0x21ef1c:0x195,_0x4c779f:0x1e1,_0x2fd3eb:0x205,_0x53bf87:0x1b9,_0x3f3328:0x236,_0x4d81d7:0x1de,_0x301d98:0x523,_0x49be49:0x4b6,_0x3ad5cc:0x4e9,_0x534244:0x2b4},_0x1e4ffa={_0x56bf7f:0x56d,_0x288215:0xd3},_0x481a3c={_0x3e77f3:0x2df,_0xe244f1:0x153},_0x641544={'WYvWJ':function(_0x2c3b33,_0x106ad6){return _0x2c3b33===_0x106ad6;},'EfVoY':_0x3e319f(0x181,_0x453611._0x2a1a68,0x247,_0x453611._0x170ac1),'uHatT':function(_0x9df8f8,_0x20dd77){return _0x9df8f8(_0x20dd77);},'GXTnm':function(_0x544ff1,_0x24ed0a,_0x14575a){return _0x544ff1(_0x24ed0a,_0x14575a);},'sLczT':_0x41678c(0x500,0x4a1,0x486,_0x453611._0x34eea9),'stvKN':_0x41678c(_0x453611._0x1905fa,0x49e,0x4f6,0x4c1)+_0x41678c(_0x453611._0x204470,_0x453611._0x4ea71c,_0x453611._0x27bb97,_0x453611._0x1905fa),'nVeds':function(_0x25cf84,_0x1111da){return _0x25cf84||_0x1111da;},'CGoNN':_0x3e319f(_0x453611._0x51adb8,_0x453611._0x79586a,0x178,_0x453611._0x4515df),'ajOKj':'yXzlk','vWAjG':'OyHtN','ATDUy':_0x3e319f(0x240,_0x453611._0xf6678d,_0x453611._0x4e04bc,_0x453611._0xa8bba0)+_0x41678c(_0x453611._0x3a0a8d,_0x453611._0x7edd45,0x449,0x482)+'ailed','ypkMP':_0x3e319f(_0x453611._0x314c8a,0x1fa,_0x453611._0x34bd55,_0x453611._0x167094)+_0x3e319f(_0x453611._0x39f0f,_0x453611._0x27ff8b,_0x453611._0x51adb8,_0x453611._0x339044)+_0x3e319f(_0x453611._0x26f7ef,0x271,0x288,_0x453611._0x214ca7)+_0x41678c(_0x453611._0x579499,_0x453611._0x362d25,_0x453611._0x310e2e,_0x453611._0x4a1e3c)},_0x4793e7=_0x641544[_0x3e319f(0x22a,0x23e,_0x453611._0x494297,_0x453611._0x178ec0)](resolveClaudeApiUrl,_0x2a7782),_0x2232b7=await _0x641544[_0x3e319f(_0x453611._0x36d61e,_0x453611._0x498f70,0x26c,_0x453611._0x412f6d)](fetch,_0x4793e7,{'method':_0x641544[_0x3e319f(0x20b,_0x453611._0x39bfc9,0x230,_0x453611._0x343ca7)],'headers':{'Content-Type':_0x641544[_0x41678c(_0x453611._0x2006fe,0x508,_0x453611._0x37f65a,0x4bb)],'x-api-key':_0x5e20c4,'anthropic-version':_0x3e319f(_0x453611._0x16b908,_0x453611._0x1292f5,_0x453611._0x41a8c4,0x262)},'body':JSON['stringify']({'model':_0x641544[_0x3e319f(_0x453611._0x43b84f,_0x453611._0x198793,0x27e,_0x453611._0x5d4174)](_0x159e61,CLAUDE_MODEL),'max_tokens':MAX_TOKENS,'system':SYSTEM_PROMPT,'messages':[{'role':_0x641544[_0x41678c(_0x453611._0x5a6344,0x532,0x44e,_0x453611._0x178767)],'content':_0x412cc7}]})});if(!_0x2232b7['ok']){if(_0x641544[_0x41678c(_0x453611._0x57d06c,_0x453611._0x407a38,0x48e,0x49d)](_0x641544[_0x41678c(_0x453611._0x283dd2,_0x453611._0x3e1427,_0x453611._0x260a48,_0x453611._0x4108af)],_0x641544[_0x3e319f(_0x453611._0xba1926,_0x453611._0x40b4d9,0x28e,0x29f)])){if(_0x641544[_0x41678c(0x478,_0x453611._0x4868e3,0x500,_0x453611._0x26c4a3)](typeof _0x8a2c03?.[_0x41678c(0x4a7,0x4bd,0x4fc,_0x453611._0xa5e977)],_0x641544[_0x3e319f(0x20a,0x261,_0x453611._0x1d86ff,_0x453611._0x53bbb7)])&&_0x4754bd[_0x41678c(_0x453611._0xd37b2c,_0x453611._0x2cd802,_0x453611._0x4943f0,0x48d)][_0x41678c(_0x453611._0x2dee83,0x4ec,_0x453611._0x3fe358,0x4e6)]())return _0x1159bf[_0x41678c(0x411,0x4f4,0x472,_0x453611._0xdf0cdd)][_0x41678c(0x536,0x501,_0x453611._0x4ba9ff,0x4e6)]();}else{const _0xa843ee=await _0x2232b7[_0x3e319f(0x1e3,0x1ff,0x1dd,0x1f5)](),_0x52b6d0={};_0x52b6d0[_0x3e319f(0x1db,0x217,_0x453611._0x4b0f4,_0x453611._0x2c605c)]=_0x2232b7[_0x3e319f(0x214,_0x453611._0x370e40,0x288,0x1c2)],_0x52b6d0[_0x41678c(_0x453611._0x30b5a7,0x495,_0x453611._0x4bea54,_0x453611._0x15efe1)]=_0x2232b7[_0x3e319f(0x1fd,_0x453611._0x568612,_0x453611._0x3e4596,0x138)],_0x52b6d0[_0x3e319f(_0x453611._0x296406,_0x453611._0x925b3b,0x20e,0x219)]=_0xa843ee,logger[_0x3e319f(0x22e,0x1c9,0x1c8,0x1a4)](_0x641544['ATDUy'],_0x52b6d0);const _0x55d015={};return _0x55d015[_0x3e319f(0x29b,0x25b,0x274,_0x453611._0x32fe44)]=![],_0x55d015[_0x41678c(0x4c4,0x420,0x41f,0x457)]='Claude\x20API'+_0x41678c(_0x453611._0x31f3d9,_0x453611._0x7eefdb,_0x453611._0x566711,_0x453611._0x83db7f)+_0x3e319f(_0x453611._0xba1926,0x26a,_0x453611._0x341bfb,_0x453611._0x3c1d0e)+_0x2232b7[_0x41678c(0x427,0x4ca,0x4d3,_0x453611._0x439737)]+'\x20'+_0x2232b7[_0x3e319f(0x141,_0x453611._0x10d5bb,0x1ad,0x209)],_0x55d015;}}const _0x6addbf=await _0x2232b7[_0x3e319f(_0x453611._0x3767e5,_0x453611._0x19b445,0x229,0x246)](),_0x984443=_0x6addbf?.[_0x41678c(_0x453611._0x407a38,0x491,_0x453611._0x18bbc9,0x4ce)]?.[0x11d3+0xb7*-0x34+0x1359]?.[_0x3e319f(0x25d,_0x453611._0xe95134,0x227,0x1a5)]?.['trim']();if(!_0x984443){const _0x51b86b={};_0x51b86b[_0x3e319f(_0x453611._0x5301cb,0x27a,0x213,0x2c7)]=_0x6addbf,logger[_0x41678c(0x410,0x47b,0x40d,0x457)]('No\x20text\x20co'+'ntent\x20in\x20C'+'laude\x20API\x20'+_0x41678c(_0x453611._0x288981,_0x453611._0x10087e,_0x453611._0x54bdf1,_0x453611._0x5f4714),_0x51b86b);const _0x460107={};return _0x460107['success']=![],_0x460107[_0x3e319f(0x209,0x1c9,_0x453611._0x21ef1c,_0x453611._0x4c779f)]=_0x641544[_0x3e319f(_0x453611._0x2fd3eb,_0x453611._0x53bf87,_0x453611._0x3f3328,_0x453611._0x4d81d7)],_0x460107;}function _0x3e319f(_0x159fc2,_0x31c209,_0x25dba0,_0x17413e){return _0x5642e6(_0x159fc2,_0x31c209-_0x481a3c._0x3e77f3,_0x25dba0-0x5e,_0x17413e-_0x481a3c._0xe244f1);}const _0x1d9183={};_0x1d9183[_0x41678c(_0x453611._0x301d98,_0x453611._0x4943f0,_0x453611._0x49be49,_0x453611._0x3ad5cc)]=!![],_0x1d9183[_0x3e319f(0x252,0x28c,_0x453611._0x534244,0x246)]=_0x984443;function _0x41678c(_0x59b234,_0xcb9f5e,_0x458500,_0x40b874){return _0x5642e6(_0x458500,_0x40b874-_0x1e4ffa._0x56bf7f,_0x458500-0x123,_0x40b874-_0x1e4ffa._0x288215);}return _0x1d9183;}async function generateWithOpenAI(_0x18870d,_0x2c053c,_0x3c481a=null,_0x52603e=null){const _0x35ab00={_0x16179b:0x1a8,_0x53012d:0x1f8,_0x158090:0x1e8,_0x5de2eb:0x130,_0x3a0426:0x172,_0x4795af:0x15f,_0x466162:0x1a7,_0x3dd901:0x1fd,_0x5029d2:0x182,_0x430f94:0x15d,_0x40003d:0x17e,_0x35009f:0x100,_0x493044:0x13e,_0x53092f:0x13f,_0x22a4ea:0xf3,_0x5d5618:0x16d,_0x34e515:0x156,_0x2fcdcf:0x169,_0x2a5eed:0x185,_0x5698f8:0x13e,_0x4b742a:0xe2,_0x22036a:0x15b,_0x5d5ac2:0x1d0,_0x21dbeb:0x12d,_0x27f97d:0x114,_0x51c5a2:0xf4,_0x343dcd:0xcb,_0x3160b6:0x19b,_0x2bb6f4:0x1f5,_0x42e33e:0x16d,_0x1a4a9b:0x198,_0x542d2b:0x208,_0x23a098:0x149,_0x145b56:0x18a,_0x1f9d29:0x1bb,_0x170d16:0x13c,_0x5a4e56:0x166,_0x405095:0x121,_0x49f20b:0x112,_0x1fa2a3:0x103,_0x3c36b3:0x1fc,_0x42bcad:0x1b6,_0x6a81c7:0x129,_0x22cd07:0x167,_0x5e7951:0x16b,_0x2b3749:0xd3,_0x306edb:0xd9,_0x783b1f:0x1ce,_0xffe3e1:0x195,_0xfcbc0a:0x1ad,_0x48bdb0:0x167,_0x26f9df:0x1bc,_0x21b44f:0x196,_0x5e5339:0x1ed,_0x3ca33a:0x147,_0x53f06d:0x14f,_0x4a2dfd:0xfe,_0x4e4288:0x18b,_0x27f3a6:0x12e,_0x77aca5:0xd0,_0x4ec67d:0xe8,_0x2a4f01:0x16e,_0x3c585e:0x1a4,_0x477f10:0x1ad,_0x380a02:0x157},_0xa63e63={_0x2d01a0:0x65,_0x74b2f:0xbb},_0x160c2e={_0x5de8ae:0x32},_0x112a65={'nEgBU':function(_0x1514d4,_0x464351){return _0x1514d4(_0x464351);},'IDACe':function(_0x25497c,_0x1e560f,_0x2d7b32){return _0x25497c(_0x1e560f,_0x2d7b32);},'oLWgv':_0x4976a2(_0x35ab00._0x16179b,0x1c5,_0x35ab00._0x53012d,_0x35ab00._0x158090),'rYllp':_0x5a13e3(-_0x35ab00._0x5de2eb,-_0x35ab00._0x3a0426,-0x13a,-_0x35ab00._0x4795af)+_0x4976a2(_0x35ab00._0x466162,_0x35ab00._0x3dd901,0x24a,_0x35ab00._0x5029d2),'Kvzfy':function(_0x4e97d5,_0x400411){return _0x4e97d5||_0x400411;},'VSivN':'system','DquOt':function(_0x33eaa3,_0x3f0afc){return _0x33eaa3(_0x3f0afc);},'caGqk':_0x5a13e3(-0x12a,-0x15e,-0x183,-0x112)+_0x4976a2(_0x35ab00._0x430f94,0x114,0x192,_0x35ab00._0x40003d)+_0x4976a2(_0x35ab00._0x35009f,0x146,_0x35ab00._0x493044,_0x35ab00._0x53092f)+_0x5a13e3(-0xaa,-0x91,-_0x35ab00._0x22a4ea,-0xf8),'BXPfB':_0x4976a2(0x19d,_0x35ab00._0x5d5618,_0x35ab00._0x40003d,_0x35ab00._0x34e515)+_0x5a13e3(-_0x35ab00._0x2fcdcf,-0x201,-_0x35ab00._0x2a5eed,-0x1e0)+_0x4976a2(0x1e8,0x1e4,0x22f,0x23f)+_0x5a13e3(-_0x35ab00._0x5698f8,-0xf3,-0x119,-0x114)},_0x25e4c6=_0x112a65['nEgBU'](resolveOpenAiApiUrl,_0x3c481a),_0x25aab8={};_0x25aab8[_0x4976a2(_0x35ab00._0x4b742a,0x158,_0x35ab00._0x22036a,0x1cb)]=_0x5a13e3(-0x227,-0x22f,-_0x35ab00._0x5d5ac2,-0x220),_0x25aab8[_0x5a13e3(-0xed,-0x16a,-_0x35ab00._0x21dbeb,-_0x35ab00._0x27f97d)]=_0x2c053c;const _0x25c5e2=await _0x112a65[_0x4976a2(0x109,0x14e,0x133,0x185)](fetch,_0x25e4c6,{'method':_0x112a65['oLWgv'],'headers':{'Content-Type':_0x112a65['rYllp'],'Authorization':_0x5a13e3(-0x147,-_0x35ab00._0x51c5a2,-0x114,-_0x35ab00._0x343dcd)+_0x18870d,'api-key':_0x18870d},'body':JSON[_0x4976a2(0x1e5,0x1f5,_0x35ab00._0x3160b6,0x20e)]({'model':_0x112a65[_0x4976a2(_0x35ab00._0x2bb6f4,0x1ea,0x204,0x248)](_0x52603e,OPENAI_MODEL),'max_output_tokens':MAX_TOKENS,'input':[{'role':_0x112a65[_0x5a13e3(-_0x35ab00._0x42e33e,-_0x35ab00._0x1a4a9b,-0x1b8,-_0x35ab00._0x542d2b)],'content':SYSTEM_PROMPT},_0x25aab8]})});if(!_0x25c5e2['ok']){const _0x13b836=await _0x25c5e2['text'](),_0x45b5e6={};_0x45b5e6[_0x5a13e3(-_0x35ab00._0x23a098,-0x117,-0x156,-0x114)]=_0x25c5e2[_0x4976a2(0x1a4,_0x35ab00._0x145b56,0x1da,_0x35ab00._0x1f9d29)],_0x45b5e6['statusText']=_0x25c5e2['statusText'],_0x45b5e6[_0x4976a2(0x18d,_0x35ab00._0x170d16,_0x35ab00._0x5a4e56,0x1ab)]=_0x13b836,logger[_0x4976a2(_0x35ab00._0x405095,0x13c,_0x35ab00._0x49f20b,_0x35ab00._0x1fa2a3)](_0x4976a2(_0x35ab00._0x3c36b3,_0x35ab00._0x42bcad,0x1ce,0x189)+_0x4976a2(_0x35ab00._0x6a81c7,_0x35ab00._0x22cd07,_0x35ab00._0x5e7951,0x1b3)+_0x5a13e3(-_0x35ab00._0x2b3749,-_0x35ab00._0x306edb,-0x10f,-0xc6),_0x45b5e6);const _0xaca7eb={};return _0xaca7eb[_0x4976a2(0x17d,_0x35ab00._0x783b1f,0x1fb,_0x35ab00._0xffe3e1)]=![],_0xaca7eb[_0x4976a2(0x165,0x13c,_0x35ab00._0x16179b,0x141)]='OpenAI\x20API'+_0x4976a2(_0x35ab00._0xfcbc0a,_0x35ab00._0x48bdb0,_0x35ab00._0x26f9df,_0x35ab00._0x21b44f)+'ailed:\x20'+_0x25c5e2[_0x4976a2(0x17b,_0x35ab00._0x145b56,_0x35ab00._0x5e5339,0x19c)]+'\x20'+_0x25c5e2[_0x4976a2(_0x35ab00._0x3ca33a,0x118,_0x35ab00._0x53f06d,_0x35ab00._0x4a2dfd)],_0xaca7eb;}const _0x5854c9=await _0x25c5e2[_0x5a13e3(-0x105,-_0x35ab00._0x4e4288,-_0x35ab00._0x27f3a6,-0x195)](),_0x4ab993=_0x112a65['DquOt'](extractOpenAiResponseText,_0x5854c9);if(!_0x4ab993){const _0x5e96ed={};_0x5e96ed[_0x5a13e3(-0x145,-_0x35ab00._0x77aca5,-_0x35ab00._0x22a4ea,-_0x35ab00._0x4ec67d)]=_0x5854c9,logger[_0x5a13e3(-0x208,-_0x35ab00._0x2a4f01,-_0x35ab00._0x3c585e,-0x1fe)](_0x112a65[_0x4976a2(0x19f,_0x35ab00._0x466162,0x14f,0x18a)],_0x5e96ed);const _0x424582={};return _0x424582['success']=![],_0x424582['error']=_0x112a65[_0x5a13e3(-_0x35ab00._0x22cd07,-_0x35ab00._0x477f10,-_0x35ab00._0x380a02,-_0x35ab00._0x3c585e)],_0x424582;}function _0x5a13e3(_0x11d55c,_0x5e52ae,_0x5eccf4,_0x355c62){return _0x7be017(_0x11d55c,_0x5e52ae-_0x160c2e._0x5de8ae,_0x5eccf4- -0x632,_0x355c62-0x8);}function _0x4976a2(_0x6444e6,_0x25a3da,_0x487ad4,_0x4e0aba){return _0x7be017(_0x487ad4,_0x25a3da-_0xa63e63._0x2d01a0,_0x25a3da- -0x352,_0x4e0aba-_0xa63e63._0x74b2f);}const _0x2b0983={};return _0x2b0983['success']=!![],_0x2b0983['name']=_0x4ab993,_0x2b0983;}function _0x5642e6(_0x4b1842,_0x5b56de,_0xcadfb9,_0x3da8cd){const _0x5e0c29={_0x7bc3f0:0x220};return _0x3572(_0x5b56de- -_0x5e0c29._0x7bc3f0,_0x4b1842);}async function generateWithGemini(_0x513847,_0x399db1,_0x43b4b4=null,_0x3934e7=null){const _0x10f239={_0x4521bb:0x111,_0x20c373:0x127,_0x9d230f:0xc5,_0x177dfa:0xab,_0x32f59c:0x7a,_0x1bd33b:0xb9,_0x3c92a7:0x438,_0x596f5b:0x460,_0x4413c6:0x44c,_0x509d17:0x3ec,_0x22d98b:0x9e,_0x5cb5d6:0xaf,_0x458729:0x11b,_0x47a296:0x8a,_0x2b37f4:0xd2,_0x3c11f2:0x43e,_0x37eea6:0xc0,_0x3d25ba:0x485,_0x51b27d:0x41c,_0x28e8db:0x459,_0x135d6f:0x12b,_0x3c4aac:0x106,_0x1ee8a3:0x141,_0x515610:0xcb,_0xbcf6e9:0x105,_0x30d8bf:0x11c,_0x2c034a:0x7c,_0x1baa7a:0x8d,_0xd1426e:0x5d,_0x8d4f38:0x3fa,_0x1ab7c1:0x3d0,_0x312c1a:0xbb,_0x1f41fb:0x13d,_0x432967:0x443,_0x47d781:0x41e,_0x17eace:0x479,_0x5e7124:0x39b,_0x671eda:0x401,_0x406558:0xbe,_0x419f94:0x10c,_0x18e8c3:0x178,_0xbe1fed:0x4e,_0x4354b6:0xdc,_0x55aaf3:0x103,_0x15cb11:0x84,_0x1a03bb:0x40e,_0x5b3392:0x37b,_0x5ccbde:0x433,_0x4eed71:0x41c,_0x2da2a2:0x9b,_0x24ea1d:0xa1,_0x503560:0x468,_0x217372:0x441,_0x2ee065:0x1c,_0x59b644:0x387,_0x5cb468:0x3a3,_0x427c29:0x471,_0x5b517d:0x4bd,_0x413505:0x3ed,_0x505b74:0x420,_0x2e609d:0x3db,_0x3f0ac6:0x9b,_0x32b825:0xae,_0x190580:0x3f3,_0x245255:0x446,_0x1ed93c:0x4b3,_0x2ae781:0x4b6,_0x4d29b8:0x4ce,_0x23044d:0x19a,_0x55f5ec:0x4fa,_0x6a3219:0x4dc,_0x401e7c:0x47c,_0x5d9e0b:0x194,_0x5e3260:0x116,_0x358b13:0x14d,_0x21fed6:0x3e5,_0x7d2c71:0x3e3,_0xd2ef1a:0x3f1,_0x5dc7c5:0x478,_0xa75fc:0x472,_0xa1abca:0x449,_0xf9d784:0x3fc,_0x22a992:0x4cc,_0x81b500:0x45d,_0x3b104e:0x46f,_0x3b3c52:0x448,_0x1d6085:0x48e,_0xf7f4b4:0x45d,_0x121c84:0xb6,_0x43ae3d:0x53},_0x15ad3a={_0x222e9c:0x4b,_0x332ad2:0x1ef},_0x214788={_0x58d966:0x86,_0x446fe4:0x144},_0x57f0c8={'SnxTa':function(_0xa33bcf,_0x565784,_0x18653c,_0x489525){return _0xa33bcf(_0x565784,_0x18653c,_0x489525);},'dzOjK':'POST','oJJgN':_0x177ec0(0x4b4,0x40f,0x44a,0x435)+'n/json','SpLuq':function(_0x97bbc4,_0x24fdac){return _0x97bbc4===_0x24fdac;},'ONUUv':'oHTsu','tkrXE':_0x140730(-_0x10f239._0x4521bb,-_0x10f239._0x20c373,-_0x10f239._0x9d230f,-0x10a)+_0x140730(-_0x10f239._0x177dfa,-_0x10f239._0x32f59c,-0xeb,-_0x10f239._0x1bd33b)+_0x177ec0(0x4c1,0x43e,_0x10f239._0x3c92a7,_0x10f239._0x596f5b),'NphgC':function(_0x273b00,_0x41134a){return _0x273b00!==_0x41134a;},'HmpPO':'NBKEX','WqfAC':_0x177ec0(0x3da,_0x10f239._0x4413c6,_0x10f239._0x509d17,0x3ec)+_0x140730(-0x23,-0xe5,-_0x10f239._0x22d98b,-_0x10f239._0x5cb5d6)+_0x140730(-_0x10f239._0x458729,-_0x10f239._0x47a296,-_0x10f239._0x2b37f4,-0xa8)+'response'},_0x47fa95=_0x57f0c8[_0x177ec0(_0x10f239._0x3c11f2,0x442,0x439,0x457)](resolveGeminiApiUrl,_0x43b4b4,_0x3934e7||GEMINI_MODEL,_0x513847),_0x5d7e29={};_0x5d7e29[_0x140730(-_0x10f239._0x37eea6,-0x14e,-0xe0,-0x65)]=SYSTEM_PROMPT+'\x0a\x0a'+_0x399db1;const _0x4c9e6b={};_0x4c9e6b['parts']=[_0x5d7e29];const _0x305f7b={};_0x305f7b[_0x177ec0(0x47c,_0x10f239._0x3d25ba,0x484,0x408)+_0x140730(-0xc4,-0x95,-0x10d,-0x183)]=MAX_TOKENS,_0x305f7b[_0x177ec0(0x42e,_0x10f239._0x51b27d,0x455,_0x10f239._0x28e8db)+'e']=0.7;function _0x177ec0(_0x5c17fb,_0x56a116,_0x27a81e,_0x20a061){return _0x7be017(_0x56a116,_0x56a116-_0x214788._0x58d966,_0x20a061- -0xc3,_0x20a061-_0x214788._0x446fe4);}const _0xd2faa8={};_0xd2faa8['contents']=[_0x4c9e6b],_0xd2faa8[_0x140730(-_0x10f239._0x135d6f,-_0x10f239._0x3c4aac,-0xce,-_0x10f239._0x1ee8a3)+_0x177ec0(0x355,0x33f,0x3ba,0x3ae)]=_0x305f7b;function _0x140730(_0x12c8f5,_0x2a67ae,_0x26a8d5,_0x5db86e){return _0x5642e6(_0x5db86e,_0x26a8d5-0x0,_0x26a8d5-_0x15ad3a._0x222e9c,_0x5db86e-_0x15ad3a._0x332ad2);}const _0x173493=await fetch(_0x47fa95,{'method':_0x57f0c8[_0x140730(-_0x10f239._0x515610,-_0x10f239._0xbcf6e9,-_0x10f239._0x30d8bf,-0xcf)],'headers':{'Content-Type':_0x57f0c8[_0x177ec0(0x45a,0x449,0x3e6,0x43d)],'x-goog-api-key':_0x513847,'x-api-key':_0x513847},'body':JSON[_0x140730(-_0x10f239._0x2c034a,-_0x10f239._0x1baa7a,-_0x10f239._0xd1426e,-0xad)](_0xd2faa8)});if(!_0x173493['ok']){if(_0x57f0c8[_0x177ec0(_0x10f239._0x8d4f38,0x3cb,_0x10f239._0x1ab7c1,0x3e4)](_0x140730(-_0x10f239._0x312c1a,-_0x10f239._0x1f41fb,-0xd3,-0x6c),_0x57f0c8[_0x177ec0(0x3f9,_0x10f239._0x432967,_0x10f239._0x47d781,0x3d0)]))return _0x46e64a;else{const _0x65d14f=await _0x173493[_0x177ec0(_0x10f239._0x17eace,0x3d5,_0x10f239._0x5e7124,_0x10f239._0x671eda)](),_0x11acc3={};_0x11acc3['status']=_0x173493['status'],_0x11acc3['statusText']=_0x173493[_0x140730(-_0x10f239._0x406558,-_0x10f239._0x419f94,-0x13a,-_0x10f239._0x18e8c3)],_0x11acc3['error']=_0x65d14f,logger['error'](_0x57f0c8[_0x140730(-_0x10f239._0xbe1fed,0x16,-0x64,-_0x10f239._0x4354b6)],_0x11acc3);const _0x417e65={};return _0x417e65[_0x140730(-0xdf,-_0x10f239._0x55aaf3,-_0x10f239._0x15cb11,-0xd)]=![],_0x417e65[_0x177ec0(0x37e,_0x10f239._0x1a03bb,_0x10f239._0x5b3392,0x3cb)]=_0x177ec0(0x420,_0x10f239._0x5ccbde,_0x10f239._0x4eed71,_0x10f239._0x4eed71)+_0x140730(-0x103,-_0x10f239._0x2da2a2,-0xeb,-_0x10f239._0x24ea1d)+'ailed:\x20'+_0x173493['status']+'\x20'+_0x173493['statusText'],_0x417e65;}}const _0x4cb8cf=await _0x173493[_0x177ec0(0x401,0x3f5,_0x10f239._0x503560,_0x10f239._0x217372)](),_0x168b85=_0x4cb8cf?.[_0x140730(-0xb7,-0x31,-0x82,-_0x10f239._0x2ee065)]?.[-0x1*0xc9a+0x1005+-0x36b]?.['content']?.['parts']?.[0x3a9*0x3+0x1a7+-0x62*0x21]?.[_0x177ec0(_0x10f239._0x59b644,0x3cc,_0x10f239._0x5cb468,0x401)]?.[_0x177ec0(_0x10f239._0x427c29,_0x10f239._0x5b517d,0x40b,0x45a)]();if(!_0x168b85){if(_0x57f0c8[_0x177ec0(_0x10f239._0x413505,_0x10f239._0x505b74,0x3d2,_0x10f239._0x2e609d)](_0x57f0c8[_0x140730(-_0x10f239._0x3f0ac6,-_0x10f239._0x32b825,-0x6d,-0x45)],_0x177ec0(0x420,0x3d2,_0x10f239._0x190580,_0x10f239._0x245255)))_0x34068e[_0x177ec0(0x4f0,_0x10f239._0x1ed93c,0x478,0x495)+'ms'][_0x177ec0(0x414,_0x10f239._0x2ae781,_0x10f239._0x4d29b8,0x488)](_0x140730(-0x12b,-_0x10f239._0x23044d,-0x13b,-0x15f),_0x4802b0);else{const _0x598dd6={};_0x598dd6[_0x177ec0(_0x10f239._0x55f5ec,_0x10f239._0x6a3219,0x48e,_0x10f239._0x401e7c)]=_0x4cb8cf,logger[_0x140730(-0x118,-_0x10f239._0x5d9e0b,-_0x10f239._0x5e3260,-_0x10f239._0x358b13)](_0x57f0c8[_0x177ec0(0x39b,_0x10f239._0x21fed6,_0x10f239._0x7d2c71,_0x10f239._0xd2ef1a)],_0x598dd6);const _0x187ddf={};return _0x187ddf[_0x177ec0(0x44f,_0x10f239._0x5dc7c5,0x49c,0x45d)]=![],_0x187ddf[_0x177ec0(0x38b,0x3c7,0x38e,0x3cb)]=_0x177ec0(0x414,_0x10f239._0xa75fc,_0x10f239._0xa1abca,_0x10f239._0xf9d784)+_0x177ec0(_0x10f239._0x22a992,_0x10f239._0x81b500,0x4e3,_0x10f239._0x3b104e)+'\x20API\x20respo'+'nse',_0x187ddf;}}const _0x42d58d={};return _0x42d58d[_0x177ec0(_0x10f239._0x3b3c52,_0x10f239._0x1d6085,0x428,_0x10f239._0xf7f4b4)]=!![],_0x42d58d[_0x140730(-0x2f,-_0x10f239._0x121c84,-_0x10f239._0x43ae3d,-0x78)]=_0x168b85,_0x42d58d;}export async function generateTaskName(_0x17082f,_0x5dd8f4,_0x192e24=_0x5642e6(-0x7d,-0xa9,-0xc0,-0xf8)){const _0x368a10={_0xb917fb:0x31b,_0x3599f3:0x9d,_0x429d39:0x41,_0x392f94:0xb0,_0x3ee2a3:0x2f,_0x551014:0x3b0,_0x174d3b:0x277,_0xb28c3:0x41,_0x3613d6:0x10,_0x1284f3:0x133,_0x499e6d:0xad,_0x118ca8:0x5a,_0x3b67ba:0x80,_0x38791b:0x67,_0x438eec:0x4b,_0x540396:0xae,_0x3122b3:0x32f,_0x4f0c62:0x2a1,_0x2bfc6f:0x2ae,_0x3108b8:0x32f,_0x52bbdf:0x29d,_0xf79007:0x305,_0x32907d:0x281,_0x13eb26:0x2d6,_0x21dd98:0x7c,_0x10a02e:0x8d,_0x2b167f:0xc1,_0x1dec14:0x64,_0x314454:0x9e,_0x59061a:0x2fd,_0x4fbe47:0x32d,_0x1e138e:0x358,_0x373038:0x2cc,_0x5acf64:0x2e9,_0x327758:0x256,_0x35929b:0x280,_0x489954:0x2b8,_0x365184:0x362,_0x41443f:0x48,_0x41af3b:0xf,_0x3735ce:0x42,_0x45e153:0x314,_0x26c0cd:0x3fa,_0x8f6ae8:0x3c,_0x34d671:0xfb,_0x5e748f:0x117,_0x144174:0x118,_0x77c32a:0x30f,_0x85fa86:0x360,_0x523d39:0x267,_0x410a4a:0x30c,_0xfd4957:0x311,_0x28cbb8:0x3b2,_0x94f568:0x366,_0x1090a4:0x3a4,_0x28ca44:0x1d,_0x4d1305:0x3d,_0x1509b1:0x37b,_0xe217b4:0x363,_0x1191ca:0x48,_0x1ac8b1:0x1c,_0x1b4905:0xc2,_0x9e1c57:0xc4,_0x1ab945:0x107,_0x358e7b:0x34,_0x582f28:0x34c,_0x6bc03d:0x3a6,_0x4404f0:0x6f,_0x24a239:0x31b,_0x19b858:0x346,_0x30ccaa:0x2bc,_0x5b1b8c:0x297,_0x49ccdd:0x2d8,_0x59345d:0x24,_0x4cb7ac:0x263,_0x53ece1:0x2b8,_0x4a5093:0x370,_0xdd6be6:0x31e,_0x299032:0x395,_0x397ce5:0x24,_0x1ab32f:0x76,_0x67af29:0x15,_0x231d1b:0x26,_0x4a2216:0xdf,_0x1cf194:0x2cd,_0x360c81:0x323,_0x2f8f84:0x300,_0x2da534:0x2c0,_0x540af4:0x36,_0x4c28e1:0x2f,_0x14c2e6:0x6a,_0x4bb8ad:0x33c,_0xa6aaea:0x34d,_0x135614:0x369,_0x999fc:0x291,_0x55976c:0x2cd,_0xbd4082:0x132,_0x4bea72:0x53,_0x298656:0x39b,_0x4cb4bf:0x390,_0x55a157:0xd2,_0x4a15e8:0xc0,_0x23a59e:0x26,_0x3b2a78:0x41,_0x103a5d:0x52,_0x38d6d9:0x20,_0x47c7db:0x23,_0x264e0b:0xc,_0x926605:0x10a,_0x561758:0xc7,_0x5d2c34:0x109,_0x3ae750:0x10c,_0x41cdf0:0xfc,_0x1e8438:0x83,_0x1664e0:0x270,_0x38c11e:0x2a6,_0x5aeea1:0xcf,_0xe0fba6:0x9d,_0x35172b:0x63,_0x3135de:0x54,_0x2a78f6:0x2d,_0x205753:0x1b,_0xc24afa:0xa8,_0x129bc5:0x124,_0x56fb98:0x62,_0x17feff:0x3d,_0x4608d7:0x4e,_0x3cb03b:0x5e,_0x4f0fab:0x2eb,_0x5b483c:0x2a3,_0x40f184:0xc5,_0x559520:0xa7,_0x2ace2b:0x338,_0x55ad88:0x3d,_0x57217b:0x2e,_0x1f14e8:0x2b3,_0x4a8e19:0x311,_0xba0751:0x2d8,_0x3a404b:0xb7,_0x2f0efb:0xef,_0x48d357:0x23,_0x3e72c4:0xe5,_0x4900b3:0x10e,_0x3f3489:0xc0,_0x4c4bd8:0x106,_0x4aefa2:0x3d,_0x2b4058:0xd4,_0x1e6ee4:0xc3,_0x1b4444:0x312,_0x34f086:0x379,_0x2ff107:0x372,_0xb2619c:0x103,_0x224b5c:0x162,_0x4c73c8:0xe8,_0x45eda3:0x108,_0x2f3d73:0x184,_0xf6343a:0x3dc,_0x6baaef:0x3f9,_0x3dfaa5:0x2c0,_0xffc2ca:0x2d8,_0x45ffb1:0x96,_0x56c521:0x3a,_0x3ffd73:0xde,_0x25ed4f:0x3c6,_0x104d08:0x37e,_0x581b88:0x3fc,_0x34a190:0x324,_0x108a20:0x46,_0x28d99f:0x2c,_0x19c976:0x6f,_0x2295b0:0x9f,_0x5a63c8:0x3a8,_0x2e0aea:0x31b,_0x4ba222:0x2db,_0xf73d1e:0xe5,_0x45fe7f:0xe2,_0x5de65b:0x2d,_0x1ace4f:0x77,_0x10f5c8:0x34e,_0x2e5eee:0x2d8,_0x350c9a:0x6a,_0x261469:0xbe,_0x539bad:0x2a,_0x30c0ac:0x2a,_0x2a97b4:0x73,_0x46eff0:0x4e,_0x1ad13c:0x147,_0x109dcb:0x99,_0x15802e:0x2e,_0x5627a8:0x33,_0x358a66:0x2e5,_0x36ef0a:0x2c9,_0x47ca2d:0x3e,_0xd154cd:0x6c,_0x353f15:0x3d,_0x4ffef3:0x324,_0x32cb56:0x36d,_0x1b9a6a:0x365,_0x5c99f9:0x321,_0x18a359:0x397,_0x22ec73:0x8b},_0x3b9e21={_0x4e3ad4:0xc4},_0x5e7428={_0x44f0c6:0x44e},_0x597f35={'GYhBK':_0x9f6608(0x38f,0x2f7,0x397,_0x368a10._0xb917fb),'vMsCT':_0x50001f(0xed,_0x368a10._0x3599f3,0x9a,0xb2)+'n','AByvW':_0x50001f(_0x368a10._0x429d39,0x16,_0x368a10._0x392f94,_0x368a10._0x3ee2a3)+_0x9f6608(0x36b,_0x368a10._0x551014,0x397,0x380)+_0x9f6608(_0x368a10._0x174d3b,0x288,0x2e7,0x2c8)+'length','fWkrC':_0x50001f(0x70,0xcc,0x29,_0x368a10._0xb28c3),'yxmIh':_0x50001f(0x57,0x57,_0x368a10._0x3613d6,0xb5),'kDmdt':function(_0x1ccb6b,_0x313d16,_0x1e5423){return _0x1ccb6b(_0x313d16,_0x1e5423);},'JAXCj':function(_0x49968d,_0x243cc3){return _0x49968d>_0x243cc3;},'GbdPB':function(_0x221bd4,_0x32782b){return _0x221bd4+_0x32782b;},'rEIEs':'...','WHodL':function(_0x459967,_0x28489e,_0x18dbea,_0x2bfac2){return _0x459967(_0x28489e,_0x18dbea,_0x2bfac2);},'cbRNT':_0x50001f(0x100,_0x368a10._0x1284f3,0xd0,0x16e),'djcWd':_0x50001f(_0x368a10._0x499e6d,_0x368a10._0x118ca8,_0x368a10._0x3b67ba,0xda),'izlvI':function(_0x40e9c2,_0x1cf4b6,_0xc34a7,_0x5b1a97,_0x54163e){return _0x40e9c2(_0x1cf4b6,_0xc34a7,_0x5b1a97,_0x54163e);},'bIRAr':function(_0x594a1c,_0x1336f2,_0xe638a2,_0x17e0d2,_0x92d8cd){return _0x594a1c(_0x1336f2,_0xe638a2,_0x17e0d2,_0x92d8cd);},'VUjAR':_0x50001f(_0x368a10._0x38791b,0x9e,_0x368a10._0x438eec,_0x368a10._0x540396),'LFlQS':_0x9f6608(0x32e,_0x368a10._0x3122b3,_0x368a10._0x4f0c62,0x2b2),'plgYr':function(_0x1f6e99,_0x267103){return _0x1f6e99<_0x267103;},'FZHpI':function(_0xe471b5,_0x15d015){return _0xe471b5===_0x15d015;},'vmkLY':_0x50001f(0xd3,0x11a,_0x368a10._0x118ca8,0x84),'bcQDg':_0x50001f(0x69,0x82,0x76,0xd7)+_0x9f6608(0x2e7,0x31e,_0x368a10._0x2bfc6f,_0x368a10._0x3108b8)+'successful'+'ly','CamzN':function(_0x4e99b7,_0x506959){return _0x4e99b7!==_0x506959;},'iWfNL':_0x9f6608(_0x368a10._0x52bbdf,_0x368a10._0xf79007,_0x368a10._0x32907d,_0x368a10._0x13eb26),'uzADD':'Failed\x20to\x20'+'generate\x20t'+'ask\x20name'};if(!SUPPORTED_AGENTS[_0x50001f(_0x368a10._0x21dd98,_0x368a10._0x10a02e,_0x368a10._0x2b167f,0x35)](_0x192e24)){if(_0x597f35[_0x50001f(_0x368a10._0x1dec14,0xdc,_0x368a10._0x314454,-0x7)]===_0x597f35[_0x9f6608(0x3ad,_0x368a10._0x59061a,0x2db,_0x368a10._0x4fbe47)]){if(_0xb1dbfc[_0x9f6608(_0x368a10._0x1e138e,0x35a,_0x368a10._0x373038,0x333)](_0x9f6608(_0x368a10._0x5acf64,_0x368a10._0x327758,_0x368a10._0x35929b,_0x368a10._0x489954)))_0x5c537b[_0x9f6608(0x36c,0x3c2,0x3b9,_0x368a10._0x365184)]=_0xa280d3+'/'+_0xb1355e+(_0x50001f(_0x368a10._0x41443f,0x16,-_0x368a10._0x41af3b,_0x368a10._0x3735ce)+_0x9f6608(_0x368a10._0x45e153,0x3d2,_0x368a10._0x26c0cd,0x382));else{if(_0x2bc0ae[_0x50001f(_0x368a10._0x21dd98,_0x368a10._0x8f6ae8,0xa6,0x48)](_0x597f35[_0x50001f(_0x368a10._0x34d671,_0x368a10._0x5e748f,0x83,_0x368a10._0x144174)]))_0x511a9a[_0x9f6608(_0x368a10._0x77c32a,_0x368a10._0x85fa86,0x368,0x362)]=_0x43797c+(_0x9f6608(0x34f,_0x368a10._0x523d39,_0x368a10._0x410a4a,0x2e3)+_0x9f6608(0x332,_0x368a10._0xfd4957,_0x368a10._0x28cbb8,0x382));else{const _0x177c27=_0x3cb16e||'/';_0xd07a74[_0x9f6608(_0x368a10._0x94f568,_0x368a10._0x1090a4,0x39c,0x362)]=(_0x177c27[_0x50001f(0x33,-0x23,_0x368a10._0x28ca44,-_0x368a10._0x4d1305)](/\/+$/,'')+_0x9f6608(_0x368a10._0x1509b1,_0x368a10._0xe217b4,0x35e,_0x368a10._0xb917fb)+_0x483dab+(_0x50001f(_0x368a10._0x1191ca,_0x368a10._0x1ac8b1,0x82,0x53)+_0x9f6608(0x32c,0x3d5,0x3c5,0x382)))['replace'](/\/{2,}/g,'/');}}}else{const _0x5a56a5={};return _0x5a56a5[_0x50001f(0xd2,0xb4,_0x368a10._0x1b4905,0xaa)]=![],_0x5a56a5['error']=_0x50001f(_0x368a10._0x9e1c57,0x59,0xa1,_0x368a10._0x1ab945)+_0x50001f(0x6d,0x7b,0xd8,_0x368a10._0x358e7b)+'ot\x20support'+_0x9f6608(0x308,0x2fc,0x2d1,_0x368a10._0x582f28)+'nt:\x20'+_0x192e24,_0x5a56a5;}}const _0x5c3de9=await _0x597f35[_0x9f6608(0x388,0x393,_0x368a10._0x6bc03d,0x354)](getAgentApiKey,_0x17082f,_0x192e24);function _0x50001f(_0x448a97,_0x6ca574,_0xd4df97,_0x24d846){return _0x7be017(_0x24d846,_0x6ca574-0x14,_0x448a97- -_0x5e7428._0x44f0c6,_0x24d846-0x94);}function _0x9f6608(_0x50f827,_0x4ea63c,_0x2aeb31,_0xcb0be5){return _0x7be017(_0x4ea63c,_0x4ea63c-_0x3b9e21._0x4e3ad4,_0xcb0be5- -0x1b3,_0xcb0be5-0x12b);}if(!_0x5c3de9){const _0x3685b={};return _0x3685b[_0x50001f(0xd2,_0x368a10._0x4404f0,0xd2,0x81)]=![],_0x3685b[_0x9f6608(0x2db,_0x368a10._0x24a239,_0x368a10._0x19b858,0x2db)]='No\x20API\x20key'+'\x20configure'+'d\x20for\x20'+_0x192e24+'\x20agent',_0x3685b;}const _0x4c6139=_0x597f35['JAXCj'](_0x5dd8f4[_0x9f6608(_0x368a10._0x30ccaa,0x2c1,_0x368a10._0x5b1b8c,_0x368a10._0x49ccdd)],-0x1*-0x1e6d+-0x2*0x80f+-0xa67)?_0x597f35['GbdPB'](_0x5dd8f4[_0x50001f(0x11,0xd,-_0x368a10._0x59345d,-0x3f)](-0xe0+-0x10df+-0xb*-0x19d,-0x2*-0x103c+0x939*-0x2+0xa1e*-0x1),_0x597f35[_0x9f6608(_0x368a10._0x4cb7ac,_0x368a10._0x53ece1,0x257,0x2bc)]):_0x5dd8f4,_0x1a2919=_0x9f6608(_0x368a10._0x4a5093,_0x368a10._0xdd6be6,_0x368a10._0x299032,0x322)+_0x50001f(_0x368a10._0x397ce5,_0x368a10._0x1ab32f,-_0x368a10._0x67af29,-_0x368a10._0x231d1b)+_0x50001f(0xde,0x111,_0x368a10._0x4a2216,0xb5)+'\x20the\x20follo'+'wing\x20instr'+'uctions:\x0a\x0a'+_0x4c6139;try{let _0x5dcbb2;const _0x10bd7b={};_0x10bd7b['forTask']=![];const _0x11df23=await _0x597f35['WHodL'](getAgentEndpointConfig,_0x17082f,_0x192e24,_0x10bd7b),_0x326201={};_0x326201[_0x9f6608(_0x368a10._0x1cf194,0x35b,_0x368a10._0x360c81,0x2ee)]=![];const _0xd13c6e=_0x11df23?.[_0x9f6608(0x317,_0x368a10._0x2f8f84,0x2b0,_0x368a10._0x2da534)]===_0x597f35[_0x50001f(0x31,0x4,0x4e,0xa4)]?await getModel(_0x17082f,_0x192e24,_0x326201):null;switch(_0x192e24){case _0x597f35['djcWd']:_0x5dcbb2=await _0x597f35[_0x50001f(_0x368a10._0x540af4,0x28,_0x368a10._0x4c28e1,_0x368a10._0x14c2e6)](generateWithClaude,_0x5c3de9,_0x1a2919,_0x11df23,_0xd13c6e);break;case _0x9f6608(_0x368a10._0x4bb8ad,_0x368a10._0xa6aaea,_0x368a10._0x135614,0x35a):_0x5dcbb2=await _0x597f35['bIRAr'](generateWithOpenAI,_0x5c3de9,_0x1a2919,_0x11df23,_0xd13c6e);break;case'gemini':_0x5dcbb2=await _0x597f35[_0x9f6608(_0x368a10._0x999fc,_0x368a10._0x582f28,0x2d5,_0x368a10._0x55976c)](generateWithGemini,_0x5c3de9,_0x1a2919,_0x11df23,_0xd13c6e);break;default:const _0x90ff94={};_0x90ff94[_0x50001f(0xd2,0x9d,_0x368a10._0xbd4082,0xa7)]=![],_0x90ff94[_0x50001f(0x40,0xb9,_0x368a10._0x499e6d,_0x368a10._0x4bea72)]=_0x50001f(0x60,0x3a,0xd2,_0x368a10._0x3599f3)+_0x9f6608(0x311,0x39b,_0x368a10._0x298656,_0x368a10._0x4cb4bf)+_0x192e24;return _0x90ff94;}if(!_0x5dcbb2[_0x50001f(_0x368a10._0x55a157,_0x368a10._0x4a15e8,0x80,0x6f)]){if(_0x597f35[_0x50001f(0xa2,_0x368a10._0x23a59e,_0x368a10._0x3b2a78,_0x368a10._0x103a5d)]===_0x597f35[_0x50001f(_0x368a10._0x38d6d9,_0x368a10._0x47c7db,_0x368a10._0x264e0b,0x4f)])_0x45e049[_0x50001f(_0x368a10._0x926605,_0x368a10._0x561758,_0x368a10._0x5d2c34,_0x368a10._0x3ae750)+'ms'][_0x50001f(0xfd,_0x368a10._0x34d671,0x12c,0xe2)](_0x597f35[_0x9f6608(0x30a,0x2ff,0x3b9,0x34b)],_0x13ce89['api_versio'+'n']);else return _0x5dcbb2;}const _0x437e7f=_0x5dcbb2[_0x50001f(0x103,_0x368a10._0x41cdf0,_0x368a10._0x1e8438,0x96)][_0x9f6608(_0x368a10._0x1664e0,0x336,_0x368a10._0x38c11e,0x2ce)](/^["']|["']$/g,'')[_0x50001f(_0x368a10._0x5aeea1,_0x368a10._0x2b167f,0xfe,0x65)]();if(_0x597f35[_0x50001f(0x6e,0x30,_0x368a10._0xe0fba6,_0x368a10._0x35172b)](_0x437e7f[_0x50001f(0x3d,_0x368a10._0x3135de,-_0x368a10._0x2a78f6,-_0x368a10._0x205753)],0x1bc2+-0x17ef+-0x3d0)||_0x597f35[_0x50001f(_0x368a10._0xc24afa,_0x368a10._0x129bc5,_0x368a10._0x56fb98,0x27)](_0x437e7f[_0x50001f(_0x368a10._0x17feff,0xb3,0x1a,-_0x368a10._0x23a59e)],0x6a*0x16+-0x709*0x5+-0x1a89*-0x1)){if(_0x597f35[_0x50001f(0x63,0x6,_0x368a10._0x4608d7,_0x368a10._0x3cb03b)](_0x9f6608(_0x368a10._0x4f0fab,0x267,_0x368a10._0x5b483c,0x2ad),_0x597f35[_0x50001f(0xff,_0x368a10._0x40f184,_0x368a10._0x559520,0xd3)]))return _0x5b59fc;else{const _0x100a9d={};_0x100a9d[_0x9f6608(0x394,0x33f,_0x368a10._0x2ace2b,0x39e)]=_0x437e7f,_0x100a9d[_0x50001f(_0x368a10._0x55ad88,0x9,0xab,-_0x368a10._0x57217b)]=_0x437e7f[_0x9f6608(_0x368a10._0x1f14e8,0x2bb,_0x368a10._0x4a8e19,_0x368a10._0xba0751)],logger[_0x50001f(0xc8,0x79,_0x368a10._0x3a404b,_0x368a10._0x2f0efb)](_0x50001f(_0x368a10._0x429d39,_0x368a10._0x48d357,0x73,0xb6)+_0x50001f(_0x368a10._0x3e72c4,_0x368a10._0x4900b3,_0x368a10._0x3f3489,_0x368a10._0x4c4bd8)+'nexpected\x20'+_0x50001f(_0x368a10._0x4aefa2,0xb2,0x3a,0x79),_0x100a9d);const _0x3342a9={};return _0x3342a9[_0x50001f(0xd2,_0x368a10._0x2b4058,_0x368a10._0x1e6ee4,0x13c)]=![],_0x3342a9[_0x9f6608(0x2a5,0x2c3,0x27c,0x2db)]=_0x597f35[_0x9f6608(_0x368a10._0x1b4444,0x392,_0x368a10._0x34f086,_0x368a10._0x2ff107)],_0x3342a9;}}const _0xea219f={};_0xea219f[_0x50001f(_0x368a10._0xb2619c,_0x368a10._0x224b5c,_0x368a10._0x4c73c8,0xd4)]=_0x437e7f,_0xea219f[_0x50001f(_0x368a10._0x45eda3,_0x368a10._0x2f3d73,0xd1,0x8f)]=_0x192e24,_0xea219f[_0x9f6608(_0x368a10._0xf6343a,_0x368a10._0x6baaef,0x410,0x3a7)+'nsLength']=_0x5dd8f4[_0x9f6608(0x2fa,_0x368a10._0x3dfaa5,0x265,_0x368a10._0xffc2ca)],logger[_0x50001f(_0x368a10._0x45ffb1,0xde,0xf4,_0x368a10._0x56c521)](_0x597f35['bcQDg'],_0xea219f);const _0x1b1209={};return _0x1b1209[_0x50001f(0xd2,_0x368a10._0x3ffd73,0x54,_0x368a10._0x392f94)]=!![],_0x1b1209[_0x9f6608(_0x368a10._0x25ed4f,_0x368a10._0x104d08,_0x368a10._0x581b88,0x39e)]=_0x437e7f,_0x1b1209;}catch(_0x4735ed){if(_0x597f35[_0x9f6608(0x371,0x32a,0x376,_0x368a10._0x34a190)](_0x597f35[_0x50001f(_0x368a10._0x108a20,-_0x368a10._0x28d99f,_0x368a10._0x19c976,-0x23)],_0x597f35['iWfNL'])){const _0x30e6af={};_0x30e6af['name']=_0xaa429e,_0x30e6af[_0x50001f(_0x368a10._0x4aefa2,0xa0,-0xa,_0x368a10._0x2295b0)]=_0x4108b0[_0x50001f(0x3d,-0x21,0x6,-0xc)],_0x1c8fa2[_0x9f6608(_0x368a10._0x4a5093,_0x368a10._0x94f568,0x340,_0x368a10._0xe217b4)](_0x597f35[_0x9f6608(0x38c,0x322,0x3a2,_0x368a10._0x2ff107)],_0x30e6af);const _0x53a53c={};return _0x53a53c[_0x9f6608(0x396,_0x368a10._0x5a63c8,_0x368a10._0xdd6be6,0x36d)]=![],_0x53a53c[_0x9f6608(_0x368a10._0x2e0aea,_0x368a10._0x174d3b,0x2f9,_0x368a10._0x4ba222)]='Generated\x20'+_0x50001f(_0x368a10._0xf73d1e,0x157,_0x368a10._0x45fe7f,0xd0)+_0x50001f(_0x368a10._0x5de65b,0x92,0x79,_0x368a10._0x1ace4f)+_0x9f6608(0x2a2,_0x368a10._0x10f5c8,0x288,_0x368a10._0x2e5eee),_0x53a53c;}else{const _0x260433={};_0x260433[_0x50001f(0x40,0xac,_0x368a10._0x350c9a,_0x368a10._0x261469)]=_0x4735ed[_0x50001f(_0x368a10._0x539bad,-_0x368a10._0x30c0ac,_0x368a10._0x2a97b4,-_0x368a10._0x46eff0)],_0x260433[_0x50001f(0x108,_0x368a10._0x1ad13c,0x95,_0x368a10._0x109dcb)]=_0x192e24,_0x260433[_0x50001f(_0x368a10._0x15802e,0x64,_0x368a10._0x5627a8,0x83)]=_0x4735ed[_0x9f6608(_0x368a10._0x34a190,_0x368a10._0x358a66,0x298,_0x368a10._0x36ef0a)],logger[_0x50001f(0x40,_0x368a10._0x47ca2d,0xb2,0x1e)](_0x597f35[_0x50001f(0x28,0x76,_0x368a10._0xd154cd,-_0x368a10._0x353f15)],_0x260433);const _0x25e491={};return _0x25e491[_0x9f6608(_0x368a10._0x4ffef3,0x371,0x3b8,_0x368a10._0x32cb56)]=![],_0x25e491['error']=_0x9f6608(0x3a1,_0x368a10._0x1b9a6a,0x2f7,0x358)+_0x9f6608(_0x368a10._0x5c99f9,0x3e5,0x3df,_0x368a10._0x18a359)+_0x50001f(_0x368a10._0x22ec73,0xb5,0xc7,0x76)+_0x4735ed[_0x50001f(0x2a,0xa1,_0x368a10._0x3599f3,_0x368a10._0x2a97b4)],_0x25e491;}}}
|
|
1
|
+
(function(_0x2eb821,_0x48bd5){const _0x3f77da={_0x59182c:0x8b,_0x9ad0b4:0x1b1,_0x1eb70d:0x17f,_0x16d21d:0x2d,_0x1e4798:0x33,_0x57df37:0x56,_0x7ed7f7:0xc6,_0x2ddc3d:0xc2,_0x5cf393:0x122,_0x57721f:0x17,_0x21fb51:0x56,_0x51c1ce:0x20,_0x200e05:0xc0,_0x200a5a:0x146,_0x5a90c6:0xc4,_0x467e5a:0x89,_0x12466a:0x3d,_0x173654:0x25,_0x2cf573:0xc7,_0x20757d:0xa},_0x34400f={_0x88931a:0xef};function _0x2567c6(_0x1d2b35,_0x4a104c,_0x13c85d,_0x36d811){return _0x1e62(_0x1d2b35- -0x207,_0x4a104c);}const _0x2a1927=_0x2eb821();function _0x4aa34c(_0x1a6f1f,_0x31e3b8,_0x46b815,_0x3398f9){return _0x1e62(_0x31e3b8- -_0x34400f._0x88931a,_0x46b815);}while(!![]){try{const _0x4b6e67=-parseInt(_0x2567c6(0xc,-0x1c,_0x3f77da._0x59182c,-0x71))/(-0x1d*-0x14e+-0xe14+0x17c1*-0x1)*(-parseInt(_0x4aa34c(_0x3f77da._0x9ad0b4,0x135,0x15e,_0x3f77da._0x1eb70d))/(-0x2*0x12cd+0x1e28+0x774))+-parseInt(_0x2567c6(-_0x3f77da._0x16d21d,-_0x3f77da._0x1e4798,-0x8d,-_0x3f77da._0x57df37))/(-0x19a0+-0x20e2+0x3a85*0x1)+-parseInt(_0x2567c6(-_0x3f77da._0x7ed7f7,-0x6a,-_0x3f77da._0x2ddc3d,-_0x3f77da._0x5cf393))/(0x348+0x2fb*0x2+0x2*-0x49d)+parseInt(_0x2567c6(0x1f,0x8b,0x51,-_0x3f77da._0x57721f))/(-0x782+-0x1*-0x1f39+-0x9*0x2a2)+parseInt(_0x2567c6(-0x13,_0x3f77da._0x21fb51,_0x3f77da._0x51c1ce,0x6a))/(-0x12a*0xb+0x510+-0x2*-0x3e2)*(-parseInt(_0x2567c6(-0xda,-_0x3f77da._0x200e05,-0x12d,-_0x3f77da._0x200a5a))/(0x90*-0x15+-0xdaf+0x1986))+-parseInt(_0x4aa34c(_0x3f77da._0x5a90c6,_0x3f77da._0x467e5a,0x71,0xac))/(-0x16b1+-0x1c33+0x32ec)*(-parseInt(_0x2567c6(-0xf,_0x3f77da._0x12466a,-_0x3f77da._0x173654,0x6b))/(0x180b*-0x1+0x11b2+0x13*0x56))+parseInt(_0x2567c6(-0x6d,-_0x3f77da._0x2cf573,-_0x3f77da._0x20757d,-0xcb))/(0x10ff*-0x2+0x18d9+0x1*0x92f);if(_0x4b6e67===_0x48bd5)break;else _0x2a1927['push'](_0x2a1927['shift']());}catch(_0x1dc739){_0x2a1927['push'](_0x2a1927['shift']());}}}(_0x2b33,-0x4b423+0x1579c3+-0x46662));import{logger}from'./logger.js';import{getApiKeyForAuxiliary,getAgentEndpointConfig,getModel}from'./api-keys.js';const ANTHROPIC_API_URL='https://ap'+_0x31be17(0x1e9,0x2ba,0x264,0x231)+_0x31be17(0x20a,0x2db,0x263,0x208)+_0x31be17(0x286,0x322,0x2dd,0x351),OPENAI_API_URL=_0xacb273(0x5a1,0x5cb,0x5d5,0x618)+_0xacb273(0x588,0x590,0x522,0x58b)+_0xacb273(0x4e4,0x4e1,0x511,0x515)+_0xacb273(0x5e4,0x626,0x59e,0x5df),GEMINI_API_BASE_URL=_0x31be17(0x358,0x304,0x322,0x310)+_0x31be17(0x308,0x318,0x2f7,0x2c1)+_0xacb273(0x57c,0x5ff,0x578,0x4f5)+_0x31be17(0x326,0x31f,0x300,0x28b)+_0xacb273(0x5a7,0x569,0x5e7,0x563),CLAUDE_MODEL=_0x31be17(0x306,0x334,0x2da,0x2d6)+'ku-4-5',OPENAI_MODEL=_0x31be17(0x288,0x240,0x273,0x295)+'i',GEMINI_MODEL=_0xacb273(0x4b1,0x587,0x504,0x4e5)+_0xacb273(0x593,0x599,0x57f,0x4fc),MAX_TOKENS=-0x16c+0x26b5+-0x2517,SUPPORTED_AGENTS=[_0xacb273(0x4b1,0x4ac,0x52b,0x4a6),_0xacb273(0x4c9,0x5b2,0x536,0x4fe),'gemini'],SYSTEM_PROMPT=_0xacb273(0x5e2,0x55c,0x55c,0x55f)+'task\x20namin'+'g\x20assistan'+'t.\x20Generat'+'e\x20a\x20short,'+_0x31be17(0x291,0x2f1,0x272,0x2a1)+_0x31be17(0x318,0x307,0x309,0x351)+_0xacb273(0x502,0x5c8,0x55d,0x5c8)+_0x31be17(0x326,0x2db,0x29f,0x27f)+_0xacb273(0x5f7,0x532,0x580,0x5bc)+'ven\x20instru'+'ctions.\x0aTh'+_0xacb273(0x5a3,0x568,0x54a,0x4c8)+_0xacb273(0x4d9,0x4df,0x505,0x57a)+_0xacb273(0x553,0x591,0x582,0x4fc)+_0x31be17(0x3a4,0x302,0x31e,0x301)+'ive\x0a-\x20Capt'+_0x31be17(0x2d7,0x2ab,0x318,0x2ba)+_0xacb273(0x554,0x4ec,0x518,0x498)+'or\x20goal\x0a-\x20'+'Use\x20title\x20'+_0x31be17(0x24b,0x242,0x24a,0x1cd)+_0xacb273(0x4aa,0x47a,0x4e2,0x49f)+_0x31be17(0x206,0x214,0x24d,0x2c7)+'pecial\x20for'+_0xacb273(0x5a3,0x56b,0x5b7,0x5b9)+_0x31be17(0x2c9,0x333,0x2e8,0x2f3)+_0x31be17(0x1e4,0x1df,0x247,0x281)+_0xacb273(0x540,0x4ba,0x50b,0x4d0)+'\x20\x22Task\x22\x20or'+'\x20\x22Job\x22\x0a\x0aRe'+_0xacb273(0x558,0x563,0x560,0x594)+_0x31be17(0x227,0x1fc,0x22f,0x289)+_0xacb273(0x5c9,0x529,0x5ae,0x5f7)+_0xacb273(0x4b7,0x4d5,0x4e4,0x560)+'lse.';function _0x31be17(_0x4fb1c3,_0x407d23,_0x2c6f9e,_0xa3524c){const _0x22cf8e={_0x242183:0x116};return _0x1e62(_0x2c6f9e-_0x22cf8e._0x242183,_0x407d23);}function _0x1e62(_0x3f15ea,_0x235209){_0x3f15ea=_0x3f15ea-(-0x2069+-0x1f90+0x4110);const _0x4db998=_0x2b33();let _0x123a14=_0x4db998[_0x3f15ea];if(_0x1e62['cgoKqe']===undefined){var _0x22733b=function(_0x440543){const _0x332dd0='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1471b6='',_0x23b866='';for(let _0x5e7a90=-0x1558+0x19f0+-0x498,_0x3a713c,_0x21c791,_0x52c336=-0xfd+0xff1+-0x57*0x2c;_0x21c791=_0x440543['charAt'](_0x52c336++);~_0x21c791&&(_0x3a713c=_0x5e7a90%(-0xe3e+-0xe97+0x1cd9)?_0x3a713c*(0x1b7+-0x244*-0x10+-0x25b7)+_0x21c791:_0x21c791,_0x5e7a90++%(-0xe5d*0x2+0x1935+0x1*0x389))?_0x1471b6+=String['fromCharCode'](0x43d*-0x1+-0x21ba+0x1*0x26f6&_0x3a713c>>(-(-0x24af+0x4f*-0x3e+0x1*0x37d3)*_0x5e7a90&-0x1e4a+-0x7*0x12a+0xcd2*0x3)):0x1409+0x4d0+-0x18d9){_0x21c791=_0x332dd0['indexOf'](_0x21c791);}for(let _0x18bc06=0x725*0x1+0x15*-0x18e+0x1981,_0x5a42e4=_0x1471b6['length'];_0x18bc06<_0x5a42e4;_0x18bc06++){_0x23b866+='%'+('00'+_0x1471b6['charCodeAt'](_0x18bc06)['toString'](-0x3*0x779+-0x1aa9+0x3124))['slice'](-(0xe85+0xc1*-0x13+-0x30));}return decodeURIComponent(_0x23b866);};_0x1e62['URblBA']=_0x22733b,_0x1e62['PJwJLw']={},_0x1e62['cgoKqe']=!![];}const _0x31bd88=_0x4db998[0x2444+0x2*-0x9ba+-0x10d0],_0x2d19d8=_0x3f15ea+_0x31bd88,_0x8f6a0=_0x1e62['PJwJLw'][_0x2d19d8];return!_0x8f6a0?(_0x123a14=_0x1e62['URblBA'](_0x123a14),_0x1e62['PJwJLw'][_0x2d19d8]=_0x123a14):_0x123a14=_0x8f6a0,_0x123a14;}export async function getAgentApiKey(_0xfd7577,_0x2e2917){const _0x130931={_0x30dc02:0x286,_0x181ae7:0x306,_0x16b4ef:0x2fe,_0x580517:0x30a,_0x535c48:0x283,_0x5583c9:0x2fc,_0x572bf5:0x20e,_0x269088:0x253,_0x2b087e:0x2c2,_0x3a93aa:0x203,_0x3e95c8:0x19d,_0x54c46c:0x32b,_0xe4406d:0x2b8,_0xf284cf:0x397,_0x29ba1b:0x273,_0x501443:0x238,_0x47e9c3:0x1d0,_0xc81f3b:0x1fb,_0x2831ca:0x192,_0x5ee4db:0x337,_0x3ab6c4:0x37c,_0x377404:0x311,_0x5c4653:0x34e,_0x2cf0ab:0x3c5,_0x1a0a91:0x358,_0x565f35:0x2f1,_0x122173:0x2ab,_0x33fe2d:0x280,_0x20af5a:0x313,_0x1ceced:0x387,_0x3963cf:0x32b,_0x29e7e5:0x2c4,_0x4f8c24:0x2e7,_0x25da32:0x2cf},_0x15e313={_0x375cbb:0x9a,_0x17b2ed:0x779},_0x3e5bc7={_0x57106e:0x49};function _0x10f471(_0x453caa,_0xba04d4,_0x3cf45f,_0x5b9e8c){return _0x31be17(_0x453caa-0xe8,_0x5b9e8c,_0x453caa-_0x3e5bc7._0x57106e,_0x5b9e8c-0x163);}function _0x1c0f17(_0x127816,_0xc098b0,_0xb9ec67,_0x491c51){return _0xacb273(_0x491c51,_0xc098b0-_0x15e313._0x375cbb,_0xc098b0- -_0x15e313._0x17b2ed,_0x491c51-0x112);}const _0x52d930={'PEIFd':function(_0xb54a09,_0x121545,_0x103de3){return _0xb54a09(_0x121545,_0x103de3);},'ndiKW':_0x1c0f17(-0x151,-0x1ba,-0x150,-0x1ec)+_0x1c0f17(-0x2ae,-0x227,-_0x130931._0x30dc02,-0x1a1)+_0x10f471(_0x130931._0x181ae7,_0x130931._0x16b4ef,0x2e6,0x346)+_0x1c0f17(-_0x130931._0x580517,-_0x130931._0x535c48,-_0x130931._0x5583c9,-_0x130931._0x572bf5)+_0x1c0f17(-0x286,-_0x130931._0x269088,-0x22a,-_0x130931._0x2b087e)};if(!_0xfd7577)return logger[_0x1c0f17(-_0x130931._0x3a93aa,-_0x130931._0x3e95c8,-0x16c,-0x11e)](_0x10f471(_0x130931._0x54c46c,_0x130931._0xe4406d,0x370,_0x130931._0xf284cf)+_0x10f471(0x289,0x2b8,_0x130931._0x29ba1b,_0x130931._0x501443)+_0x1c0f17(-_0x130931._0x47e9c3,-0x20e,-_0x130931._0xc81f3b,-_0x130931._0x2831ca)+_0x10f471(_0x130931._0x5ee4db,_0x130931._0x3ab6c4,0x2df,0x3a7)+'p'),null;try{return await _0x52d930[_0x10f471(0x2c3,0x281,0x2f8,_0x130931._0x377404)](getApiKeyForAuxiliary,_0xfd7577,_0x2e2917);}catch(_0x30e537){const _0x34282a={};return _0x34282a[_0x10f471(_0x130931._0x5c4653,_0x130931._0x2cf0ab,0x3c1,_0x130931._0x1a0a91)]=_0x2e2917,_0x34282a[_0x10f471(0x2c4,_0x130931._0x565f35,_0x130931._0x122173,_0x130931._0x33fe2d)]=_0x30e537[_0x10f471(_0x130931._0x20af5a,0x29e,_0x130931._0x1ceced,_0x130931._0x3963cf)],logger[_0x10f471(_0x130931._0x29e7e5,0x241,_0x130931._0x4f8c24,0x2e8)](_0x52d930[_0x1c0f17(-_0x130931._0x25da32,-0x24b,-0x1e7,-0x2bf)],_0x34282a),null;}}function buildUrlWithPath(_0x4f753b,_0x191d2c){const _0x34935d={_0x5390c0:0x98,_0x3b66ec:0x101,_0x188d40:0x11d},_0x2f6089={_0x18d33e:0x460};function _0x10567b(_0x102463,_0x229035,_0x3e0475,_0x1d7e86){return _0xacb273(_0x1d7e86,_0x229035-0x1b1,_0x102463- -0x361,_0x1d7e86-0x8b);}const _0x3caebf=new URL(_0x4f753b);function _0x16dc30(_0x53e87f,_0x498de5,_0x4b7062,_0x4be2aa){return _0xacb273(_0x4b7062,_0x498de5-0x17c,_0x53e87f- -_0x2f6089._0x18d33e,_0x4be2aa-0x6e);}const _0x9f770a=_0x3caebf['pathname']['replace'](/\/+$/,'');return _0x3caebf[_0x16dc30(0x16d,0x1cf,0x17d,0x125)]=(_0x9f770a+'/'+_0x191d2c[_0x16dc30(_0x34935d._0x5390c0,0x11b,0x10c,0x22)](/^\/+/,''))[_0x16dc30(0x98,_0x34935d._0x3b66ec,_0x34935d._0x188d40,0x21)](/\/{2,}/g,'/'),_0x3caebf['toString']();}function resolveClaudeApiUrl(_0xa1fff5){const _0x56c87a={_0x1727dc:0x602,_0x4ae5df:0x5c0,_0x247a94:0x147,_0x170138:0x1bc,_0x4e0af0:0x134,_0x537416:0xb1,_0x18f0f4:0xdf,_0x39e07f:0x551,_0x8c8de6:0x55d,_0x2d10e5:0x509,_0x19b836:0xe6,_0x66d475:0xb8,_0x1ca21f:0x55e,_0x23f8b7:0x4a0,_0x2d9616:0x566,_0x2fda84:0x121,_0x16fad4:0x148,_0x489994:0x63c,_0x1eedd4:0x586,_0x2df8dc:0x1a4,_0x47d037:0x1fc,_0xd0d971:0x1e0,_0x2e883f:0x504,_0x38d3b6:0x575,_0x47c9fa:0xbb,_0x183c67:0x548,_0x551143:0x58b,_0x5ddf3a:0x53b,_0x152a7b:0x158,_0xf76fae:0x15b,_0x308918:0x557,_0x1e5382:0x542,_0x10ea6c:0x552,_0x2d05b1:0x13e,_0x46944f:0x4ee,_0xc075b7:0x178,_0x3fcf20:0xfe,_0x49ecf4:0x4ce,_0x298a9b:0x1b7,_0x297348:0x1ad,_0x3e53a6:0x1a4,_0x1af8b1:0x137,_0x4d86f9:0x4dc,_0x1c8e1a:0x4ef,_0x3371d9:0x511,_0x4b98c6:0x4af,_0x58efd7:0x4f1,_0x248eaf:0xec,_0x427d95:0x4c2,_0x4817b8:0x4f7,_0x2efa5b:0x50d,_0x3993bb:0x142,_0x200795:0x103,_0x5d03ae:0x529,_0x30e6e4:0x471,_0x598211:0x523,_0x276ce5:0x1ba,_0x1b9203:0x1e1,_0x3920a6:0x5f4,_0x70ecd3:0x55e,_0x28a66f:0x5dc},_0x4c2fe7={_0x2589e5:0xb2,_0x58c1be:0x2a1,_0x459607:0x1b},_0x173d2b={_0x9ef1ee:0x17f},_0x5bf58f={'kCpVJ':_0x552329(0x641,_0x56c87a._0x1727dc,0x646,_0x56c87a._0x4ae5df)+'name\x20has\x20u'+_0x16feea(_0x56c87a._0x247a94,0x193,0xc2,_0x56c87a._0x170138)+_0x16feea(_0x56c87a._0x4e0af0,0xbd,_0x56c87a._0x537416,_0x56c87a._0x18f0f4),'FDZZW':function(_0x2783ce,_0x2fd1ec){return _0x2783ce!==_0x2fd1ec;},'NGiXV':_0x552329(_0x56c87a._0x39e07f,_0x56c87a._0x8c8de6,0x561,_0x56c87a._0x2d10e5),'jHnIM':function(_0x42bebb,_0x3104b4){return _0x42bebb===_0x3104b4;},'EefFG':_0x16feea(_0x56c87a._0x19b836,0xa1,0xa3,_0x56c87a._0x66d475),'PZRZT':'/v1/messag'+'es','xYnXY':_0x552329(_0x56c87a._0x1ca21f,_0x56c87a._0x23f8b7,_0x56c87a._0x2d9616,0x50d),'SgdXS':function(_0x3a09b0,_0x21314d,_0x40993e){return _0x3a09b0(_0x21314d,_0x40993e);},'LohXB':'v1/message'+'s'};if(!_0xa1fff5||_0x5bf58f['FDZZW'](_0xa1fff5[_0x16feea(_0x56c87a._0x2fda84,0x172,0x176,_0x56c87a._0x16fad4)],_0x5bf58f[_0x552329(_0x56c87a._0x489994,0x600,_0x56c87a._0x1eedd4,0x5c5)])||!_0xa1fff5[_0x16feea(_0x56c87a._0x2df8dc,_0x56c87a._0x47d037,_0x56c87a._0xd0d971,0x167)]){if(_0x5bf58f['jHnIM'](_0x552329(_0x56c87a._0x2e883f,0x585,0x5db,_0x56c87a._0x38d3b6),_0x5bf58f[_0x552329(0x549,0x528,0x4d5,0x545)])){const _0x3e8564={};_0x3e8564[_0x16feea(0xcf,_0x56c87a._0x47c9fa,0xfe,0x72)]=_0x32a34f,_0x3e8564[_0x552329(0x567,0x586,0x555,_0x56c87a._0x183c67)]=_0x142952[_0x552329(_0x56c87a._0x551143,_0x56c87a._0x5ddf3a,0x5ce,_0x56c87a._0x183c67)],_0x7431d8['warn'](_0x16feea(0x1ac,_0x56c87a._0x152a7b,0x20e,_0x56c87a._0xf76fae)+_0x552329(_0x56c87a._0x308918,_0x56c87a._0x1e5382,_0x56c87a._0x10ea6c,0x5c9)+_0x16feea(0x147,0x1ba,_0x56c87a._0x2d05b1,0x161)+_0x552329(0x554,_0x56c87a._0x46944f,0x4ed,0x548),_0x3e8564);const _0x592f67={};return _0x592f67[_0x16feea(_0x56c87a._0xc075b7,_0x56c87a._0x3fcf20,0x1d5,0x178)]=![],_0x592f67[_0x552329(0x4fa,0x50b,_0x56c87a._0x49ecf4,0x51c)]=_0x5bf58f[_0x16feea(_0x56c87a._0x298a9b,0x229,0x14e,_0x56c87a._0x297348)],_0x592f67;}else return ANTHROPIC_API_URL;}const _0xc133c3=_0xa1fff5[_0x16feea(_0x56c87a._0x3e53a6,_0x56c87a._0x1af8b1,0x132,0x165)];if(_0xc133c3[_0x552329(0x505,0x4d4,_0x56c87a._0x4d86f9,_0x56c87a._0x1c8e1a)](/\/+$/,'')[_0x552329(_0x56c87a._0x3371d9,0x4c7,_0x56c87a._0x4b98c6,_0x56c87a._0x58efd7)](_0x5bf58f[_0x16feea(_0x56c87a._0x248eaf,0x145,0x15a,0x161)]))return _0x552329(0x547,_0x56c87a._0x427d95,_0x56c87a._0x4817b8,_0x56c87a._0x2efa5b)===_0x5bf58f[_0x16feea(_0x56c87a._0x3993bb,0x1b9,0xfc,_0x56c87a._0x200795)]?_0xc133c3['replace'](/\/+$/,''):_0x236ab3[_0x552329(_0x56c87a._0x5d03ae,_0x56c87a._0x30e6e4,_0x56c87a._0x598211,0x4ef)](/\/+$/,'');function _0x16feea(_0x5ed224,_0x405ba9,_0x47ed9d,_0x18bf2f){return _0x31be17(_0x5ed224-_0x173d2b._0x9ef1ee,_0x47ed9d,_0x5ed224- -0x173,_0x18bf2f-0xe0);}function _0x552329(_0x2628b0,_0x111b5c,_0x12ff9c,_0x51e153){return _0x31be17(_0x2628b0-_0x4c2fe7._0x2589e5,_0x111b5c,_0x51e153-_0x4c2fe7._0x58c1be,_0x51e153-_0x4c2fe7._0x459607);}return _0x5bf58f[_0x16feea(_0x56c87a._0x276ce5,0x22b,_0x56c87a._0x1b9203,0x143)](buildUrlWithPath,_0xc133c3,_0x5bf58f[_0x552329(0x5f9,_0x56c87a._0x3920a6,_0x56c87a._0x70ecd3,_0x56c87a._0x28a66f)]);}function resolveOpenAiApiUrl(_0x2e27e5){const _0x8e4dac={_0x4c7f8c:0x1be,_0x35cce2:0x18f,_0x12a36a:0x1e9,_0x2b4634:0x1d9,_0x531055:0x233,_0x290605:0x17f,_0x46fea4:0x158,_0x109c6a:0x205,_0x52c1cc:0x20b,_0x11d8f5:0x29a,_0x46a344:0x1ea,_0x2aeb83:0x1b6,_0xc3ca9:0x1de,_0x2e4a80:0x254,_0x189d6f:0x28f,_0x3a46fc:0x249,_0x2414a6:0x23e,_0x20a9c1:0x186,_0x20436a:0x1a6,_0x407aec:0x141,_0x268330:0x1b1,_0x1c3612:0x148,_0x548373:0xc6,_0x551e70:0x187,_0x52bce0:0xbf,_0x4cc967:0x1a3,_0x50a267:0x117,_0x57054d:0x179,_0x3a4c28:0x146,_0x5a28fa:0x11a,_0x381388:0xf5,_0x571bf5:0x1c7,_0x570123:0x1ab,_0x155ec6:0x217,_0x4d0e4f:0x1eb,_0x487a1e:0x1ee,_0x245124:0x1b7,_0x3d9db2:0x232,_0x59c6e4:0x265,_0x3d0141:0x239,_0x416847:0x190,_0x3d4f1b:0x1b5,_0x44cec4:0x174,_0x5b5574:0x274,_0x2a6c18:0x1bb,_0x7326c0:0x1b4,_0x42e06a:0x1b5,_0x22dcab:0x180,_0x2dd57f:0x212,_0x4925f9:0x22d,_0x9c0a91:0x1aa,_0x54e635:0x1f7,_0x4c59c3:0x29a,_0x320c6f:0x250,_0xba55a:0x1db,_0x46a138:0x29f,_0x5c0fa1:0x10e,_0x5ca069:0x12f,_0x564189:0x284,_0x3edc83:0x224,_0x2f0c89:0x17b,_0x231717:0x1e1,_0x4cf55d:0x202,_0x374119:0x21d,_0x33f3d9:0x18b,_0x1a6187:0x20b,_0x5f01ea:0x19e,_0x120c1e:0x1b0,_0x15e4db:0x22a},_0x538faf={_0x52c1e4:0x704},_0x2e4b1e={_0x4bbde5:0x179},_0x5a8a98={'xrzGJ':function(_0x14a0c5,_0x8ea569){return _0x14a0c5===_0x8ea569;},'ckaTF':function(_0x5df552,_0x41ab0f){return _0x5df552!==_0x41ab0f;},'uvzgq':_0x6d3ba1(_0x8e4dac._0x4c7f8c,_0x8e4dac._0x35cce2,0x1ea,0x1f6),'UOsWy':function(_0x5835ec,_0x5ce912){return _0x5835ec!==_0x5ce912;},'vPiaf':'JGDam','NhdoH':_0x569840(-0x202,-0x20f,-0x1b7,-_0x8e4dac._0x12a36a),'pfRsE':function(_0xd6df85,_0x428d57,_0x4852c9){return _0xd6df85(_0x428d57,_0x4852c9);},'ayQKb':'api-versio'+'n','oZIJz':_0x6d3ba1(_0x8e4dac._0x2b4634,_0x8e4dac._0x531055,_0x8e4dac._0x290605,_0x8e4dac._0x46fea4),'IDuTF':_0x6d3ba1(_0x8e4dac._0x109c6a,0x17f,0x1a8,0x288)};function _0x6d3ba1(_0x5774f9,_0x10603a,_0x260937,_0x28afba){return _0xacb273(_0x260937,_0x10603a-_0x2e4b1e._0x4bbde5,_0x5774f9- -0x354,_0x28afba-0x0);}if(!_0x2e27e5||_0x5a8a98[_0x6d3ba1(0x25e,_0x8e4dac._0x52c1cc,0x224,_0x8e4dac._0x11d8f5)](_0x2e27e5[_0x6d3ba1(_0x8e4dac._0x46a344,0x271,0x17d,0x166)],_0x5a8a98[_0x569840(-0x205,-_0x8e4dac._0x2aeb83,-_0x8e4dac._0xc3ca9,-0x212)])||!_0x2e27e5[_0x6d3ba1(0x26d,0x1fd,_0x8e4dac._0x2e4a80,0x2dd)]){if(_0x5a8a98[_0x6d3ba1(_0x8e4dac._0x189d6f,_0x8e4dac._0x3a46fc,_0x8e4dac._0x2414a6,0x307)](_0x5a8a98['vPiaf'],_0x569840(-0x1da,-_0x8e4dac._0x20a9c1,-_0x8e4dac._0x20436a,-0x1ae))){if(_0x5a8a98[_0x569840(-0xfa,-_0x8e4dac._0x407aec,-_0x8e4dac._0x268330,-_0x8e4dac._0x1c3612)](typeof _0x387f8d?.['text'],_0x6d3ba1(0x267,0x295,0x273,0x2d8))&&_0x4b9fc1[_0x569840(-_0x8e4dac._0x548373,-_0x8e4dac._0x551e70,-_0x8e4dac._0x52bce0,-0x146)][_0x569840(-_0x8e4dac._0x4cc967,-_0x8e4dac._0x290605,-0x10a,-0x141)]())return _0x3f757f[_0x569840(-_0x8e4dac._0x50a267,-_0x8e4dac._0x57054d,-0xcb,-_0x8e4dac._0x3a4c28)][_0x569840(-0x12b,-_0x8e4dac._0x5a28fa,-0x184,-0x141)]();}else return OPENAI_API_URL;}const _0xacbb7a=_0x2e27e5[_0x569840(-_0x8e4dac._0x381388,-0xf6,-_0x8e4dac._0x571bf5,-0x143)]['replace'](/\/+$/,''),_0x3cc18f=_0xacbb7a['endsWith'](_0x5a8a98[_0x6d3ba1(_0x8e4dac._0x570123,_0x8e4dac._0x155ec6,_0x8e4dac._0x4d0e4f,_0x8e4dac._0x109c6a)])?new URL(_0xacbb7a):new URL(_0x5a8a98[_0x6d3ba1(_0x8e4dac._0x487a1e,_0x8e4dac._0x245124,0x20c,_0x8e4dac._0x3d9db2)](buildUrlWithPath,_0xacbb7a,'responses'));function _0x569840(_0x8cb0f,_0x23f498,_0x3abe7b,_0x3f1bff){return _0xacb273(_0x23f498,_0x23f498-0x1b9,_0x3f1bff- -_0x538faf._0x52c1e4,_0x3f1bff-0x1df);}if(_0x2e27e5[_0x6d3ba1(_0x8e4dac._0x59c6e4,0x211,0x2c3,_0x8e4dac._0x3d0141)+'n']&&!_0x3cc18f['searchPara'+'ms'][_0x569840(-_0x8e4dac._0x416847,-_0x8e4dac._0x3d4f1b,-_0x8e4dac._0x44cec4,-0x12e)](_0x5a8a98['ayQKb'])){if(_0x5a8a98[_0x6d3ba1(0x207,_0x8e4dac._0x5b5574,_0x8e4dac._0x570123,_0x8e4dac._0x2a6c18)]!==_0x5a8a98[_0x6d3ba1(_0x8e4dac._0x7326c0,_0x8e4dac._0x42e06a,_0x8e4dac._0x22dcab,_0x8e4dac._0x2dd57f)])_0x3cc18f[_0x6d3ba1(_0x8e4dac._0x4925f9,_0x8e4dac._0x9c0a91,_0x8e4dac._0x54e635,_0x8e4dac._0x4c59c3)+'ms'][_0x6d3ba1(_0x8e4dac._0x320c6f,0x2bc,_0x8e4dac._0xba55a,_0x8e4dac._0x46a138)](_0x5a8a98[_0x569840(-_0x8e4dac._0x5c0fa1,-_0x8e4dac._0x5ca069,-0xf8,-0x14e)],_0x2e27e5[_0x6d3ba1(0x265,_0x8e4dac._0x564189,_0x8e4dac._0x3edc83,0x2d4)+'n']);else{const _0x3f0dcb={};return _0x3f0dcb['success']=![],_0x3f0dcb[_0x569840(-0x21b,-_0x8e4dac._0x2f0c89,-0x183,-0x1df)]=_0x6d3ba1(0x1f4,_0x8e4dac._0x231717,_0x8e4dac._0x4cf55d,_0x8e4dac._0x374119)+_0x6d3ba1(_0x8e4dac._0x33f3d9,_0x8e4dac._0x1a6187,0x166,_0x8e4dac._0x5f01ea)+'d\x20for\x20'+_0x5cbcf9+_0x6d3ba1(0x1fc,0x1e0,_0x8e4dac._0x120c1e,0x17a),_0x3f0dcb;}}return _0x3cc18f[_0x6d3ba1(_0x8e4dac._0x231717,0x1da,0x1e7,_0x8e4dac._0x15e4db)]();}function resolveGeminiApiUrl(_0x10a539,_0xb766e0,_0x40c72c){const _0x47e5c6={_0x82145d:0x34d,_0x1a90e0:0x463,_0x26b115:0x419,_0x3f19a5:0x3da,_0x3e4d40:0x3ae,_0x3e2fd6:0x30b,_0x1989cd:0x74,_0x21c9fd:0x4e,_0x5c747f:0x1b,_0xcb9b84:0x380,_0x10ea56:0x301,_0x2e9186:0x379,_0x82277c:0xda,_0x852875:0x56,_0x4663c2:0x83,_0x1c0d93:0x482,_0x555d91:0x428,_0x294b2e:0x3da,_0x37cbac:0x3e6,_0x2f25c6:0x390,_0x6c8002:0x36e,_0x203d43:0x3b2,_0x2ca5ff:0xc5,_0x2bd5e1:0xcc,_0x1de16c:0x83,_0x2eda01:0x360,_0x954457:0xaf,_0x201afd:0xe1,_0x544a47:0x8f,_0x176eaa:0x2d6,_0x58c639:0x3ac,_0x269aa4:0x333,_0x2ef5a5:0x7c,_0x282798:0x89,_0x5db6a1:0x409,_0x148b9e:0x3a1,_0x12380e:0x42d,_0x21cb1e:0x6,_0x467944:0x44,_0x5e6d63:0xb2,_0x28a715:0x9f,_0x7f6160:0x9c,_0x1e79a9:0x30f,_0x584ffa:0x3be,_0x2d5b5c:0xae,_0x56d4d4:0x69,_0x10db29:0xb8,_0x32ea60:0xd3,_0x1dca3e:0x116,_0xc8d1a1:0x32,_0x5c0b1f:0xbb,_0x2732d8:0x95,_0x5452d6:0x61,_0x5ca355:0x3af,_0x5be252:0x392,_0x32424a:0x414,_0x47530f:0x3e2,_0x5aa6b3:0x37,_0x51ca87:0x46,_0x289c39:0xb,_0x269dc2:0x3be,_0x1bd1e2:0x3dd,_0x25ccf2:0x402,_0x33840d:0x32f,_0x847221:0x381,_0x149308:0x3da,_0x5bbe60:0x9,_0x29b974:0x33,_0x1411c6:0xa,_0x43eebc:0x6,_0x4fd81f:0x3f5,_0x2a3fd3:0x39e,_0x59b604:0x451,_0x256fa5:0x65,_0x1b6643:0xf,_0x423e22:0x31,_0x19a7dd:0x19,_0x15ea57:0x22,_0x3bc92f:0x30,_0x2a7002:0x46,_0x5d9b28:0x3ec,_0x1edebc:0x38f,_0x2dec77:0x411,_0x4b8aea:0x3d7,_0x56f791:0x372,_0x965fe:0x424,_0x4800fb:0x3bc,_0x42b23b:0x3c5,_0x525a97:0x3df,_0x451e51:0x3ea,_0x21ea1b:0x3c7,_0x19e206:0x372,_0xeea1a5:0x7b,_0x291c3e:0x0,_0x33be56:0x1b,_0x5b2592:0x2e,_0x55809e:0x43,_0x577eb2:0xaa,_0x1d124b:0xb0,_0x100245:0x66,_0x259861:0x2},_0x41cd9c={_0x5f507d:0x14c,_0x406c0a:0x1b3},_0x3eb68c={_0x30f583:0xf0},_0x129d05={'KzUJL':_0x2a058a(0x380,0x3c9,0x33a,_0x47e5c6._0x82145d),'OLZHZ':function(_0x4f1807,_0x5b7367){return _0x4f1807(_0x5b7367);},'ndJvQ':_0x2a058a(0x3bd,_0x47e5c6._0x1a90e0,_0x47e5c6._0x26b115,_0x47e5c6._0x3f19a5)+_0x2a058a(_0x47e5c6._0x3e4d40,_0x47e5c6._0x3e2fd6,0x3ac,0x392),'yZBuc':_0x3162d9(_0x47e5c6._0x1989cd,0xd1,0xd7,0x65),'EFpwZ':function(_0x3f0153,_0x591ad1){return _0x3f0153===_0x591ad1;},'kdAeH':_0x2a058a(0x3d7,0x404,0x41f,0x418),'EwvBo':'/models/','TvxMe':'key','ceKgn':_0x3162d9(0x1a,_0x47e5c6._0x21c9fd,_0x47e5c6._0x5c747f,0x9a)+'n'};if(!_0x10a539||_0x10a539[_0x2a058a(_0x47e5c6._0xcb9b84,0x3de,_0x47e5c6._0x10ea56,_0x47e5c6._0x2e9186)]!==_0x129d05[_0x3162d9(0xa0,_0x47e5c6._0x82277c,0xae,_0x47e5c6._0x852875)]||!_0x10a539[_0x3162d9(0xdd,0xa8,0xf5,_0x47e5c6._0x4663c2)])return GEMINI_API_BASE_URL+_0x2a058a(_0x47e5c6._0x1c0d93,0x403,0x3ac,0x3ff)+_0xb766e0+(_0x2a058a(0x400,0x415,_0x47e5c6._0x555d91,_0x47e5c6._0x294b2e)+_0x2a058a(0x354,_0x47e5c6._0x37cbac,_0x47e5c6._0x2f25c6,_0x47e5c6._0x6c8002)+'=')+_0x129d05[_0x2a058a(0x38f,0x32f,0x37c,_0x47e5c6._0x203d43)](encodeURIComponent,_0x40c72c);const _0x24299b=_0x10a539[_0x3162d9(_0x47e5c6._0x2ca5ff,0x61,_0x47e5c6._0x2bd5e1,_0x47e5c6._0x1de16c)][_0x2a058a(0x396,_0x47e5c6._0x2eda01,0x368,0x333)](/\/+$/,''),_0x2dd823=new URL(_0x24299b),_0x53cc33=_0x2dd823[_0x3162d9(_0x47e5c6._0x954457,_0x47e5c6._0x201afd,0xa5,_0x47e5c6._0x544a47)][_0x2a058a(_0x47e5c6._0x176eaa,_0x47e5c6._0x58c639,0x35b,_0x47e5c6._0x269aa4)](/\/+$/,'');function _0x3162d9(_0x2167c7,_0x10272c,_0x21344f,_0x3ff70e){return _0x31be17(_0x2167c7-0xf,_0x10272c,_0x3ff70e- -0x294,_0x3ff70e-_0x3eb68c._0x30f583);}function _0x2a058a(_0x4e57a2,_0x378dfd,_0x1eaae5,_0x3cc53c){return _0xacb273(_0x4e57a2,_0x378dfd-_0x41cd9c._0x5f507d,_0x3cc53c- -0x1c5,_0x3cc53c-_0x41cd9c._0x406c0a);}if(!_0x53cc33[_0x3162d9(0xec,0xb8,_0x47e5c6._0x2ef5a5,_0x47e5c6._0x282798)](_0x129d05[_0x2a058a(_0x47e5c6._0x5db6a1,_0x47e5c6._0x148b9e,_0x47e5c6._0x12380e,0x3e0)])){if(_0x53cc33[_0x3162d9(0x39,0x31,_0x47e5c6._0x21cb1e,-_0x47e5c6._0x467944)](_0x129d05[_0x3162d9(_0x47e5c6._0x5e6d63,_0x47e5c6._0x28a715,0x1a,_0x47e5c6._0x7f6160)])){if(_0x129d05[_0x2a058a(_0x47e5c6._0x1e79a9,_0x47e5c6._0x584ffa,0x2ef,0x376)](_0x129d05['kdAeH'],_0x129d05[_0x3162d9(_0x47e5c6._0x2d5b5c,0x88,_0x47e5c6._0x56d4d4,0x7c)]))_0x2dd823[_0x3162d9(_0x47e5c6._0x10db29,_0x47e5c6._0x32ea60,_0x47e5c6._0x1dca3e,0x8f)]=_0x53cc33+'/'+_0xb766e0+(_0x3162d9(_0x47e5c6._0xc8d1a1,_0x47e5c6._0x5c0b1f,_0x47e5c6._0x2732d8,_0x47e5c6._0x5452d6)+_0x2a058a(_0x47e5c6._0x5ca355,0x34f,0x35f,_0x47e5c6._0x5be252));else return _0x67a664+_0x2a058a(_0x47e5c6._0x32424a,_0x47e5c6._0x47530f,0x419,0x3ff)+_0x5bf3b5+(':generateC'+_0x3162d9(_0x47e5c6._0x5aa6b3,-_0x47e5c6._0x51ca87,0x6,-_0x47e5c6._0x289c39)+'=')+_0x17f241(_0x25405a);}else{if(_0x53cc33[_0x2a058a(_0x47e5c6._0x269dc2,_0x47e5c6._0x1bd1e2,0x413,_0x47e5c6._0x25ccf2)](_0x129d05[_0x2a058a(0x332,_0x47e5c6._0x33840d,0x39f,0x377)]))_0x2dd823['pathname']=_0x53cc33+(_0x2a058a(_0x47e5c6._0x847221,0x411,0x3e9,_0x47e5c6._0x149308)+_0x3162d9(-0x22,-_0x47e5c6._0x5bbe60,-0x49,0x19));else{const _0x5a3b0c=_0x53cc33||'/';_0x2dd823['pathname']=(_0x5a3b0c[_0x3162d9(-_0x47e5c6._0x29b974,_0x47e5c6._0x1411c6,-_0x47e5c6._0x43eebc,-0x46)](/\/+$/,'')+_0x2a058a(_0x47e5c6._0x4fd81f,_0x47e5c6._0x2a3fd3,0x426,0x3ff)+_0xb766e0+(_0x2a058a(_0x47e5c6._0x59b604,0x3f5,0x414,0x3da)+_0x3162d9(-_0x47e5c6._0x256fa5,-_0x47e5c6._0x1b6643,_0x47e5c6._0x423e22,_0x47e5c6._0x19a7dd)))[_0x3162d9(_0x47e5c6._0x15ea57,_0x47e5c6._0x3bc92f,-_0x47e5c6._0x1411c6,-_0x47e5c6._0x2a7002)](/\/{2,}/g,'/');}}}return!_0x2dd823[_0x2a058a(_0x47e5c6._0x5d9b28,0x3ca,0x428,0x3bc)+'ms'][_0x2a058a(0x421,0x464,_0x47e5c6._0x1edebc,_0x47e5c6._0x2dec77)](_0x129d05[_0x2a058a(0x307,0x3a1,_0x47e5c6._0x4b8aea,_0x47e5c6._0x56f791)])&&_0x2dd823[_0x2a058a(0x389,_0x47e5c6._0x965fe,0x3ac,_0x47e5c6._0x4800fb)+'ms'][_0x2a058a(0x447,_0x47e5c6._0x42b23b,0x42c,_0x47e5c6._0x525a97)](_0x129d05[_0x2a058a(0x387,_0x47e5c6._0x451e51,_0x47e5c6._0x21ea1b,_0x47e5c6._0x19e206)],_0x40c72c),_0x10a539[_0x3162d9(0xea,0x87,-0x2,_0x47e5c6._0xeea1a5)+'n']&&!_0x2dd823['searchPara'+'ms']['has'](_0x129d05[_0x3162d9(_0x47e5c6._0x291c3e,_0x47e5c6._0x33be56,-0xa7,-_0x47e5c6._0x5b2592)])&&_0x2dd823[_0x3162d9(_0x47e5c6._0x43eebc,-_0x47e5c6._0x55809e,_0x47e5c6._0x577eb2,0x43)+'ms'][_0x3162d9(0x7e,0x0,_0x47e5c6._0x1d124b,_0x47e5c6._0x100245)](_0x129d05[_0x3162d9(-_0x47e5c6._0x259861,-0x2,_0x47e5c6._0x289c39,-0x2e)],_0x10a539['api_versio'+'n']),_0x2dd823['toString']();}function extractOpenAiResponseText(_0x29fcf7){const _0x2a64d6={_0x2eccd2:0x1ae,_0x1fcfab:0x1b3,_0x5512d5:0x1df,_0xf45f7a:0x178,_0x1a20eb:0x1a5,_0x589633:0x241,_0x376f25:0x1a1,_0x5881d2:0x1bd,_0x32277a:0x1df,_0x3ce702:0x213,_0x22f819:0x1ef,_0x415dfc:0x22d,_0x613a3:0x1a4,_0x4e2de2:0x1b4,_0x5daf22:0xb3,_0x4b7cd3:0x103,_0x4529c7:0x153,_0x54502c:0x20f,_0x2bf578:0x297,_0x52e4f7:0x226,_0x113a2e:0x19e,_0x58d5ef:0x1ec,_0x4f5252:0x179,_0x571f67:0x157,_0x42221f:0x108,_0x2bd309:0x129,_0x8741c3:0x12b,_0x30e997:0x125,_0x545648:0x1c4,_0x2434f8:0x274,_0x52d3f8:0x1b9,_0x476a16:0x233,_0x51655a:0x19c,_0x3a042f:0x1f0,_0x2daefd:0x133,_0x4c8318:0x1e0,_0x2528e6:0x1c8,_0x55892a:0xd1,_0x5c3d40:0x1ae,_0x48f09c:0x182,_0x3e5b3c:0x184,_0x2cf41e:0x112,_0x58d7ff:0xcd,_0x315a50:0x215,_0x5e1c89:0x2cb,_0x5c2ced:0x10d},_0xaf8d04={_0x5b5f7c:0x54};function _0x493ea0(_0x105ddb,_0x56b2bc,_0xd74210,_0x5048b9){return _0xacb273(_0x56b2bc,_0x56b2bc-0x1eb,_0xd74210- -0x379,_0x5048b9-0x24);}const _0x58f050={};function _0x35fb39(_0x2e5ffc,_0x41d8cb,_0x4b98ec,_0x4b0d41){return _0x31be17(_0x2e5ffc-0x3a,_0x2e5ffc,_0x4b98ec- -0x426,_0x4b0d41-_0xaf8d04._0x5b5f7c);}_0x58f050[_0x35fb39(-_0x2a64d6._0x2eccd2,-0xf7,-0x164,-_0x2a64d6._0x1fcfab)]=function(_0x265495,_0x552227){return _0x265495===_0x552227;},_0x58f050[_0x493ea0(0x165,0x1ec,_0x2a64d6._0x5512d5,_0x2a64d6._0xf45f7a)]='string',_0x58f050[_0x35fb39(-0x191,-0x129,-0x1a4,-_0x2a64d6._0x1a20eb)]=function(_0x22c61b,_0x1dfa0d){return _0x22c61b!==_0x1dfa0d;};const _0x35e4cc=_0x58f050;if(_0x35e4cc['CRqjR'](typeof _0x29fcf7?.[_0x493ea0(0x29e,_0x2a64d6._0x589633,0x22e,0x284)+'t'],_0x35e4cc[_0x493ea0(_0x2a64d6._0x376f25,_0x2a64d6._0x5881d2,_0x2a64d6._0x32277a,_0x2a64d6._0x3ce702)])&&_0x29fcf7[_0x493ea0(0x25e,_0x2a64d6._0x22f819,0x22e,_0x2a64d6._0x415dfc)+'t']['trim']()){if(_0x35e4cc[_0x35fb39(-0x120,-0x21d,-_0x2a64d6._0x613a3,-_0x2a64d6._0x4e2de2)](_0x35fb39(-0x168,-0xf7,-0x156,-0x1d7),'aHVMD'))_0x283710[_0x35fb39(-0xfb,-_0x2a64d6._0x5daf22,-_0x2a64d6._0x4b7cd3,-_0x2a64d6._0x4529c7)]=_0x226b85+'/'+_0xea4f88+(_0x493ea0(_0x2a64d6._0x54502c,_0x2a64d6._0x2bf578,_0x2a64d6._0x52e4f7,0x2a5)+_0x35fb39(-_0x2a64d6._0x113a2e,-_0x2a64d6._0x58d5ef,-_0x2a64d6._0x4f5252,-_0x2a64d6._0x571f67));else return _0x29fcf7[_0x35fb39(-_0x2a64d6._0x42221f,-0x151,-_0x2a64d6._0x2bd309,-_0x2a64d6._0x8741c3)+'t']['trim']();}const _0x5245d2=Array[_0x493ea0(_0x2a64d6._0x30e997,0x17b,0x15e,0x1cd)](_0x29fcf7?.[_0x493ea0(0x24d,_0x2a64d6._0x545648,0x233,_0x2a64d6._0x2434f8)])?_0x29fcf7[_0x493ea0(_0x2a64d6._0x52d3f8,0x1de,_0x2a64d6._0x476a16,0x1d8)]:[];for(const _0x169395 of _0x5245d2){const _0x29d96e=Array[_0x35fb39(-_0x2a64d6._0x51655a,-_0x2a64d6._0x3a042f,-0x1f9,-0x1a3)](_0x169395?.['content'])?_0x169395[_0x35fb39(-0x139,-0xbf,-_0x2a64d6._0x2daefd,-0x159)]:[];for(const _0x1b0487 of _0x29d96e){if(_0x35e4cc[_0x35fb39(-0x1c5,-_0x2a64d6._0x4c8318,-0x164,-_0x2a64d6._0x2528e6)](typeof _0x1b0487?.[_0x35fb39(-0x148,-0xa2,-0x112,-_0x2a64d6._0x55892a)],_0x35e4cc[_0x35fb39(-_0x2a64d6._0x5c3d40,-_0x2a64d6._0x48f09c,-0x178,-_0x2a64d6._0x3e5b3c)])&&_0x1b0487[_0x35fb39(-0x167,-0x141,-_0x2a64d6._0x2cf41e,-_0x2a64d6._0x58d7ff)]['trim']())return _0x1b0487[_0x493ea0(_0x2a64d6._0x315a50,0x26c,0x245,_0x2a64d6._0x5e1c89)][_0x35fb39(-0x15e,-0x15e,-_0x2a64d6._0x5c2ced,-0x98)]();}}return null;}export async function isAINameGenerationAvailable(_0x178c8f,_0x135914){const _0x39a5a1={_0x299023:0x127,_0x43b306:0xac,_0x78f89f:0xf1,_0x1bb66d:0x115,_0xfa01ef:0xe5,_0x771207:0x12d,_0x23dfb6:0xa4,_0x55f49b:0x69,_0x23e75c:0xdc,_0x291f1e:0xb3,_0x50eb28:0x35,_0x27cebf:0x113},_0x224418={_0x3d79d2:0x662},_0x54ff0a={'iRCQz':function(_0x1c4aac,_0x1a9207){return _0x1c4aac||_0x1a9207;},'wBfPg':_0x416591(-_0x39a5a1._0x299023,-0x11a,-0x186,-0x137),'vxvJQ':'AI\x20name\x20ge'+_0x416591(-_0x39a5a1._0x43b306,-_0x39a5a1._0x78f89f,-_0x39a5a1._0x1bb66d,-_0x39a5a1._0xfa01ef)+'ot\x20support'+_0xecb022(_0x39a5a1._0x771207,0xc6,_0x39a5a1._0x23dfb6,0xc2)+'nt','xoGgn':function(_0x33ca3e,_0x5a2e08,_0x1aef7a){return _0x33ca3e(_0x5a2e08,_0x1aef7a);},'ovTgP':function(_0x21ccc1,_0x14e460){return _0x21ccc1!==_0x14e460;}},_0x2362b5=_0x54ff0a['iRCQz'](_0x135914,_0x54ff0a['wBfPg']);function _0xecb022(_0xac9cba,_0x25bef3,_0x43741b,_0xb53419){return _0xacb273(_0x43741b,_0x25bef3-0xcd,_0xb53419- -0x4b4,_0xb53419-0x57);}if(!SUPPORTED_AGENTS[_0x416591(-_0x39a5a1._0x55f49b,-0x63,-_0x39a5a1._0x23e75c,-0x9b)](_0x2362b5)){const _0x1dabec={};return _0x1dabec[_0x416591(-0xaf,-0x8d,-_0x39a5a1._0x43b306,-_0x39a5a1._0x291f1e)]=_0x2362b5,logger[_0x416591(-_0x39a5a1._0x50eb28,-0x84,-0x80,-0x86)](_0x54ff0a['vxvJQ'],_0x1dabec),![];}function _0x416591(_0x47c59a,_0x500395,_0x571fe2,_0x1e086d){return _0xacb273(_0x500395,_0x500395-0x64,_0x1e086d- -_0x224418._0x3d79d2,_0x1e086d-0x101);}const _0x14ee8b=await _0x54ff0a[_0x416591(-0x171,-0x143,-_0x39a5a1._0x27cebf,-0x116)](getAgentApiKey,_0x178c8f,_0x2362b5);return _0x54ff0a['ovTgP'](_0x14ee8b,null);}function _0xacb273(_0x3fd4eb,_0x2aabca,_0x918ac4,_0x4a9188){return _0x1e62(_0x918ac4-0x3c0,_0x3fd4eb);}async function generateWithClaude(_0x30e7ee,_0xca9e00,_0x70e775=null,_0x2b7ddc=null){const _0x5d77c2={_0x16e3a5:0x3c0,_0x129da6:0x313,_0x2cba1f:0x3d4,_0x18f6af:0x3f3,_0x1a8ec3:0x3d7,_0x299a26:0x51b,_0x42169b:0x559,_0xad4b53:0x53c,_0x2044ad:0x480,_0x59b78f:0x2fa,_0x2d06d1:0x35a,_0x423c01:0x326,_0x232677:0x36b,_0x1ef1b3:0x2dd,_0x119f85:0x355,_0x101afb:0x4ef,_0x479687:0x55a,_0x2418a9:0x35f,_0x2479ca:0x63e,_0x29589b:0x5e6,_0x573f2b:0x381,_0x361d8b:0x39d,_0x2b1ab0:0x36b,_0x17cf1e:0x436,_0x129525:0x3cd,_0x4fe299:0x39c,_0x4afeef:0x329,_0x44bf44:0x320,_0x201157:0x3b5,_0x352fe4:0x3e1,_0x2ee870:0x3ff,_0x399398:0x5fa,_0x122d02:0x558,_0x1744b7:0x39b,_0x5e986f:0x3d5,_0x1896eb:0x408,_0x11a43f:0x42e,_0x3e3466:0x404,_0xfef320:0x3de,_0x1ac63e:0x61f,_0x421f62:0x3ec,_0x49e751:0x383,_0x5f172d:0x3b4,_0x1056bd:0x384,_0x3796c4:0x573,_0x40668f:0x5e2,_0x1478e4:0x612,_0x2ef3f6:0x45e,_0x57de0a:0x4e2,_0x44ca9d:0x37a,_0xf4140a:0x3cc,_0x50e576:0x34e,_0x571c57:0x517,_0x3128b3:0x579,_0x23951:0x3c1,_0xf195b0:0x3dc,_0x2929b7:0x37e,_0x432b5c:0x5a9,_0x4f0c5b:0x5ae,_0x42d1a1:0x5cd,_0x19ccb9:0x5d2,_0x4baaa6:0x5da,_0x1f6359:0x549,_0xd642f0:0x51c,_0x5ba7db:0x488,_0x283ca2:0x4fd,_0x19d022:0x4e3,_0x5874b5:0x5e8,_0x1631fa:0x5bd,_0x3b75e0:0x57c,_0x41fec4:0x47c,_0x418d4e:0x40d,_0x2ac1b5:0x43e,_0x4ad326:0x53c,_0x53d11c:0x3ae,_0x14f07d:0x3cd,_0x56f75a:0x379,_0x54b37b:0x3d0,_0x5930d8:0x32f,_0x5ded81:0x517,_0x5db049:0x4d6,_0x52c06d:0x502,_0x13c326:0x359,_0x14d6bd:0x3b2,_0x1898ed:0x3bb,_0x4f092c:0x3c9,_0x1187fc:0x510,_0x35ab99:0x592,_0x17a5c5:0x589,_0x18da64:0x541,_0x3abc2b:0x5b6,_0x20af09:0x2f3,_0x4b8d56:0x38d,_0x5b565d:0x3b3,_0xd12123:0x3df,_0x9d8e7a:0x3a8,_0x506002:0x3fc,_0x30bd2c:0x3b3,_0x6c0b0:0x2f4,_0x52f9ff:0x359,_0x9f89e:0x3c8,_0x558e16:0x34c,_0xd6920:0x3d1,_0x3a2d97:0x447,_0x3760d7:0x3f7,_0x4e2741:0x56c,_0x32e9b4:0x518,_0x3eaa00:0x37d,_0x5ea8c8:0x36d,_0xe2f0c9:0x3f5,_0xb363bf:0x572,_0x24f9ae:0x52c,_0x260869:0x4df,_0x333c62:0x35e,_0x361147:0x365,_0x4a3ce9:0x324,_0x2bc794:0x3ce,_0x20a63d:0x379,_0xa19bce:0x414,_0x41bb81:0x3dc,_0x357695:0x5ba,_0xe641ca:0x4b2,_0x1bb380:0x3fc,_0xf41287:0x3bf,_0x5b2ed5:0x3d1,_0x3039f0:0x3b3,_0x579bbf:0x625,_0x4bac42:0x477,_0x2e2a46:0x4e4,_0x331f71:0x3a7,_0x4caf4d:0x389,_0x11e403:0x60d,_0x1f7701:0x5ca,_0x4d877b:0x5fd,_0x285f61:0x5c5,_0x2f108b:0x642,_0x2bc156:0x56f},_0x3693b2={_0xb212b3:0x115},_0x1c76c6={_0x45564c:0x2b1,_0x642c2c:0x119},_0x22ab72={};_0x22ab72[_0x3511a7(_0x5d77c2._0x16e3a5,_0x5d77c2._0x129da6,0x368,_0x5d77c2._0x2cba1f)]=_0x3511a7(0x3a8,0x36b,_0x5d77c2._0x18f6af,_0x5d77c2._0x1a8ec3)+_0x1f9cdd(_0x5d77c2._0x299a26,0x52c,0x58b,_0x5d77c2._0x42169b)+_0x1f9cdd(0x593,0x5ef,0x571,0x56e)+_0x1f9cdd(0x538,_0x5d77c2._0xad4b53,_0x5d77c2._0x2044ad,0x4fd)+_0x3511a7(_0x5d77c2._0x59b78f,0x3bc,_0x5d77c2._0x2d06d1,0x2ea);function _0x1f9cdd(_0x236e23,_0x126a9a,_0x401642,_0x1ddf53){return _0x31be17(_0x236e23-0x3d,_0x401642,_0x1ddf53-_0x1c76c6._0x45564c,_0x1ddf53-_0x1c76c6._0x642c2c);}_0x22ab72[_0x3511a7(_0x5d77c2._0x423c01,0x29c,0x311,0x323)]=function(_0x3a4477,_0x7fe6c5){return _0x3a4477===_0x7fe6c5;},_0x22ab72['yGuBa']=_0x3511a7(0x3c3,_0x5d77c2._0x232677,0x3ef,0x36f),_0x22ab72[_0x3511a7(0x370,_0x5d77c2._0x1ef1b3,0x30f,_0x5d77c2._0x119f85)]='applicatio'+_0x1f9cdd(_0x5d77c2._0x101afb,0x549,0x5b3,_0x5d77c2._0x479687),_0x22ab72['qfVrr']=_0x3511a7(_0x5d77c2._0x2418a9,0x2e6,0x366,0x370),_0x22ab72[_0x1f9cdd(0x60f,_0x5d77c2._0x2479ca,0x5ab,_0x5d77c2._0x29589b)]=_0x3511a7(0x355,0x371,_0x5d77c2._0x573f2b,_0x5d77c2._0x361d8b),_0x22ab72[_0x3511a7(_0x5d77c2._0x2b1ab0,_0x5d77c2._0x17cf1e,_0x5d77c2._0x129525,0x3fe)]=function(_0x2667a5,_0x1a50c9){return _0x2667a5!==_0x1a50c9;},_0x22ab72[_0x3511a7(0x2ca,_0x5d77c2._0x4fe299,_0x5d77c2._0x4afeef,_0x5d77c2._0x44bf44)]=_0x3511a7(_0x5d77c2._0x201157,_0x5d77c2._0x352fe4,_0x5d77c2._0x2ee870,0x3df),_0x22ab72[_0x1f9cdd(0x544,_0x5d77c2._0x399398,_0x5d77c2._0x122d02,0x5a3)]='dxJhf',_0x22ab72[_0x3511a7(_0x5d77c2._0x1744b7,_0x5d77c2._0x5e986f,0x3d4,_0x5d77c2._0x1896eb)]=_0x3511a7(0x41a,_0x5d77c2._0x11a43f,_0x5d77c2._0x3e3466,_0x5d77c2._0xfef320)+_0x1f9cdd(0x645,0x611,_0x5d77c2._0x1ac63e,0x5e5)+_0x3511a7(_0x5d77c2._0x421f62,0x301,_0x5d77c2._0x49e751,0x3f1),_0x22ab72[_0x3511a7(0x2fe,_0x5d77c2._0x5f172d,0x36d,_0x5d77c2._0x1056bd)]=_0x1f9cdd(0x648,0x572,_0x5d77c2._0x3796c4,_0x5d77c2._0x40668f);const _0x27eb0c=_0x22ab72,_0x1e36b4=resolveClaudeApiUrl(_0x70e775),_0x30be17={};_0x30be17[_0x1f9cdd(_0x5d77c2._0x1478e4,0x5bb,0x584,0x58c)+'pe']=_0x27eb0c[_0x1f9cdd(0x497,_0x5d77c2._0x2ef3f6,0x4f6,_0x5d77c2._0x57de0a)],_0x30be17[_0x3511a7(_0x5d77c2._0x44ca9d,_0x5d77c2._0xf4140a,0x377,_0x5d77c2._0x50e576)]=_0x30e7ee,_0x30be17[_0x1f9cdd(_0x5d77c2._0x571c57,_0x5d77c2._0x3128b3,0x52c,0x570)+_0x3511a7(_0x5d77c2._0x23951,0x3ff,_0x5d77c2._0xf195b0,_0x5d77c2._0x2929b7)]=_0x27eb0c[_0x1f9cdd(_0x5d77c2._0x432b5c,0x53f,_0x5d77c2._0x4f0c5b,0x597)];const _0x57c045={};_0x57c045[_0x1f9cdd(0x546,0x557,0x545,_0x5d77c2._0x42d1a1)]=_0x27eb0c['GeJtX'],_0x57c045[_0x1f9cdd(0x57b,_0x5d77c2._0x19ccb9,_0x5d77c2._0x4baaa6,0x5a4)]=_0xca9e00;const _0x5538df={};function _0x3511a7(_0x2e9e09,_0x54447c,_0x15bb83,_0x3e6e15){return _0xacb273(_0x3e6e15,_0x54447c-_0x3693b2._0xb212b3,_0x15bb83- -0x1cc,_0x3e6e15-0x1b1);}_0x5538df[_0x1f9cdd(0x531,_0x5d77c2._0x1f6359,0x4af,_0x5d77c2._0xd642f0)]=_0x2b7ddc||CLAUDE_MODEL,_0x5538df[_0x1f9cdd(_0x5d77c2._0x5ba7db,0x514,_0x5d77c2._0x283ca2,_0x5d77c2._0x19d022)]=MAX_TOKENS,_0x5538df[_0x3511a7(0x315,_0x5d77c2._0x361d8b,0x35e,0x334)]=SYSTEM_PROMPT,_0x5538df[_0x1f9cdd(_0x5d77c2._0x5874b5,_0x5d77c2._0x1631fa,0x516,_0x5d77c2._0x3b75e0)]=[_0x57c045];const _0x229197=await fetch(_0x1e36b4,{'method':_0x3511a7(_0x5d77c2._0x41fec4,0x468,_0x5d77c2._0x418d4e,_0x5d77c2._0x2ac1b5),'headers':_0x30be17,'body':JSON[_0x1f9cdd(_0x5d77c2._0x4ad326,0x501,0x4e7,0x520)](_0x5538df)});if(!_0x229197['ok']){if(_0x27eb0c[_0x3511a7(0x382,_0x5d77c2._0x53d11c,_0x5d77c2._0x14f07d,0x3ce)](_0x27eb0c['AAnPB'],_0x27eb0c[_0x3511a7(_0x5d77c2._0x56f75a,0x3ca,_0x5d77c2._0x54b37b,0x41f)])){const _0x2d86b6=await _0x229197[_0x3511a7(0x473,0x36b,0x3f2,0x460)](),_0x10ec2e={};_0x10ec2e[_0x3511a7(0x303,0x338,_0x5d77c2._0x5930d8,0x38b)]=_0x229197[_0x1f9cdd(_0x5d77c2._0x5ded81,0x536,_0x5d77c2._0x5db049,_0x5d77c2._0x52c06d)],_0x10ec2e['statusText']=_0x229197['statusText'],_0x10ec2e['error']=_0x2d86b6,logger[_0x3511a7(0x342,0x3c1,_0x5d77c2._0x13c326,_0x5d77c2._0x14d6bd)](_0x27eb0c['CQNCA'],_0x10ec2e);const _0x2f4153={};return _0x2f4153[_0x3511a7(0x36d,_0x5d77c2._0x1898ed,_0x5d77c2._0x4f092c,_0x5d77c2._0x1744b7)]=![],_0x2f4153[_0x1f9cdd(0x587,0x58e,_0x5d77c2._0x1187fc,0x52c)]='Claude\x20API'+_0x1f9cdd(_0x5d77c2._0x35ab99,_0x5d77c2._0x17a5c5,0x55d,0x5e5)+'ailed:\x20'+_0x229197['status']+'\x20'+_0x229197['statusText'],_0x2f4153;}else{const _0x2cd440={};return _0x2cd440[_0x1f9cdd(0x54f,0x539,_0x5d77c2._0x18da64,_0x5d77c2._0x3abc2b)]=_0x1e4ea6,_0x2cd440[_0x3511a7(_0x5d77c2._0x20af09,0x391,0x359,_0x5d77c2._0x4b8d56)]=_0x1de234[_0x3511a7(_0x5d77c2._0x5b565d,_0x5d77c2._0xd12123,_0x5d77c2._0x9d8e7a,_0x5d77c2._0x506002)],_0x14b0f9[_0x3511a7(_0x5d77c2._0x30bd2c,_0x5d77c2._0x6c0b0,_0x5d77c2._0x52f9ff,0x390)](_0x27eb0c['qnvsJ'],_0x2cd440),null;}}const _0x400042=await _0x229197[_0x1f9cdd(0x527,0x4f2,0x526,0x54e)](),_0x208f03=_0x400042?.[_0x3511a7(_0x5d77c2._0x9f89e,_0x5d77c2._0x558e16,_0x5d77c2._0xd6920,0x3be)]?.[0x10a2*0x1+-0x71*-0x17+-0x1*0x1ac9]?.[_0x3511a7(_0x5d77c2._0x3a2d97,0x418,0x3f2,_0x5d77c2._0x53d11c)]?.[_0x3511a7(0x36f,0x398,_0x5d77c2._0x3760d7,0x3d8)]();if(!_0x208f03){if(_0x27eb0c[_0x1f9cdd(_0x5d77c2._0x4e2741,0x520,_0x5d77c2._0x32e9b4,0x5a0)]('znudm',_0x27eb0c[_0x3511a7(0x365,_0x5d77c2._0x3eaa00,_0x5d77c2._0x5ea8c8,_0x5d77c2._0xe2f0c9)])){const _0x3dad0b={};_0x3dad0b['response']=_0x400042,logger[_0x1f9cdd(_0x5d77c2._0xb363bf,0x4e3,0x4ab,_0x5d77c2._0x24f9ae)](_0x1f9cdd(_0x5d77c2._0x260869,0x522,0x51c,0x541)+'ntent\x20in\x20C'+_0x3511a7(0x335,_0x5d77c2._0x333c62,_0x5d77c2._0x361147,_0x5d77c2._0x4a3ce9)+_0x3511a7(0x2ba,0x335,0x317,0x317),_0x3dad0b);const _0x374130={};return _0x374130[_0x3511a7(_0x5d77c2._0x2bc794,0x34e,0x3c9,_0x5d77c2._0x20a63d)]=![],_0x374130[_0x1f9cdd(0x4ad,0x4f8,0x5a3,0x52c)]='No\x20content'+_0x3511a7(0x44a,_0x5d77c2._0xa19bce,0x3cf,_0x5d77c2._0x41bb81)+_0x1f9cdd(0x5e1,_0x5d77c2._0x357695,0x5b6,0x5c4)+'nse',_0x374130;}else{const _0x519261=_0x53f5b9[_0x1f9cdd(0x51c,_0x5d77c2._0xe641ca,0x49b,0x4de)](_0x31bf79?.[_0x3511a7(_0x5d77c2._0x1bb380,_0x5d77c2._0xf41287,_0x5d77c2._0x5b2ed5,_0x5d77c2._0x3039f0)])?_0x2ab8b4[_0x1f9cdd(_0x5d77c2._0x579bbf,0x57b,0x5b9,0x5a4)]:[];for(const _0x228886 of _0x519261){if(_0x27eb0c[_0x1f9cdd(0x548,_0x5d77c2._0x4bac42,0x4d3,_0x5d77c2._0x2e2a46)](typeof _0x228886?.['text'],_0x27eb0c[_0x3511a7(0x336,_0x5d77c2._0x331f71,0x323,_0x5d77c2._0x4caf4d)])&&_0x228886[_0x1f9cdd(0x606,0x5a0,0x63f,0x5c5)][_0x1f9cdd(0x543,_0x5d77c2._0x11e403,0x5b2,_0x5d77c2._0x1f7701)]())return _0x228886[_0x1f9cdd(_0x5d77c2._0x4d877b,0x5b7,0x5b2,_0x5d77c2._0x285f61)][_0x1f9cdd(_0x5d77c2._0x2f108b,0x61c,0x592,0x5ca)]();}}}const _0x35c939={};return _0x35c939[_0x1f9cdd(_0x5d77c2._0x3b75e0,0x517,0x605,0x59c)]=!![],_0x35c939[_0x1f9cdd(0x54c,0x51f,_0x5d77c2._0x2bc156,0x4f3)]=_0x208f03,_0x35c939;}async function generateWithOpenAI(_0x4ece00,_0x1d396f,_0x5da69b=null,_0x28c916=null){const _0x12becf={_0x57c3ef:0x18a,_0x58aabe:0x1c5,_0x5734ce:0x1c0,_0xe5e133:0x22f,_0x45b626:0x228,_0x1dcfa2:0x282,_0x165bc0:0x497,_0x59b0fb:0xe6,_0x3a016a:0x169,_0x364f71:0x1e9,_0x3db264:0x4d5,_0x4ddc09:0x501,_0x27ed59:0x4a2,_0x5e681b:0x290,_0x38d8e3:0x1d6,_0x22272d:0x248,_0x3b06a4:0x20c,_0x526cd4:0x250,_0x517806:0x1f4,_0x3fda6d:0x1b0,_0x5495ce:0x1bc,_0x3ad88e:0x228,_0x5f2159:0x24b,_0xf73e3f:0x5c3,_0x1754a3:0x556,_0x38289c:0x5ae,_0x3732b4:0x13a,_0x252ebb:0x1c0,_0x238765:0x247,_0x1e71b7:0x23b,_0x370223:0x228,_0x481af1:0x1f3,_0x199155:0x4a8,_0x2fdd54:0x4b8,_0x10a720:0x23c,_0x153044:0x214,_0x4384e2:0x26a,_0x5ce9a7:0x4ce,_0x45c1d1:0x4e0,_0x5693f7:0x44b,_0x278e20:0x3c5,_0x2d9485:0x4a7,_0x408a93:0x4eb,_0x390665:0x47a,_0x4a75d4:0x48c,_0x58fee2:0x4c4,_0x248778:0x4c0,_0x22543f:0x45f,_0x54cc33:0x452,_0x3ed5e7:0x597,_0x28df3c:0x4fd,_0x24f6fc:0x44a,_0x3ff3c8:0x475,_0x81ea6:0x540,_0x1d851b:0x4ce,_0x38cfab:0x500,_0xb12f90:0x4ff,_0x535d11:0x4fc,_0x446878:0x503,_0xaf1f52:0x1c8,_0xe98052:0x223,_0x49fa01:0x49c,_0x1821fc:0x462,_0x31b589:0x420,_0x5a913e:0x258,_0x2db92b:0x237,_0x5ebccc:0x1fa,_0x1caf28:0x121,_0x2256ad:0x280,_0x55c8ac:0x26c,_0x1fcdfe:0x25f,_0x3f5c50:0x1ed,_0x5d15c1:0x140,_0x47f6d2:0x12a,_0x322fd6:0x144,_0x489f2f:0x138,_0x4b0327:0xfa,_0x572794:0x181,_0x316b29:0x1a6,_0x2615e4:0x477,_0x2232fa:0x413,_0x76e811:0x478,_0x266a0c:0x1d7,_0x5dc31d:0x1e6,_0x93bc79:0x288,_0x128d2d:0x21b,_0xdc7bc9:0x21f,_0x5022b5:0x40a,_0x3cac74:0x268,_0x115297:0x11f,_0x3e984e:0x157,_0x56dd26:0x16e,_0x1782b1:0x1d9,_0x377dc5:0x1e3,_0x4770a0:0x103,_0xa4321c:0x22c,_0x11b5fe:0x148,_0x1ccdf5:0x22d,_0x246eb4:0x20f,_0x57aa2b:0x1b9,_0xe08caf:0x475,_0x59725e:0x45b,_0x33bc41:0x520,_0x2f542d:0x4fb,_0x5b72e3:0x1ab,_0x521344:0x213,_0x5cbdf4:0x1cd,_0x2dc637:0x48b,_0x1f75cc:0x461,_0x5a3e8d:0x518,_0xcf95e5:0x511,_0x495b01:0x55d,_0x5e9302:0x21b,_0x3b5425:0x21e,_0x139470:0x196,_0x29eec0:0x4b9,_0x5c7b52:0x4f8,_0x506628:0x4fb,_0xbced1c:0x4c3,_0x39c5b5:0xed,_0x42f629:0x173},_0x4f5d3a={_0x506dbc:0x210,_0xdff7fc:0x18},_0x50d591={_0x39e13e:0x111,_0xd36ddc:0xee};function _0x882de2(_0x56a282,_0x3f93db,_0x3a7cfd,_0x5d0461){return _0xacb273(_0x5d0461,_0x3f93db-_0x50d591._0x39e13e,_0x3a7cfd- -0x37a,_0x5d0461-_0x50d591._0xd36ddc);}const _0x5c7059={'atfxR':_0x882de2(_0x12becf._0x57c3ef,_0x12becf._0x58aabe,_0x12becf._0x5734ce,_0x12becf._0xe5e133)+_0x882de2(0x258,0x1a9,_0x12becf._0x45b626,_0x12becf._0x1dcfa2)+_0x48e146(0x42e,0x464,_0x12becf._0x165bc0,0x4ad)+_0x882de2(0x16e,_0x12becf._0x59b0fb,_0x12becf._0x3a016a,0x15b),'VhRnR':_0x882de2(0x1b8,0x17a,_0x12becf._0x364f71,0x1d0)+_0x48e146(0x4fd,_0x12becf._0x3db264,_0x12becf._0x4ddc09,_0x12becf._0x27ed59)+_0x882de2(_0x12becf._0x5e681b,_0x12becf._0x38d8e3,0x243,_0x12becf._0x22272d)+_0x48e146(0x540,0x455,0x4ce,0x4cb),'LxueQ':function(_0x4784a5,_0x22e773){return _0x4784a5(_0x22e773);},'zDMGW':_0x882de2(_0x12becf._0x3b06a4,_0x12becf._0x526cd4,0x233,_0x12becf._0x517806)+_0x48e146(0x508,0x52f,0x4b9,0x4d5),'OwXgH':_0x882de2(0x16b,0x192,_0x12becf._0x3fda6d,_0x12becf._0x5495ce),'WvDLL':'user','JcXTs':_0x882de2(0x1b7,_0x12becf._0x3ad88e,0x1f9,_0x12becf._0x5f2159)+_0x48e146(_0x12becf._0xf73e3f,_0x12becf._0x1754a3,0x544,_0x12becf._0x38289c)+_0x882de2(0x232,_0x12becf._0x22272d,0x1d5,0x158),'AxLcL':'pfzOF','sWuMd':_0x882de2(0x218,_0x12becf._0x3732b4,_0x12becf._0x252ebb,0x15c)+_0x882de2(0x24f,_0x12becf._0x238765,0x1f0,_0x12becf._0x1e71b7)+_0x882de2(_0x12becf._0x370223,0x238,_0x12becf._0x481af1,0x1e4)+_0x48e146(_0x12becf._0x199155,0x41a,0x449,_0x12becf._0x2fdd54),'aIcac':_0x882de2(0x228,_0x12becf._0x10a720,0x1e9,0x215)+_0x882de2(0x196,0x278,_0x12becf._0x153044,_0x12becf._0x4384e2)+_0x48e146(0x4f3,0x503,0x523,0x517)+_0x48e146(0x50a,0x4cd,_0x12becf._0x5ce9a7,_0x12becf._0x45c1d1)},_0x1db478=_0x5c7059[_0x48e146(0x46f,0x484,_0x12becf._0x5693f7,_0x12becf._0x278e20)](resolveOpenAiApiUrl,_0x5da69b),_0x42d8f4={};_0x42d8f4[_0x48e146(0x510,_0x12becf._0x2d9485,_0x12becf._0x408a93,_0x12becf._0x390665)+'pe']=_0x5c7059[_0x48e146(0x54e,_0x12becf._0x4a75d4,0x4c8,_0x12becf._0x58fee2)],_0x42d8f4[_0x48e146(_0x12becf._0x248778,_0x12becf._0x22543f,0x4a5,_0x12becf._0x54cc33)+_0x48e146(_0x12becf._0x3ed5e7,0x504,0x546,0x50d)]=_0x48e146(0x4d6,0x573,_0x12becf._0x28df3c,0x55a)+_0x4ece00,_0x42d8f4[_0x48e146(0x461,_0x12becf._0x24f6fc,_0x12becf._0x3ff3c8,0x3f5)]=_0x4ece00;const _0x21323c={};_0x21323c[_0x48e146(_0x12becf._0x81ea6,_0x12becf._0x1d851b,0x52c,0x546)]=_0x5c7059[_0x48e146(0x4ae,_0x12becf._0x38cfab,0x4d6,_0x12becf._0xb12f90)],_0x21323c[_0x48e146(_0x12becf._0x535d11,0x50f,_0x12becf._0x446878,0x522)]=SYSTEM_PROMPT;const _0x4f3140={};_0x4f3140[_0x48e146(0x529,_0x12becf._0xb12f90,0x52c,0x4f9)]=_0x5c7059['WvDLL'],_0x4f3140[_0x882de2(_0x12becf._0xaf1f52,_0x12becf._0x58aabe,_0x12becf._0xe98052,0x202)]=_0x1d396f;const _0x2b1251={};_0x2b1251['model']=_0x28c916||OPENAI_MODEL,_0x2b1251[_0x48e146(0x473,_0x12becf._0x49fa01,_0x12becf._0x1821fc,_0x12becf._0x31b589)+_0x882de2(_0x12becf._0x5a913e,0x261,_0x12becf._0x2db92b,0x276)]=MAX_TOKENS,_0x2b1251[_0x882de2(0x1fe,_0x12becf._0x5ebccc,0x1a7,_0x12becf._0x1caf28)]=[_0x21323c,_0x4f3140];const _0x2ee2a7=await fetch(_0x1db478,{'method':_0x882de2(_0x12becf._0x2256ad,_0x12becf._0x55c8ac,_0x12becf._0x1fcdfe,0x20b),'headers':_0x42d8f4,'body':JSON[_0x882de2(_0x12becf._0x3f5c50,0x1e6,0x19f,_0x12becf._0x5d15c1)](_0x2b1251)});if(!_0x2ee2a7['ok']){const _0x232345=await _0x2ee2a7[_0x48e146(0x541,0x4cb,0x524,0x56c)](),_0x5dbefb={};_0x5dbefb[_0x882de2(0x139,_0x12becf._0x47f6d2,0x181,_0x12becf._0x322fd6)]=_0x2ee2a7[_0x882de2(_0x12becf._0x489f2f,_0x12becf._0x4b0327,_0x12becf._0x572794,0x101)],_0x5dbefb['statusText']=_0x2ee2a7['statusText'],_0x5dbefb[_0x882de2(_0x12becf._0x316b29,0x1c5,0x1ab,0x1a3)]=_0x232345,logger[_0x48e146(_0x12becf._0x2615e4,_0x12becf._0x2232fa,0x48b,_0x12becf._0x76e811)](_0x5c7059[_0x882de2(_0x12becf._0x266a0c,_0x12becf._0x5dc31d,0x166,0x106)],_0x5dbefb);const _0x19bc64={};return _0x19bc64[_0x882de2(0x1f5,_0x12becf._0x93bc79,_0x12becf._0x128d2d,_0x12becf._0xdc7bc9)]=![],_0x19bc64[_0x48e146(_0x12becf._0x5022b5,0x4e3,0x48b,0x445)]=_0x882de2(0x1c1,0x261,0x1f9,0x1b4)+_0x882de2(_0x12becf._0x3cac74,0x291,0x264,0x2d6)+_0x882de2(_0x12becf._0x115297,_0x12becf._0x3e984e,_0x12becf._0x56dd26,_0x12becf._0x1782b1)+_0x2ee2a7[_0x882de2(0x1d2,_0x12becf._0x377dc5,_0x12becf._0x572794,_0x12becf._0x4770a0)]+'\x20'+_0x2ee2a7[_0x882de2(0x2ac,0x1df,_0x12becf._0xa4321c,_0x12becf._0x38d8e3)],_0x19bc64;}function _0x48e146(_0x3d61f4,_0x242357,_0x1277b0,_0x306b71){return _0x31be17(_0x3d61f4-0x90,_0x3d61f4,_0x1277b0-_0x4f5d3a._0x506dbc,_0x306b71-_0x4f5d3a._0xdff7fc);}const _0x2e15d3=await _0x2ee2a7[_0x882de2(_0x12becf._0x11b5fe,0x1b8,0x1cd,0x1c4)](),_0x3d6484=extractOpenAiResponseText(_0x2e15d3);if(!_0x3d6484){if(_0x5c7059[_0x882de2(_0x12becf._0x1ccdf5,0x19c,_0x12becf._0x246eb4,_0x12becf._0x1e71b7)]!==_0x882de2(0x20a,_0x12becf._0x57aa2b,0x1ae,_0x12becf._0x3ad88e)){const _0x510528={};_0x510528[_0x48e146(_0x12becf._0xe08caf,0x3c9,0x449,_0x12becf._0x59725e)]=_0x2e15d3,logger['error'](_0x5c7059[_0x48e146(0x506,_0x12becf._0x33bc41,0x51b,0x511)],_0x510528);const _0x558a47={};return _0x558a47[_0x48e146(0x566,0x496,_0x12becf._0x2f542d,0x513)]=![],_0x558a47[_0x882de2(0x19c,0x136,_0x12becf._0x5b72e3,_0x12becf._0x56dd26)]=_0x5c7059[_0x882de2(0x1a6,_0x12becf._0x153044,_0x12becf._0x521344,_0x12becf._0x5cbdf4)],_0x558a47;}else{const _0x4f5b84={};_0x4f5b84['response']=_0x102658,_0x3d3487[_0x48e146(0x4d3,0x50c,_0x12becf._0x2dc637,_0x12becf._0x1f75cc)](_0x5c7059[_0x48e146(_0x12becf._0x5a3e8d,0x584,_0x12becf._0xcf95e5,_0x12becf._0x495b01)],_0x4f5b84);const _0x1e0566={};return _0x1e0566[_0x882de2(0x248,0x23b,_0x12becf._0x5e9302,0x1f7)]=![],_0x1e0566[_0x882de2(_0x12becf._0x3b5425,0x1b6,0x1ab,_0x12becf._0x139470)]=_0x5c7059[_0x48e146(0x482,_0x12becf._0x29eec0,0x4ac,0x4c0)],_0x1e0566;}}const _0x3f1b6e={};return _0x3f1b6e[_0x48e146(0x4e3,_0x12becf._0x5c7b52,_0x12becf._0x506628,_0x12becf._0xbced1c)]=!![],_0x3f1b6e[_0x882de2(0x1f3,_0x12becf._0x39c5b5,0x172,_0x12becf._0x42f629)]=_0x3d6484,_0x3f1b6e;}async function generateWithGemini(_0x3eac32,_0x3120b2,_0x2ac385=null,_0x4a03f7=null){const _0x164221={_0x43765a:0x34e,_0x48515a:0x3b8,_0x338020:0x43b,_0x1c9572:0x3ce,_0x41891b:0x445,_0x1ce695:0x392,_0xf91dad:0x303,_0x1d93a1:0x34b,_0xfda244:0x2d8,_0x283852:0x501,_0x168a2a:0x503,_0xf2351c:0x466,_0x5b3439:0x46c,_0x180d04:0x3d3,_0x36bc56:0x408,_0x4df587:0x474,_0x462232:0x442,_0x4c5656:0x4b7,_0x1435c8:0x43a,_0x36e69b:0x40d,_0x1398d3:0x3a7,_0x5ec76c:0x3d0,_0x5c6561:0x3b2,_0xe6e026:0x37b,_0x17e810:0x356,_0x271310:0x46e,_0x585604:0x3ed,_0x3d0012:0x397,_0x1666e8:0x3ea,_0x54f2bd:0x3df,_0x23be06:0x387,_0x213529:0x2c2,_0x49b99c:0x33c,_0x553861:0x30c,_0x582635:0x4a1,_0x883c50:0x3a1,_0x3cbbea:0x422,_0x2247e2:0x378,_0x2b2ea1:0x3f5,_0x3ae5aa:0x3ca,_0x5a023a:0x3bf,_0x40b4e9:0x320,_0xd65d1:0x344,_0x3d74c9:0x33e,_0x57d6c9:0x3aa,_0x30630c:0x357,_0x2bc41b:0x36b,_0x205493:0x3f0,_0x374e7f:0x3d8,_0x1a479d:0x405,_0x4aa567:0x379,_0x26eff0:0x36e,_0x192ac8:0x3a5,_0x476cd3:0x37d,_0x96b2fb:0x484,_0x4d301a:0x4a0,_0x141083:0x4d7,_0x3eb985:0x41f,_0x163702:0x472,_0x3ed83b:0x407,_0x45861f:0x3ec,_0x97737f:0x468,_0x5231a5:0x421,_0x24f3d8:0x4b2,_0xa27f6:0x477,_0x5d8dc8:0x3e4,_0x32b207:0x3d3,_0x111e91:0x347,_0x1fdcaf:0x45f,_0x3579c5:0x3dd,_0x42af5f:0x38d,_0x382baf:0x3db,_0x5b9cbc:0x3a6,_0x3ec77e:0x40a,_0x1c5cb6:0x435,_0x43ad18:0x377,_0x5f29f1:0x38c,_0x2f48e8:0x47f,_0x4d0afe:0x32f,_0x3c6ad1:0x3d9,_0xf01f54:0x51a,_0x4ebda5:0x433,_0x3d3660:0x446,_0x3d77f6:0x426,_0xc96724:0x451,_0x186c4a:0x40b,_0x275395:0x389,_0x17a07b:0x36b,_0x4dd6e4:0x37c,_0x58a9a4:0x3f9,_0x9af9d8:0x3d1,_0x9c15d0:0x461,_0x2bcf51:0x331,_0x378604:0x3b1,_0x251875:0x381,_0x460f8a:0x3e5,_0x26cff9:0x48e,_0x4b94e9:0x3e6,_0x2683fa:0x381,_0x29c155:0x350,_0x3a1cbb:0x304},_0x121473={_0x518790:0x19c,_0x2abbe9:0x1a3},_0x14cb88={_0x1ed1c4:0x1a2},_0x5d6811={'OrgEe':'No\x20text\x20co'+_0x5c412a(0x3b5,_0x164221._0x43765a,_0x164221._0x48515a,0x43a)+_0x43a995(0x52d,_0x164221._0x338020,0x4b1,0x4a2)+_0x43a995(0x3c3,0x3a3,0x3c5,0x36f),'TdMcw':_0x43a995(0x3e4,_0x164221._0x1c9572,_0x164221._0x41891b,0x494)+_0x5c412a(_0x164221._0x1ce695,_0x164221._0xf91dad,_0x164221._0x1d93a1,_0x164221._0xfda244)+_0x43a995(_0x164221._0x283852,_0x164221._0x168a2a,0x49f,0x464)+'nse','pbHZV':function(_0x44595d,_0x17deab,_0x5689dd,_0xcfac14){return _0x44595d(_0x17deab,_0x5689dd,_0xcfac14);},'Nafku':function(_0x148472,_0x1b6f61){return _0x148472||_0x1b6f61;},'ydZBq':function(_0x5786c1,_0x8d74b0,_0x16e353){return _0x5786c1(_0x8d74b0,_0x16e353);},'HgXmN':_0x5c412a(_0x164221._0xf2351c,0x4be,0x43d,_0x164221._0x5b3439),'NinAe':_0x43a995(0x4db,_0x164221._0x180d04,0x45b,_0x164221._0x36bc56)+_0x5c412a(0x3c9,_0x164221._0x4df587,_0x164221._0x462232,_0x164221._0x4c5656)+'ailed','vYYuL':_0x5c412a(_0x164221._0x1435c8,0x487,_0x164221._0x36e69b,_0x164221._0x1398d3)},_0x50eff9=_0x5d6811[_0x5c412a(0x491,0x440,0x414,_0x164221._0x5ec76c)](resolveGeminiApiUrl,_0x2ac385,_0x5d6811[_0x5c412a(_0x164221._0x5c6561,0x35e,_0x164221._0xe6e026,_0x164221._0x17e810)](_0x4a03f7,GEMINI_MODEL),_0x3eac32),_0x37a15c={};_0x37a15c[_0x5c412a(_0x164221._0x271310,0x45d,0x3e9,0x44c)+'pe']=_0x5c412a(_0x164221._0x585604,_0x164221._0x3d0012,0x411,_0x164221._0x1666e8)+'n/json',_0x37a15c[_0x43a995(_0x164221._0x54f2bd,_0x164221._0x23be06,0x3c0,0x348)+_0x5c412a(_0x164221._0x213529,0x310,_0x164221._0x49b99c,_0x164221._0x553861)]=_0x3eac32;function _0x43a995(_0x5abf2c,_0x50e158,_0x4bfceb,_0x3c8339){return _0xacb273(_0x50e158,_0x50e158-0x140,_0x4bfceb- -0x11e,_0x3c8339-_0x14cb88._0x1ed1c4);}_0x37a15c[_0x43a995(0x3cf,0x454,0x425,_0x164221._0x582635)]=_0x3eac32;const _0x560781={};_0x560781[_0x5c412a(_0x164221._0x883c50,0x444,_0x164221._0x3cbbea,0x3c2)]=SYSTEM_PROMPT+'\x0a\x0a'+_0x3120b2;const _0x1b9f62={};_0x1b9f62[_0x43a995(0x3c0,_0x164221._0x2247e2,_0x164221._0x2b2ea1,_0x164221._0x3ae5aa)]=[_0x560781];const _0x1330c4={};_0x1330c4[_0x5c412a(0x373,0x33c,0x3a1,_0x164221._0x5a023a)+_0x5c412a(_0x164221._0x40b4e9,_0x164221._0xd65d1,0x34f,_0x164221._0x3d74c9)]=MAX_TOKENS,_0x1330c4[_0x5c412a(_0x164221._0x57d6c9,0x2e9,_0x164221._0x30630c,_0x164221._0x2bc41b)+'e']=0.7;const _0x2660c0={};function _0x5c412a(_0x126b15,_0x1165db,_0x5e162a,_0x16e64c){return _0xacb273(_0x16e64c,_0x1165db-0x1ed,_0x5e162a- -_0x121473._0x518790,_0x16e64c-_0x121473._0x2abbe9);}_0x2660c0['contents']=[_0x1b9f62],_0x2660c0[_0x5c412a(0x373,_0x164221._0x205493,0x36b,0x341)+_0x43a995(_0x164221._0x374e7f,0x437,_0x164221._0x1a479d,0x46e)]=_0x1330c4;const _0x3ef755=await _0x5d6811[_0x5c412a(_0x164221._0x4aa567,0x371,_0x164221._0x26eff0,_0x164221._0x192ac8)](fetch,_0x50eff9,{'method':_0x5d6811[_0x43a995(0x424,0x3f4,0x471,0x44b)],'headers':_0x37a15c,'body':JSON[_0x5c412a(0x38a,0x356,_0x164221._0x476cd3,0x3d8)](_0x2660c0)});if(!_0x3ef755['ok']){const _0x1e0559=await _0x3ef755[_0x43a995(_0x164221._0x96b2fb,0x4ef,_0x164221._0x4d301a,_0x164221._0x141083)](),_0x36f4a9={};_0x36f4a9['status']=_0x3ef755['status'],_0x36f4a9[_0x43a995(_0x164221._0x3eb985,0x441,0x488,_0x164221._0x163702)]=_0x3ef755[_0x5c412a(0x386,0x42f,0x40a,0x3c8)],_0x36f4a9['error']=_0x1e0559,logger[_0x43a995(0x3db,0x3a8,_0x164221._0x3ed83b,0x45f)](_0x5d6811[_0x43a995(0x4db,_0x164221._0x45861f,_0x164221._0x97737f,_0x164221._0x5231a5)],_0x36f4a9);const _0x1bdd26={};return _0x1bdd26[_0x43a995(_0x164221._0x24f3d8,0x41c,_0x164221._0xa27f6,0x4af)]=![],_0x1bdd26[_0x5c412a(_0x164221._0x5d8dc8,0x35d,0x389,_0x164221._0x32b207)]='Gemini\x20API'+'\x20request\x20f'+_0x5c412a(0x389,_0x164221._0x111e91,0x34c,0x396)+_0x3ef755[_0x43a995(0x3d2,_0x164221._0x1fdcaf,_0x164221._0x3579c5,_0x164221._0x42af5f)]+'\x20'+_0x3ef755[_0x5c412a(_0x164221._0x382baf,_0x164221._0x5b9cbc,_0x164221._0x3ec77e,_0x164221._0x1c5cb6)],_0x1bdd26;}const _0x2aadac=await _0x3ef755[_0x5c412a(0x392,_0x164221._0x43ad18,0x3ab,_0x164221._0x5f29f1)](),_0x582f2d=_0x2aadac?.['candidates']?.[0x49*-0x31+0xa*-0x177+0x1c9f]?.[_0x43a995(_0x164221._0xa27f6,0x4d1,_0x164221._0x2f48e8,0x4c0)]?.[_0x5c412a(_0x164221._0x4d0afe,0x330,0x377,_0x164221._0x3c6ad1)]?.[0xe2+0x143a+0xc1*-0x1c]?.[_0x43a995(0x452,_0x164221._0xf01f54,0x4a0,_0x164221._0x4ebda5)]?.[_0x5c412a(0x489,0x422,0x427,0x429)]();if(!_0x582f2d){if(_0x5d6811[_0x43a995(0x3f3,_0x164221._0x3d3660,_0x164221._0x3d77f6,_0x164221._0xc96724)]===_0x5d6811[_0x43a995(0x422,0x3c6,0x426,_0x164221._0x186c4a)]){const _0x3e76c8={};_0x3e76c8['response']=_0x2aadac,logger[_0x5c412a(0x402,0x39f,_0x164221._0x275395,0x339)](_0x5d6811[_0x5c412a(0x3d0,0x2f1,0x36a,_0x164221._0x17a07b)],_0x3e76c8);const _0x3ecc90={};return _0x3ecc90[_0x5c412a(_0x164221._0x4dd6e4,0x447,_0x164221._0x58a9a4,0x3f6)]=![],_0x3ecc90[_0x43a995(_0x164221._0x9af9d8,0x3be,0x407,_0x164221._0x9c15d0)]=_0x5d6811[_0x5c412a(_0x164221._0x2bcf51,_0x164221._0x378604,0x35d,_0x164221._0x251875)],_0x3ecc90;}else{const _0x1f9f5c={};_0x1f9f5c['response']=_0x9f3a8,_0x468dd8[_0x43a995(_0x164221._0x460f8a,_0x164221._0x26cff9,0x407,_0x164221._0x4b94e9)](_0x5d6811[_0x43a995(0x370,0x465,0x3e8,0x395)],_0x1f9f5c);const _0x101dfb={};return _0x101dfb['success']=![],_0x101dfb[_0x5c412a(0x35f,0x388,_0x164221._0x275395,0x36d)]=_0x5d6811['TdMcw'],_0x101dfb;}}const _0x2b4439={};return _0x2b4439[_0x5c412a(_0x164221._0x2683fa,0x418,0x3f9,_0x164221._0x1a479d)]=!![],_0x2b4439[_0x5c412a(0x37c,0x2ed,_0x164221._0x29c155,_0x164221._0x3a1cbb)]=_0x582f2d,_0x2b4439;}function _0x2b33(){const _0xb89df3=['zcbMB3iG','Bgf1zguGqvbjia','mJaYmY0WnI0Wmq','B250zw50p2TLEq','Cw52C0O','Dg9tDhjPBMC','y29KzxG','vhz4twu','mJe5mdK4nfDJu1j1yW','wwTOzxe','tM8GDgv4DcbJBW','ruzWD1O','rxD2qM8','Bwf4t3v0Chv0va','Bw9Kzq','qxv0Ag9YAxPHDa','vuPbAhq','r2vUzxjHDguGyq','CgzsC0u','Ec1HCgKTA2v5','DLLzDuW','DMfSAwrHDgu','vMHsBLi','ANnVBG','tM8GqvbjigTLEq','CMrZksbIyxnLza','zsbUyw1LihnOBW','vefTzNm','Eg9hz24','DxnLCG','rwvMrKC','ywLSzwq','igfNzw50','BgvUz3rO','CMvZB2X2zsbbua','BI9QC29U','BNrLBNqGAw4GrW','Aw5ZDhj1y3rPBW','sKDeyw0','B250zw50','vuLyzfu','txn4wgm','nJa4mdK4mgvhqKTQyW','B1PjsNO','ww91igfYzsbHia','BwuGkdmTnYb3BW','rLvlzw4','EfLUwfK','C3bVBMqGD2L0Aa','BuLguxe','EKrnr1C','tM8Gy29UDgvUDa','BMv4CgvJDgvKia','Dwn0Aw9UCZOkcG','B3qGC3vWCg9YDa','ssbRzxKGzM9Yia','BNnL','yw50AhjVCgLJlq','BNrLBNqGAw4GtW','zwqGzM9Yiefqsq','q1jXALi','CgvUquKGqvbjia','A2v5','zM9YvgfZAW','t3Dyz0G','uKnICNa','z2vUzxjHDguGDa','t3bLBKfjiefqsq','BwvZC2fNzq','BwvZC2fNzxm','zwqGzM9YigfNzq','t0XAsfO','BMD1ywDLlMDVBW','r2vTAw5Piefqsq','yuHwtuq','C3vIC3rYAw5N','EfvdruG','BMvYyxrPB24GBG','DLbdzve','lwzSyxnO','ig9UihrOzsbNAq','C2vHCMnOugfYyq','y29Uy2LZzsbHBG','sKzUvKy','y2XHDwrLlwHHAq','q29UDgvUDc1uEq','tMLUqwu','zxnZywDLCW','z1PjAvu','qxHmy0W','rM5gu3u','A2nZC2W','tM8GC2v0DxaGCa','yuLJywm','igLUie9Wzw5bsq','sgDyBu4','CwzwCNi','uND5vM0','tK9uigLUy2X1za','BMzWBfK','s3PvsKW','C3vJy2vZCW','twTsuMC','qMvHCMvYia','igTLEsbSB29RDq','ENbby1m','mJiWodu5mwLRCKnjra','igLUienSyxvKzq','CLfKyMS','y29UDgvUDa','B25Zzxm','oMDLBMvYyxrLqW','q1foq0e','BMvYyxrPDMvSyq','BNrLBNqGAw4GqW','l21VzgvSCW','C2v0','BMrkDLe','C3rHDhvZvgv4Da','B3v0Chv0x3rLEa','DMvYC2LVBG','zgrdAgi','z2XLyxbPCY5JBW','yxrMEfi','B3v0Chv0','yxbWBgLJyxrPBW','DgfZAYbUyw1Lla','ywDLBNq','CgjiwLy','x3rVA2vUCW','y2THvey','DMuGDgfZAYbUyq','nZG2otKXoe16D09isa','C1D1twq','yxLrs2i','Bwf0DgLUzWOTia','owXOCvP2uW','yxbPx3zLCNnPBW','A2rbzuG','C3rYAw5N','Ehj6r0O','iefqssbYzxnWBW','Dgv4Da','rMfPBgvKihrVia','z2vUzxjHDgvKia','yMfZzv91CMW','DxjLihrOzsbTyq','DhjPBq','l21VzgvSCY8','D2LUzYbPBNn0CG','CM9Szq','Aw5JBhvKzxm','zcbKzxnJCMLWDa','r2vUzxjHDgvKia','qNDgsLy','EwzSz3i','Ahr0Chm6lY9Nzq','Cgf0Ag5HBwu','tKDPwfy','zw1PBMKGqvbjia','q2XHDwrLiefqsq','uxnju2y','BMfTzsbOyxmGDq','mtG5odjyt2Piy2m','A0nWvKO','Ahr0Chm6lY9HCa','AgfZ','u2DKwfm','yxbPlxzLCNnPBW','ue9tva','EvPcDwm','u3P6ve8','zgvIDwC','wgDoBLK','ihjLCxvLC3qGzG','r2vkDfG','Aw9U','lI4U','tMPowxe','vu9Zv3K','mteYD293CMjY','tg9Owei','ntK0mZi5nxvRsKncvq','Bs92mwjLDge','AxnbCNjHEq','lwTLEq','ie9otfKGDgHLia','BNq6ia','D1jrtxy','Bwf4x3rVA2vUCW','BKXLv2e','Ec1NB29NlwfWAq','ignVBMzPz3vYzq','sMnyvhm','yxnRig5HBwu','igLUy2X1zguGCq','CMvZCg9UC2u','ig5VDgHPBMCGzq','thH1zve','AenWtvu','igLUieDLBwLUAq','ywLSzwq6ia','yxnRig5HBwu6ia','yxrOihbYB3zPza','B2TLBNm','BMfTzq','n1DNsLnryq','vgfZAYbUyw1Lia','EuD1qMe','AYbUyw1LigzVCG','zsbNzw5LCMLJia','Dxz6z3e','DgvTCgvYyxr1CG','y2fZzqOTie5pva','qufUuei','yxv4AwXPyxj5ia','Dw90zxmGB3iGCW','CMvWBgfJzq','vgrny3C','zw5KC1DPDgG','C3rHDhvZ','Bwf4x291Dhb1Da','ihrOzsbMB2XSBW','D2fYBG','tMHKB0G','BNnmzw5NDgG','mta5otGZmKDTBNbPsW','C3vJy2vZC2z1Ba','BxrNswq','z2vTAw5PlteUnq','DwXKoGOTiejLia','t3jNrwu','z2vUzxjHDgLVBG','sur1vey','ufPswLq','EwrAqNe','D29YzhmGBgLRzq','ihnOB3j0ihrHCW','yY5JB20VDJeVBq','As5HBNrOCM9WAq','yxbPlwTLEq','y2vlz24','B20VDJeVCMvZCa','y3vZDg9T','CgfYDhm','quKGBMfTzsbNzq','Bw9KzwW','wvnxDvm','tMfMA3u','Aw4Gywn0Aw9Uia','C3rYAw5NAwz5','Aw5MBW','l3jLC3bVBNnLCW','igrLC2nYAxb0Aq','z3b0ltrVlw1PBG','r1r5Aui','rxLpAhO','zw50oIa','Aw5WDxq','As5VCgvUywKUyW','q29UzMLN','uevjrMq','zxjYB3i','B3bLCMf0Aw9U','vxLHs0C','wKTSueW','sNbnDgO','C3LZDgvT','y2XHDwrL','DhHtCfm','A09vve8','BMrPs1C','C3rHy2S'];_0x2b33=function(){return _0xb89df3;};return _0x2b33();}export async function generateTaskName(_0x42d207,_0x3d6b52,_0x4ae097=_0xacb273(0x56a,0x57e,0x52b,0x560)){const _0x489894={_0x36d25a:0xa7,_0x533e7:0x14f,_0x554523:0x1ad,_0x5097e0:0x12b,_0x5271fb:0xf7,_0xdf9116:0x89,_0x4ee267:0x82,_0x443e76:0xb6,_0x29d689:0x6c,_0x8b618:0x149,_0x3cbf79:0xff,_0x57cf55:0x94,_0x2fc7d2:0x129,_0x38636a:0x1a4,_0x663865:0x120,_0x25706b:0x179,_0x53dff5:0xc4,_0xf46971:0x18e,_0x4ef3d3:0x1f5,_0x2be61c:0x12a,_0x368328:0x108,_0x70235:0xa3,_0x172a95:0xab,_0x2d7efe:0xaa,_0x1013ff:0x126,_0x5966fa:0x133,_0x573708:0x198,_0x3daf98:0x1a2,_0x2decff:0x2e,_0x2dc9a2:0x29,_0x367af7:0x12b,_0x39008a:0x185,_0x2af6a4:0xbb,_0x2b4cae:0x11f,_0x338c03:0x6f,_0x58555f:0xef,_0x1667d3:0x2a,_0x29da2c:0xb1,_0x343c19:0x7f,_0x2ae0e1:0xb4,_0x56b6a2:0xac,_0x3b80dc:0x6e,_0x15451b:0x17c,_0x5912a0:0x1d5,_0x413986:0x7,_0x457a78:0x51,_0x2df1be:0x27,_0x5dc77a:0x156,_0x252362:0xc4,_0x2fad2f:0xec,_0x21eb00:0x1c7,_0x520157:0x99,_0x40865a:0x3a,_0x45a4d5:0x39,_0x1376ea:0xd,_0x582920:0xc1,_0x1d5fb1:0x8a,_0x691f87:0x1a2,_0x5531b3:0x207,_0x5d4a01:0x90,_0x2615de:0xc7,_0x43b610:0xcd,_0x1b2e65:0xa0,_0x27d446:0xa5,_0x2a0f2d:0xd7,_0x836176:0x189,_0x5f132f:0x123,_0x4160cf:0x3b,_0x4e7921:0x1b,_0x13e9d7:0x21e,_0x3d21bd:0x12d,_0x1d1061:0x162,_0x1620d2:0x145,_0x5d1d52:0x12e,_0x17621f:0x64,_0x548c90:0x183,_0x5c1ee0:0x195,_0x2d16a5:0x20c,_0x304d73:0x79,_0x2eec3d:0x11b,_0xb901f6:0x180,_0x4f6b79:0x20f,_0x25ffb3:0x220,_0x3f1112:0x128,_0xf4cac9:0x16c,_0x3f4fec:0x1d3,_0xaf15b3:0x20a,_0x241338:0xf1,_0x254efc:0xe4,_0x43efd1:0x90,_0x26da2f:0xfe,_0x4a391e:0xdd,_0x5954b0:0xc9,_0x1c4d11:0x10f,_0x171d71:0x15d,_0x5012f0:0x184,_0x1a0206:0xd8,_0x6ec581:0x1e1,_0x55c429:0x202,_0x47fc55:0x1f3,_0x220fe4:0x1b1,_0x4362ae:0x15f,_0x333653:0xe6,_0x3383a4:0x8f,_0x358fcf:0xfc,_0x17a97d:0x78,_0x4f95e9:0x1fa,_0x3d69f4:0x281,_0x273d8b:0x125,_0x5d83fc:0xe3,_0x306123:0x19a,_0x530ffc:0x27,_0x14ff33:0x52,_0x13956b:0x1ff,_0x71b9ca:0x1bd,_0x97ae9e:0x206,_0x5e1c48:0x28d,_0x413c8a:0x1a7,_0x1207ad:0x1ef,_0x2043a6:0x1a1,_0x540b15:0x174,_0x69b22a:0x190,_0x3f5403:0x3c,_0x1bbe41:0x40,_0x527dde:0x7b,_0x1e935f:0x1cb,_0x5d5872:0x1c9,_0x402648:0x17b,_0x13e663:0x19c,_0x4e4aa9:0x1a0,_0x529330:0x12c,_0x1773f8:0x8e,_0x359bfd:0xbe,_0x44153f:0x157,_0x72cd33:0xae,_0x28d3b1:0x131,_0x94c9de:0x81,_0x333c67:0x16e,_0x56d16d:0x174,_0x20c38b:0x11d,_0x44d73b:0xce,_0x2b5586:0x9a,_0x174306:0x46,_0x3b01f2:0x142,_0x4a2d3d:0xc2,_0x50c20a:0xaf,_0x32be90:0x44,_0x476305:0x5a,_0x2bae11:0x1d8,_0x2b3ab5:0x20f,_0x31f83e:0x48,_0x8b607c:0xdb,_0x3ca6f7:0x21b,_0x186a4d:0x23d,_0x42ce96:0x17a,_0x13869a:0x1be,_0x9b97f:0xb7,_0x4d2d73:0x107,_0x22a0fd:0x6d,_0x505769:0x20f,_0x46d3bb:0x233,_0x18d38e:0x1cd,_0x4674e2:0x236,_0x36f5f2:0x14f,_0x402ec9:0xfa,_0x5e0acf:0xf0,_0x4e79e2:0xdf,_0x25923b:0x197,_0x39365b:0x1cd,_0x5bc678:0x221,_0x2795c2:0x1ee,_0x4a24c9:0xc0,_0x4a6150:0x5d,_0x792a6:0x2f,_0x2435d1:0x88,_0x447a2e:0xce,_0x5cd754:0xa3,_0xc30544:0x54,_0x2936c2:0x1b2,_0x5ae4ad:0xd6,_0xb0e57b:0x199,_0x144bef:0x127,_0x3f182a:0xf9,_0x472109:0xea,_0x2767ce:0xb1,_0x2fba66:0x9f,_0x5287b4:0xbf,_0x35052d:0x16f,_0x51596f:0xf9,_0x551d8c:0x211,_0x4c846a:0x241,_0xd29f50:0x269,_0x4ba64a:0x13c,_0x5f656e:0x11e,_0x2344d0:0x153,_0x3a90ca:0xcf,_0x33df90:0x2f,_0x5bd909:0x7e,_0x4e5148:0x94,_0x4ec84e:0x2c},_0x43d843={_0xd2bc96:0xf},_0x26bb37={_0x465e76:0x15c},_0x590d64={'ygPxK':_0x4200c5(0x62,_0x489894._0x36d25a,0x14c,0xc8),'UJAht':_0x56c7bf(-_0x489894._0x533e7,-0x169,-_0x489894._0x554523,-0xd5),'xeEIk':function(_0x27333d,_0x5e5a8e,_0x2071d2){return _0x27333d(_0x5e5a8e,_0x2071d2);},'kcssl':function(_0x443f80,_0x3216e4){return _0x443f80!==_0x3216e4;},'RzJhm':'MXXUY','RCbrp':_0x4200c5(0x187,0xef,0x147,_0x489894._0x5097e0),'TAmfs':function(_0x33d1c0,_0x180c28){return _0x33d1c0>_0x180c28;},'eAFcA':function(_0x4c677e,_0x4bb71b){return _0x4c677e+_0x4bb71b;},'XAmSZ':_0x56c7bf(-0x111,-_0x489894._0x5271fb,-0x18f,-_0x489894._0xdf9116),'cyqlR':function(_0x5ee0c9,_0x31188f,_0x43b95c,_0xa582e6){return _0x5ee0c9(_0x31188f,_0x43b95c,_0xa582e6);},'UyaKG':function(_0x4a2695,_0x28d445){return _0x4a2695===_0x28d445;},'FnFSu':_0x4200c5(_0x489894._0x4ee267,0xa8,_0x489894._0x443e76,_0x489894._0x29d689),'BwFJV':function(_0xc7537a,_0x1a8517,_0x170388,_0x55c53c){return _0xc7537a(_0x1a8517,_0x170388,_0x55c53c);},'QbpLn':'claude','EyOhz':function(_0x3d5336,_0x15efc6,_0x38873d,_0x2edf90,_0x262dbc){return _0x3d5336(_0x15efc6,_0x38873d,_0x2edf90,_0x262dbc);},'JFnVF':function(_0x383f97,_0x3a819a,_0x2f27d1,_0x493356,_0x14db90){return _0x383f97(_0x3a819a,_0x2f27d1,_0x493356,_0x14db90);},'mIFQq':'gemini','nfplY':_0x56c7bf(-0x16a,-0x15a,-0x118,-_0x489894._0x8b618),'GTyiB':_0x4200c5(_0x489894._0x3cbf79,0xd3,_0x489894._0x57cf55,0xb8),'jwWtj':_0x4200c5(0x167,0xc1,0x10f,0x13c),'nEHTD':_0x56c7bf(-_0x489894._0x2fc7d2,-0x14b,-0xbe,-_0x489894._0x38636a)+_0x56c7bf(-_0x489894._0x663865,-_0x489894._0x25706b,-_0x489894._0x53dff5,-0xea)+_0x56c7bf(-_0x489894._0xf46971,-_0x489894._0x4ef3d3,-0x1fd,-_0x489894._0x2be61c)+_0x4200c5(_0x489894._0x368328,_0x489894._0x70235,0x120,_0x489894._0x172a95),'RwyVm':_0x4200c5(0xa6,_0x489894._0x2d7efe,_0x489894._0x1013ff,0xd6),'MkRRg':_0x56c7bf(-_0x489894._0x5966fa,-0x17d,-_0x489894._0x573708,-_0x489894._0x3daf98)+'generate\x20t'+_0x4200c5(-0x28,-_0x489894._0x2decff,-_0x489894._0x2dc9a2,0x3b)};function _0x56c7bf(_0x21ef09,_0x188d60,_0x9b496e,_0xcb1ae4){return _0xacb273(_0x9b496e,_0x188d60-_0x26bb37._0x465e76,_0x21ef09- -0x6f2,_0xcb1ae4-0x47);}if(!SUPPORTED_AGENTS[_0x56c7bf(-_0x489894._0x367af7,-_0x489894._0x39008a,-_0x489894._0x2af6a4,-0x169)](_0x4ae097)){const _0x9ce13e={};return _0x9ce13e[_0x4200c5(_0x489894._0x2b4cae,_0x489894._0x338c03,0x142,_0x489894._0x58555f)]=![],_0x9ce13e[_0x4200c5(0xc8,_0x489894._0x1667d3,_0x489894._0x29da2c,_0x489894._0x343c19)]=_0x4200c5(0xe5,_0x489894._0x2ae0e1,_0x489894._0x56b6a2,_0x489894._0x3b80dc)+_0x56c7bf(-0x175,-0x1d3,-0xf5,-0x1ce)+_0x56c7bf(-0x18c,-0x209,-0x183,-0x172)+_0x56c7bf(-_0x489894._0x15451b,-0x1e8,-0x1b8,-_0x489894._0x5912a0)+_0x4200c5(_0x489894._0x413986,-_0x489894._0x457a78,_0x489894._0x2df1be,0x34)+_0x4ae097,_0x9ce13e;}const _0x1d3e72=await _0x590d64['xeEIk'](getAgentApiKey,_0x42d207,_0x4ae097);if(!_0x1d3e72){if(_0x590d64[_0x4200c5(_0x489894._0x5dc77a,_0x489894._0x368328,0x9c,0xe5)](_0x590d64['RzJhm'],_0x590d64[_0x4200c5(0x109,0x4c,_0x489894._0x252362,0xcb)])){const _0x4e280d={};return _0x4e280d[_0x56c7bf(-0x15d,-_0x489894._0x2fad2f,-0x189,-_0x489894._0x21eb00)]=![],_0x4e280d['error']='No\x20API\x20key'+_0x4200c5(-_0x489894._0x2decff,_0x489894._0x520157,-_0x489894._0x40865a,_0x489894._0x45a4d5)+_0x4200c5(_0x489894._0x1376ea,0x89,_0x489894._0x582920,_0x489894._0x1d5fb1)+_0x4ae097+_0x56c7bf(-0x1a2,-0x12a,-_0x489894._0x691f87,-_0x489894._0x5531b3),_0x4e280d;}else _0x5e3cfb['searchPara'+'ms'][_0x4200c5(_0x489894._0x5d4a01,_0x489894._0x2615de,_0x489894._0x43b610,0xfe)](_0x590d64['ygPxK'],_0x595bba);}const _0x315238=_0x590d64[_0x4200c5(0x42,0x9d,_0x489894._0x1b2e65,_0x489894._0x27d446)](_0x3d6b52[_0x4200c5(_0x489894._0x2a0f2d,0x6e,0x43,0xab)],-0x19ad+-0x1bb9+-0x32f*-0x12)?_0x590d64['eAFcA'](_0x3d6b52[_0x56c7bf(-0x177,-_0x489894._0x836176,-0x10c,-0x175)](-0x756+0x2019+-0x1*0x18c3,0x2603+-0x2*0x5de+-0x165f),_0x590d64['XAmSZ']):_0x3d6b52,_0x28c4db=_0x4200c5(_0x489894._0x5f132f,0xde,0x106,0x9b)+_0x4200c5(_0x489894._0x4160cf,0x5f,-_0x489894._0x4e7921,0x66)+_0x56c7bf(-0x202,-0x199,-0x275,-0x1f7)+_0x56c7bf(-0x1f5,-0x1f4,-_0x489894._0x13e9d7,-0x214)+_0x56c7bf(-_0x489894._0x3d21bd,-_0x489894._0x1d1061,-_0x489894._0x1620d2,-_0x489894._0x5d1d52)+_0x4200c5(_0x489894._0x17621f,0x7f,0x113,0xbf)+_0x315238;function _0x4200c5(_0x2d04e6,_0x5788c3,_0x3959aa,_0x3ff15b){return _0xacb273(_0x2d04e6,_0x5788c3-_0x43d843._0xd2bc96,_0x3ff15b- -0x4a6,_0x3ff15b-0x119);}try{let _0x577fbb;const _0x164cf3={};_0x164cf3[_0x56c7bf(-_0x489894._0x548c90,-_0x489894._0x5c1ee0,-_0x489894._0x2d16a5,-0x10a)]=![];const _0x479be8=await _0x590d64['cyqlR'](getAgentEndpointConfig,_0x42d207,_0x4ae097,_0x164cf3),_0xb13232={};_0xb13232[_0x4200c5(_0x489894._0x304d73,_0x489894._0x2eec3d,0x55,0x9f)]=![];const _0x40de32=_0x590d64[_0x56c7bf(-0x1cb,-0x222,-_0x489894._0xb901f6,-0x1ef)](_0x479be8?.[_0x56c7bf(-0x1b4,-_0x489894._0x4f6b79,-0x1b9,-_0x489894._0x25ffb3)],_0x590d64[_0x4200c5(0x15a,_0x489894._0x3f1112,0xa2,0xe4)])?await _0x590d64[_0x4200c5(_0x489894._0xf4cac9,0x174,0x184,0x124)](getModel,_0x42d207,_0x4ae097,_0xb13232):null;switch(_0x4ae097){case _0x590d64['QbpLn']:_0x577fbb=await _0x590d64[_0x56c7bf(-_0x489894._0x3f4fec,-0x1f3,-_0x489894._0xaf15b3,-0x171)](generateWithClaude,_0x1d3e72,_0x28c4db,_0x479be8,_0x40de32);break;case _0x4200c5(_0x489894._0x241338,0xd0,_0x489894._0x254efc,_0x489894._0x43efd1):_0x577fbb=await _0x590d64[_0x4200c5(0x15a,_0x489894._0x26da2f,0x6e,_0x489894._0x4a391e)](generateWithOpenAI,_0x1d3e72,_0x28c4db,_0x479be8,_0x40de32);break;case _0x590d64[_0x4200c5(_0x489894._0x5954b0,_0x489894._0x3b80dc,_0x489894._0x1c4d11,0xbb)]:_0x577fbb=await _0x590d64['JFnVF'](generateWithGemini,_0x1d3e72,_0x28c4db,_0x479be8,_0x40de32);break;default:const _0x47b619={};_0x47b619[_0x56c7bf(-_0x489894._0x171d71,-0x18d,-_0x489894._0x5012f0,-_0x489894._0x1a0206)]=![],_0x47b619[_0x56c7bf(-0x1cd,-0x1d1,-_0x489894._0x6ec581,-_0x489894._0x55c429)]='Unknown\x20ag'+_0x56c7bf(-0x1d2,-_0x489894._0x47fc55,-_0x489894._0x220fe4,-0x205)+_0x4ae097;return _0x47b619;}if(!_0x577fbb['success']){if(_0x590d64[_0x56c7bf(-_0x489894._0x4362ae,-0x152,-0x122,-_0x489894._0x333653)]===_0x590d64[_0x4200c5(_0x489894._0x3383a4,0x2f,_0x489894._0x358fcf,_0x489894._0x17a97d)]){const _0x2c0636=new _0x31c777(_0x5beef9),_0x3ed6f2=_0x2c0636[_0x4200c5(0x16b,0x11f,0x136,0x127)][_0x56c7bf(-_0x489894._0x4f95e9,-0x241,-_0x489894._0x3d69f4,-0x191)](/\/+$/,'');return _0x2c0636[_0x56c7bf(-_0x489894._0x273d8b,-0xe1,-_0x489894._0x5d83fc,-_0x489894._0x306123)]=(_0x3ed6f2+'/'+_0x1dc7ca[_0x4200c5(_0x489894._0x530ffc,_0x489894._0x338c03,-0xa,_0x489894._0x14ff33)](/^\/+/,''))[_0x56c7bf(-_0x489894._0x4f95e9,-0x1e5,-_0x489894._0x13956b,-_0x489894._0x4f6b79)](/\/{2,}/g,'/'),_0x2c0636[_0x56c7bf(-_0x489894._0x71b9ca,-0x18d,-0x212,-0x1a4)]();}else return _0x577fbb;}const _0x538627=_0x577fbb[_0x56c7bf(-_0x489894._0x97ae9e,-0x27f,-0x1fb,-_0x489894._0x5e1c48)]['replace'](/^["']|["']$/g,'')['trim']();if(_0x538627[_0x56c7bf(-0x1a1,-0x1d1,-_0x489894._0x3f4fec,-0x150)]<-0xfac+0x11be+-0x20f||_0x590d64[_0x56c7bf(-_0x489894._0x413c8a,-0x1b9,-0x223,-_0x489894._0x1207ad)](_0x538627[_0x56c7bf(-_0x489894._0x2043a6,-0x1ba,-0x1dc,-_0x489894._0x2d16a5)],0x1815+0xe89+-0x2626)){if(_0x590d64[_0x56c7bf(-0x167,-0x15e,-_0x489894._0x540b15,-_0x489894._0x69b22a)](_0x590d64['jwWtj'],_0x4200c5(_0x489894._0x3f5403,0x8e,-0x44,_0x489894._0x1bbe41))){const _0x2ceacd={};_0x2ceacd[_0x4200c5(_0x489894._0x527dde,0x3d,_0x489894._0x457a78,0x46)]=_0x538627,_0x2ceacd[_0x56c7bf(-0x1a1,-0x1bc,-_0x489894._0x1e935f,-0x162)]=_0x538627[_0x56c7bf(-_0x489894._0x2043a6,-0x157,-0x165,-0x180)],logger[_0x56c7bf(-0x1f4,-0x213,-_0x489894._0x5d5872,-_0x489894._0x402648)](_0x56c7bf(-0x129,-_0x489894._0x13e663,-0xb3,-0xa9)+_0x4200c5(_0x489894._0x4e4aa9,0xc6,0xe3,_0x489894._0x529330)+_0x4200c5(_0x489894._0x1773f8,0x12d,_0x489894._0x29da2c,_0x489894._0x359bfd)+'length',_0x2ceacd);const _0x3bc707={};return _0x3bc707[_0x4200c5(0x164,0x75,_0x489894._0x44153f,0xef)]=![],_0x3bc707[_0x4200c5(0xf4,0x87,_0x489894._0x72cd33,0x7f)]=_0x590d64['nEHTD'],_0x3bc707;}else return _0x8aa7ef[_0x4200c5(0x90,_0x489894._0x28d3b1,_0x489894._0x94c9de,0x101)+'t'][_0x4200c5(_0x489894._0x333c67,_0x489894._0x56d16d,0x17f,_0x489894._0x20c38b)]();}const _0x5ecb30={};_0x5ecb30[_0x4200c5(_0x489894._0x44d73b,_0x489894._0x2b5586,_0x489894._0x2b5586,_0x489894._0x174306)]=_0x538627,_0x5ecb30[_0x4200c5(0x154,_0x489894._0x3b01f2,0xa9,0x109)]=_0x4ae097,_0x5ecb30[_0x4200c5(0x34,0xcd,_0x489894._0x4a2d3d,_0x489894._0x50c20a)+_0x4200c5(0x7b,_0x489894._0x32be90,_0x489894._0x1d5fb1,_0x489894._0x476305)]=_0x3d6b52[_0x56c7bf(-_0x489894._0x2043a6,-0x1e5,-_0x489894._0x6ec581,-0x228)],logger[_0x56c7bf(-_0x489894._0x2bae11,-0x1c5,-0x233,-_0x489894._0x2b3ab5)](_0x4200c5(-_0x489894._0x1bbe41,0x5,0xb4,_0x489894._0x31f83e)+_0x4200c5(0x92,_0x489894._0x8b607c,0x136,0x11a)+_0x56c7bf(-0x1f0,-0x213,-_0x489894._0x3ca6f7,-_0x489894._0x186a4d)+'ly',_0x5ecb30);const _0x2b62ca={};return _0x2b62ca['success']=!![],_0x2b62ca['name']=_0x538627,_0x2b62ca;}catch(_0x5aa80b){if(_0x590d64['kcssl'](_0x56c7bf(-0x1c9,-_0x489894._0x42ce96,-0x208,-_0x489894._0x13869a),_0x590d64[_0x56c7bf(-0x161,-0x12a,-0x1bc,-0x12e)])){const _0x418159={};_0x418159[_0x4200c5(_0x489894._0x9b97f,_0x489894._0x4d2d73,_0x489894._0x22a0fd,0x7f)]=_0x5aa80b[_0x4200c5(0x62,0x121,0x151,0xce)],_0x418159[_0x4200c5(_0x489894._0x56d16d,_0x489894._0x5d83fc,0xfa,0x109)]=_0x4ae097,_0x418159[_0x56c7bf(-0x1c3,-_0x489894._0x505769,-0x179,-_0x489894._0x46d3bb)]=_0x5aa80b[_0x56c7bf(-0x1c3,-_0x489894._0x573708,-0x19b,-0x208)],logger[_0x56c7bf(-_0x489894._0x18d38e,-_0x489894._0x4674e2,-_0x489894._0x4362ae,-0x24b)](_0x590d64[_0x4200c5(_0x489894._0x36f5f2,_0x489894._0x36f5f2,_0x489894._0x402ec9,_0x489894._0x5e0acf)],_0x418159);const _0x401e38={};return _0x401e38[_0x56c7bf(-0x15d,-_0x489894._0x4e79e2,-0x121,-_0x489894._0x25923b)]=![],_0x401e38[_0x56c7bf(-_0x489894._0x39365b,-0x238,-_0x489894._0x5bc678,-_0x489894._0x2795c2)]='Failed\x20to\x20'+_0x4200c5(0x4a,_0x489894._0x4a24c9,_0x489894._0x4a6150,0xcc)+_0x4200c5(0x91,_0x489894._0x792a6,-0xf,0x43)+_0x5aa80b[_0x4200c5(0xcd,0x9e,_0x489894._0x2435d1,_0x489894._0x447a2e)],_0x401e38;}else{if(_0x8f6a0[_0x4200c5(_0x489894._0x5cd754,0xc8,0xd3,_0x489894._0xc30544)](_0x590d64[_0x56c7bf(-_0x489894._0x2936c2,-0x23a,-0x20d,-0x22a)]))_0x5a42e4[_0x4200c5(_0x489894._0x5ae4ad,_0x489894._0xb0e57b,0x19c,_0x489894._0x144bef)]=_0xa0f4d8+'/'+_0x257829+(_0x4200c5(0x103,0x155,0x16a,_0x489894._0x3f182a)+_0x4200c5(0x67,0xde,_0x489894._0x472109,_0x489894._0x2767ce));else{if(_0x23b866['includes']('/models/'))_0x3d5a7c[_0x56c7bf(-0x125,-_0x489894._0x2fba66,-0x16b,-_0x489894._0x5287b4)]=_0x18b94d+(_0x4200c5(0xdb,_0x489894._0x35052d,0xa2,_0x489894._0x51596f)+'ontent');else{const _0x5a9559=_0x587d34||'/';_0x299a03[_0x4200c5(0x105,0xad,0xbf,0x127)]=(_0x5a9559[_0x56c7bf(-_0x489894._0x4f95e9,-_0x489894._0x551d8c,-_0x489894._0x4c846a,-_0x489894._0xd29f50)](/\/+$/,'')+_0x4200c5(_0x489894._0x4ba64a,0x15d,0x118,_0x489894._0x5f656e)+_0x5ba8dc+(_0x56c7bf(-_0x489894._0x2344d0,-0x1b2,-0x1a5,-_0x489894._0x3a90ca)+_0x4200c5(0xbb,_0x489894._0x33df90,_0x489894._0x5bd909,_0x489894._0x2767ce)))[_0x4200c5(_0x489894._0x4e5148,0xc1,-_0x489894._0x4ec84e,_0x489894._0x14ff33)](/\/{2,}/g,'/');}}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x43ff(_0x2b5423,_0x32927b){_0x2b5423=_0x2b5423-(0xf*0x12a+0x1d75*0x1+-0x2e50);const _0x192d0e=_0x34f5();let _0x12b858=_0x192d0e[_0x2b5423];if(_0x43ff['xLmWtz']===undefined){var _0x4c8d2d=function(_0x2240d7){const _0x4bc3ec='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc188fa='',_0x20ce31='';for(let _0x368058=-0x24e2*-0x1+0x1*-0x4be+-0x2024,_0x192d1a,_0x3a87fd,_0x57e726=-0x1d9*-0x1+-0x5*0x4ba+0x15c9;_0x3a87fd=_0x2240d7['charAt'](_0x57e726++);~_0x3a87fd&&(_0x192d1a=_0x368058%(0xd1e+-0x1*-0x74b+-0x1465)?_0x192d1a*(-0x1d70+-0x1c0f+0x39bf)+_0x3a87fd:_0x3a87fd,_0x368058++%(0xb02+0x1*0x1ebf+0x29bd*-0x1))?_0xc188fa+=String['fromCharCode'](0xbfb*0x2+-0x59*0x1+-0x182*0xf&_0x192d1a>>(-(-0xdf7+-0x1*0x1f3d+0x283*0x12)*_0x368058&-0x59a*0x1+0x1f8d+0x19ed*-0x1)):0x12f6+0x185*0x5+-0xd*0x20b){_0x3a87fd=_0x4bc3ec['indexOf'](_0x3a87fd);}for(let _0x4cb262=-0x137*-0x10+-0x1*0x1fa9+-0x95*-0x15,_0x2b3a78=_0xc188fa['length'];_0x4cb262<_0x2b3a78;_0x4cb262++){_0x20ce31+='%'+('00'+_0xc188fa['charCodeAt'](_0x4cb262)['toString'](0x11aa+-0x56*0x2e+-0x226))['slice'](-(-0x16a6+-0x2001+0x36a9*0x1));}return decodeURIComponent(_0x20ce31);};_0x43ff['kXcIbb']=_0x4c8d2d,_0x43ff['KExEUT']={},_0x43ff['xLmWtz']=!![];}const _0x5bbee6=_0x192d0e[-0x1a86+-0x1dc3+0x641*0x9],_0x43f244=_0x2b5423+_0x5bbee6,_0x25d1e7=_0x43ff['KExEUT'][_0x43f244];return!_0x25d1e7?(_0x12b858=_0x43ff['kXcIbb'](_0x12b858),_0x43ff['KExEUT'][_0x43f244]=_0x12b858):_0x12b858=_0x25d1e7,_0x12b858;}(function(_0x71371c,_0x1aafb9){const _0x4bf163={_0x19d32d:0xdd,_0x3b29be:0xdc,_0x15030e:0xe2,_0x708505:0xdc,_0x276ac8:0xe1,_0x70cfb0:0x7e,_0xadcace:0x82,_0x24ea01:0x7f,_0x55dfcd:0x8b,_0x14bfa0:0x86,_0x5ac850:0x81,_0x5929db:0xe7,_0x6ca67:0xd4,_0xca2789:0x8f,_0x74abdc:0x84,_0xdb957e:0x7a,_0x20ef65:0x8a},_0x5d366a={_0x5c75f5:0x3b},_0x176f94={_0x5e17a2:0x12f};function _0x692b68(_0x15fa71,_0x475569,_0x1b0a02,_0x233df9){return _0x43ff(_0x475569- -_0x176f94._0x5e17a2,_0x1b0a02);}function _0x2b509d(_0x1e1f0d,_0x515ced,_0x24fcf5,_0x5b84bd){return _0x43ff(_0x1e1f0d-_0x5d366a._0x5c75f5,_0x24fcf5);}const _0x3735fa=_0x71371c();while(!![]){try{const _0x37b994=-parseInt(_0x2b509d(0xd6,0xdc,_0x4bf163._0x19d32d,0xce))/(-0x10f+-0x1*0x67f+0xf*0x81)*(parseInt(_0x2b509d(_0x4bf163._0x3b29be,_0x4bf163._0x15030e,0xdd,_0x4bf163._0x708505))/(0x104*0x10+-0x1*0x2419+0x11*0x12b))+-parseInt(_0x2b509d(0xd9,0xdd,_0x4bf163._0x276ac8,0xd2))/(0x4*-0x679+0x21*0x23+-0x94*-0x25)*(-parseInt(_0x692b68(-_0x4bf163._0x70cfb0,-_0x4bf163._0xadcace,-0x83,-_0x4bf163._0x24ea01))/(0x6ef*-0x5+0xe4e+0x1461))+parseInt(_0x692b68(-0x8d,-_0x4bf163._0x55dfcd,-_0x4bf163._0x14bfa0,-_0x4bf163._0x5ac850))/(-0x27*0x1+0x778+-0x74c)+-parseInt(_0x2b509d(0xe9,0xf3,0xe2,0xf0))/(-0x60*-0x45+0x1e84+-0x5*0xb46)+parseInt(_0x2b509d(0xdd,0xdb,_0x4bf163._0x5929db,_0x4bf163._0x6ca67))/(-0xb*0x327+0x2325+0x71*-0x1)+-parseInt(_0x692b68(-_0x4bf163._0xca2789,-0x86,-0x8b,-0x7f))/(-0x1774+-0xec0+0x263c)+parseInt(_0x692b68(-0x86,-_0x4bf163._0x74abdc,-_0x4bf163._0xdb957e,-_0x4bf163._0x20ef65))/(-0x30f*-0x1+-0x3*0x1df+0x297);if(_0x37b994===_0x1aafb9)break;else _0x3735fa['push'](_0x3735fa['shift']());}catch(_0x6444f0){_0x3735fa['push'](_0x3735fa['shift']());}}}(_0x34f5,0x2*-0x82d5+0x3023a+-0x64ed*0x1));function _0x34f5(){const _0x4b2b2e=['DhjPBq','mJHetMXkCKq','mJi5nZqWtfzsCNLv','C291CMnL','nty0mZKWs1Dwrxzs','AxnbCNjHEq','C3rYAw5N','r1LPz3i','vLb4zg4','mtu5odiXnNb0EvfVBG','tNHcBMS','mJyYndiYmefwwKnJDq','tMfTzq','mti2nte2zgHiu2rx','odKZmdeWv0nmq25H','yxv0B21HDgLVBG','wfHAz3G','nty1n1jTsw9fCW','wwjRwe8','C1bNCKq','oxfRzNb0wa','B2jQzwn0'];_0x34f5=function(){return _0x4b2b2e;};return _0x34f5();}function normalizeOptionalString(_0xa81a76){const _0x3ca8c4={_0x266268:0x1c3,_0x3826ba:0x1b4,_0x5854ad:0x1ba,_0x55461e:0x1b1,_0x4c0c7f:0x1b2,_0x38cacc:0x101,_0x4963dd:0x101,_0xfdb186:0xff,_0x17b1c8:0x102};function _0x158eab(_0x13399e,_0x334f43,_0x5a2ddc,_0x17dffa){return _0x43ff(_0x334f43- -0x1a1,_0x13399e);}const _0x3795d0={};_0x3795d0[_0x3d500c(-_0x3ca8c4._0x266268,-_0x3ca8c4._0x3826ba,-0x1bc,-0x1bf)]=_0x3d500c(-_0x3ca8c4._0x5854ad,-_0x3ca8c4._0x55461e,-_0x3ca8c4._0x4c0c7f,-0x1bc);const _0x2f2175=_0x3795d0;function _0x3d500c(_0x525035,_0x5062ca,_0x94780e,_0x1c53da){return _0x43ff(_0x94780e- -0x258,_0x1c53da);}if(typeof _0xa81a76!==_0x2f2175['YbkXO'])return null;const _0x53d1f2=_0xa81a76[_0x158eab(-_0x3ca8c4._0x38cacc,-_0x3ca8c4._0x4963dd,-_0x3ca8c4._0xfdb186,-_0x3ca8c4._0x17b1c8)]();return _0x53d1f2?_0x53d1f2:null;}export function getUntrustedTaskSourceMetadata(_0x44ee65=null){const _0x3a0e6c={_0x589d70:0x312,_0x42c028:0x308,_0x351b3a:0x30d,_0xe3270a:0x319,_0x28e7d6:0x30a},_0x57916d={_0x389811:0xf8};function _0x563280(_0x1a2db1,_0x147de5,_0x195e8e,_0xbe51c9){return _0x43ff(_0x1a2db1- -_0x57916d._0x389811,_0xbe51c9);}function _0x45f281(_0x205290,_0xf2d4bc,_0x162219,_0x4acfec){return _0x43ff(_0x162219-0x265,_0x4acfec);}const _0x126394={};return _0x126394[_0x45f281(0x312,_0x3a0e6c._0x589d70,_0x3a0e6c._0x42c028,_0x3a0e6c._0x351b3a)]=null,_0x126394[_0x45f281(_0x3a0e6c._0xe3270a,0x30f,0x314,0x314)+'Id']=null,_0x126394[_0x45f281(_0x3a0e6c._0x28e7d6,0x31f,0x314,0x313)+'Name']=null,_0x126394;}export function getTrustedTaskSourceMetadata(_0x53f5e6={}){const _0x115ad4={_0x58ebba:0x223,_0x1bf403:0x95,_0x2df19c:0x9f,_0x2e06f5:0xac,_0x33d926:0xa2,_0x31acc8:0x222,_0x468c5d:0x21d,_0x2a115f:0x217,_0x47765d:0x21b,_0x286f8a:0x21e,_0x4436d2:0xa4,_0x1bbd9e:0xaa,_0x39617b:0x9c,_0x3d700c:0xa0,_0x5a4acf:0x214,_0x43ed9d:0x20e,_0x2f525c:0xad,_0x5d8860:0xa8,_0x2db10a:0x9d,_0x51baa8:0xa3,_0x208891:0xaa,_0x3d396d:0xa7},_0xbf6d96={_0x4c0de7:0x2c2},_0x1df83d={'GYigr':function(_0x45b0f4,_0x3ce58b){return _0x45b0f4!==_0x3ce58b;},'NxBnk':_0x23a050(-0x22d,-0x22e,-_0x115ad4._0x58ebba,-0x22a),'sPgrD':function(_0x2d841b,_0x461b60){return _0x2d841b(_0x461b60);},'VPxdn':function(_0x48405f,_0x34da6e){return _0x48405f(_0x34da6e);},'XXZgx':function(_0xe464e5,_0x29b2d9){return _0xe464e5(_0x29b2d9);}};function _0x550f3c(_0x33dd66,_0x4f634b,_0xe428c9,_0x2aa3d1){return _0x43ff(_0x2aa3d1- -0x8,_0xe428c9);}function _0x23a050(_0x128e61,_0x50ce96,_0x5c93cb,_0x28454c){return _0x43ff(_0x5c93cb- -_0xbf6d96._0x4c0de7,_0x28454c);}if(!_0x53f5e6||_0x1df83d[_0x550f3c(0x94,0x94,_0x115ad4._0x1bf403,_0x115ad4._0x2df19c)](typeof _0x53f5e6,_0x1df83d[_0x550f3c(_0x115ad4._0x2e06f5,0xa1,0xa6,_0x115ad4._0x33d926)])||Array[_0x23a050(-0x217,-_0x115ad4._0x31acc8,-_0x115ad4._0x468c5d,-_0x115ad4._0x2a115f)](_0x53f5e6))return getUntrustedTaskSourceMetadata();return{'source':_0x1df83d[_0x23a050(-_0x115ad4._0x47765d,-_0x115ad4._0x286f8a,-0x225,-0x220)](normalizeOptionalString,_0x53f5e6[_0x550f3c(0x9c,_0x115ad4._0x4436d2,0x9c,0x9b)]),'automationId':_0x1df83d[_0x550f3c(0xa4,_0x115ad4._0x1bbd9e,_0x115ad4._0x39617b,_0x115ad4._0x3d700c)](normalizeOptionalString,_0x53f5e6[_0x23a050(-_0x115ad4._0x5a4acf,-0x20a,-0x213,-_0x115ad4._0x43ed9d)+'Id']),'automationName':_0x1df83d[_0x550f3c(_0x115ad4._0x2f525c,0xae,0x9d,_0x115ad4._0x5d8860)](normalizeOptionalString,_0x53f5e6[_0x550f3c(_0x115ad4._0x2db10a,_0x115ad4._0x51baa8,_0x115ad4._0x208891,_0x115ad4._0x3d396d)+_0x23a050(-0x217,-_0x115ad4._0x468c5d,-0x216,-0x21c)])};}
|