@treasuredata/tdx 2026.6.5 → 2026.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +1 -1
- package/dist/build-info.json +3 -3
- package/dist/cli-categories.js +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/activations.js +1 -1
- package/dist/commands/agent-command.js +1 -1
- package/dist/commands/agent-test-command.js +1 -1
- package/dist/commands/api-command.js +1 -1
- package/dist/commands/auth-command.js +1 -1
- package/dist/commands/cas-command.js +1 -1
- package/dist/commands/cas-segment-command.js +1 -1
- package/dist/commands/chat-command.js +1 -1
- package/dist/commands/claude-command.js +1 -1
- package/dist/commands/claude-statusline-command.js +1 -1
- package/dist/commands/claude-usage-command.js +1 -1
- package/dist/commands/command.d.ts.map +1 -1
- package/dist/commands/command.js +1 -1
- package/dist/commands/command.js.map +1 -1
- package/dist/commands/connection-command.js +1 -1
- package/dist/commands/databases.d.ts.map +1 -1
- package/dist/commands/databases.js +1 -1
- package/dist/commands/databases.js.map +1 -1
- package/dist/commands/delivery-command.js +1 -1
- package/dist/commands/describe.js +1 -1
- package/dist/commands/engage-campaign-pull-command.js +1 -1
- package/dist/commands/engage-campaign-push-command.js +1 -1
- package/dist/commands/engage-campaign-validate-command.js +1 -1
- package/dist/commands/engage-command.js +1 -1
- package/dist/commands/engage-template-pull-command.js +1 -1
- package/dist/commands/engage-template-push-command.js +1 -1
- package/dist/commands/engage-template-validate-command.js +1 -1
- package/dist/commands/job-command.js +1 -1
- package/dist/commands/journey-command.js +1 -1
- package/dist/commands/journey-command.js.map +1 -1
- package/dist/commands/journey-validate-command.js +1 -1
- package/dist/commands/llm-command.js +1 -1
- package/dist/commands/mcp-command.js +1 -1
- package/dist/commands/parent-segment-command.js +1 -1
- package/dist/commands/policy-command.js +1 -1
- package/dist/commands/profile-command.js +1 -1
- package/dist/commands/profiles-command.js +1 -1
- package/dist/commands/query-command.js +1 -1
- package/dist/commands/schedule-command.js +1 -1
- package/dist/commands/segment-command.js +1 -1
- package/dist/commands/segment-create-command.js +1 -1
- package/dist/commands/segment-fields-command.js +1 -1
- package/dist/commands/segment-move-command.d.ts +7 -0
- package/dist/commands/segment-move-command.d.ts.map +1 -1
- package/dist/commands/segment-move-command.js +1 -1
- package/dist/commands/segment-move-command.js.map +1 -1
- package/dist/commands/segment-pull-command.js +1 -1
- package/dist/commands/segment-push-command.js +1 -1
- package/dist/commands/segment-update-command.js +1 -1
- package/dist/commands/segment-use-command.js +1 -1
- package/dist/commands/segment-validate-command.js +1 -1
- package/dist/commands/segments.d.ts +9 -0
- package/dist/commands/segments.d.ts.map +1 -1
- package/dist/commands/segments.js +1 -1
- package/dist/commands/segments.js.map +1 -1
- package/dist/commands/show.js +1 -1
- package/dist/commands/status-command.js +1 -1
- package/dist/commands/table-deleted.js +1 -1
- package/dist/commands/tables.js +1 -1
- package/dist/commands/unset-command.js +1 -1
- package/dist/commands/upgrade-command.js +1 -1
- package/dist/commands/use-command.js +1 -1
- package/dist/commands/user-command.js +1 -1
- package/dist/commands/work-command.js +1 -1
- package/dist/commands/workflow-command.js +1 -1
- package/dist/core/auth.js +1 -1
- package/dist/core/command-output.d.ts.map +1 -1
- package/dist/core/command-output.js +1 -1
- package/dist/core/command-output.js.map +1 -1
- package/dist/core/config.js +1 -1
- package/dist/core/connection-cache.js +1 -1
- package/dist/core/constants.js +1 -1
- package/dist/core/credential-cache.js +1 -1
- package/dist/core/global-context.js +1 -1
- package/dist/core/keychain.js +1 -1
- package/dist/core/oauth-keychain.js +1 -1
- package/dist/core/oauth.js +1 -1
- package/dist/core/profile.js +1 -1
- package/dist/core/project-config.js +1 -1
- package/dist/core/session.js +1 -1
- package/dist/core/user-cache.js +1 -1
- package/dist/core/version.js +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/mcp/tools/index.js +1 -1
- package/dist/mcp/tools/tdx-run.js +1 -1
- package/dist/mcp/tools/tdx-search.js +1 -1
- package/dist/mcp/tools/work-create-item.js +1 -1
- package/dist/mcp/utils.js +1 -1
- package/dist/proxy/claude-usage-tracker.js +1 -1
- package/dist/proxy/passthrough-server.js +1 -1
- package/dist/proxy/sse-usage-parser.js +1 -1
- package/dist/sdk/agent/agent-config.js +1 -1
- package/dist/sdk/agent/agent-ref-parser.js +1 -1
- package/dist/sdk/agent/agent-yaml.js +1 -1
- package/dist/sdk/agent/test/evaluator.js +1 -1
- package/dist/sdk/agent/test/executor.js +1 -1
- package/dist/sdk/agent/test/index.js +1 -1
- package/dist/sdk/agent/test/output.js +1 -1
- package/dist/sdk/agent/test/parser.js +1 -1
- package/dist/sdk/agent/tool-target-registry.js +1 -1
- package/dist/sdk/api.js +1 -1
- package/dist/sdk/cas/cas-api-client.js +1 -1
- package/dist/sdk/cas/cas-audience-yaml.js +1 -1
- package/dist/sdk/cas/cas-segment-yaml.js +1 -1
- package/dist/sdk/cas/index.js +1 -1
- package/dist/sdk/cas/pull-workflow.js +1 -1
- package/dist/sdk/cas/push-workflow.js +1 -1
- package/dist/sdk/client/cdp-api-client.js +1 -1
- package/dist/sdk/client/delivery-api-client.js +1 -1
- package/dist/sdk/client/endpoints.js +1 -1
- package/dist/sdk/client/engage-api-client.js +1 -1
- package/dist/sdk/client/http-client.js +1 -1
- package/dist/sdk/client/llm-api-client.js +1 -1
- package/dist/sdk/client/oauth-refresh.js +1 -1
- package/dist/sdk/client/rate-limiter.js +1 -1
- package/dist/sdk/client/td-api-client.js +1 -1
- package/dist/sdk/client/trino-api-client.js +1 -1
- package/dist/sdk/client/workflow-client.js +1 -1
- package/dist/sdk/connection-validator.js +1 -1
- package/dist/sdk/connection.js +1 -1
- package/dist/sdk/delivery.js +1 -1
- package/dist/sdk/engage/campaign-pull.js +1 -1
- package/dist/sdk/engage/campaign-push.js +1 -1
- package/dist/sdk/engage/campaign-validator.js +1 -1
- package/dist/sdk/engage/campaign-yaml.js +1 -1
- package/dist/sdk/engage/template-pull.js +1 -1
- package/dist/sdk/engage/template-push.js +1 -1
- package/dist/sdk/engage/template-validator.js +1 -1
- package/dist/sdk/engage/template-yaml.js +1 -1
- package/dist/sdk/engage/types/campaign-def.js +1 -1
- package/dist/sdk/engage/types/campaign-schema.js +1 -1
- package/dist/sdk/engage/types/template-schema.js +1 -1
- package/dist/sdk/engage.js +1 -1
- package/dist/sdk/errors.js +1 -1
- package/dist/sdk/index.d.ts +1 -1
- package/dist/sdk/index.d.ts.map +1 -1
- package/dist/sdk/index.js +1 -1
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/io/index.js +1 -1
- package/dist/sdk/io/node-filesystem.js +1 -1
- package/dist/sdk/job.js +1 -1
- package/dist/sdk/journey.js +1 -1
- package/dist/sdk/llm/chat-cache.js +1 -1
- package/dist/sdk/llm/index.js +1 -1
- package/dist/sdk/llm/llm-backup-utils.js +1 -1
- package/dist/sdk/llm/model-factors.js +1 -1
- package/dist/sdk/llm/user-settings.js +1 -1
- package/dist/sdk/personalization.js +1 -1
- package/dist/sdk/policy.js +1 -1
- package/dist/sdk/query/deleted-table-validation.js +1 -1
- package/dist/sdk/query/index.js +1 -1
- package/dist/sdk/query/sql-parser.js +1 -1
- package/dist/sdk/realtime.js +1 -1
- package/dist/sdk/schedule.js +1 -1
- package/dist/sdk/segment/child-segment-yaml.js +1 -1
- package/dist/sdk/segment/fields-display.js +1 -1
- package/dist/sdk/segment/file-discovery.js +1 -1
- package/dist/sdk/segment/journey-utils.js +1 -1
- package/dist/sdk/segment/journey-validator.js +1 -1
- package/dist/sdk/segment/journey-yaml.d.ts +6 -2
- package/dist/sdk/segment/journey-yaml.d.ts.map +1 -1
- package/dist/sdk/segment/journey-yaml.js +1 -1
- package/dist/sdk/segment/journey-yaml.js.map +1 -1
- package/dist/sdk/segment/parent-segment-preview.js +1 -1
- package/dist/sdk/segment/parent-segment-yaml.js +1 -1
- package/dist/sdk/segment/pull-workflow.js +1 -1
- package/dist/sdk/segment/push-recovery.js +1 -1
- package/dist/sdk/segment/push-workflow.js +1 -1
- package/dist/sdk/segment/push-workflow.js.map +1 -1
- package/dist/sdk/segment/resolution-context.js +1 -1
- package/dist/sdk/segment/segment-path-parser.d.ts.map +1 -1
- package/dist/sdk/segment/segment-path-parser.js +1 -1
- package/dist/sdk/segment/segment-path-parser.js.map +1 -1
- package/dist/sdk/segment/segment-ref-parser.js +1 -1
- package/dist/sdk/segment/segment-validator.js +1 -1
- package/dist/sdk/segment/target-resolution.js +1 -1
- package/dist/sdk/segment/tdx-config.js +1 -1
- package/dist/sdk/segment/types/activation-schema.js +1 -1
- package/dist/sdk/segment/types/journey-def.js +1 -1
- package/dist/sdk/segment/types/journey-schema.js +1 -1
- package/dist/sdk/segment/types/segment-def.js +1 -1
- package/dist/sdk/segment/types/segment-schema.js +1 -1
- package/dist/sdk/segment/validate-files.d.ts +2 -5
- package/dist/sdk/segment/validate-files.d.ts.map +1 -1
- package/dist/sdk/segment/validate-files.js +1 -1
- package/dist/sdk/segment/validate-files.js.map +1 -1
- package/dist/sdk/segment/yaml-validator.js +1 -1
- package/dist/sdk/segment.d.ts +55 -1
- package/dist/sdk/segment.d.ts.map +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/segment.js.map +1 -1
- package/dist/sdk/types/cdp.d.ts +21 -0
- package/dist/sdk/types/cdp.d.ts.map +1 -1
- package/dist/sdk/types/index.js +1 -1
- package/dist/sdk/types/progress.js +1 -1
- package/dist/sdk/types/workspace.js +1 -1
- package/dist/sdk/user.js +1 -1
- package/dist/sdk/util/format-detector.js +1 -1
- package/dist/sdk/util/formatters.js +1 -1
- package/dist/sdk/util/index.js +1 -1
- package/dist/sdk/util/paginate.js +1 -1
- package/dist/sdk/util/tree-formatter.js +1 -1
- package/dist/sdk/util/tree-search.d.ts +35 -0
- package/dist/sdk/util/tree-search.d.ts.map +1 -0
- package/dist/sdk/util/tree-search.js +1 -0
- package/dist/sdk/util/tree-search.js.map +1 -0
- package/dist/sdk/workflow/archive-validation.js +1 -1
- package/dist/sdk/workflow/clone-workflow.js +1 -1
- package/dist/sdk/workflow/index.js +1 -1
- package/dist/sdk/workflow/pull-workflow.js +1 -1
- package/dist/sdk/workflow/push-workflow.js +1 -1
- package/dist/sdk/workflow/task-graph.js +1 -1
- package/dist/sdk/workflow/tdx-config.js +1 -1
- package/dist/sdk/workflow/workflow-utils.js +1 -1
- package/dist/sdk/workspace/access-tracker.js +1 -1
- package/dist/sdk/workspace/frontmatter.js +1 -1
- package/dist/sdk/workspace/git.js +1 -1
- package/dist/sdk/workspace/index.js +1 -1
- package/dist/sdk/workspace/templates.js +1 -1
- package/dist/sdk/workspace/weekly.js +1 -1
- package/dist/sdk/workspace/wikilinks.js +1 -1
- package/dist/test-utils/command-runner.js +1 -1
- package/dist/test-utils/factories.js +1 -1
- package/dist/test-utils/fixtures.js +1 -1
- package/dist/test-utils/http-mock.js +1 -1
- package/dist/test-utils/index.js +1 -1
- package/dist/utils/async.js +1 -1
- package/dist/utils/colors.js +1 -1
- package/dist/utils/diff.js +1 -1
- package/dist/utils/file-permissions.js +1 -1
- package/dist/utils/file-reader.js +1 -1
- package/dist/utils/github-releases.js +1 -1
- package/dist/utils/global-cache.js +1 -1
- package/dist/utils/json-loader.js +1 -1
- package/dist/utils/local-cache.js +1 -1
- package/dist/utils/logger/formatters/default-formatter.js +1 -1
- package/dist/utils/logger/formatters/index.js +1 -1
- package/dist/utils/logger/handlers/console-handler.js +1 -1
- package/dist/utils/logger/handlers/file-handler.js +1 -1
- package/dist/utils/logger/handlers/index.js +1 -1
- package/dist/utils/logger/handlers/null-handler.js +1 -1
- package/dist/utils/logger/index.js +1 -1
- package/dist/utils/logger/logger.js +1 -1
- package/dist/utils/logger/types.js +1 -1
- package/dist/utils/option-validation.js +1 -1
- package/dist/utils/process.d.ts +6 -0
- package/dist/utils/process.d.ts.map +1 -1
- package/dist/utils/process.js +1 -1
- package/dist/utils/process.js.map +1 -1
- package/dist/utils/prompt.js +1 -1
- package/dist/utils/spinner.js +1 -1
- package/dist/utils/sse-parser.js +1 -1
- package/dist/utils/string-utils.js +1 -1
- package/dist/utils/table-ref-parser.js +1 -1
- package/dist/utils/tdx-logger.js +1 -1
- package/dist/utils/version-check.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a3_0x3e0504=a3_0x1fa1;function a3_0x1fa1(_0x465d0d,_0x59966a){_0x465d0d=_0x465d0d-0x1de;const _0x145dbc=a3_0x145d();let _0x1fa1f0=_0x145dbc[_0x465d0d];return _0x1fa1f0;}(function(_0x3d0e65,_0x5224dc){const _0x142c8e=a3_0x1fa1,_0x1374cd=_0x3d0e65();while(!![]){try{const _0x4095ca=parseInt(_0x142c8e(0x1ed))/0x1+parseInt(_0x142c8e(0x1eb))/0x2*(parseInt(_0x142c8e(0x1fd))/0x3)+-parseInt(_0x142c8e(0x1fe))/0x4+parseInt(_0x142c8e(0x1f8))/0x5*(-parseInt(_0x142c8e(0x1ec))/0x6)+parseInt(_0x142c8e(0x1e5))/0x7*(parseInt(_0x142c8e(0x1e4))/0x8)+-parseInt(_0x142c8e(0x1fb))/0x9+parseInt(_0x142c8e(0x1de))/0xa;if(_0x4095ca===_0x5224dc)break;else _0x1374cd['push'](_0x1374cd['shift']());}catch(_0x1523e1){_0x1374cd['push'](_0x1374cd['shift']());}}}(a3_0x145d,0x89508));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';function a3_0x145d(){const _0x50b5b8=['10PlKGdg','site','resolveParentId','8108226mcpPQi','length','440988gSvVmO','2697420YmZEWN','Resolved\x20parent\x20ID:\x20','\x27...','error','Resolved\x20child\x20ID:\x20','493530yPiJgg','cause','verbose','Site:\x20','execute','message','3661096VDdLsb','14SBxjkI','\x20\x20Cause:\x20','Resolving\x20child\x20segment\x20\x27','data','Child\x20name:\x20','List\x20activations\x20for\x20a\x20segment','4cHrWwh','451896RlwsbR','1029722pxPqlo','resolveSegmentId','Error:\x20Child\x20segment\x20name\x20is\x20required\x20for\x20activations','Usage:\x20tdx\x20activations\x20<parent_name/child_name>','name','✔\x20Found\x20','Resolving\x20parent\x20segment\x20\x27','Error:\x20Segment\x20name\x20is\x20required','segment','Parent\x20name:\x20','Listing\x20activations\x20for\x20segment\x20\x27'];a3_0x145d=function(){return _0x50b5b8;};return a3_0x145d();}import{withSpinner}from'../utils/spinner.js';import{parseSegmentRef}from'../sdk/segment/segment-ref-parser.js';export class ActivationsCommand extends BaseCommand{[a3_0x3e0504(0x1f1)]='activations';['description']=a3_0x3e0504(0x1ea);async[a3_0x3e0504(0x1e2)](_0x2d7175){const _0x46bd52=a3_0x3e0504,{options:_0x3002a8,args:_0x170970,tdx:_0x10c052}=_0x2d7175;if(_0x170970['length']===0x0)return console['error'](_0x46bd52(0x1f4)),console[_0x46bd52(0x201)](_0x46bd52(0x1f0)),0x1;try{const {parentId:_0x2b023a,childId:_0x5d7194}=parseSegmentRef(_0x170970[0x0]);if(!_0x5d7194)return console['error'](_0x46bd52(0x1ef)),console[_0x46bd52(0x201)]('Usage:\x20tdx\x20activations\x20<parent_name/child_name>'),0x1;_0x3002a8[_0x46bd52(0x1e0)]&&(console[_0x46bd52(0x201)](_0x46bd52(0x1e1)+_0x3002a8[_0x46bd52(0x1f9)]),console[_0x46bd52(0x201)](_0x46bd52(0x1f6)+_0x2b023a),console[_0x46bd52(0x201)](_0x46bd52(0x1e9)+_0x5d7194));const _0x4f616d=await withSpinner(_0x46bd52(0x1f3)+_0x2b023a+_0x46bd52(0x200),()=>_0x10c052['segment'][_0x46bd52(0x1fa)](_0x2b023a),{'verbose':_0x3002a8[_0x46bd52(0x1e0)]}),_0x55215d=_0x4f616d[_0x46bd52(0x1e8)];_0x3002a8[_0x46bd52(0x1e0)]&&console[_0x46bd52(0x201)](_0x46bd52(0x1ff)+_0x55215d);const _0x3bc2a3=await withSpinner(_0x46bd52(0x1e7)+_0x5d7194+_0x46bd52(0x200),()=>_0x10c052[_0x46bd52(0x1f5)][_0x46bd52(0x1ee)](_0x55215d,_0x5d7194),{'verbose':_0x3002a8['verbose']}),_0x53ef27=_0x3bc2a3[_0x46bd52(0x1e8)];_0x3002a8[_0x46bd52(0x1e0)]&&console[_0x46bd52(0x201)](_0x46bd52(0x202)+_0x53ef27);const _0x5583af=await withSpinner(_0x46bd52(0x1f7)+_0x5d7194+'\x27...',()=>_0x10c052['segment']['listActivations'](_0x55215d,_0x53ef27),{'verbose':_0x3002a8[_0x46bd52(0x1e0)]}),_0x4804e6=_0x5583af[_0x46bd52(0x1e8)];return console[_0x46bd52(0x201)](_0x46bd52(0x1f2)+_0x4804e6['length']+'\x20activation'+(_0x4804e6[_0x46bd52(0x1fc)]!==0x1?'s':'')),await handleSDKOutput(_0x4804e6,_0x3002a8),0x0;}catch(_0x1ffe71){if(_0x1ffe71 instanceof SDKError)return console[_0x46bd52(0x201)]('Error:\x20'+_0x1ffe71[_0x46bd52(0x1e3)]),_0x1ffe71[_0x46bd52(0x1df)]&&console[_0x46bd52(0x201)](_0x46bd52(0x1e6)+_0x1ffe71['cause']),0x1;throw _0x1ffe71;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4_0x216ccd=a4_0x15c3;(function(_0x3c0d4c,_0x1adb94){const _0x3199cb=a4_0x15c3,_0x5e3dda=_0x3c0d4c();while(!![]){try{const _0x210dbb=parseInt(_0x3199cb(0x13f))/0x1*(-parseInt(_0x3199cb(0x118))/0x2)+-parseInt(_0x3199cb(0x15b))/0x3*(-parseInt(_0x3199cb(0x184))/0x4)+-parseInt(_0x3199cb(0x183))/0x5+parseInt(_0x3199cb(0x192))/0x6*(-parseInt(_0x3199cb(0x158))/0x7)+parseInt(_0x3199cb(0x1a8))/0x8*(parseInt(_0x3199cb(0x147))/0x9)+-parseInt(_0x3199cb(0x1a7))/0xa+parseInt(_0x3199cb(0x17a))/0xb;if(_0x210dbb===_0x1adb94)break;else _0x5e3dda['push'](_0x5e3dda['shift']());}catch(_0x153c63){_0x5e3dda['push'](_0x5e3dda['shift']());}}}(a4_0x5680,0x4f917));import a4_0xfc4d30 from'chalk';import a4_0x1a0f62 from'path';import{existsSync,readFileSync}from'fs';import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';import{withSpinner}from'../utils/spinner.js';import{confirmKey,isInteractive}from'../utils/prompt.js';import{findAgentConfigPath,resolveProjectFromContext,resolveAgentPullArgs}from'../sdk/agent/agent-config.js';function a4_0x5680(){const _0x484d0c=['\x20\x20tdx\x20agent\x20clone\x20<project>\x20--name\x20<new-name>\x20\x20\x20\x20#\x20Clone\x20from\x20remote\x20project','llm','experimentalKnowledgeBases','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','\x20\x20Prompt\x20\x22','agent:clone','Confirmation\x20required\x20but\x20running\x20in\x20non-interactive\x20mode','Use\x20-y\x20or\x20--yes\x20flag\x20to\x20apply\x20changes\x20without\x20confirmation','First\x20pull\x20the\x20project\x20locally,\x20then\x20clone\x20from\x20the\x20local\x20files:\x0a','description','<new-name>','pushProject','llm_project','Using\x20project\x20from\x20context:\x20','\x20\x20Text\x20Knowledge\x20Base\x20\x22','Pushing\x20to\x20project...','\x20resources\x20to\x20\x27','found','\x22\x20to\x20\x22','created','\x20\x20Experimental\x20Artifact\x20\x22','\x20|\x20','newProjectId','counts','Project\x20cloned\x20successfully','\x0aWrite\x20','\x20new','new','\x20updated','\x0a[Dry\x20run]\x20No\x20changes\x20were\x20pushed','Would\x20pull\x20agent:\x20','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','\x20unchanged','MISSING_ARGUMENT','4657yqbGTI','Dry\x20run\x20-\x20no\x20changes\x20made','chatInterfaces','formInterfaces','output','experimentalArtifacts','New\x20project:\x20','updated','9lHcgiC','Cancelled','Project:\x20','total','\x20\x20Agent\x20\x22','\x0aPush\x20','Using\x20context\x20project:\x20','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20<agent>\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20specific\x20agent\x20from\x20project','projectDir','Project\x20cloned\x20with\x20errors','\x0a✔\x20Pulled\x20','Output:\x20','source','agent','parse','agentId','\x0aPush\x20summary\x20for\x20\x27','18970vpVgYQ','\x20\x20tdx\x20agent\x20pull\x20','sourceProjectName','787860tNEgMX','\x20\x20tdx\x20agent\x20clone\x20<local-dir>\x20--name\x20<new-name>\x20\x20#\x20Clone\x20from\x20local\x20directory','\x0aSet\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','Failed\x20to\x20push\x20agent:\x20','\x0aChanges:','Using\x20project\x20from\x20','\x20created','\x20\x20Integration\x20\x22','\x20\x20Source:\x20','Would\x20clone:','\x0aErrors\x20found:','agent:pull','\x20=\x20','projectName','projectId','\x0aChanges\x20to\x20form\x20interface\x20\x27','name','\x20\x20Knowledge\x20Base\x20\x22','message','\x20successfully','\x20\x20Form\x20Interface\x20\x22','\x0aChanges\x20to\x20experimental\x20artifact\x20\x27','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20all\x20agents\x20from\x20project','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','\x22\x20to\x20a\x20different\x20profile','Clone\x20\x22','\x20\x20Chat\x20Interfaces:\x20','\x0aChanges\x20to\x20integration\x20\x27','Cloning\x20\x22','\x20errors','\x0a✔\x20All\x20files\x20are\x20up\x20to\x20date','4613114yZigGO','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<local-dir>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20to\x20existing\x20local\x20directory','knowledgeBases','\x20\x20Experimental\x20Knowledge\x20Base\x20\x22','integrations','textKnowledgeBases','newProjectName','Status:\x20','\x22:\x20','219675TQBUVb','4tuuLbD','Source:\x20','utf-8','\x0a[Dry\x20run]\x20No\x20files\x20were\x20written','agentName','Set\x20context:\x20\x20tdx\x20use\x20llm_project\x20<name>','prompts','\x20\x20Integrations:\x20','log','isNew','yes','Output\x20path:\x20','When\x20using\x20--profile,\x20you\x20must\x20specify\x20a\x20local\x20directory\x20as\x20source.\x0a','dryRun','378fMSSyx','\x22...','repeat','\x20\x20Experimental\x20Knowledge\x20Bases:\x20','tdx.json','Run\x20\x27tdx\x20agent\x20pull\x20<project>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure,\x20or\x20specify\x20an\x20agent\x20directory\x20with\x20agent.yml.','dirname','agents','force','agent:push','diff','\x0a✔\x20All\x20resources\x20are\x20up\x20to\x20date','session','\x0aProject\x20pushed\x20with\x20errors','\x20\x20tdx\x20agent\x20clone\x20agents/','pullAgent','cloneProject','outputPath','red','INVALID_ARGUMENT','cyan','2785470KSTClG','1804896lDMVgi','\x20files?','error','\x20\x20Form\x20Interfaces:\x20','No\x20tdx.json\x20found\x20in\x20','dim','\x20\x20Prompts:\x20','cwd','\x20--profile\x20','\x27\x20to\x20create\x20the\x20folder\x20structure.','context','-\x20nothing\x20pushed','Agent\x20','reason','gray','Summary:','\x20files\x20to\x20','push','pushAgent','outputDir','llmProject','\x0aChanges\x20to\x20prompt\x20\x27','New\x20project\x20name\x20is\x20required','hasChanges','unchanged','\x20\x20Experimental\x20Artifacts:\x20','action','-\x20no\x20files\x20written','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20--agent\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20specific\x20agent\x20from\x20context\x20project','Agent\x20pulled\x20successfully','execute','site','\x0aPull\x20summary\x20for\x20\x27','\x20resources?','\x0aError:','pullProject','errors','\x20changed','green','no_local_folder','\x0aChanges\x20to\x20chat\x20interface\x20\x27','\x0a✔\x20Pushed\x20','\x0aChanges\x20to\x20agent\x20\x27','Agent:\x20','\x20\x20Agents:\x20','\x20total','Usage:\x20tdx\x20agent\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20project\x20(requires\x20context\x20or\x20tdx.json)','Using\x20local\x20project:\x20','yellow','✔\x20Context\x20set:\x20','Using\x20project:\x20','profile','38GipHrD','Usage:\x20tdx\x20agent\x20clone\x20[source]\x20--name\x20<new-name>','\x20\x20Knowledge\x20Bases:\x20','\x20\x20Chat\x20Interface\x20\x22','join'];a4_0x5680=function(){return _0x484d0c;};return a4_0x5680();}import{saveSessionContext}from'../core/session.js';import{sanitizeForFilesystem,normalizeName}from'../sdk/agent/agent-yaml.js';import{getLLMProjectUrl,getLLMAgentChatUrl}from'../sdk/client/endpoints.js';function formatCountSummary(_0x59fb6e){const _0x10a5ef=a4_0x15c3,_0x104168=[];if(_0x59fb6e[_0x10a5ef(0x14a)]!==undefined)_0x104168[_0x10a5ef(0xf5)](_0x59fb6e['total']+_0x10a5ef(0x111));if(_0x59fb6e[_0x10a5ef(0x138)]!==undefined&&_0x59fb6e[_0x10a5ef(0x138)]>0x0)_0x104168[_0x10a5ef(0xf5)](a4_0xfc4d30[_0x10a5ef(0x10a)](_0x59fb6e[_0x10a5ef(0x138)]+_0x10a5ef(0x137)));if(_0x59fb6e[_0x10a5ef(0x130)]!==undefined&&_0x59fb6e[_0x10a5ef(0x130)]>0x0)_0x104168['push'](a4_0xfc4d30[_0x10a5ef(0x10a)](_0x59fb6e['created']+_0x10a5ef(0x161)));if(_0x59fb6e[_0x10a5ef(0x146)]!==undefined&&_0x59fb6e['updated']>0x0)_0x104168[_0x10a5ef(0xf5)](a4_0xfc4d30[_0x10a5ef(0x114)](_0x59fb6e[_0x10a5ef(0x146)]+_0x10a5ef(0x139)));if(_0x59fb6e['unchanged']!==undefined&&_0x59fb6e[_0x10a5ef(0xfc)]>0x0)_0x104168[_0x10a5ef(0xf5)](a4_0xfc4d30['gray'](_0x59fb6e['unchanged']+_0x10a5ef(0x13d)));if(_0x59fb6e[_0x10a5ef(0x108)]!==undefined&&_0x59fb6e[_0x10a5ef(0x108)]>0x0)_0x104168[_0x10a5ef(0xf5)](a4_0xfc4d30['red'](_0x59fb6e[_0x10a5ef(0x108)]+_0x10a5ef(0x178)));return _0x104168['join'](',\x20');}function displayDiffs(_0xf9b738,_0x1d2a8d,_0x949d76,_0x39bc49,_0x5d3924,_0x3c55a0,_0x2691b2,_0x392338,_0x470889){const _0x318b1f=a4_0x15c3;for(const _0xfdcec8 of _0xf9b738){if(_0xfdcec8['diff']){const _0xf8d241=_0xfdcec8['agentName']||_0xfdcec8[_0x318b1f(0x16b)];console['log'](_0x318b1f(0x10e)+_0xf8d241+'\x27:'),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c)),console[_0x318b1f(0x18c)](_0xfdcec8[_0x318b1f(0x19c)]),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c));}}for(const _0x4c2a36 of _0x1d2a8d){_0x4c2a36['diff']&&(console[_0x318b1f(0x18c)]('\x0aChanges\x20to\x20knowledge\x20base\x20\x27'+_0x4c2a36[_0x318b1f(0x16b)]+'\x27:'),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c)),console[_0x318b1f(0x18c)](_0x4c2a36[_0x318b1f(0x19c)]),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c)));}for(const _0x37c300 of _0x949d76){_0x37c300['diff']&&(console[_0x318b1f(0x18c)]('\x0aChanges\x20to\x20text\x20knowledge\x20base\x20\x27'+_0x37c300[_0x318b1f(0x16b)]+'\x27:'),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c)),console[_0x318b1f(0x18c)](_0x37c300[_0x318b1f(0x19c)]),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c)));}for(const _0x7dd3ac of _0x39bc49){_0x7dd3ac[_0x318b1f(0x19c)]&&(console['log'](_0x318b1f(0xf9)+_0x7dd3ac[_0x318b1f(0x16b)]+'\x27:'),console[_0x318b1f(0x18c)]('─'['repeat'](0x3c)),console[_0x318b1f(0x18c)](_0x7dd3ac['diff']),console[_0x318b1f(0x18c)]('─'['repeat'](0x3c)));}for(const _0x544854 of _0x5d3924){_0x544854['diff']&&(console[_0x318b1f(0x18c)](_0x318b1f(0x176)+_0x544854['name']+'\x27:'),console[_0x318b1f(0x18c)]('─'['repeat'](0x3c)),console[_0x318b1f(0x18c)](_0x544854[_0x318b1f(0x19c)]),console[_0x318b1f(0x18c)]('─'['repeat'](0x3c)));}for(const _0x41c1f5 of _0x3c55a0){_0x41c1f5[_0x318b1f(0x19c)]&&(console[_0x318b1f(0x18c)]('\x0aChanges\x20to\x20experimental\x20knowledge\x20base\x20\x27'+_0x41c1f5['name']+'\x27:'),console[_0x318b1f(0x18c)]('─'['repeat'](0x3c)),console['log'](_0x41c1f5[_0x318b1f(0x19c)]),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c)));}for(const _0x244f0c of _0x2691b2){_0x244f0c['diff']&&(console[_0x318b1f(0x18c)](_0x318b1f(0x170)+_0x244f0c[_0x318b1f(0x16b)]+'\x27:'),console['log']('─'[_0x318b1f(0x194)](0x3c)),console[_0x318b1f(0x18c)](_0x244f0c[_0x318b1f(0x19c)]),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c)));}for(const _0x266284 of _0x392338){_0x266284[_0x318b1f(0x19c)]&&(console[_0x318b1f(0x18c)](_0x318b1f(0x16a)+_0x266284[_0x318b1f(0x16b)]+'\x27:'),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c)),console[_0x318b1f(0x18c)](_0x266284[_0x318b1f(0x19c)]),console[_0x318b1f(0x18c)]('─'[_0x318b1f(0x194)](0x3c)));}for(const _0xf6a7f5 of _0x470889){_0xf6a7f5[_0x318b1f(0x19c)]&&(console['log'](_0x318b1f(0x10c)+_0xf6a7f5[_0x318b1f(0x16b)]+'\x27:'),console[_0x318b1f(0x18c)]('─'['repeat'](0x3c)),console[_0x318b1f(0x18c)](_0xf6a7f5[_0x318b1f(0x19c)]),console['log']('─'[_0x318b1f(0x194)](0x3c)));}}function a4_0x15c3(_0x56bbd2,_0x40a301){_0x56bbd2=_0x56bbd2-0xed;const _0x568075=a4_0x5680();let _0x15c385=_0x568075[_0x56bbd2];return _0x15c385;}export class AgentPullCommand extends BaseCommand{[a4_0x216ccd(0x16b)]=a4_0x216ccd(0x166);['description']=a4_0x216ccd(0x13c);async['execute'](_0x4ac4bd){const _0xc831a4=a4_0x216ccd,{options:_0x550c1d,args:_0xf52194,tdx:_0x4de323}=_0x4ac4bd,_0x42fc93=_0xf52194[0x0],_0x43e9ea=_0xf52194[0x1],_0x1f081d=_0x550c1d[_0xc831a4(0x143)],_0x8dea6d=_0x550c1d[_0xc831a4(0x191)],_0xb8eeb1=_0x550c1d[_0xc831a4(0x19a)],_0x49525a=_0x550c1d['yes'],_0x4c88d0=_0x550c1d[_0xc831a4(0xf8)],_0x59e0a9=_0x550c1d[_0xc831a4(0x154)];let _0x46e8ee;if(_0x42fc93){const _0x5e5bf5=a4_0x1a0f62[_0xc831a4(0x11c)](_0x42fc93,'tdx.json');if(existsSync(_0x5e5bf5))try{const _0x4fdfa3=JSON['parse'](readFileSync(_0x5e5bf5,_0xc831a4(0x186)));_0x4fdfa3[_0xc831a4(0x129)]&&(_0x46e8ee={'llm_project':_0x4fdfa3['llm_project']});}catch{}}const _0x5d5ba9=findAgentConfigPath(process[_0xc831a4(0x1af)]());let _0x5cf424;if(_0x5d5ba9)try{const _0x525039=JSON[_0xc831a4(0x155)](readFileSync(_0x5d5ba9,_0xc831a4(0x186)));_0x525039[_0xc831a4(0x129)]&&(_0x5cf424={'llm_project':_0x525039['llm_project']});}catch{}const _0x267bd9=resolveAgentPullArgs({'arg':_0x42fc93,'agentNameArg':_0x43e9ea,'agentFlag':_0x59e0a9,'contextProject':_0x4c88d0,'argDirConfig':_0x46e8ee,'cwdConfigPath':_0x5d5ba9||undefined,'cwdConfig':_0x5cf424}),{projectNameOrId:_0x238451,targetAgentName:_0x552be1,existingOutputDir:_0x76a152,source:_0x3f536a}=_0x267bd9;if(_0x3f536a==='arg-dir')console[_0xc831a4(0x18c)](a4_0xfc4d30[_0xc831a4(0x1ad)](_0xc831a4(0x160)+a4_0x1a0f62[_0xc831a4(0x11c)](_0x42fc93,'tdx.json')+':\x20'+_0x238451));else{if(_0x3f536a==='cwd-config')console[_0xc831a4(0x18c)](a4_0xfc4d30[_0xc831a4(0x1ad)](_0xc831a4(0x116)+_0x238451));else _0x3f536a===_0xc831a4(0xee)&&console[_0xc831a4(0x18c)](a4_0xfc4d30[_0xc831a4(0x1ad)](_0xc831a4(0x12a)+_0x238451));}if(!_0x238451)return _0x59e0a9?(console['log'](a4_0xfc4d30[_0xc831a4(0x114)]('The\x20--agent\x20flag\x20requires\x20llm_project\x20context\x20or\x20a\x20project\x20argument.\x0a')),console['log'](_0xc831a4(0x189)),console[_0xc831a4(0x18c)]('Or\x20specify:\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20--agent\x20<name>')):(console['log'](a4_0xfc4d30[_0xc831a4(0x114)]('llm_project\x20is\x20not\x20set.\x20Use\x20`tdx\x20use\x20llm_project\x20<name>`\x20to\x20set\x20it.\x0a')),console[_0xc831a4(0x18c)](_0xc831a4(0x112)),console[_0xc831a4(0x18c)](_0xc831a4(0x171)),console[_0xc831a4(0x18c)](_0xc831a4(0x17b)),console[_0xc831a4(0x18c)](_0xc831a4(0x100)),console[_0xc831a4(0x18c)](_0xc831a4(0x14e))),0x1;if(_0x552be1){const {data:_0x3d4d30}=await withSpinner('Pulling\x20agent\x20\x22'+_0x552be1+'\x22\x20from\x20project\x20\x22'+_0x238451+'\x22...',()=>_0x4de323[_0xc831a4(0x11e)][_0xc831a4(0x1a1)](_0x238451,_0x552be1,_0x1f081d,{'dryRun':_0x8dea6d,'force':_0xb8eeb1}));if(_0x8dea6d)return console[_0xc831a4(0x18c)](a4_0xfc4d30[_0xc831a4(0x114)]('Dry\x20run\x20-\x20no\x20files\x20written')),console[_0xc831a4(0x18c)](_0xc831a4(0x13b)+_0x3d4d30[_0xc831a4(0x188)]),console['log'](_0xc831a4(0x18f)+_0x3d4d30['outputPath']),_0x3d4d30[_0xc831a4(0x19c)]&&(console[_0xc831a4(0x18c)](_0xc831a4(0x15f)),console[_0xc831a4(0x18c)]('─'['repeat'](0x3c)),console['log'](_0x3d4d30[_0xc831a4(0x19c)]),console['log']('─'['repeat'](0x3c))),0x0;return console[_0xc831a4(0x18c)](a4_0xfc4d30[_0xc831a4(0x10a)](_0xc831a4(0x101))),console[_0xc831a4(0x18c)](_0xc831a4(0x10f)+_0x3d4d30[_0xc831a4(0x188)]),console[_0xc831a4(0x18c)](_0xc831a4(0x152)+_0x3d4d30[_0xc831a4(0x1a3)]),console['log'](_0xc831a4(0x181)+(_0x3d4d30[_0xc831a4(0x18d)]?a4_0xfc4d30[_0xc831a4(0x10a)](_0xc831a4(0x138)):_0x3d4d30[_0xc831a4(0xfb)]?a4_0xfc4d30['yellow']('updated'):a4_0xfc4d30[_0xc831a4(0xf2)](_0xc831a4(0xfc)))),0x0;}const _0xb16376=_0x76a152||_0x1f081d,{data:_0x43e1ad}=await withSpinner('Analyzing\x20project\x20\x22'+_0x238451+_0xc831a4(0x193),()=>_0x4de323[_0xc831a4(0x11e)][_0xc831a4(0x107)](_0x238451,_0xb16376,{'dryRun':!![]})),_0x95c12a=_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x199)][_0xc831a4(0x138)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x17c)][_0xc831a4(0x138)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x17f)][_0xc831a4(0x138)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x18a)]['new']+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x17e)]['new']+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x11f)][_0xc831a4(0x138)]+_0x43e1ad[_0xc831a4(0x134)]['experimentalArtifacts'][_0xc831a4(0x138)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x142)][_0xc831a4(0x138)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x141)]['new'],_0xcd1802=_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x199)]['updated']+_0x43e1ad['counts'][_0xc831a4(0x17c)][_0xc831a4(0x146)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x17f)][_0xc831a4(0x146)]+_0x43e1ad[_0xc831a4(0x134)]['prompts'][_0xc831a4(0x146)]+_0x43e1ad[_0xc831a4(0x134)]['integrations']['updated']+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x11f)][_0xc831a4(0x146)]+_0x43e1ad[_0xc831a4(0x134)]['experimentalArtifacts']['updated']+_0x43e1ad[_0xc831a4(0x134)]['formInterfaces']['updated']+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x141)][_0xc831a4(0x146)],_0x167afe=_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x199)]['unchanged']+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x17c)][_0xc831a4(0xfc)]+_0x43e1ad[_0xc831a4(0x134)]['textKnowledgeBases'][_0xc831a4(0xfc)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x18a)][_0xc831a4(0xfc)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x17e)][_0xc831a4(0xfc)]+_0x43e1ad[_0xc831a4(0x134)]['experimentalKnowledgeBases']['unchanged']+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x144)][_0xc831a4(0xfc)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x142)][_0xc831a4(0xfc)]+_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x141)][_0xc831a4(0xfc)];console['log'](_0xc831a4(0x104)+_0x43e1ad[_0xc831a4(0x168)]+'\x27:'),console['log']('\x20\x20'+a4_0xfc4d30[_0xc831a4(0x10a)]('+\x20'+_0x95c12a+_0xc831a4(0x137))+_0xc831a4(0x132)+a4_0xfc4d30['yellow']('~\x20'+_0xcd1802+_0xc831a4(0x109))+_0xc831a4(0x132)+a4_0xfc4d30[_0xc831a4(0x1ad)]('=\x20'+_0x167afe+_0xc831a4(0x13d))),console[_0xc831a4(0x18c)]('\x20\x20Agents:\x20'+formatCountSummary(_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x199)])),console[_0xc831a4(0x18c)](_0xc831a4(0x11a)+formatCountSummary(_0x43e1ad[_0xc831a4(0x134)]['knowledgeBases'])),console['log']('\x20\x20Text\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x17f)])),console[_0xc831a4(0x18c)](_0xc831a4(0x1ae)+formatCountSummary(_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x18a)])),console['log']('\x20\x20Integrations:\x20'+formatCountSummary(_0x43e1ad['counts'][_0xc831a4(0x17e)])),console['log'](_0xc831a4(0x1ab)+formatCountSummary(_0x43e1ad[_0xc831a4(0x134)]['formInterfaces'])),console[_0xc831a4(0x18c)](_0xc831a4(0x175)+formatCountSummary(_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x141)]));const _0x1018fd=_0x43e1ad['counts'][_0xc831a4(0x11f)][_0xc831a4(0x14a)]>0x0||_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x144)][_0xc831a4(0x14a)]>0x0;_0x1018fd&&(console[_0xc831a4(0x18c)]('\x20\x20Experimental\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x43e1ad[_0xc831a4(0x134)][_0xc831a4(0x11f)])),console['log'](_0xc831a4(0xfd)+formatCountSummary(_0x43e1ad[_0xc831a4(0x134)]['experimentalArtifacts'])));console[_0xc831a4(0x18c)]('\x20\x20Target:\x20'+a4_0xfc4d30[_0xc831a4(0x1a6)](_0x43e1ad[_0xc831a4(0xf7)])),displayDiffs(_0x43e1ad[_0xc831a4(0x199)],_0x43e1ad[_0xc831a4(0x17c)],_0x43e1ad['textKnowledgeBases'],_0x43e1ad[_0xc831a4(0x18a)],_0x43e1ad['integrations'],_0x43e1ad[_0xc831a4(0x11f)],_0x43e1ad['experimentalArtifacts'],_0x43e1ad[_0xc831a4(0x142)],_0x43e1ad['chatInterfaces']);if(_0x8dea6d)return console['log'](a4_0xfc4d30['yellow'](_0xc831a4(0x187))),0x0;if(_0x95c12a===0x0&&_0xcd1802===0x0)return console[_0xc831a4(0x18c)](a4_0xfc4d30[_0xc831a4(0x10a)](_0xc831a4(0x179))),saveSessionContext({'llm_project':_0x43e1ad[_0xc831a4(0x168)]},_0x550c1d[_0xc831a4(0x19e)]),console[_0xc831a4(0x18c)](a4_0xfc4d30[_0xc831a4(0x10a)](_0xc831a4(0x115)+a4_0xfc4d30[_0xc831a4(0x1ad)](_0xc831a4(0x129))+_0xc831a4(0x167)+a4_0xfc4d30['cyan'](_0x43e1ad[_0xc831a4(0x168)]))),0x0;if(!_0x49525a&&!_0xb8eeb1){if(!isInteractive())return console[_0xc831a4(0x1aa)](a4_0xfc4d30[_0xc831a4(0x1a4)](_0xc831a4(0x106)),_0xc831a4(0x123)),console[_0xc831a4(0x1aa)](a4_0xfc4d30[_0xc831a4(0x1ad)](_0xc831a4(0x124))),0x1;const _0x4dedd2=await confirmKey(_0xc831a4(0x136)+(_0x95c12a+_0xcd1802)+_0xc831a4(0x1a9));if(!_0x4dedd2)return console[_0xc831a4(0x18c)](a4_0xfc4d30['yellow'](_0xc831a4(0x148)),_0xc831a4(0xff)),0x1;}const {data:_0x31eb15}=await withSpinner('Writing\x20files...',()=>_0x4de323[_0xc831a4(0x11e)][_0xc831a4(0x107)](_0x238451,_0xb16376,{'force':_0xb8eeb1}));return console[_0xc831a4(0x18c)](a4_0xfc4d30['green'](_0xc831a4(0x151)+(_0x95c12a+_0xcd1802)+_0xc831a4(0xf4)+_0x31eb15[_0xc831a4(0xf7)])),saveSessionContext({'llm_project':_0x31eb15[_0xc831a4(0x168)]},_0x550c1d[_0xc831a4(0x19e)]),console[_0xc831a4(0x18c)](a4_0xfc4d30['green'](_0xc831a4(0x115)+a4_0xfc4d30['dim'](_0xc831a4(0x129))+_0xc831a4(0x167)+a4_0xfc4d30[_0xc831a4(0x1a6)](_0x31eb15[_0xc831a4(0x168)]))),0x0;}}export class AgentCloneCommand extends BaseCommand{['name']=a4_0x216ccd(0x122);[a4_0x216ccd(0x126)]=a4_0x216ccd(0x172);async[a4_0x216ccd(0x102)](_0x534aeb){const _0x5b7559=a4_0x216ccd,{options:_0xc3b663,args:_0x13d963,tdx:_0x333cd4}=_0x534aeb,_0x2d2f6f=_0x13d963[0x0],_0x56ca89=_0xc3b663[_0x5b7559(0x16b)],_0x2a7713=_0xc3b663[_0x5b7559(0x191)],_0x23c810=_0xc3b663[_0x5b7559(0x18e)],_0x3814a0=_0xc3b663['site'],_0x5e0ee0=_0xc3b663[_0x5b7559(0xf8)];let _0x218ee4;const _0xde22a5=findAgentConfigPath(process[_0x5b7559(0x1af)]());if(_0x2d2f6f){const _0x13a987=a4_0x1a0f62[_0x5b7559(0x11c)](_0x2d2f6f,_0x5b7559(0x196));existsSync(_0x13a987)?(_0x218ee4=_0x2d2f6f,console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x1ad)](_0x5b7559(0x113)+_0x2d2f6f))):_0x218ee4=_0x2d2f6f;}else{if(_0xde22a5)_0x218ee4=a4_0x1a0f62[_0x5b7559(0x198)](_0xde22a5),console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x1ad)]('Using\x20current\x20project:\x20'+_0x218ee4));else{if(_0x5e0ee0){const _0x5b74f5=sanitizeForFilesystem(_0x5e0ee0);let _0x3706b7=_0x5b74f5,_0x2260a5=a4_0x1a0f62[_0x5b7559(0x11c)](process[_0x5b7559(0x1af)](),'agents',_0x5b74f5,_0x5b7559(0x196));if(!existsSync(_0x2260a5)){const _0x177620=normalizeName(_0x5e0ee0),_0x3fd9d2=a4_0x1a0f62[_0x5b7559(0x11c)](process['cwd'](),_0x5b7559(0x199),_0x177620,_0x5b7559(0x196));existsSync(_0x3fd9d2)&&(_0x3706b7=_0x177620,_0x2260a5=_0x3fd9d2);}if(existsSync(_0x2260a5))_0x218ee4=a4_0x1a0f62[_0x5b7559(0x198)](_0x2260a5),console[_0x5b7559(0x18c)](a4_0xfc4d30['dim'](_0x5b7559(0x113)+_0x218ee4));else{const _0x376fea=_0xc3b663[_0x5b7559(0x117)];if(_0x376fea)throw new SDKError(ErrorCode[_0x5b7559(0x1a5)],'Cannot\x20clone\x20from\x20context\x20project\x20\x22'+_0x5e0ee0+_0x5b7559(0x173),undefined,{'helpText':_0x5b7559(0x190)+_0x5b7559(0x125)+(_0x5b7559(0x159)+_0x5e0ee0+'\x0a')+(_0x5b7559(0x1a0)+_0x3706b7+'\x20--name\x20'+(_0x56ca89||_0x5b7559(0x127))+_0x5b7559(0x1b0)+_0x376fea)});_0x218ee4=_0x5e0ee0,console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x1ad)](_0x5b7559(0x14d)+_0x5e0ee0));}}}}if(!_0x218ee4)return console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x114)]('No\x20source\x20project\x20specified.\x20Use\x20one\x20of:\x0a')),console[_0x5b7559(0x18c)](_0x5b7559(0x11d)),console[_0x5b7559(0x18c)](_0x5b7559(0x15c)),console[_0x5b7559(0x18c)]('\x20\x20tdx\x20agent\x20clone\x20--name\x20<new-name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clone\x20from\x20context\x20(llm_project)'),console[_0x5b7559(0x18c)](_0x5b7559(0x15d)),0x1;if(!_0x56ca89)throw new SDKError(ErrorCode[_0x5b7559(0x13e)],_0x5b7559(0xfa),undefined,{'helpText':_0x5b7559(0x119)});if(!_0x23c810&&!_0x2a7713){if(!isInteractive())return console['error'](a4_0xfc4d30[_0x5b7559(0x1a4)](_0x5b7559(0x106)),_0x5b7559(0x123)),console[_0x5b7559(0x1aa)](a4_0xfc4d30[_0x5b7559(0x1ad)]('Use\x20-y\x20or\x20--yes\x20flag\x20to\x20apply\x20changes\x20without\x20confirmation')),0x1;const _0x595f4a=await confirmKey(_0x5b7559(0x174)+_0x218ee4+'\x22\x20to\x20new\x20project\x20\x22'+_0x56ca89+'\x22?');if(!_0x595f4a)return console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x114)](_0x5b7559(0x148))),0x1;}const {data:_0x3f29ef}=await withSpinner(_0x5b7559(0x177)+_0x218ee4+_0x5b7559(0x12f)+_0x56ca89+_0x5b7559(0x193),()=>_0x333cd4['llm'][_0x5b7559(0x1a2)](_0x218ee4,_0x56ca89,{'dryRun':_0x2a7713}));if(_0x2a7713){console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x114)](_0x5b7559(0x140))),console[_0x5b7559(0x18c)]('Source:\x20'+_0x3f29ef[_0x5b7559(0x15a)]),console[_0x5b7559(0x18c)](_0x5b7559(0x145)+_0x56ca89),console[_0x5b7559(0x18c)](_0x5b7559(0x164)),console[_0x5b7559(0x18c)](_0x5b7559(0x110)+_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x199)][_0x5b7559(0x130)]),console[_0x5b7559(0x18c)](_0x5b7559(0x11a)+_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x17c)][_0x5b7559(0x130)]),console[_0x5b7559(0x18c)](_0x5b7559(0x1ae)+_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x18a)][_0x5b7559(0x130)]),console[_0x5b7559(0x18c)](_0x5b7559(0x1ab)+_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x142)][_0x5b7559(0x130)]),console[_0x5b7559(0x18c)](_0x5b7559(0x175)+_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x141)][_0x5b7559(0x130)]);const _0x5787fc=_0x3f29ef[_0x5b7559(0x134)]['experimentalKnowledgeBases'][_0x5b7559(0x130)]>0x0||_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x144)][_0x5b7559(0x130)]>0x0;return _0x5787fc&&(console['log']('\x20\x20Experimental\x20Knowledge\x20Bases:\x20'+_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x11f)][_0x5b7559(0x130)]),console['log']('\x20\x20Experimental\x20Artifacts:\x20'+_0x3f29ef[_0x5b7559(0x134)]['experimentalArtifacts'][_0x5b7559(0x130)])),0x0;}const _0x616169=_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x199)][_0x5b7559(0x108)]>0x0||_0x3f29ef['counts']['knowledgeBases']['errors']>0x0||_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x18a)]['errors']>0x0||_0x3f29ef[_0x5b7559(0x134)]['formInterfaces'][_0x5b7559(0x108)]>0x0||_0x3f29ef['counts'][_0x5b7559(0x141)][_0x5b7559(0x108)]>0x0||_0x3f29ef['counts']['experimentalKnowledgeBases'][_0x5b7559(0x108)]>0x0||_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x144)]['errors']>0x0;_0x616169?console['log'](a4_0xfc4d30[_0x5b7559(0x114)](_0x5b7559(0x150))):console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x10a)](_0x5b7559(0x135)));console[_0x5b7559(0x18c)](_0x5b7559(0x185)+_0x3f29ef[_0x5b7559(0x15a)]),console['log'](_0x5b7559(0x145)+_0x3f29ef[_0x5b7559(0x180)]),console[_0x5b7559(0x18c)]('New\x20project\x20ID:\x20'+_0x3f29ef[_0x5b7559(0x133)]),console[_0x5b7559(0x18c)](),console[_0x5b7559(0x18c)](_0x5b7559(0xf3)),console[_0x5b7559(0x18c)](_0x5b7559(0x110)+formatCountSummary(_0x3f29ef[_0x5b7559(0x134)]['agents'])),console[_0x5b7559(0x18c)](_0x5b7559(0x11a)+formatCountSummary(_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x17c)])),console[_0x5b7559(0x18c)](_0x5b7559(0x1ae)+formatCountSummary(_0x3f29ef['counts'][_0x5b7559(0x18a)])),console[_0x5b7559(0x18c)]('\x20\x20Integrations:\x20'+formatCountSummary(_0x3f29ef['counts'][_0x5b7559(0x17e)])),console['log'](_0x5b7559(0x1ab)+formatCountSummary(_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x142)])),console['log'](_0x5b7559(0x175)+formatCountSummary(_0x3f29ef['counts']['chatInterfaces']));const _0x29965a=_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x11f)][_0x5b7559(0x130)]>0x0||_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x11f)][_0x5b7559(0x146)]>0x0||_0x3f29ef['counts'][_0x5b7559(0x11f)][_0x5b7559(0xfc)]>0x0||_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x144)]['created']>0x0||_0x3f29ef[_0x5b7559(0x134)][_0x5b7559(0x144)][_0x5b7559(0x146)]>0x0||_0x3f29ef[_0x5b7559(0x134)]['experimentalArtifacts']['unchanged']>0x0;_0x29965a&&(console['log']('\x20\x20Experimental\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x3f29ef['counts'][_0x5b7559(0x11f)])),console[_0x5b7559(0x18c)](_0x5b7559(0xfd)+formatCountSummary(_0x3f29ef['counts'][_0x5b7559(0x144)])));if(_0x616169){console['log'](),console[_0x5b7559(0x18c)](a4_0xfc4d30['red']('Errors:'));for(const _0x46f55d of _0x3f29ef[_0x5b7559(0x199)]){_0x46f55d[_0x5b7559(0xfe)]===_0x5b7559(0x1aa)&&console['log'](a4_0xfc4d30[_0x5b7559(0x1a4)]('\x20\x20Agent\x20\x22'+_0x46f55d['agentName']+_0x5b7559(0x182)+_0x46f55d[_0x5b7559(0x1aa)]));}for(const _0x51004d of _0x3f29ef[_0x5b7559(0x17c)]){_0x51004d['action']==='error'&&console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x1a4)]('\x20\x20Knowledge\x20Base\x20\x22'+_0x51004d[_0x5b7559(0x16b)]+_0x5b7559(0x182)+_0x51004d['error']));}for(const _0x14a196 of _0x3f29ef['prompts']){_0x14a196[_0x5b7559(0xfe)]===_0x5b7559(0x1aa)&&console['log'](a4_0xfc4d30[_0x5b7559(0x1a4)](_0x5b7559(0x121)+_0x14a196['name']+_0x5b7559(0x182)+_0x14a196[_0x5b7559(0x1aa)]));}for(const _0x37c235 of _0x3f29ef[_0x5b7559(0x17e)]){_0x37c235[_0x5b7559(0xfe)]==='error'&&console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x1a4)](_0x5b7559(0x162)+_0x37c235[_0x5b7559(0x16b)]+_0x5b7559(0x182)+_0x37c235['error']));}for(const _0x1a1ac5 of _0x3f29ef[_0x5b7559(0x142)]){_0x1a1ac5[_0x5b7559(0xfe)]===_0x5b7559(0x1aa)&&console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x1a4)](_0x5b7559(0x16f)+_0x1a1ac5[_0x5b7559(0x16b)]+_0x5b7559(0x182)+_0x1a1ac5[_0x5b7559(0x1aa)]));}for(const _0x5a32f1 of _0x3f29ef[_0x5b7559(0x141)]){_0x5a32f1[_0x5b7559(0xfe)]===_0x5b7559(0x1aa)&&console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x1a4)](_0x5b7559(0x11b)+_0x5a32f1[_0x5b7559(0x16b)]+_0x5b7559(0x182)+_0x5a32f1[_0x5b7559(0x1aa)]));}for(const _0x24cbbf of _0x3f29ef[_0x5b7559(0x11f)]){_0x24cbbf[_0x5b7559(0xfe)]===_0x5b7559(0x1aa)&&console[_0x5b7559(0x18c)](a4_0xfc4d30['red'](_0x5b7559(0x17d)+_0x24cbbf['name']+_0x5b7559(0x182)+_0x24cbbf[_0x5b7559(0x1aa)]));}for(const _0x5845c4 of _0x3f29ef[_0x5b7559(0x144)]){_0x5845c4['action']===_0x5b7559(0x1aa)&&console[_0x5b7559(0x18c)](a4_0xfc4d30[_0x5b7559(0x1a4)](_0x5b7559(0x131)+_0x5845c4[_0x5b7559(0x16b)]+_0x5b7559(0x182)+_0x5845c4['error']));}return 0x1;}console['log']();const _0x357575=getLLMProjectUrl(_0x3814a0,_0x3f29ef[_0x5b7559(0x133)]);return console[_0x5b7559(0x18c)](_0x5b7559(0x149)+a4_0xfc4d30[_0x5b7559(0x1a6)](_0x357575)),0x0;}}export class AgentPushCommand extends BaseCommand{[a4_0x216ccd(0x16b)]=a4_0x216ccd(0x19b);['description']=a4_0x216ccd(0x120);async[a4_0x216ccd(0x102)](_0x2e154a){const _0x2eea71=a4_0x216ccd,{options:_0x4381b2,args:_0x1f8026,tdx:_0x1ef58f}=_0x2e154a;let _0x530d57=_0x1f8026[0x0]||process[_0x2eea71(0x1af)]();const _0x1a5e20=_0x4381b2[_0x2eea71(0x191)],_0x29962e=_0x4381b2[_0x2eea71(0x19a)],_0x460ae8=_0x4381b2['yes'],_0x4ae180=_0x4381b2[_0x2eea71(0x103)],_0x4ba2e6=a4_0x1a0f62['join'](_0x530d57,'agent.yml'),_0x31bb03=existsSync(_0x4ba2e6);if(_0x31bb03){const {data:_0x1f13c0}=await withSpinner('Pushing\x20agent\x20from\x20\x22'+_0x530d57+_0x2eea71(0x193),()=>_0x1ef58f[_0x2eea71(0x11e)][_0x2eea71(0xf6)](_0x530d57,{'dryRun':_0x1a5e20,'force':_0x29962e}));if(_0x1a5e20)return console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x114)](_0x2eea71(0x140))),console[_0x2eea71(0x18c)]('Would\x20push\x20agent:\x20'+_0x1f13c0[_0x2eea71(0x188)]),0x0;if(_0x1f13c0[_0x2eea71(0xfe)]===_0x2eea71(0x1aa))return console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x1a4)](_0x2eea71(0x15e)+_0x1f13c0[_0x2eea71(0x1aa)])),0x1;console[_0x2eea71(0x18c)](a4_0xfc4d30['green'](_0x2eea71(0xf0)+_0x1f13c0[_0x2eea71(0xfe)]+_0x2eea71(0x16e))),console[_0x2eea71(0x18c)](_0x2eea71(0x10f)+_0x1f13c0[_0x2eea71(0x188)]);if(_0x1f13c0[_0x2eea71(0x156)]&&_0x1f13c0[_0x2eea71(0x169)]){const _0x15fac3=getLLMAgentChatUrl(_0x4ae180,_0x1f13c0[_0x2eea71(0x169)],_0x1f13c0[_0x2eea71(0x156)]);console[_0x2eea71(0x18c)]('Chat:\x20'+a4_0xfc4d30[_0x2eea71(0x1a6)](_0x15fac3));}return 0x0;}const _0x2f3e89=_0x4381b2[_0x2eea71(0xf8)],_0x1c4ecf=resolveProjectFromContext(_0x530d57,_0x2f3e89);if(_0x1c4ecf[_0x2eea71(0x12e)])_0x530d57=_0x1c4ecf[_0x2eea71(0x14f)],_0x1c4ecf[_0x2eea71(0x153)]===_0x2eea71(0xee)&&console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x1ad)]('Using\x20project:\x20'+_0x530d57));else{let _0x537168=_0x2eea71(0x197);_0x1c4ecf['reason']===_0x2eea71(0x10b)&&(_0x537168=_0x1c4ecf[_0x2eea71(0x16d)]+'\x0aRun\x20\x27tdx\x20agent\x20pull\x20'+_0x1c4ecf[_0x2eea71(0xf8)]+_0x2eea71(0xed));throw new SDKError(ErrorCode[_0x2eea71(0x1a5)],_0x1c4ecf[_0x2eea71(0xf1)]==='no_context'?_0x1c4ecf[_0x2eea71(0x16d)]:_0x2eea71(0x1ac)+_0x530d57,undefined,{'helpText':_0x537168});}const {data:_0x1afac9}=await withSpinner('Analyzing\x20changes\x20to\x20push...',()=>_0x1ef58f['llm'][_0x2eea71(0x128)](_0x530d57,{'dryRun':!![]})),_0x4b2a7a=_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x199)]['errors']>0x0;if(_0x4b2a7a){console['log'](a4_0xfc4d30[_0x2eea71(0x1a4)](_0x2eea71(0x165)));for(const _0x21acbf of _0x1afac9['agents']){_0x21acbf[_0x2eea71(0xfe)]===_0x2eea71(0x1aa)&&console[_0x2eea71(0x18c)](a4_0xfc4d30['red'](_0x2eea71(0x14b)+_0x21acbf[_0x2eea71(0x188)]+_0x2eea71(0x182)+_0x21acbf[_0x2eea71(0x1aa)]));}return 0x1;}const _0x2af24d=_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x199)][_0x2eea71(0x130)]+_0x1afac9['counts']['knowledgeBases'][_0x2eea71(0x130)]+_0x1afac9[_0x2eea71(0x134)]['textKnowledgeBases']['created']+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x18a)][_0x2eea71(0x130)]+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x17e)][_0x2eea71(0x130)]+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x11f)][_0x2eea71(0x130)]+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x144)]['created']+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x142)][_0x2eea71(0x130)]+_0x1afac9['counts']['chatInterfaces'][_0x2eea71(0x130)],_0x3192e6=_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x199)][_0x2eea71(0x146)]+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x17c)][_0x2eea71(0x146)]+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x17f)][_0x2eea71(0x146)]+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x18a)][_0x2eea71(0x146)]+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x17e)][_0x2eea71(0x146)]+_0x1afac9[_0x2eea71(0x134)]['experimentalKnowledgeBases'][_0x2eea71(0x146)]+_0x1afac9['counts'][_0x2eea71(0x144)][_0x2eea71(0x146)]+_0x1afac9[_0x2eea71(0x134)]['formInterfaces'][_0x2eea71(0x146)]+_0x1afac9['counts'][_0x2eea71(0x141)][_0x2eea71(0x146)],_0x4909e4=_0x1afac9['counts'][_0x2eea71(0x199)][_0x2eea71(0xfc)]+_0x1afac9[_0x2eea71(0x134)]['knowledgeBases'][_0x2eea71(0xfc)]+_0x1afac9[_0x2eea71(0x134)]['textKnowledgeBases'][_0x2eea71(0xfc)]+_0x1afac9[_0x2eea71(0x134)]['prompts'][_0x2eea71(0xfc)]+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x17e)][_0x2eea71(0xfc)]+_0x1afac9[_0x2eea71(0x134)]['experimentalKnowledgeBases'][_0x2eea71(0xfc)]+_0x1afac9['counts'][_0x2eea71(0x144)]['unchanged']+_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x142)][_0x2eea71(0xfc)]+_0x1afac9[_0x2eea71(0x134)]['chatInterfaces'][_0x2eea71(0xfc)];console[_0x2eea71(0x18c)](_0x2eea71(0x157)+_0x1afac9[_0x2eea71(0x168)]+'\x27:'),console[_0x2eea71(0x18c)]('\x20\x20'+a4_0xfc4d30[_0x2eea71(0x10a)]('+\x20'+_0x2af24d+_0x2eea71(0x137))+'\x20|\x20'+a4_0xfc4d30[_0x2eea71(0x114)]('~\x20'+_0x3192e6+'\x20changed')+_0x2eea71(0x132)+a4_0xfc4d30['dim']('=\x20'+_0x4909e4+_0x2eea71(0x13d))),console['log'](_0x2eea71(0x110)+formatCountSummary(_0x1afac9['counts'][_0x2eea71(0x199)])),console[_0x2eea71(0x18c)](_0x2eea71(0x11a)+formatCountSummary(_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x17c)])),console[_0x2eea71(0x18c)]('\x20\x20Text\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x17f)])),console[_0x2eea71(0x18c)](_0x2eea71(0x1ae)+formatCountSummary(_0x1afac9['counts'][_0x2eea71(0x18a)])),console[_0x2eea71(0x18c)](_0x2eea71(0x18b)+formatCountSummary(_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x17e)])),console['log']('\x20\x20Form\x20Interfaces:\x20'+formatCountSummary(_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x142)])),console[_0x2eea71(0x18c)](_0x2eea71(0x175)+formatCountSummary(_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x141)]));const _0x4628fc=_0x1afac9['counts'][_0x2eea71(0x11f)][_0x2eea71(0x130)]>0x0||_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x11f)][_0x2eea71(0x146)]>0x0||_0x1afac9['counts'][_0x2eea71(0x11f)][_0x2eea71(0xfc)]>0x0||_0x1afac9[_0x2eea71(0x134)]['experimentalArtifacts'][_0x2eea71(0x130)]>0x0||_0x1afac9[_0x2eea71(0x134)]['experimentalArtifacts'][_0x2eea71(0x146)]>0x0||_0x1afac9['counts'][_0x2eea71(0x144)][_0x2eea71(0xfc)]>0x0;_0x4628fc&&(console['log'](_0x2eea71(0x195)+formatCountSummary(_0x1afac9[_0x2eea71(0x134)][_0x2eea71(0x11f)])),console[_0x2eea71(0x18c)]('\x20\x20Experimental\x20Artifacts:\x20'+formatCountSummary(_0x1afac9['counts'][_0x2eea71(0x144)])));console[_0x2eea71(0x18c)](_0x2eea71(0x163)+a4_0xfc4d30[_0x2eea71(0x1a6)](_0x530d57)),displayDiffs(_0x1afac9[_0x2eea71(0x199)],_0x1afac9['knowledgeBases'],_0x1afac9[_0x2eea71(0x17f)],_0x1afac9['prompts'],_0x1afac9['integrations'],_0x1afac9['experimentalKnowledgeBases'],_0x1afac9[_0x2eea71(0x144)],_0x1afac9[_0x2eea71(0x142)],_0x1afac9['chatInterfaces']);if(_0x1a5e20)return console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x114)](_0x2eea71(0x13a))),0x0;if(_0x2af24d===0x0&&_0x3192e6===0x0){console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x10a)](_0x2eea71(0x19d)));const _0x217f39=getLLMProjectUrl(_0x4ae180,_0x1afac9[_0x2eea71(0x169)]);return console[_0x2eea71(0x18c)](_0x2eea71(0x149)+a4_0xfc4d30[_0x2eea71(0x1a6)](_0x217f39)),0x0;}if(!_0x460ae8&&!_0x29962e){if(!isInteractive())return console[_0x2eea71(0x1aa)](a4_0xfc4d30['red'](_0x2eea71(0x106)),_0x2eea71(0x123)),console[_0x2eea71(0x1aa)](a4_0xfc4d30['dim']('Use\x20-y\x20or\x20--yes\x20flag\x20to\x20apply\x20changes\x20without\x20confirmation')),0x1;const _0x4c96da=await confirmKey(_0x2eea71(0x14c)+(_0x2af24d+_0x3192e6)+_0x2eea71(0x105));if(!_0x4c96da)return console['log'](a4_0xfc4d30[_0x2eea71(0x114)]('Cancelled'),_0x2eea71(0xef)),0x1;}const {data:_0x28848a}=await withSpinner(_0x2eea71(0x12c),()=>_0x1ef58f[_0x2eea71(0x11e)]['pushProject'](_0x530d57,{'force':_0x29962e})),_0x2b0858=_0x28848a[_0x2eea71(0x134)]['agents'][_0x2eea71(0x108)]>0x0||_0x28848a[_0x2eea71(0x134)]['knowledgeBases'][_0x2eea71(0x108)]>0x0||_0x28848a['counts'][_0x2eea71(0x17f)][_0x2eea71(0x108)]>0x0||_0x28848a[_0x2eea71(0x134)]['prompts'][_0x2eea71(0x108)]>0x0||_0x28848a[_0x2eea71(0x134)]['formInterfaces'][_0x2eea71(0x108)]>0x0||_0x28848a[_0x2eea71(0x134)][_0x2eea71(0x141)]['errors']>0x0;if(_0x2b0858){console['log'](a4_0xfc4d30['yellow'](_0x2eea71(0x19f))),console[_0x2eea71(0x18c)](),console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x1a4)]('Errors:'));for(const _0x3920dd of _0x28848a[_0x2eea71(0x199)]){_0x3920dd[_0x2eea71(0xfe)]===_0x2eea71(0x1aa)&&console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x1a4)](_0x2eea71(0x14b)+_0x3920dd[_0x2eea71(0x188)]+'\x22:\x20'+_0x3920dd['error']));}for(const _0x206392 of _0x28848a[_0x2eea71(0x17c)]){_0x206392[_0x2eea71(0xfe)]===_0x2eea71(0x1aa)&&console['log'](a4_0xfc4d30['red'](_0x2eea71(0x16c)+_0x206392['name']+'\x22:\x20'+_0x206392[_0x2eea71(0x1aa)]));}for(const _0x228dc8 of _0x28848a['textKnowledgeBases']){_0x228dc8[_0x2eea71(0xfe)]===_0x2eea71(0x1aa)&&console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x1a4)](_0x2eea71(0x12b)+_0x228dc8[_0x2eea71(0x16b)]+_0x2eea71(0x182)+_0x228dc8[_0x2eea71(0x1aa)]));}for(const _0x149e09 of _0x28848a[_0x2eea71(0x18a)]){_0x149e09[_0x2eea71(0xfe)]===_0x2eea71(0x1aa)&&console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x1a4)]('\x20\x20Prompt\x20\x22'+_0x149e09['name']+_0x2eea71(0x182)+_0x149e09[_0x2eea71(0x1aa)]));}for(const _0x349322 of _0x28848a[_0x2eea71(0x17e)]){_0x349322[_0x2eea71(0xfe)]===_0x2eea71(0x1aa)&&console[_0x2eea71(0x18c)](a4_0xfc4d30[_0x2eea71(0x1a4)](_0x2eea71(0x162)+_0x349322['name']+_0x2eea71(0x182)+_0x349322[_0x2eea71(0x1aa)]));}for(const _0x189209 of _0x28848a[_0x2eea71(0x142)]){_0x189209[_0x2eea71(0xfe)]==='error'&&console['log'](a4_0xfc4d30['red'](_0x2eea71(0x16f)+_0x189209[_0x2eea71(0x16b)]+'\x22:\x20'+_0x189209[_0x2eea71(0x1aa)]));}for(const _0x5e1326 of _0x28848a[_0x2eea71(0x141)]){_0x5e1326['action']===_0x2eea71(0x1aa)&&console['log'](a4_0xfc4d30[_0x2eea71(0x1a4)](_0x2eea71(0x11b)+_0x5e1326[_0x2eea71(0x16b)]+'\x22:\x20'+_0x5e1326['error']));}return 0x1;}console['log'](a4_0xfc4d30[_0x2eea71(0x10a)](_0x2eea71(0x10d)+(_0x2af24d+_0x3192e6)+_0x2eea71(0x12d)+_0x28848a[_0x2eea71(0x168)]+'\x27'));const _0x5bd4ef=getLLMProjectUrl(_0x4ae180,_0x28848a[_0x2eea71(0x169)]);return console['log'](_0x2eea71(0x149)+a4_0xfc4d30[_0x2eea71(0x1a6)](_0x5bd4ef)),0x0;}}
|
|
1
|
+
const a4_0x4c125e=a4_0x2cd7;(function(_0x904995,_0x550a62){const _0x574409=a4_0x2cd7,_0x10a9b6=_0x904995();while(!![]){try{const _0x2bd82d=parseInt(_0x574409(0x1fa))/0x1+-parseInt(_0x574409(0x1a1))/0x2+parseInt(_0x574409(0x1b9))/0x3+parseInt(_0x574409(0x19b))/0x4*(-parseInt(_0x574409(0x1b4))/0x5)+parseInt(_0x574409(0x1d0))/0x6*(-parseInt(_0x574409(0x23f))/0x7)+-parseInt(_0x574409(0x1c6))/0x8+-parseInt(_0x574409(0x1bc))/0x9*(-parseInt(_0x574409(0x24d))/0xa);if(_0x2bd82d===_0x550a62)break;else _0x10a9b6['push'](_0x10a9b6['shift']());}catch(_0x1f339a){_0x10a9b6['push'](_0x10a9b6['shift']());}}}(a4_0x2f3d,0x3202b));function a4_0x2f3d(){const _0x1e0294=['\x0aSet\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','llm_project','created','action','New\x20project\x20ID:\x20','60zaBahN','<new-name>','llmProject','\x20\x20Chat\x20Interface\x20\x22','\x20unchanged','profile','559612rXzOWh','Would\x20clone:','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20<agent>\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20specific\x20agent\x20from\x20project','\x0aPush\x20','isNew','Usage:\x20tdx\x20agent\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20project\x20(requires\x20context\x20or\x20tdx.json)','Run\x20\x27tdx\x20agent\x20pull\x20<project>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure,\x20or\x20specify\x20an\x20agent\x20directory\x20with\x20agent.yml.','cyan','source','agent.yml','\x0a[Dry\x20run]\x20No\x20changes\x20were\x20pushed','\x20\x20Prompt\x20\x22','\x0aChanges\x20to\x20chat\x20interface\x20\x27','\x20\x20Agents:\x20','yellow','unchanged','\x0aPull\x20summary\x20for\x20\x27','Cancelled','parse','84135vkUUpb','\x0aChanges\x20to\x20agent\x20\x27','MISSING_ARGUMENT','\x20successfully','Chat:\x20','1064325HGcJQi','\x20\x20Form\x20Interface\x20\x22','agentName','99ytFiIz','newProjectId','experimentalKnowledgeBases','agent:push','formInterfaces','cwd','\x0a✔\x20Pushed\x20','Project:\x20','Use\x20-y\x20or\x20--yes\x20flag\x20to\x20apply\x20changes\x20without\x20confirmation','Pushing\x20to\x20project...','3202664vMjjMs','-\x20no\x20files\x20written','\x20\x20Integration\x20\x22','llm_project\x20is\x20not\x20set.\x20Use\x20`tdx\x20use\x20llm_project\x20<name>`\x20to\x20set\x20it.\x0a','Agent:\x20','repeat','no_context','log','llm','Analyzing\x20project\x20\x22','1577802UNMxrA','\x0a[Dry\x20run]\x20No\x20files\x20were\x20written','Set\x20context:\x20\x20tdx\x20use\x20llm_project\x20<name>','push','\x20\x20tdx\x20agent\x20clone\x20agents/','green','\x0aError:','output','First\x20pull\x20the\x20project\x20locally,\x20then\x20clone\x20from\x20the\x20local\x20files:\x0a','\x0aWrite\x20','Errors:','\x22\x20to\x20a\x20different\x20profile','utf-8','Using\x20project\x20from\x20','Using\x20context\x20project:\x20','Confirmation\x20required\x20but\x20running\x20in\x20non-interactive\x20mode','pullProject','\x20\x20Knowledge\x20Base\x20\x22','\x20updated','agentId','tdx.json','Agent\x20pulled\x20successfully','gray','cwd-config','Would\x20pull\x20agent:\x20','knowledgeBases','Writing\x20files...','\x0a✔\x20All\x20files\x20are\x20up\x20to\x20date','✔\x20Context\x20set:\x20','outputPath','experimentalArtifacts','Project\x20cloned\x20with\x20errors','\x0aChanges\x20to\x20experimental\x20artifact\x20\x27','agent','Clone\x20\x22','\x20resources\x20to\x20\x27','Agent\x20','Pulling\x20agent\x20\x22','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20--agent\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20specific\x20agent\x20from\x20context\x20project','\x20errors','New\x20project:\x20','reason','244746RFeTrW','Or\x20specify:\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20--agent\x20<name>','When\x20using\x20--profile,\x20you\x20must\x20specify\x20a\x20local\x20directory\x20as\x20source.\x0a','agent:clone','\x20\x20Text\x20Knowledge\x20Bases:\x20','newProjectName','\x20changed','The\x20--agent\x20flag\x20requires\x20llm_project\x20context\x20or\x20a\x20project\x20argument.\x0a','Would\x20push\x20agent:\x20','INVALID_ARGUMENT','pushAgent','cloneProject','arg-dir','Cloning\x20\x22','projectId','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<local-dir>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20to\x20existing\x20local\x20directory','dirname','join','\x0aProject\x20pushed\x20with\x20errors','updated','\x20|\x20','total','\x20\x20Experimental\x20Artifacts:\x20','\x22\x20from\x20project\x20\x22','error','\x22...','no_local_folder','\x22\x20to\x20\x22','agent:pull','\x0aChanges\x20to\x20knowledge\x20base\x20\x27','No\x20tdx.json\x20found\x20in\x20','Analyzing\x20changes\x20to\x20push...','projectName','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','diff','\x20\x20Agent\x20\x22','\x0aChanges\x20to\x20experimental\x20knowledge\x20base\x20\x27','Usage:\x20tdx\x20agent\x20clone\x20[source]\x20--name\x20<new-name>','\x20files?','\x0aRun\x20\x27tdx\x20agent\x20pull\x20','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','No\x20source\x20project\x20specified.\x20Use\x20one\x20of:\x0a','\x22:\x20','force','\x0aErrors\x20found:','\x20\x20Form\x20Interfaces:\x20','prompts','Dry\x20run\x20-\x20no\x20files\x20written','outputDir','textKnowledgeBases','chatInterfaces','Source:\x20','agents','dim','\x20\x20tdx\x20agent\x20clone\x20--name\x20<new-name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clone\x20from\x20context\x20(llm_project)','\x20\x20Integrations:\x20','Dry\x20run\x20-\x20no\x20changes\x20made','\x20files\x20to\x20','\x27\x20to\x20create\x20the\x20folder\x20structure.','site','integrations','Using\x20local\x20project:\x20','\x20created','Using\x20project:\x20','\x20\x20Experimental\x20Knowledge\x20Bases:\x20','session','\x20\x20Experimental\x20Artifact\x20\x22','\x0aChanges\x20to\x20form\x20interface\x20\x27','\x20new','7nXiZAy','found','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','dryRun','description','\x20\x20Knowledge\x20Bases:\x20','Using\x20current\x20project:\x20','\x20--profile\x20','-\x20nothing\x20pushed','Using\x20project\x20from\x20context:\x20','context','pullAgent','\x0aChanges\x20to\x20integration\x20\x27','execute','728030SYFAnG','\x20\x20Chat\x20Interfaces:\x20','\x20--name\x20','errors','name','yes','Status:\x20','\x20\x20Prompts:\x20','Failed\x20to\x20push\x20agent:\x20','projectDir','sourceProjectName','New\x20project\x20name\x20is\x20required','\x20=\x20','red','Output:\x20','new','counts','\x0a✔\x20Pulled\x20','pushProject'];a4_0x2f3d=function(){return _0x1e0294;};return a4_0x2f3d();}import a4_0x33fb22 from'chalk';import a4_0x4d86e7 from'path';import{existsSync,readFileSync}from'fs';import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';import{withSpinner}from'../utils/spinner.js';import{confirmKey,isInteractive}from'../utils/prompt.js';import{findAgentConfigPath,resolveProjectFromContext,resolveAgentPullArgs}from'../sdk/agent/agent-config.js';import{saveSessionContext}from'../core/session.js';import{sanitizeForFilesystem,normalizeName}from'../sdk/agent/agent-yaml.js';import{getLLMProjectUrl,getLLMAgentChatUrl}from'../sdk/client/endpoints.js';function formatCountSummary(_0x458aac){const _0x15d70c=a4_0x2cd7,_0x1606fb=[];if(_0x458aac[_0x15d70c(0x20f)]!==undefined)_0x1606fb[_0x15d70c(0x1d3)](_0x458aac[_0x15d70c(0x20f)]+'\x20total');if(_0x458aac[_0x15d70c(0x25c)]!==undefined&&_0x458aac['new']>0x0)_0x1606fb[_0x15d70c(0x1d3)](a4_0x33fb22[_0x15d70c(0x1d5)](_0x458aac[_0x15d70c(0x25c)]+'\x20new'));if(_0x458aac['created']!==undefined&&_0x458aac[_0x15d70c(0x198)]>0x0)_0x1606fb['push'](a4_0x33fb22['green'](_0x458aac[_0x15d70c(0x198)]+_0x15d70c(0x238)));if(_0x458aac[_0x15d70c(0x20d)]!==undefined&&_0x458aac['updated']>0x0)_0x1606fb[_0x15d70c(0x1d3)](a4_0x33fb22['yellow'](_0x458aac[_0x15d70c(0x20d)]+_0x15d70c(0x1e2)));if(_0x458aac[_0x15d70c(0x1b0)]!==undefined&&_0x458aac[_0x15d70c(0x1b0)]>0x0)_0x1606fb[_0x15d70c(0x1d3)](a4_0x33fb22[_0x15d70c(0x1e6)](_0x458aac[_0x15d70c(0x1b0)]+'\x20unchanged'));if(_0x458aac[_0x15d70c(0x250)]!==undefined&&_0x458aac[_0x15d70c(0x250)]>0x0)_0x1606fb[_0x15d70c(0x1d3)](a4_0x33fb22[_0x15d70c(0x25a)](_0x458aac['errors']+_0x15d70c(0x1f7)));return _0x1606fb[_0x15d70c(0x20b)](',\x20');}function displayDiffs(_0x57580e,_0x283f5c,_0x571d17,_0x3f1fb5,_0x18a7fc,_0x50cd5a,_0x1e818c,_0xec6c24,_0x158554){const _0x453bc7=a4_0x2cd7;for(const _0x411d4b of _0x57580e){if(_0x411d4b[_0x453bc7(0x21c)]){const _0x54d699=_0x411d4b['agentName']||_0x411d4b['name'];console[_0x453bc7(0x1cd)](_0x453bc7(0x1b5)+_0x54d699+'\x27:'),console['log']('─'[_0x453bc7(0x1cb)](0x3c)),console['log'](_0x411d4b[_0x453bc7(0x21c)]),console[_0x453bc7(0x1cd)]('─'[_0x453bc7(0x1cb)](0x3c));}}for(const _0x324b4f of _0x283f5c){_0x324b4f['diff']&&(console['log'](_0x453bc7(0x217)+_0x324b4f[_0x453bc7(0x251)]+'\x27:'),console['log']('─'[_0x453bc7(0x1cb)](0x3c)),console[_0x453bc7(0x1cd)](_0x324b4f[_0x453bc7(0x21c)]),console[_0x453bc7(0x1cd)]('─'['repeat'](0x3c)));}for(const _0x3887a7 of _0x571d17){_0x3887a7[_0x453bc7(0x21c)]&&(console[_0x453bc7(0x1cd)]('\x0aChanges\x20to\x20text\x20knowledge\x20base\x20\x27'+_0x3887a7[_0x453bc7(0x251)]+'\x27:'),console[_0x453bc7(0x1cd)]('─'['repeat'](0x3c)),console[_0x453bc7(0x1cd)](_0x3887a7['diff']),console[_0x453bc7(0x1cd)]('─'[_0x453bc7(0x1cb)](0x3c)));}for(const _0x275ff9 of _0x3f1fb5){_0x275ff9['diff']&&(console['log']('\x0aChanges\x20to\x20prompt\x20\x27'+_0x275ff9[_0x453bc7(0x251)]+'\x27:'),console[_0x453bc7(0x1cd)]('─'[_0x453bc7(0x1cb)](0x3c)),console[_0x453bc7(0x1cd)](_0x275ff9[_0x453bc7(0x21c)]),console[_0x453bc7(0x1cd)]('─'[_0x453bc7(0x1cb)](0x3c)));}for(const _0x578948 of _0x18a7fc){_0x578948[_0x453bc7(0x21c)]&&(console[_0x453bc7(0x1cd)](_0x453bc7(0x24b)+_0x578948[_0x453bc7(0x251)]+'\x27:'),console[_0x453bc7(0x1cd)]('─'[_0x453bc7(0x1cb)](0x3c)),console[_0x453bc7(0x1cd)](_0x578948[_0x453bc7(0x21c)]),console[_0x453bc7(0x1cd)]('─'[_0x453bc7(0x1cb)](0x3c)));}for(const _0x20f3fd of _0x50cd5a){_0x20f3fd[_0x453bc7(0x21c)]&&(console[_0x453bc7(0x1cd)](_0x453bc7(0x21e)+_0x20f3fd['name']+'\x27:'),console[_0x453bc7(0x1cd)]('─'[_0x453bc7(0x1cb)](0x3c)),console[_0x453bc7(0x1cd)](_0x20f3fd['diff']),console[_0x453bc7(0x1cd)]('─'[_0x453bc7(0x1cb)](0x3c)));}for(const _0x2a35f3 of _0x1e818c){_0x2a35f3[_0x453bc7(0x21c)]&&(console[_0x453bc7(0x1cd)](_0x453bc7(0x1f0)+_0x2a35f3[_0x453bc7(0x251)]+'\x27:'),console[_0x453bc7(0x1cd)]('─'['repeat'](0x3c)),console[_0x453bc7(0x1cd)](_0x2a35f3[_0x453bc7(0x21c)]),console['log']('─'[_0x453bc7(0x1cb)](0x3c)));}for(const _0x2d38e7 of _0xec6c24){_0x2d38e7['diff']&&(console[_0x453bc7(0x1cd)](_0x453bc7(0x23d)+_0x2d38e7[_0x453bc7(0x251)]+'\x27:'),console[_0x453bc7(0x1cd)]('─'['repeat'](0x3c)),console['log'](_0x2d38e7[_0x453bc7(0x21c)]),console[_0x453bc7(0x1cd)]('─'[_0x453bc7(0x1cb)](0x3c)));}for(const _0x473518 of _0x158554){_0x473518[_0x453bc7(0x21c)]&&(console[_0x453bc7(0x1cd)](_0x453bc7(0x1ad)+_0x473518[_0x453bc7(0x251)]+'\x27:'),console['log']('─'['repeat'](0x3c)),console[_0x453bc7(0x1cd)](_0x473518[_0x453bc7(0x21c)]),console['log']('─'[_0x453bc7(0x1cb)](0x3c)));}}export class AgentPullCommand extends BaseCommand{[a4_0x4c125e(0x251)]=a4_0x4c125e(0x216);[a4_0x4c125e(0x243)]=a4_0x4c125e(0x222);async[a4_0x4c125e(0x24c)](_0x310ee1){const _0x15daf5=a4_0x4c125e,{options:_0x304cbf,args:_0x2817b7,tdx:_0x514160}=_0x310ee1,_0x4490f4=_0x2817b7[0x0],_0x1d3232=_0x2817b7[0x1],_0xd416f8=_0x304cbf[_0x15daf5(0x1d7)],_0x2e702f=_0x304cbf[_0x15daf5(0x242)],_0x549fbd=_0x304cbf[_0x15daf5(0x225)],_0x3ed8bb=_0x304cbf[_0x15daf5(0x252)],_0xb6f952=_0x304cbf[_0x15daf5(0x19d)],_0x5b2b71=_0x304cbf[_0x15daf5(0x1f1)];let _0x3f8c6f;if(_0x4490f4){const _0xa5f3f6=a4_0x4d86e7['join'](_0x4490f4,'tdx.json');if(existsSync(_0xa5f3f6))try{const _0x48d650=JSON['parse'](readFileSync(_0xa5f3f6,_0x15daf5(0x1dc)));_0x48d650['llm_project']&&(_0x3f8c6f={'llm_project':_0x48d650[_0x15daf5(0x197)]});}catch{}}const _0x55be06=findAgentConfigPath(process[_0x15daf5(0x1c1)]());let _0x19812b;if(_0x55be06)try{const _0x56afa2=JSON[_0x15daf5(0x1b3)](readFileSync(_0x55be06,'utf-8'));_0x56afa2['llm_project']&&(_0x19812b={'llm_project':_0x56afa2['llm_project']});}catch{}const _0x513cf8=resolveAgentPullArgs({'arg':_0x4490f4,'agentNameArg':_0x1d3232,'agentFlag':_0x5b2b71,'contextProject':_0xb6f952,'argDirConfig':_0x3f8c6f,'cwdConfigPath':_0x55be06||undefined,'cwdConfig':_0x19812b}),{projectNameOrId:_0x8b0410,targetAgentName:_0x182fee,existingOutputDir:_0x46266a,source:_0x35278b}=_0x513cf8;if(_0x35278b===_0x15daf5(0x206))console['log'](a4_0x33fb22[_0x15daf5(0x22f)](_0x15daf5(0x1dd)+a4_0x4d86e7[_0x15daf5(0x20b)](_0x4490f4,_0x15daf5(0x1e4))+':\x20'+_0x8b0410));else{if(_0x35278b===_0x15daf5(0x1e7))console['log'](a4_0x33fb22[_0x15daf5(0x22f)]('Using\x20project:\x20'+_0x8b0410));else _0x35278b===_0x15daf5(0x249)&&console['log'](a4_0x33fb22[_0x15daf5(0x22f)](_0x15daf5(0x248)+_0x8b0410));}if(!_0x8b0410)return _0x5b2b71?(console['log'](a4_0x33fb22[_0x15daf5(0x1af)](_0x15daf5(0x201))),console[_0x15daf5(0x1cd)](_0x15daf5(0x1d2)),console[_0x15daf5(0x1cd)](_0x15daf5(0x1fb))):(console[_0x15daf5(0x1cd)](a4_0x33fb22['yellow'](_0x15daf5(0x1c9))),console['log'](_0x15daf5(0x1a6)),console[_0x15daf5(0x1cd)]('\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20all\x20agents\x20from\x20project'),console[_0x15daf5(0x1cd)](_0x15daf5(0x209)),console[_0x15daf5(0x1cd)](_0x15daf5(0x1f6)),console[_0x15daf5(0x1cd)](_0x15daf5(0x1a3))),0x1;if(_0x182fee){const {data:_0x3301a2}=await withSpinner(_0x15daf5(0x1f5)+_0x182fee+_0x15daf5(0x211)+_0x8b0410+_0x15daf5(0x213),()=>_0x514160[_0x15daf5(0x1ce)][_0x15daf5(0x24a)](_0x8b0410,_0x182fee,_0xd416f8,{'dryRun':_0x2e702f,'force':_0x549fbd}));if(_0x2e702f)return console[_0x15daf5(0x1cd)](a4_0x33fb22[_0x15daf5(0x1af)](_0x15daf5(0x229))),console[_0x15daf5(0x1cd)](_0x15daf5(0x1e8)+_0x3301a2[_0x15daf5(0x1bb)]),console[_0x15daf5(0x1cd)]('Output\x20path:\x20'+_0x3301a2['outputPath']),_0x3301a2[_0x15daf5(0x21c)]&&(console[_0x15daf5(0x1cd)]('\x0aChanges:'),console['log']('─'[_0x15daf5(0x1cb)](0x3c)),console[_0x15daf5(0x1cd)](_0x3301a2[_0x15daf5(0x21c)]),console[_0x15daf5(0x1cd)]('─'[_0x15daf5(0x1cb)](0x3c))),0x0;return console[_0x15daf5(0x1cd)](a4_0x33fb22['green'](_0x15daf5(0x1e5))),console[_0x15daf5(0x1cd)](_0x15daf5(0x1ca)+_0x3301a2[_0x15daf5(0x1bb)]),console[_0x15daf5(0x1cd)](_0x15daf5(0x25b)+_0x3301a2[_0x15daf5(0x1ed)]),console[_0x15daf5(0x1cd)](_0x15daf5(0x253)+(_0x3301a2[_0x15daf5(0x1a5)]?a4_0x33fb22[_0x15daf5(0x1d5)]('new'):_0x3301a2['hasChanges']?a4_0x33fb22[_0x15daf5(0x1af)](_0x15daf5(0x20d)):a4_0x33fb22[_0x15daf5(0x1e6)](_0x15daf5(0x1b0)))),0x0;}const _0x4c5b71=_0x46266a||_0xd416f8,{data:_0x240957}=await withSpinner(_0x15daf5(0x1cf)+_0x8b0410+_0x15daf5(0x213),()=>_0x514160[_0x15daf5(0x1ce)][_0x15daf5(0x1e0)](_0x8b0410,_0x4c5b71,{'dryRun':!![]})),_0x25f69d=_0x240957['counts']['agents'][_0x15daf5(0x25c)]+_0x240957[_0x15daf5(0x25d)]['knowledgeBases'][_0x15daf5(0x25c)]+_0x240957[_0x15daf5(0x25d)]['textKnowledgeBases']['new']+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x228)][_0x15daf5(0x25c)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x236)][_0x15daf5(0x25c)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1be)][_0x15daf5(0x25c)]+_0x240957['counts'][_0x15daf5(0x1ee)]['new']+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1c0)][_0x15daf5(0x25c)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x22c)]['new'],_0xb66799=_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x22e)][_0x15daf5(0x20d)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1e9)][_0x15daf5(0x20d)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x22b)][_0x15daf5(0x20d)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x228)][_0x15daf5(0x20d)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x236)][_0x15daf5(0x20d)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1be)][_0x15daf5(0x20d)]+_0x240957[_0x15daf5(0x25d)]['experimentalArtifacts']['updated']+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1c0)][_0x15daf5(0x20d)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x22c)]['updated'],_0x3ae8cf=_0x240957['counts'][_0x15daf5(0x22e)][_0x15daf5(0x1b0)]+_0x240957['counts']['knowledgeBases'][_0x15daf5(0x1b0)]+_0x240957['counts']['textKnowledgeBases'][_0x15daf5(0x1b0)]+_0x240957['counts'][_0x15daf5(0x228)][_0x15daf5(0x1b0)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x236)][_0x15daf5(0x1b0)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1be)][_0x15daf5(0x1b0)]+_0x240957['counts'][_0x15daf5(0x1ee)][_0x15daf5(0x1b0)]+_0x240957[_0x15daf5(0x25d)]['formInterfaces'][_0x15daf5(0x1b0)]+_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x22c)]['unchanged'];console[_0x15daf5(0x1cd)](_0x15daf5(0x1b1)+_0x240957[_0x15daf5(0x21a)]+'\x27:'),console['log']('\x20\x20'+a4_0x33fb22[_0x15daf5(0x1d5)]('+\x20'+_0x25f69d+_0x15daf5(0x23e))+_0x15daf5(0x20e)+a4_0x33fb22[_0x15daf5(0x1af)]('~\x20'+_0xb66799+'\x20changed')+_0x15daf5(0x20e)+a4_0x33fb22[_0x15daf5(0x22f)]('=\x20'+_0x3ae8cf+_0x15daf5(0x19f))),console['log'](_0x15daf5(0x1ae)+formatCountSummary(_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x22e)])),console[_0x15daf5(0x1cd)](_0x15daf5(0x244)+formatCountSummary(_0x240957['counts'][_0x15daf5(0x1e9)])),console[_0x15daf5(0x1cd)]('\x20\x20Text\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x22b)])),console[_0x15daf5(0x1cd)]('\x20\x20Prompts:\x20'+formatCountSummary(_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x228)])),console[_0x15daf5(0x1cd)](_0x15daf5(0x231)+formatCountSummary(_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x236)])),console[_0x15daf5(0x1cd)](_0x15daf5(0x227)+formatCountSummary(_0x240957[_0x15daf5(0x25d)]['formInterfaces'])),console['log'](_0x15daf5(0x24e)+formatCountSummary(_0x240957['counts'][_0x15daf5(0x22c)]));const _0x35c596=_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1be)][_0x15daf5(0x20f)]>0x0||_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1ee)]['total']>0x0;_0x35c596&&(console[_0x15daf5(0x1cd)](_0x15daf5(0x23a)+formatCountSummary(_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1be)])),console[_0x15daf5(0x1cd)](_0x15daf5(0x210)+formatCountSummary(_0x240957[_0x15daf5(0x25d)][_0x15daf5(0x1ee)])));console[_0x15daf5(0x1cd)]('\x20\x20Target:\x20'+a4_0x33fb22[_0x15daf5(0x1a8)](_0x240957['outputDir'])),displayDiffs(_0x240957[_0x15daf5(0x22e)],_0x240957[_0x15daf5(0x1e9)],_0x240957['textKnowledgeBases'],_0x240957[_0x15daf5(0x228)],_0x240957[_0x15daf5(0x236)],_0x240957[_0x15daf5(0x1be)],_0x240957['experimentalArtifacts'],_0x240957[_0x15daf5(0x1c0)],_0x240957['chatInterfaces']);if(_0x2e702f)return console[_0x15daf5(0x1cd)](a4_0x33fb22[_0x15daf5(0x1af)](_0x15daf5(0x1d1))),0x0;if(_0x25f69d===0x0&&_0xb66799===0x0)return console[_0x15daf5(0x1cd)](a4_0x33fb22['green'](_0x15daf5(0x1eb))),saveSessionContext({'llm_project':_0x240957[_0x15daf5(0x21a)]},_0x304cbf[_0x15daf5(0x23b)]),console[_0x15daf5(0x1cd)](a4_0x33fb22[_0x15daf5(0x1d5)](_0x15daf5(0x1ec)+a4_0x33fb22[_0x15daf5(0x22f)](_0x15daf5(0x197))+'\x20=\x20'+a4_0x33fb22['cyan'](_0x240957[_0x15daf5(0x21a)]))),0x0;if(!_0x3ed8bb&&!_0x549fbd){if(!isInteractive())return console[_0x15daf5(0x212)](a4_0x33fb22[_0x15daf5(0x25a)](_0x15daf5(0x1d6)),_0x15daf5(0x1df)),console[_0x15daf5(0x212)](a4_0x33fb22[_0x15daf5(0x22f)](_0x15daf5(0x1c4))),0x1;const _0x38cdd7=await confirmKey(_0x15daf5(0x1d9)+(_0x25f69d+_0xb66799)+_0x15daf5(0x220));if(!_0x38cdd7)return console[_0x15daf5(0x1cd)](a4_0x33fb22['yellow'](_0x15daf5(0x1b2)),_0x15daf5(0x1c7)),0x1;}const {data:_0x2e1965}=await withSpinner(_0x15daf5(0x1ea),()=>_0x514160['llm'][_0x15daf5(0x1e0)](_0x8b0410,_0x4c5b71,{'force':_0x549fbd}));return console[_0x15daf5(0x1cd)](a4_0x33fb22[_0x15daf5(0x1d5)](_0x15daf5(0x25e)+(_0x25f69d+_0xb66799)+_0x15daf5(0x233)+_0x2e1965[_0x15daf5(0x22a)])),saveSessionContext({'llm_project':_0x2e1965['projectName']},_0x304cbf[_0x15daf5(0x23b)]),console['log'](a4_0x33fb22['green'](_0x15daf5(0x1ec)+a4_0x33fb22[_0x15daf5(0x22f)]('llm_project')+_0x15daf5(0x259)+a4_0x33fb22[_0x15daf5(0x1a8)](_0x2e1965['projectName']))),0x0;}}export class AgentCloneCommand extends BaseCommand{[a4_0x4c125e(0x251)]=a4_0x4c125e(0x1fd);[a4_0x4c125e(0x243)]=a4_0x4c125e(0x21b);async['execute'](_0xeaf8e9){const _0x341cac=a4_0x4c125e,{options:_0x3465a3,args:_0xbca9a1,tdx:_0xe8b7a9}=_0xeaf8e9,_0x3cad6f=_0xbca9a1[0x0],_0xf3c0d3=_0x3465a3['name'],_0x2cd610=_0x3465a3[_0x341cac(0x242)],_0x379e7f=_0x3465a3[_0x341cac(0x252)],_0x5c443c=_0x3465a3[_0x341cac(0x235)],_0x4b932b=_0x3465a3['llmProject'];let _0x7034b5;const _0x42d67c=findAgentConfigPath(process[_0x341cac(0x1c1)]());if(_0x3cad6f){const _0x390c43=a4_0x4d86e7[_0x341cac(0x20b)](_0x3cad6f,_0x341cac(0x1e4));existsSync(_0x390c43)?(_0x7034b5=_0x3cad6f,console['log'](a4_0x33fb22[_0x341cac(0x22f)](_0x341cac(0x237)+_0x3cad6f))):_0x7034b5=_0x3cad6f;}else{if(_0x42d67c)_0x7034b5=a4_0x4d86e7['dirname'](_0x42d67c),console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x22f)](_0x341cac(0x245)+_0x7034b5));else{if(_0x4b932b){const _0x42cc18=sanitizeForFilesystem(_0x4b932b);let _0x321871=_0x42cc18,_0x31319a=a4_0x4d86e7['join'](process[_0x341cac(0x1c1)](),_0x341cac(0x22e),_0x42cc18,_0x341cac(0x1e4));if(!existsSync(_0x31319a)){const _0x5a2d68=normalizeName(_0x4b932b),_0x4625bd=a4_0x4d86e7['join'](process['cwd'](),'agents',_0x5a2d68,'tdx.json');existsSync(_0x4625bd)&&(_0x321871=_0x5a2d68,_0x31319a=_0x4625bd);}if(existsSync(_0x31319a))_0x7034b5=a4_0x4d86e7[_0x341cac(0x20a)](_0x31319a),console['log'](a4_0x33fb22[_0x341cac(0x22f)](_0x341cac(0x237)+_0x7034b5));else{const _0x596f43=_0x3465a3[_0x341cac(0x1a0)];if(_0x596f43)throw new SDKError(ErrorCode['INVALID_ARGUMENT'],'Cannot\x20clone\x20from\x20context\x20project\x20\x22'+_0x4b932b+_0x341cac(0x1db),undefined,{'helpText':_0x341cac(0x1fc)+_0x341cac(0x1d8)+('\x20\x20tdx\x20agent\x20pull\x20'+_0x4b932b+'\x0a')+(_0x341cac(0x1d4)+_0x321871+_0x341cac(0x24f)+(_0xf3c0d3||_0x341cac(0x19c))+_0x341cac(0x246)+_0x596f43)});_0x7034b5=_0x4b932b,console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x22f)](_0x341cac(0x1de)+_0x4b932b));}}}}if(!_0x7034b5)return console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x1af)](_0x341cac(0x223))),console[_0x341cac(0x1cd)]('\x20\x20tdx\x20agent\x20clone\x20<project>\x20--name\x20<new-name>\x20\x20\x20\x20#\x20Clone\x20from\x20remote\x20project'),console['log']('\x20\x20tdx\x20agent\x20clone\x20<local-dir>\x20--name\x20<new-name>\x20\x20#\x20Clone\x20from\x20local\x20directory'),console[_0x341cac(0x1cd)](_0x341cac(0x230)),console[_0x341cac(0x1cd)](_0x341cac(0x260)),0x1;if(!_0xf3c0d3)throw new SDKError(ErrorCode[_0x341cac(0x1b6)],_0x341cac(0x258),undefined,{'helpText':_0x341cac(0x21f)});if(!_0x379e7f&&!_0x2cd610){if(!isInteractive())return console[_0x341cac(0x212)](a4_0x33fb22['red'](_0x341cac(0x1d6)),_0x341cac(0x1df)),console[_0x341cac(0x212)](a4_0x33fb22[_0x341cac(0x22f)]('Use\x20-y\x20or\x20--yes\x20flag\x20to\x20apply\x20changes\x20without\x20confirmation')),0x1;const _0x4aa6d0=await confirmKey(_0x341cac(0x1f2)+_0x7034b5+'\x22\x20to\x20new\x20project\x20\x22'+_0xf3c0d3+'\x22?');if(!_0x4aa6d0)return console['log'](a4_0x33fb22['yellow']('Cancelled')),0x1;}const {data:_0x348264}=await withSpinner(_0x341cac(0x207)+_0x7034b5+_0x341cac(0x215)+_0xf3c0d3+_0x341cac(0x213),()=>_0xe8b7a9['llm'][_0x341cac(0x205)](_0x7034b5,_0xf3c0d3,{'dryRun':_0x2cd610}));if(_0x2cd610){console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x1af)](_0x341cac(0x232))),console[_0x341cac(0x1cd)](_0x341cac(0x22d)+_0x348264[_0x341cac(0x257)]),console[_0x341cac(0x1cd)](_0x341cac(0x1f8)+_0xf3c0d3),console[_0x341cac(0x1cd)](_0x341cac(0x1a2)),console['log'](_0x341cac(0x1ae)+_0x348264[_0x341cac(0x25d)][_0x341cac(0x22e)][_0x341cac(0x198)]),console[_0x341cac(0x1cd)](_0x341cac(0x244)+_0x348264[_0x341cac(0x25d)]['knowledgeBases'][_0x341cac(0x198)]),console[_0x341cac(0x1cd)]('\x20\x20Prompts:\x20'+_0x348264[_0x341cac(0x25d)][_0x341cac(0x228)][_0x341cac(0x198)]),console[_0x341cac(0x1cd)](_0x341cac(0x227)+_0x348264[_0x341cac(0x25d)][_0x341cac(0x1c0)][_0x341cac(0x198)]),console[_0x341cac(0x1cd)](_0x341cac(0x24e)+_0x348264[_0x341cac(0x25d)][_0x341cac(0x22c)][_0x341cac(0x198)]);const _0x5d72f5=_0x348264['counts'][_0x341cac(0x1be)]['created']>0x0||_0x348264[_0x341cac(0x25d)][_0x341cac(0x1ee)]['created']>0x0;return _0x5d72f5&&(console['log'](_0x341cac(0x23a)+_0x348264['counts'][_0x341cac(0x1be)][_0x341cac(0x198)]),console['log']('\x20\x20Experimental\x20Artifacts:\x20'+_0x348264[_0x341cac(0x25d)][_0x341cac(0x1ee)]['created'])),0x0;}const _0x5ab19d=_0x348264['counts'][_0x341cac(0x22e)][_0x341cac(0x250)]>0x0||_0x348264[_0x341cac(0x25d)][_0x341cac(0x1e9)][_0x341cac(0x250)]>0x0||_0x348264['counts'][_0x341cac(0x228)][_0x341cac(0x250)]>0x0||_0x348264[_0x341cac(0x25d)][_0x341cac(0x1c0)][_0x341cac(0x250)]>0x0||_0x348264[_0x341cac(0x25d)]['chatInterfaces']['errors']>0x0||_0x348264['counts'][_0x341cac(0x1be)]['errors']>0x0||_0x348264[_0x341cac(0x25d)][_0x341cac(0x1ee)]['errors']>0x0;_0x5ab19d?console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x1af)](_0x341cac(0x1ef))):console['log'](a4_0x33fb22[_0x341cac(0x1d5)]('Project\x20cloned\x20successfully'));console[_0x341cac(0x1cd)]('Source:\x20'+_0x348264['sourceProjectName']),console[_0x341cac(0x1cd)]('New\x20project:\x20'+_0x348264[_0x341cac(0x1ff)]),console[_0x341cac(0x1cd)](_0x341cac(0x19a)+_0x348264[_0x341cac(0x1bd)]),console[_0x341cac(0x1cd)](),console[_0x341cac(0x1cd)]('Summary:'),console[_0x341cac(0x1cd)](_0x341cac(0x1ae)+formatCountSummary(_0x348264['counts'][_0x341cac(0x22e)])),console[_0x341cac(0x1cd)](_0x341cac(0x244)+formatCountSummary(_0x348264[_0x341cac(0x25d)]['knowledgeBases'])),console[_0x341cac(0x1cd)]('\x20\x20Prompts:\x20'+formatCountSummary(_0x348264['counts'][_0x341cac(0x228)])),console[_0x341cac(0x1cd)](_0x341cac(0x231)+formatCountSummary(_0x348264[_0x341cac(0x25d)][_0x341cac(0x236)])),console[_0x341cac(0x1cd)](_0x341cac(0x227)+formatCountSummary(_0x348264[_0x341cac(0x25d)][_0x341cac(0x1c0)])),console[_0x341cac(0x1cd)](_0x341cac(0x24e)+formatCountSummary(_0x348264[_0x341cac(0x25d)][_0x341cac(0x22c)]));const _0x182464=_0x348264[_0x341cac(0x25d)][_0x341cac(0x1be)][_0x341cac(0x198)]>0x0||_0x348264[_0x341cac(0x25d)][_0x341cac(0x1be)][_0x341cac(0x20d)]>0x0||_0x348264[_0x341cac(0x25d)][_0x341cac(0x1be)][_0x341cac(0x1b0)]>0x0||_0x348264[_0x341cac(0x25d)]['experimentalArtifacts'][_0x341cac(0x198)]>0x0||_0x348264[_0x341cac(0x25d)][_0x341cac(0x1ee)]['updated']>0x0||_0x348264[_0x341cac(0x25d)][_0x341cac(0x1ee)][_0x341cac(0x1b0)]>0x0;_0x182464&&(console[_0x341cac(0x1cd)](_0x341cac(0x23a)+formatCountSummary(_0x348264[_0x341cac(0x25d)][_0x341cac(0x1be)])),console[_0x341cac(0x1cd)](_0x341cac(0x210)+formatCountSummary(_0x348264[_0x341cac(0x25d)][_0x341cac(0x1ee)])));if(_0x5ab19d){console[_0x341cac(0x1cd)](),console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x25a)]('Errors:'));for(const _0x2a747b of _0x348264['agents']){_0x2a747b[_0x341cac(0x199)]===_0x341cac(0x212)&&console['log'](a4_0x33fb22[_0x341cac(0x25a)](_0x341cac(0x21d)+_0x2a747b[_0x341cac(0x1bb)]+_0x341cac(0x224)+_0x2a747b['error']));}for(const _0x125245 of _0x348264['knowledgeBases']){_0x125245[_0x341cac(0x199)]===_0x341cac(0x212)&&console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x25a)](_0x341cac(0x1e1)+_0x125245[_0x341cac(0x251)]+_0x341cac(0x224)+_0x125245[_0x341cac(0x212)]));}for(const _0x384d15 of _0x348264[_0x341cac(0x228)]){_0x384d15[_0x341cac(0x199)]===_0x341cac(0x212)&&console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x25a)](_0x341cac(0x1ac)+_0x384d15[_0x341cac(0x251)]+_0x341cac(0x224)+_0x384d15['error']));}for(const _0x1f9ff2 of _0x348264[_0x341cac(0x236)]){_0x1f9ff2[_0x341cac(0x199)]===_0x341cac(0x212)&&console[_0x341cac(0x1cd)](a4_0x33fb22['red'](_0x341cac(0x1c8)+_0x1f9ff2[_0x341cac(0x251)]+_0x341cac(0x224)+_0x1f9ff2[_0x341cac(0x212)]));}for(const _0x4eabe1 of _0x348264[_0x341cac(0x1c0)]){_0x4eabe1[_0x341cac(0x199)]===_0x341cac(0x212)&&console['log'](a4_0x33fb22[_0x341cac(0x25a)](_0x341cac(0x1ba)+_0x4eabe1[_0x341cac(0x251)]+_0x341cac(0x224)+_0x4eabe1['error']));}for(const _0x3a22e8 of _0x348264[_0x341cac(0x22c)]){_0x3a22e8['action']===_0x341cac(0x212)&&console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x25a)]('\x20\x20Chat\x20Interface\x20\x22'+_0x3a22e8[_0x341cac(0x251)]+_0x341cac(0x224)+_0x3a22e8[_0x341cac(0x212)]));}for(const _0x468015 of _0x348264[_0x341cac(0x1be)]){_0x468015[_0x341cac(0x199)]===_0x341cac(0x212)&&console[_0x341cac(0x1cd)](a4_0x33fb22[_0x341cac(0x25a)]('\x20\x20Experimental\x20Knowledge\x20Base\x20\x22'+_0x468015[_0x341cac(0x251)]+_0x341cac(0x224)+_0x468015['error']));}for(const _0x5c8ee0 of _0x348264[_0x341cac(0x1ee)]){_0x5c8ee0['action']==='error'&&console[_0x341cac(0x1cd)](a4_0x33fb22['red'](_0x341cac(0x23c)+_0x5c8ee0['name']+_0x341cac(0x224)+_0x5c8ee0[_0x341cac(0x212)]));}return 0x1;}console[_0x341cac(0x1cd)]();const _0x4b6cbf=getLLMProjectUrl(_0x5c443c,_0x348264[_0x341cac(0x1bd)]);return console[_0x341cac(0x1cd)](_0x341cac(0x1c3)+a4_0x33fb22['cyan'](_0x4b6cbf)),0x0;}}function a4_0x2cd7(_0x46c460,_0x2a21a3){_0x46c460=_0x46c460-0x197;const _0x2f3da4=a4_0x2f3d();let _0x2cd70d=_0x2f3da4[_0x46c460];return _0x2cd70d;}export class AgentPushCommand extends BaseCommand{[a4_0x4c125e(0x251)]=a4_0x4c125e(0x1bf);['description']=a4_0x4c125e(0x241);async[a4_0x4c125e(0x24c)](_0x5e794e){const _0x129dc8=a4_0x4c125e,{options:_0x30f429,args:_0x4de8bb,tdx:_0xcb1243}=_0x5e794e;let _0x1ad73d=_0x4de8bb[0x0]||process['cwd']();const _0x3d8fa2=_0x30f429['dryRun'],_0xb96e92=_0x30f429[_0x129dc8(0x225)],_0x1b68e7=_0x30f429['yes'],_0x5c9106=_0x30f429[_0x129dc8(0x235)],_0x4f72ad=a4_0x4d86e7[_0x129dc8(0x20b)](_0x1ad73d,_0x129dc8(0x1aa)),_0x1a71ba=existsSync(_0x4f72ad);if(_0x1a71ba){const {data:_0xb8f1b0}=await withSpinner('Pushing\x20agent\x20from\x20\x22'+_0x1ad73d+_0x129dc8(0x213),()=>_0xcb1243[_0x129dc8(0x1ce)][_0x129dc8(0x204)](_0x1ad73d,{'dryRun':_0x3d8fa2,'force':_0xb96e92}));if(_0x3d8fa2)return console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x1af)](_0x129dc8(0x232))),console[_0x129dc8(0x1cd)](_0x129dc8(0x202)+_0xb8f1b0[_0x129dc8(0x1bb)]),0x0;if(_0xb8f1b0[_0x129dc8(0x199)]===_0x129dc8(0x212))return console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x255)+_0xb8f1b0[_0x129dc8(0x212)])),0x1;console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x1d5)](_0x129dc8(0x1f4)+_0xb8f1b0[_0x129dc8(0x199)]+_0x129dc8(0x1b7))),console[_0x129dc8(0x1cd)](_0x129dc8(0x1ca)+_0xb8f1b0['agentName']);if(_0xb8f1b0[_0x129dc8(0x1e3)]&&_0xb8f1b0[_0x129dc8(0x208)]){const _0x9df479=getLLMAgentChatUrl(_0x5c9106,_0xb8f1b0[_0x129dc8(0x208)],_0xb8f1b0[_0x129dc8(0x1e3)]);console[_0x129dc8(0x1cd)](_0x129dc8(0x1b8)+a4_0x33fb22[_0x129dc8(0x1a8)](_0x9df479));}return 0x0;}const _0x33307f=_0x30f429[_0x129dc8(0x19d)],_0x2143e7=resolveProjectFromContext(_0x1ad73d,_0x33307f);if(_0x2143e7[_0x129dc8(0x240)])_0x1ad73d=_0x2143e7[_0x129dc8(0x256)],_0x2143e7[_0x129dc8(0x1a9)]===_0x129dc8(0x249)&&console[_0x129dc8(0x1cd)](a4_0x33fb22['dim'](_0x129dc8(0x239)+_0x1ad73d));else{let _0x4709c1=_0x129dc8(0x1a7);_0x2143e7[_0x129dc8(0x1f9)]===_0x129dc8(0x214)&&(_0x4709c1=_0x2143e7['message']+_0x129dc8(0x221)+_0x2143e7[_0x129dc8(0x19d)]+_0x129dc8(0x234));throw new SDKError(ErrorCode[_0x129dc8(0x203)],_0x2143e7[_0x129dc8(0x1f9)]===_0x129dc8(0x1cc)?_0x2143e7['message']:_0x129dc8(0x218)+_0x1ad73d,undefined,{'helpText':_0x4709c1});}const {data:_0x3c217b}=await withSpinner(_0x129dc8(0x219),()=>_0xcb1243[_0x129dc8(0x1ce)]['pushProject'](_0x1ad73d,{'dryRun':!![]})),_0x10d080=_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22e)][_0x129dc8(0x250)]>0x0;if(_0x10d080){console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x226)));for(const _0x113424 of _0x3c217b['agents']){_0x113424[_0x129dc8(0x199)]===_0x129dc8(0x212)&&console['log'](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x21d)+_0x113424[_0x129dc8(0x1bb)]+_0x129dc8(0x224)+_0x113424[_0x129dc8(0x212)]));}return 0x1;}const _0x5a04ba=_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22e)][_0x129dc8(0x198)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1e9)][_0x129dc8(0x198)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22b)][_0x129dc8(0x198)]+_0x3c217b['counts']['prompts'][_0x129dc8(0x198)]+_0x3c217b[_0x129dc8(0x25d)]['integrations'][_0x129dc8(0x198)]+_0x3c217b['counts']['experimentalKnowledgeBases'][_0x129dc8(0x198)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1ee)]['created']+_0x3c217b[_0x129dc8(0x25d)]['formInterfaces']['created']+_0x3c217b[_0x129dc8(0x25d)]['chatInterfaces']['created'],_0x5c3e7d=_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22e)][_0x129dc8(0x20d)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1e9)][_0x129dc8(0x20d)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22b)]['updated']+_0x3c217b[_0x129dc8(0x25d)]['prompts']['updated']+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x236)][_0x129dc8(0x20d)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1be)]['updated']+_0x3c217b[_0x129dc8(0x25d)]['experimentalArtifacts'][_0x129dc8(0x20d)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1c0)][_0x129dc8(0x20d)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22c)][_0x129dc8(0x20d)],_0x3f7164=_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22e)][_0x129dc8(0x1b0)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1e9)][_0x129dc8(0x1b0)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22b)][_0x129dc8(0x1b0)]+_0x3c217b['counts'][_0x129dc8(0x228)][_0x129dc8(0x1b0)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x236)]['unchanged']+_0x3c217b[_0x129dc8(0x25d)]['experimentalKnowledgeBases'][_0x129dc8(0x1b0)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1ee)][_0x129dc8(0x1b0)]+_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1c0)]['unchanged']+_0x3c217b['counts']['chatInterfaces'][_0x129dc8(0x1b0)];console[_0x129dc8(0x1cd)]('\x0aPush\x20summary\x20for\x20\x27'+_0x3c217b['projectName']+'\x27:'),console[_0x129dc8(0x1cd)]('\x20\x20'+a4_0x33fb22[_0x129dc8(0x1d5)]('+\x20'+_0x5a04ba+_0x129dc8(0x23e))+_0x129dc8(0x20e)+a4_0x33fb22['yellow']('~\x20'+_0x5c3e7d+_0x129dc8(0x200))+_0x129dc8(0x20e)+a4_0x33fb22[_0x129dc8(0x22f)]('=\x20'+_0x3f7164+_0x129dc8(0x19f))),console[_0x129dc8(0x1cd)](_0x129dc8(0x1ae)+formatCountSummary(_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22e)])),console['log'](_0x129dc8(0x244)+formatCountSummary(_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1e9)])),console[_0x129dc8(0x1cd)](_0x129dc8(0x1fe)+formatCountSummary(_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22b)])),console['log'](_0x129dc8(0x254)+formatCountSummary(_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x228)])),console[_0x129dc8(0x1cd)](_0x129dc8(0x231)+formatCountSummary(_0x3c217b['counts'][_0x129dc8(0x236)])),console[_0x129dc8(0x1cd)](_0x129dc8(0x227)+formatCountSummary(_0x3c217b['counts'][_0x129dc8(0x1c0)])),console['log'](_0x129dc8(0x24e)+formatCountSummary(_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x22c)]));const _0x48cf31=_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1be)][_0x129dc8(0x198)]>0x0||_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1be)][_0x129dc8(0x20d)]>0x0||_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1be)][_0x129dc8(0x1b0)]>0x0||_0x3c217b[_0x129dc8(0x25d)]['experimentalArtifacts'][_0x129dc8(0x198)]>0x0||_0x3c217b['counts'][_0x129dc8(0x1ee)][_0x129dc8(0x20d)]>0x0||_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1ee)][_0x129dc8(0x1b0)]>0x0;_0x48cf31&&(console['log'](_0x129dc8(0x23a)+formatCountSummary(_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1be)])),console[_0x129dc8(0x1cd)]('\x20\x20Experimental\x20Artifacts:\x20'+formatCountSummary(_0x3c217b[_0x129dc8(0x25d)][_0x129dc8(0x1ee)])));console[_0x129dc8(0x1cd)]('\x20\x20Source:\x20'+a4_0x33fb22['cyan'](_0x1ad73d)),displayDiffs(_0x3c217b[_0x129dc8(0x22e)],_0x3c217b['knowledgeBases'],_0x3c217b['textKnowledgeBases'],_0x3c217b[_0x129dc8(0x228)],_0x3c217b[_0x129dc8(0x236)],_0x3c217b[_0x129dc8(0x1be)],_0x3c217b[_0x129dc8(0x1ee)],_0x3c217b[_0x129dc8(0x1c0)],_0x3c217b['chatInterfaces']);if(_0x3d8fa2)return console['log'](a4_0x33fb22['yellow'](_0x129dc8(0x1ab))),0x0;if(_0x5a04ba===0x0&&_0x5c3e7d===0x0){console[_0x129dc8(0x1cd)](a4_0x33fb22['green']('\x0a✔\x20All\x20resources\x20are\x20up\x20to\x20date'));const _0x2de877=getLLMProjectUrl(_0x5c9106,_0x3c217b[_0x129dc8(0x208)]);return console[_0x129dc8(0x1cd)](_0x129dc8(0x1c3)+a4_0x33fb22[_0x129dc8(0x1a8)](_0x2de877)),0x0;}if(!_0x1b68e7&&!_0xb96e92){if(!isInteractive())return console[_0x129dc8(0x212)](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x1d6)),_0x129dc8(0x1df)),console['error'](a4_0x33fb22[_0x129dc8(0x22f)](_0x129dc8(0x1c4))),0x1;const _0x21d5a0=await confirmKey(_0x129dc8(0x1a4)+(_0x5a04ba+_0x5c3e7d)+'\x20resources?');if(!_0x21d5a0)return console[_0x129dc8(0x1cd)](a4_0x33fb22['yellow']('Cancelled'),_0x129dc8(0x247)),0x1;}const {data:_0x3631ec}=await withSpinner(_0x129dc8(0x1c5),()=>_0xcb1243[_0x129dc8(0x1ce)][_0x129dc8(0x25f)](_0x1ad73d,{'force':_0xb96e92})),_0x461485=_0x3631ec[_0x129dc8(0x25d)]['agents']['errors']>0x0||_0x3631ec[_0x129dc8(0x25d)][_0x129dc8(0x1e9)]['errors']>0x0||_0x3631ec['counts']['textKnowledgeBases']['errors']>0x0||_0x3631ec[_0x129dc8(0x25d)][_0x129dc8(0x228)][_0x129dc8(0x250)]>0x0||_0x3631ec[_0x129dc8(0x25d)][_0x129dc8(0x1c0)][_0x129dc8(0x250)]>0x0||_0x3631ec['counts'][_0x129dc8(0x22c)][_0x129dc8(0x250)]>0x0;if(_0x461485){console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x1af)](_0x129dc8(0x20c))),console[_0x129dc8(0x1cd)](),console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x1da)));for(const _0x315e9c of _0x3631ec[_0x129dc8(0x22e)]){_0x315e9c['action']===_0x129dc8(0x212)&&console[_0x129dc8(0x1cd)](a4_0x33fb22['red']('\x20\x20Agent\x20\x22'+_0x315e9c['agentName']+'\x22:\x20'+_0x315e9c['error']));}for(const _0x50ab99 of _0x3631ec[_0x129dc8(0x1e9)]){_0x50ab99[_0x129dc8(0x199)]===_0x129dc8(0x212)&&console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x1e1)+_0x50ab99[_0x129dc8(0x251)]+_0x129dc8(0x224)+_0x50ab99[_0x129dc8(0x212)]));}for(const _0x2f09e0 of _0x3631ec[_0x129dc8(0x22b)]){_0x2f09e0[_0x129dc8(0x199)]===_0x129dc8(0x212)&&console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x25a)]('\x20\x20Text\x20Knowledge\x20Base\x20\x22'+_0x2f09e0[_0x129dc8(0x251)]+'\x22:\x20'+_0x2f09e0[_0x129dc8(0x212)]));}for(const _0x5e4bb6 of _0x3631ec[_0x129dc8(0x228)]){_0x5e4bb6[_0x129dc8(0x199)]===_0x129dc8(0x212)&&console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x1ac)+_0x5e4bb6[_0x129dc8(0x251)]+_0x129dc8(0x224)+_0x5e4bb6[_0x129dc8(0x212)]));}for(const _0x5a9e8f of _0x3631ec['integrations']){_0x5a9e8f[_0x129dc8(0x199)]==='error'&&console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x1c8)+_0x5a9e8f['name']+'\x22:\x20'+_0x5a9e8f['error']));}for(const _0x2eb24d of _0x3631ec[_0x129dc8(0x1c0)]){_0x2eb24d[_0x129dc8(0x199)]===_0x129dc8(0x212)&&console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x1ba)+_0x2eb24d[_0x129dc8(0x251)]+_0x129dc8(0x224)+_0x2eb24d[_0x129dc8(0x212)]));}for(const _0x39532a of _0x3631ec['chatInterfaces']){_0x39532a['action']===_0x129dc8(0x212)&&console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x25a)](_0x129dc8(0x19e)+_0x39532a[_0x129dc8(0x251)]+_0x129dc8(0x224)+_0x39532a['error']));}return 0x1;}console[_0x129dc8(0x1cd)](a4_0x33fb22[_0x129dc8(0x1d5)](_0x129dc8(0x1c2)+(_0x5a04ba+_0x5c3e7d)+_0x129dc8(0x1f3)+_0x3631ec[_0x129dc8(0x21a)]+'\x27'));const _0x5e2c58=getLLMProjectUrl(_0x5c9106,_0x3631ec[_0x129dc8(0x208)]);return console[_0x129dc8(0x1cd)](_0x129dc8(0x1c3)+a4_0x33fb22[_0x129dc8(0x1a8)](_0x5e2c58)),0x0;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a5_0x55f8a5=a5_0xb968;(function(_0xdc9597,_0x597c20){const _0x1bc81b=a5_0xb968,_0x39ec0c=_0xdc9597();while(!![]){try{const _0x585922=-parseInt(_0x1bc81b(0x262))/0x1*(parseInt(_0x1bc81b(0x247))/0x2)+parseInt(_0x1bc81b(0x250))/0x3*(parseInt(_0x1bc81b(0x255))/0x4)+parseInt(_0x1bc81b(0x229))/0x5*(-parseInt(_0x1bc81b(0x239))/0x6)+parseInt(_0x1bc81b(0x213))/0x7*(-parseInt(_0x1bc81b(0x206))/0x8)+-parseInt(_0x1bc81b(0x25b))/0x9+-parseInt(_0x1bc81b(0x23a))/0xa+-parseInt(_0x1bc81b(0x20d))/0xb*(-parseInt(_0x1bc81b(0x279))/0xc);if(_0x585922===_0x597c20)break;else _0x39ec0c['push'](_0x39ec0c['shift']());}catch(_0x2f2f2c){_0x39ec0c['push'](_0x39ec0c['shift']());}}}(a5_0x3bd6,0x8c0a6));function a5_0x3bd6(){const _0x45c6f5=['Evaluating\x20response...','basename','✗\x20FAIL:\x20','toISOString','✗\x20ERROR:\x20Project\x20not\x20found:\x20','start','Re-evaluating\x20cached\x20test\x20run...','map','log','now','executeReeval','Error:\x20Cached\x20run\x20is\x20for\x20agent\x20\x22','Run\x20`tdx\x20agent\x20test`\x20to\x20generate\x20new\x20conversations\x20for\x20this\x20agent.','reason','\x20-\x20','text','Test\x20','\x20\x20Conversation:\x20','substring','testName','round','12dHIPRQ','conversation_url','✗\x20ERROR:\x20Agent\x20not\x20found:\x20','join','utf-8','No\x20test.yml\x20found\x20in\x20any\x20agent\x20under\x20project\x20\x22','trim','No\x20tests\x20have\x20tags\x20defined.','New\x20tests\x20to\x20execute:\x20','find','message','Running\x20agent\x20tests...','push','Run\x20\x27tdx\x20agent\x20pull\x20','Cached\x20run\x20from:\x20','includes','tags','cyan','Agent:\x20','length','Set\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','repeat','Tests\x20found:\x20','not\x20found','Multiple\x20agents\x20with\x20tests\x20found\x20in\x20project\x20\x22','size','Error:\x20Cannot\x20execute\x20new\x20tests\x20-\x20site\x20mismatch.','agentName','site','tsv','ERROR','Running\x20test:\x20','\x20(cached)','description','table','existsSync','forEach','251480wxBJgQ','test.yml','rounds','projectName','Run\x20`tdx\x20agent\x20test`\x20first\x20to\x20generate\x20conversations.','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20project\x20\x22','llm','33230879qskNLS','Output\x20written\x20to:\x20','Re-evaluation\x20Summary','Total:\x20\x20\x20\x20','found','Failed:\x20\x20\x20','203utlaqi','Either\x20switch\x20to\x20the\x20\x22','...','Re-evaluating\x20','timestamp','Round\x20','yellow','✗\x20ERROR:\x20','reeval','404','writeFileSync','isSpinning','json','Usage:','agent:test','\x20(new)','resolveProjectId','filter','tests','testYmlPath','⚠\x20SKIPPED:\x20','has','5NeDINr','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20agent\x20\x22','Conversation\x20URL:\x20','Project\x20path:\x20','status','Specify\x20an\x20agent:\x20tdx\x20agent\x20test\x20agents/','\x20\x20Round\x20','add','stop','no_tests','Using\x20agent:\x20','Duration:\x20','✗\x20ERROR:\x20Re-evaluation\x20failed:\x20','\x20\x20Site:\x20','...\x20','Round\x201/','1961634NSQpwy','6491780GntMbW','✓\x20PASS:\x20','\x20\x20Project:\x20','name','resolve','Executing\x20new\x20tests...','Running:\x20','agent','FAIL','Error:\x20Cannot\x20use\x20--reeval\x20with\x20--no-eval','split','Create\x20a\x20test.yml\x20in\x20an\x20agent\x20directory\x20to\x20run\x20evaluations.','jsonl','242036PJSlpS','\x20\x20tdx\x20agent\x20test\x20<path>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20from\x20path','execute','\x27\x20to\x20create\x20the\x20folder\x20structure.','green','Errors:\x20\x20\x20','llmProject','conversations','dim','33onYkhe','Site:\x20','source','red','verbose','198772AMvsiw','\x20\x20Agent:\x20','projectDir','PASS','resolveAgentId','white','7778142lXMgPj','dryRun','\x22\x20site\x20or\x20run\x20a\x20fresh\x20`tdx\x20agent\x20test`\x20to\x20generate\x20new\x20cache.','✗\x20ERROR:\x20Failed\x20to\x20set\x20up\x20evaluator:\x20','Error\x20writing\x20output\x20file:\x20','Passed:\x20\x20\x20',':\x20Sending\x20user\x20input...','2XyYJMd','toLowerCase'];a5_0x3bd6=function(){return _0x45c6f5;};return a5_0x3bd6();}import*as a5_0x39ebc7 from'node:fs';import*as a5_0x6f11d6 from'node:path';import a5_0x60bf87 from'chalk';import{BaseCommand}from'./command.js';import{parseTestFile,runTest,formatResults,setupEvaluatorAgent,loadLastTestRun,saveLastTestRun,buildCachedTestRun,reevaluateFromCache}from'../sdk/agent/test/index.js';import{resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{createCommandSpinner,formatElapsed}from'../utils/spinner.js';function a5_0xb968(_0xfd25f7,_0x1bf5a1){_0xfd25f7=_0xfd25f7-0x1e8;const _0x3bd65c=a5_0x3bd6();let _0xb968eb=_0x3bd65c[_0xfd25f7];return _0xb968eb;}export class AgentTestCommand extends BaseCommand{[a5_0x55f8a5(0x23d)]=a5_0x55f8a5(0x221);[a5_0x55f8a5(0x202)]='Run\x20tests\x20for\x20an\x20LLM\x20agent';async[a5_0x55f8a5(0x249)](_0x2503f2){const _0x44727c=a5_0x55f8a5,{options:_0x2831fd,args:_0x474bd3,tdx:_0x3d0c5d}=_0x2503f2,_0x44546d=_0x474bd3[0x0]||'.',_0x5b15f6=_0x2831fd[_0x44727c(0x25c)],_0x139ca4=_0x2831fd,_0x1d5ffe=_0x139ca4['eval']===![],_0x2991a3=_0x139ca4[_0x44727c(0x21b)],_0x424ecd=_0x139ca4[_0x44727c(0x23d)],_0x2dbd49=_0x139ca4[_0x44727c(0x1f1)],_0xb8c150=_0x2831fd['site'],_0xcb2210=_0x139ca4['output'];if(_0x2991a3&&_0x1d5ffe)return console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x253)](_0x44727c(0x243))),0x1;let _0x2fd881=_0x44727c(0x203);if(_0x139ca4[_0x44727c(0x21f)])_0x2fd881=_0x44727c(0x21f);else{if(_0x139ca4[_0x44727c(0x246)])_0x2fd881=_0x44727c(0x246);else{if(_0x139ca4[_0x44727c(0x1fe)])_0x2fd881='tsv';else{if(_0x139ca4[_0x44727c(0x203)])_0x2fd881=_0x44727c(0x203);}}}const _0x23766e=_0x139ca4['llmProject'];let _0x172643=_0x44546d;const _0x164afb=a5_0x39ebc7[_0x44727c(0x204)](_0x44546d),_0x5a004c=_0x44546d==='.';if(!_0x164afb||_0x5a004c){const _0x19b025=resolveProjectFromContext(_0x44546d,_0x23766e,{'requireFile':_0x44727c(0x207)});if(_0x19b025[_0x44727c(0x211)])_0x172643=_0x19b025[_0x44727c(0x257)],_0x19b025[_0x44727c(0x252)]==='context'&&console['log'](a5_0x60bf87[_0x44727c(0x24f)](_0x44727c(0x233)+_0x172643));else switch(_0x19b025[_0x44727c(0x271)]){case'no_context':console[_0x44727c(0x26c)](a5_0x60bf87['yellow'](_0x19b025['message'])),console[_0x44727c(0x26c)](),console[_0x44727c(0x26c)](_0x44727c(0x220)),console['log'](_0x44727c(0x248)),console['log']('\x20\x20tdx\x20agent\x20test\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20(requires\x20context\x20or\x20tdx.json)'),console['log'](),console['log'](_0x44727c(0x1f5));return 0x1;case'no_local_folder':console['log'](a5_0x60bf87['yellow'](_0x19b025['message'])),console[_0x44727c(0x26c)](),console[_0x44727c(0x26c)](_0x44727c(0x1ee)+_0x19b025[_0x44727c(0x24d)]+_0x44727c(0x24a));return 0x1;case'multiple_agents':{const _0x53de6d=a5_0x6f11d6[_0x44727c(0x265)](_0x19b025[_0x44727c(0x257)]);console['log'](a5_0x60bf87['yellow'](_0x44727c(0x1f9)+_0x19b025[_0x44727c(0x24d)]+'\x22:'));for(const _0x10a0eb of _0x19b025['agentDirs']){console[_0x44727c(0x26c)]('\x20\x20-\x20'+_0x10a0eb);}return console['log'](),console['log'](_0x44727c(0x22e)+_0x53de6d+'/<agent-name>'),0x1;}case _0x44727c(0x232):console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x219)](_0x44727c(0x27e)+_0x19b025[_0x44727c(0x24d)]+'\x22.')),console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x24f)](_0x44727c(0x22c)+_0x19b025['projectDir'])),console[_0x44727c(0x26c)](),console[_0x44727c(0x26c)](_0x44727c(0x245));return 0x1;}}const {definition:_0x5d1426,agentInfo:_0x453739}=parseTestFile(_0x172643);let _0x2ecbd1=_0x5d1426[_0x44727c(0x225)];if(_0x424ecd){const _0x388ee4=_0x424ecd[_0x44727c(0x244)](',')[_0x44727c(0x26b)](_0x3b6d49=>_0x3b6d49['trim']());_0x2ecbd1=_0x5d1426[_0x44727c(0x225)][_0x44727c(0x224)](_0x137b6f=>_0x388ee4[_0x44727c(0x1f0)](_0x137b6f[_0x44727c(0x23d)]));if(_0x2ecbd1[_0x44727c(0x1f4)]===0x0)return console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x219)]('No\x20tests\x20found\x20matching:\x20'+_0x424ecd)),console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x24f)]('Available\x20tests:\x20'+_0x5d1426[_0x44727c(0x225)][_0x44727c(0x26b)](_0x59f2ec=>_0x59f2ec[_0x44727c(0x23d)])[_0x44727c(0x27c)](',\x20'))),0x1;}if(_0x2dbd49){const _0x5d2779=_0x2dbd49[_0x44727c(0x244)](',')[_0x44727c(0x26b)](_0x3ec5b6=>_0x3ec5b6[_0x44727c(0x27f)]()[_0x44727c(0x263)]());_0x2ecbd1=_0x2ecbd1[_0x44727c(0x224)](_0x10f7a9=>_0x10f7a9['tags']?.['some'](_0x159698=>_0x5d2779[_0x44727c(0x1f0)](_0x159698['toLowerCase']())));if(_0x2ecbd1[_0x44727c(0x1f4)]===0x0){console[_0x44727c(0x26c)](a5_0x60bf87['yellow']('No\x20tests\x20found\x20with\x20tags:\x20'+_0x2dbd49));const _0x722af3=new Set();return _0x5d1426['tests'][_0x44727c(0x205)](_0x5986b4=>_0x5986b4[_0x44727c(0x1f1)]?.[_0x44727c(0x205)](_0x40e664=>_0x722af3[_0x44727c(0x230)](_0x40e664))),_0x722af3[_0x44727c(0x1fa)]>0x0?console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x24f)]('Available\x20tags:\x20'+[..._0x722af3][_0x44727c(0x27c)](',\x20'))):console['log'](a5_0x60bf87[_0x44727c(0x24f)](_0x44727c(0x1e8))),0x1;}}if(_0x2991a3)return this['executeReeval'](_0x2503f2,{'definition':{'tests':_0x2ecbd1},'agentInfo':_0x453739,'outputFormat':_0x2fd881,'outputFile':_0xcb2210,'testNames':_0x424ecd});if(_0x5b15f6){console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x1f2)]('Test\x20Configuration:')),console[_0x44727c(0x26c)](_0x44727c(0x236)+a5_0x60bf87[_0x44727c(0x25a)](_0xb8c150)),console[_0x44727c(0x26c)](_0x44727c(0x23c)+a5_0x60bf87[_0x44727c(0x25a)](_0x453739['projectName'])),console[_0x44727c(0x26c)](_0x44727c(0x256)+a5_0x60bf87[_0x44727c(0x25a)](_0x453739[_0x44727c(0x1fc)])),console[_0x44727c(0x26c)](),console[_0x44727c(0x26c)](_0x44727c(0x1f7)+a5_0x60bf87[_0x44727c(0x25a)](_0x2ecbd1[_0x44727c(0x1f4)]));for(let _0x208b01=0x0;_0x208b01<_0x2ecbd1[_0x44727c(0x1f4)];_0x208b01++){const _0x57a36e=_0x2ecbd1[_0x208b01],_0x304aef=_0x57a36e[_0x44727c(0x208)][_0x44727c(0x1f4)]===0x1?_0x44727c(0x278):_0x44727c(0x208),_0x39a42a=_0x57a36e['tags']?.[_0x44727c(0x1f4)]?'\x20['+_0x57a36e[_0x44727c(0x1f1)]['join'](',\x20')+']':'';console[_0x44727c(0x26c)]('\x20\x20'+(_0x208b01+0x1)+'.\x20'+a5_0x60bf87[_0x44727c(0x25a)](_0x57a36e['name'])+'\x20('+_0x57a36e[_0x44727c(0x208)][_0x44727c(0x1f4)]+'\x20'+_0x304aef+')'+a5_0x60bf87[_0x44727c(0x24f)](_0x39a42a));}return 0x0;}let _0x3173fc,_0x4d933f;try{_0x3173fc=await _0x3d0c5d[_0x44727c(0x20c)][_0x44727c(0x223)](_0x453739[_0x44727c(0x209)]);}catch(_0x4f9ab8){const _0x2d2a8e=_0x4f9ab8 instanceof Error?_0x4f9ab8[_0x44727c(0x1eb)]:String(_0x4f9ab8);return _0x2d2a8e[_0x44727c(0x1f0)]('404')||_0x2d2a8e['toLowerCase']()[_0x44727c(0x1f0)](_0x44727c(0x1f8))?console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x253)](_0x44727c(0x268)+_0x453739[_0x44727c(0x209)])):console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x253)](_0x44727c(0x20b)+_0x453739[_0x44727c(0x209)]+'\x22:\x20'+_0x2d2a8e)),0x1;}try{_0x4d933f=await _0x3d0c5d[_0x44727c(0x20c)][_0x44727c(0x259)](_0x453739['agentName'],_0x3173fc);}catch(_0x4ff807){const _0x2ead83=_0x4ff807 instanceof Error?_0x4ff807[_0x44727c(0x1eb)]:String(_0x4ff807);return _0x2ead83[_0x44727c(0x1f0)](_0x44727c(0x21c))||_0x2ead83[_0x44727c(0x263)]()[_0x44727c(0x1f0)](_0x44727c(0x1f8))?console['log'](a5_0x60bf87[_0x44727c(0x253)](_0x44727c(0x27b)+_0x453739[_0x44727c(0x1fc)])):console[_0x44727c(0x26c)](a5_0x60bf87['red'](_0x44727c(0x22a)+_0x453739[_0x44727c(0x1fc)]+'\x22:\x20'+_0x2ead83)),0x1;}let _0x24e955;if(!_0x1d5ffe)try{_0x24e955=await setupEvaluatorAgent(_0x3d0c5d[_0x44727c(0x20c)],_0x2831fd[_0x44727c(0x254)]);}catch(_0x3ad9ec){const _0x32ab1b=_0x3ad9ec instanceof Error?_0x3ad9ec[_0x44727c(0x1eb)]:String(_0x3ad9ec);return console['log'](a5_0x60bf87['red']('✗\x20ERROR:\x20Failed\x20to\x20set\x20up\x20evaluator:\x20'+_0x32ab1b)),0x1;}console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x1f2)](_0x44727c(0x1ec))),console['log'](_0x44727c(0x251)+a5_0x60bf87[_0x44727c(0x25a)](_0xb8c150)),console[_0x44727c(0x26c)](_0x44727c(0x1f3)+a5_0x60bf87[_0x44727c(0x25a)](_0x453739['projectName']+'/'+_0x453739[_0x44727c(0x1fc)])),console[_0x44727c(0x26c)]();const _0x57a773=[],_0x1e5497=[],_0x448079=Date[_0x44727c(0x26d)]();for(let _0x571012=0x0;_0x571012<_0x2ecbd1[_0x44727c(0x1f4)];_0x571012++){const _0x5afe6e=_0x2ecbd1[_0x571012];_0x2ecbd1[_0x44727c(0x1f4)]>0x1?console[_0x44727c(0x26c)](_0x44727c(0x274)+(_0x571012+0x1)+'/'+_0x2ecbd1[_0x44727c(0x1f4)]+':\x20'+a5_0x60bf87[_0x44727c(0x25a)](_0x5afe6e['name'])):console[_0x44727c(0x26c)](_0x44727c(0x200)+a5_0x60bf87[_0x44727c(0x25a)](_0x5afe6e[_0x44727c(0x23d)]));const _0x14dffe=createCommandSpinner(_0x44727c(0x238)+_0x5afe6e[_0x44727c(0x208)][_0x44727c(0x1f4)]+_0x44727c(0x261));_0x14dffe[_0x44727c(0x269)]();try{const {result:_0x24f0ab,conversation:_0x2dc1e5}=await runTest(_0x3d0c5d[_0x44727c(0x20c)],_0x5afe6e,{'agentId':_0x4d933f,'projectId':_0x3173fc,'site':_0xb8c150,'noEval':_0x1d5ffe,'evaluatorId':_0x24e955,'onRoundStart':(_0x5e2807,_0x714870)=>{const _0x126492=_0x44727c;_0x14dffe['text']=_0x126492(0x218)+(_0x5e2807+0x1)+'/'+_0x714870+':\x20Sending\x20user\x20input...';},'onRoundComplete':(_0x2d720a,_0x2d9ffe,_0x5f5a99)=>{const _0x2f4ae8=_0x44727c,_0x58cec4=formatElapsed(_0x2d9ffe);_0x5f5a99?console[_0x2f4ae8(0x26c)]('\x20\x20Round\x20'+(_0x2d720a+0x1)+'/'+_0x5afe6e[_0x2f4ae8(0x208)][_0x2f4ae8(0x1f4)]+_0x2f4ae8(0x237)+a5_0x60bf87[_0x2f4ae8(0x24b)]('✓')+'\x20('+_0x58cec4+')'):console[_0x2f4ae8(0x26c)](_0x2f4ae8(0x22f)+(_0x2d720a+0x1)+'/'+_0x5afe6e[_0x2f4ae8(0x208)]['length']+_0x2f4ae8(0x237)+a5_0x60bf87[_0x2f4ae8(0x253)]('✗'));},'onEvaluationStart':()=>{const _0x2701a0=_0x44727c;_0x14dffe[_0x2701a0(0x273)]=_0x2701a0(0x264);},'onEvaluationComplete':_0x5c3d33=>{const _0x37b781=_0x44727c,_0x2aa0e7=formatElapsed(_0x5c3d33);console[_0x37b781(0x26c)]('\x20\x20Evaluating...\x20'+a5_0x60bf87['green']('✓')+'\x20('+_0x2aa0e7+')');}});_0x14dffe['stop'](),_0x57a773['push'](_0x24f0ab),_0x1e5497[_0x44727c(0x1ed)](_0x2dc1e5);if(_0x24f0ab['status']==='PASS')console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x24b)]('✓\x20PASS:\x20'+_0x24f0ab[_0x44727c(0x271)]));else _0x24f0ab[_0x44727c(0x22d)]==='FAIL'?console['log'](a5_0x60bf87[_0x44727c(0x253)](_0x44727c(0x266)+_0x24f0ab[_0x44727c(0x271)])):console['log'](a5_0x60bf87[_0x44727c(0x253)](_0x44727c(0x21a)+_0x24f0ab[_0x44727c(0x271)]));_0x24f0ab[_0x44727c(0x27a)]&&console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x24f)](_0x44727c(0x22b)+_0x24f0ab['conversation_url'])),console[_0x44727c(0x26c)]();}catch(_0x50a730){_0x14dffe['stop']();const _0x3c18dc=_0x50a730 instanceof Error?_0x50a730[_0x44727c(0x1eb)]:String(_0x50a730);console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x253)](_0x44727c(0x21a)+_0x3c18dc)),console[_0x44727c(0x26c)](),_0x57a773['push']({'name':_0x5afe6e[_0x44727c(0x23d)],'status':_0x44727c(0x1ff),'reason':_0x3c18dc,'timestamp':new Date()[_0x44727c(0x267)](),'duration_ms':0x0});}}const _0x13ff8a=Date['now']()-_0x448079,_0x4cb41f=_0x57a773[_0x44727c(0x224)](_0x4cc8aa=>_0x4cc8aa[_0x44727c(0x22d)]===_0x44727c(0x258))[_0x44727c(0x1f4)],_0x33973e=_0x57a773[_0x44727c(0x224)](_0x5591c3=>_0x5591c3['status']==='FAIL')['length'],_0x4ba205=_0x57a773[_0x44727c(0x224)](_0x15f0ad=>_0x15f0ad[_0x44727c(0x22d)]===_0x44727c(0x1ff))[_0x44727c(0x1f4)];console[_0x44727c(0x26c)]('━'[_0x44727c(0x1f6)](0x3c)),console[_0x44727c(0x26c)]('Test\x20Summary'),console[_0x44727c(0x26c)]('━'[_0x44727c(0x1f6)](0x3c)),console[_0x44727c(0x26c)](_0x44727c(0x210)+_0x57a773[_0x44727c(0x1f4)]),console[_0x44727c(0x26c)]('Passed:\x20\x20\x20'+a5_0x60bf87[_0x44727c(0x24b)](_0x4cb41f)),console[_0x44727c(0x26c)](_0x44727c(0x212)+a5_0x60bf87[_0x44727c(0x253)](_0x33973e));_0x4ba205>0x0&&console[_0x44727c(0x26c)](_0x44727c(0x24c)+a5_0x60bf87[_0x44727c(0x253)](_0x4ba205));console['log'](_0x44727c(0x234)+formatElapsed(_0x13ff8a)),console['log']('━'[_0x44727c(0x1f6)](0x3c));const _0x3886d7=_0x57a773[_0x44727c(0x224)](_0x52ff65=>_0x52ff65[_0x44727c(0x22d)]!=='PASS');if(_0x3886d7[_0x44727c(0x1f4)]>0x0){console[_0x44727c(0x26c)](),console[_0x44727c(0x26c)]('Failed\x20Tests:');for(const _0x2b0449 of _0x3886d7){const _0x48bec7=a5_0x60bf87[_0x44727c(0x253)]('✗'),_0x6c2379=_0x2b0449['reason'][_0x44727c(0x1f4)]>0x32?_0x2b0449['reason'][_0x44727c(0x276)](0x0,0x32)+_0x44727c(0x215):_0x2b0449['reason'];console[_0x44727c(0x26c)]('\x20\x20'+_0x48bec7+'\x20'+_0x2b0449[_0x44727c(0x23d)]+':\x20'+_0x6c2379);}}const _0x22a271={'summary':{'total':_0x57a773[_0x44727c(0x1f4)],'passed':_0x4cb41f,'failed':_0x33973e,'errors':_0x4ba205>0x0?_0x4ba205:undefined,'duration_ms':_0x13ff8a},'tests':_0x57a773,'agent':{'project':_0x453739[_0x44727c(0x209)],'name':_0x453739[_0x44727c(0x1fc)],'site':_0xb8c150},'timestamp':new Date(_0x448079)[_0x44727c(0x267)]()};try{const _0x339abd=buildCachedTestRun(_0x1e5497,{'site':_0xb8c150,'projectId':_0x3173fc,'projectName':_0x453739[_0x44727c(0x209)],'agentId':_0x4d933f,'agentName':_0x453739[_0x44727c(0x1fc)],'testYmlPath':a5_0x6f11d6[_0x44727c(0x23e)](_0x453739[_0x44727c(0x226)])});saveLastTestRun(_0x339abd);}catch{}if(_0x2fd881!==_0x44727c(0x203)||_0xcb2210){const _0x24b91a=formatResults(_0x22a271,_0x2fd881);if(_0xcb2210)try{a5_0x39ebc7[_0x44727c(0x21d)](_0xcb2210,_0x24b91a,_0x44727c(0x27d)),console[_0x44727c(0x26c)](),console[_0x44727c(0x26c)](a5_0x60bf87[_0x44727c(0x24f)](_0x44727c(0x20e)+_0xcb2210));}catch(_0x5c07fb){return console[_0x44727c(0x26c)](),console['log'](a5_0x60bf87['red'](_0x44727c(0x25f)+_0x5c07fb)),0x1;}else console['log'](),console[_0x44727c(0x26c)](_0x24b91a);}return _0x3886d7[_0x44727c(0x1f4)]>0x0?0x1:0x0;}async[a5_0x55f8a5(0x26e)](_0x5447ee,_0x47ea2a){const _0x230024=a5_0x55f8a5,{options:_0x50ae52,tdx:_0x299911}=_0x5447ee,{definition:_0x5e9073,agentInfo:_0x4c53d7,outputFormat:_0x4d9d33,outputFile:_0x50f6e5}=_0x47ea2a,_0x2db415=_0x50ae52['site'],_0x254e6e=loadLastTestRun();if(!_0x254e6e)return console[_0x230024(0x26c)](a5_0x60bf87[_0x230024(0x253)]('Error:\x20No\x20previous\x20test\x20run\x20found.')),console[_0x230024(0x26c)](a5_0x60bf87['dim'](_0x230024(0x20a))),0x1;if(_0x254e6e[_0x230024(0x241)]['agentName']!==_0x4c53d7[_0x230024(0x1fc)])return console[_0x230024(0x26c)](a5_0x60bf87['red'](_0x230024(0x26f)+_0x254e6e[_0x230024(0x241)]['agentName']+'\x22,\x20but\x20test.yml\x20is\x20for\x20agent\x20\x22'+_0x4c53d7['agentName']+'\x22.')),console['log'](a5_0x60bf87[_0x230024(0x24f)](_0x230024(0x270))),0x1;const _0x217684=new Set(_0x254e6e[_0x230024(0x24e)][_0x230024(0x26b)](_0x35c618=>_0x35c618[_0x230024(0x277)])),_0x81b731=_0x5e9073['tests'][_0x230024(0x224)](_0x23c8be=>!_0x217684[_0x230024(0x228)](_0x23c8be[_0x230024(0x23d)]));if(_0x81b731[_0x230024(0x1f4)]>0x0&&_0x254e6e[_0x230024(0x1fd)]!==_0x2db415)return console['log'](a5_0x60bf87[_0x230024(0x253)](_0x230024(0x1fb))),console[_0x230024(0x26c)](a5_0x60bf87['dim']('Cached\x20run\x20is\x20from\x20site\x20\x22'+_0x254e6e[_0x230024(0x1fd)]+'\x22,\x20but\x20current\x20site\x20is\x20\x22'+_0x2db415+'\x22.')),console[_0x230024(0x26c)](a5_0x60bf87[_0x230024(0x24f)](_0x230024(0x214)+_0x254e6e[_0x230024(0x1fd)]+_0x230024(0x25d))),0x1;const _0x31fca9=_0x5e9073[_0x230024(0x225)][_0x230024(0x224)](_0x57db47=>_0x217684[_0x230024(0x228)](_0x57db47[_0x230024(0x23d)])),_0x4a78b6=_0x81b731;let _0x1a0759;try{_0x1a0759=await setupEvaluatorAgent(_0x299911[_0x230024(0x20c)],_0x50ae52['verbose']);}catch(_0x4a9f4c){const _0x17ada0=_0x4a9f4c instanceof Error?_0x4a9f4c[_0x230024(0x1eb)]:String(_0x4a9f4c);return console['log'](a5_0x60bf87[_0x230024(0x253)](_0x230024(0x25e)+_0x17ada0)),0x1;}console[_0x230024(0x26c)](a5_0x60bf87['cyan'](_0x230024(0x26a))),console[_0x230024(0x26c)](_0x230024(0x1ef)+a5_0x60bf87['white'](_0x254e6e[_0x230024(0x217)])),console[_0x230024(0x26c)](_0x230024(0x1f3)+a5_0x60bf87[_0x230024(0x25a)](_0x254e6e['agent']['projectName']+'/'+_0x254e6e[_0x230024(0x241)]['agentName']));_0x4a78b6[_0x230024(0x1f4)]>0x0&&console[_0x230024(0x26c)](_0x230024(0x1e9)+a5_0x60bf87[_0x230024(0x219)](_0x4a78b6[_0x230024(0x1f4)]));console[_0x230024(0x26c)]();const _0x457dd1=[],_0x24bb07=Date[_0x230024(0x26d)](),_0x56cfcb=createCommandSpinner('Re-evaluating...');if(_0x31fca9[_0x230024(0x1f4)]>0x0)try{const _0x3cd238=await reevaluateFromCache(_0x299911[_0x230024(0x20c)],_0x254e6e,{'tests':_0x31fca9},{'evaluatorId':_0x1a0759,'onTestStart':(_0x576c3c,_0x4e0da6,_0x32ba0e)=>{const _0x261aec=_0x230024;_0x56cfcb[_0x261aec(0x273)]=_0x261aec(0x216)+(_0x4e0da6+0x1)+'/'+_0x32ba0e+':\x20'+_0x576c3c+_0x261aec(0x215);if(!_0x56cfcb[_0x261aec(0x21e)])_0x56cfcb[_0x261aec(0x269)]();},'onTestComplete':(_0x16a9ad,_0x4326de)=>{const _0x4485ba=_0x230024;_0x56cfcb[_0x4485ba(0x231)]();if(_0x4326de[_0x4485ba(0x22d)]===_0x4485ba(0x258))console['log'](a5_0x60bf87['green'](_0x4485ba(0x23b)+_0x16a9ad)+a5_0x60bf87['dim'](_0x4485ba(0x201)));else _0x4326de[_0x4485ba(0x22d)]===_0x4485ba(0x242)?console[_0x4485ba(0x26c)](a5_0x60bf87[_0x4485ba(0x253)](_0x4485ba(0x266)+_0x16a9ad+'\x20-\x20'+_0x4326de[_0x4485ba(0x271)])+a5_0x60bf87[_0x4485ba(0x24f)](_0x4485ba(0x201))):console[_0x4485ba(0x26c)](a5_0x60bf87[_0x4485ba(0x253)](_0x4485ba(0x21a)+_0x16a9ad+_0x4485ba(0x272)+_0x4326de[_0x4485ba(0x271)]));_0x4326de['conversation_url']&&console[_0x4485ba(0x26c)](a5_0x60bf87[_0x4485ba(0x24f)](_0x4485ba(0x275)+_0x4326de[_0x4485ba(0x27a)])),_0x457dd1[_0x4485ba(0x1ed)](_0x4326de);},'onTestSkipped':(_0x8ef863,_0x126018)=>{const _0x1b8e66=_0x230024;_0x56cfcb[_0x1b8e66(0x231)](),console[_0x1b8e66(0x26c)](a5_0x60bf87[_0x1b8e66(0x219)](_0x1b8e66(0x227)+_0x8ef863+_0x1b8e66(0x272)+_0x126018));}});for(const _0x2c8899 of _0x3cd238){!_0x457dd1[_0x230024(0x1ea)](_0x3179b1=>_0x3179b1[_0x230024(0x23d)]===_0x2c8899[_0x230024(0x23d)])&&_0x457dd1['push'](_0x2c8899);}}catch(_0xf28be7){_0x56cfcb[_0x230024(0x231)]();const _0x4bb6a6=_0xf28be7 instanceof Error?_0xf28be7[_0x230024(0x1eb)]:String(_0xf28be7);return console['log'](a5_0x60bf87[_0x230024(0x253)](_0x230024(0x235)+_0x4bb6a6)),0x1;}_0x56cfcb['stop']();if(_0x4a78b6[_0x230024(0x1f4)]>0x0){console[_0x230024(0x26c)](),console['log'](a5_0x60bf87['cyan'](_0x230024(0x23f)));const {projectId:_0x4e6c3c,agentId:_0x2074df}=_0x254e6e[_0x230024(0x241)];for(const _0x53db06 of _0x4a78b6){console[_0x230024(0x26c)](_0x230024(0x240)+a5_0x60bf87['white'](_0x53db06[_0x230024(0x23d)]));const _0xa60dd1=createCommandSpinner(_0x230024(0x238)+_0x53db06[_0x230024(0x208)][_0x230024(0x1f4)]+':\x20Sending\x20user\x20input...');_0xa60dd1[_0x230024(0x269)]();try{const {result:_0x566c41}=await runTest(_0x299911['llm'],_0x53db06,{'agentId':_0x2074df,'projectId':_0x4e6c3c,'site':_0x254e6e[_0x230024(0x1fd)],'noEval':![],'evaluatorId':_0x1a0759,'onRoundStart':(_0x5e4efe,_0x20b33b)=>{const _0x94670c=_0x230024;_0xa60dd1[_0x94670c(0x273)]=_0x94670c(0x218)+(_0x5e4efe+0x1)+'/'+_0x20b33b+_0x94670c(0x261);},'onRoundComplete':(_0x5beabf,_0xf83477,_0x390aa2)=>{const _0x5b1c82=_0x230024,_0x141ab3=formatElapsed(_0xf83477);_0x390aa2?console[_0x5b1c82(0x26c)](_0x5b1c82(0x22f)+(_0x5beabf+0x1)+'/'+_0x53db06['rounds'][_0x5b1c82(0x1f4)]+_0x5b1c82(0x237)+a5_0x60bf87['green']('✓')+'\x20('+_0x141ab3+')'):console[_0x5b1c82(0x26c)](_0x5b1c82(0x22f)+(_0x5beabf+0x1)+'/'+_0x53db06[_0x5b1c82(0x208)][_0x5b1c82(0x1f4)]+'...\x20'+a5_0x60bf87[_0x5b1c82(0x253)]('✗'));},'onEvaluationStart':()=>{const _0x33029e=_0x230024;_0xa60dd1[_0x33029e(0x273)]='Evaluating\x20response...';},'onEvaluationComplete':_0xe988b=>{const _0x5d6139=_0x230024,_0x47b918=formatElapsed(_0xe988b);console[_0x5d6139(0x26c)]('\x20\x20Evaluating...\x20'+a5_0x60bf87[_0x5d6139(0x24b)]('✓')+'\x20('+_0x47b918+')');}});_0xa60dd1[_0x230024(0x231)](),_0x457dd1[_0x230024(0x1ed)](_0x566c41);if(_0x566c41[_0x230024(0x22d)]===_0x230024(0x258))console[_0x230024(0x26c)](a5_0x60bf87[_0x230024(0x24b)]('✓\x20PASS:\x20'+_0x566c41[_0x230024(0x271)])+a5_0x60bf87[_0x230024(0x24f)](_0x230024(0x222)));else _0x566c41[_0x230024(0x22d)]===_0x230024(0x242)?console[_0x230024(0x26c)](a5_0x60bf87['red'](_0x230024(0x266)+_0x566c41[_0x230024(0x271)])+a5_0x60bf87['dim'](_0x230024(0x222))):console[_0x230024(0x26c)](a5_0x60bf87[_0x230024(0x253)](_0x230024(0x21a)+_0x566c41[_0x230024(0x271)]));_0x566c41[_0x230024(0x27a)]&&console[_0x230024(0x26c)](a5_0x60bf87[_0x230024(0x24f)](_0x230024(0x275)+_0x566c41[_0x230024(0x27a)]));}catch(_0x34cb33){_0xa60dd1[_0x230024(0x231)]();const _0x16dd36=_0x34cb33 instanceof Error?_0x34cb33[_0x230024(0x1eb)]:String(_0x34cb33);console[_0x230024(0x26c)](a5_0x60bf87[_0x230024(0x253)]('✗\x20ERROR:\x20'+_0x16dd36)),_0x457dd1[_0x230024(0x1ed)]({'name':_0x53db06[_0x230024(0x23d)],'status':_0x230024(0x1ff),'reason':_0x16dd36,'timestamp':new Date()[_0x230024(0x267)](),'duration_ms':0x0});}}}console[_0x230024(0x26c)]();const _0x354bb0=Date[_0x230024(0x26d)]()-_0x24bb07,_0x1a8cfb=_0x457dd1[_0x230024(0x224)](_0x59362c=>_0x59362c['status']===_0x230024(0x258))['length'],_0x45571f=_0x457dd1[_0x230024(0x224)](_0x435b1c=>_0x435b1c['status']===_0x230024(0x242))['length'],_0x5a140f=_0x457dd1[_0x230024(0x224)](_0xace485=>_0xace485[_0x230024(0x22d)]==='ERROR')[_0x230024(0x1f4)];console[_0x230024(0x26c)]('━'['repeat'](0x3c)),console[_0x230024(0x26c)](_0x230024(0x20f)),console[_0x230024(0x26c)]('━'[_0x230024(0x1f6)](0x3c)),console[_0x230024(0x26c)](_0x230024(0x210)+_0x457dd1[_0x230024(0x1f4)]),console[_0x230024(0x26c)](_0x230024(0x260)+a5_0x60bf87[_0x230024(0x24b)](_0x1a8cfb)),console[_0x230024(0x26c)](_0x230024(0x212)+a5_0x60bf87[_0x230024(0x253)](_0x45571f));_0x5a140f>0x0&&console[_0x230024(0x26c)](_0x230024(0x24c)+a5_0x60bf87[_0x230024(0x253)](_0x5a140f));console[_0x230024(0x26c)]('Duration:\x20'+formatElapsed(_0x354bb0)),console[_0x230024(0x26c)]('━'['repeat'](0x3c));const _0x47526a={'summary':{'total':_0x457dd1[_0x230024(0x1f4)],'passed':_0x1a8cfb,'failed':_0x45571f,'errors':_0x5a140f>0x0?_0x5a140f:undefined,'duration_ms':_0x354bb0},'tests':_0x457dd1,'agent':{'project':_0x4c53d7[_0x230024(0x209)],'name':_0x4c53d7['agentName'],'site':_0x2db415},'timestamp':new Date(_0x24bb07)[_0x230024(0x267)]()};if(_0x4d9d33!=='table'||_0x50f6e5){const _0x40a52e=formatResults(_0x47526a,_0x4d9d33);if(_0x50f6e5)try{a5_0x39ebc7['writeFileSync'](_0x50f6e5,_0x40a52e,_0x230024(0x27d)),console['log'](),console[_0x230024(0x26c)](a5_0x60bf87[_0x230024(0x24f)](_0x230024(0x20e)+_0x50f6e5));}catch(_0x4d013f){return console['log'](),console[_0x230024(0x26c)](a5_0x60bf87[_0x230024(0x253)](_0x230024(0x25f)+_0x4d013f)),0x1;}else console[_0x230024(0x26c)](),console['log'](_0x40a52e);}const _0x1e74e6=_0x457dd1[_0x230024(0x224)](_0x548fe3=>_0x548fe3[_0x230024(0x22d)]!==_0x230024(0x258));return _0x1e74e6[_0x230024(0x1f4)]>0x0?0x1:0x0;}}
|
|
1
|
+
const a5_0x57d988=a5_0xbe34;(function(_0x421457,_0x2d290f){const _0x54625c=a5_0xbe34,_0x43d4a3=_0x421457();while(!![]){try{const _0x3bd55b=-parseInt(_0x54625c(0x226))/0x1*(-parseInt(_0x54625c(0x1ee))/0x2)+parseInt(_0x54625c(0x224))/0x3*(parseInt(_0x54625c(0x1cf))/0x4)+-parseInt(_0x54625c(0x1a5))/0x5+-parseInt(_0x54625c(0x1ab))/0x6+-parseInt(_0x54625c(0x1a1))/0x7+-parseInt(_0x54625c(0x228))/0x8*(-parseInt(_0x54625c(0x215))/0x9)+parseInt(_0x54625c(0x20d))/0xa;if(_0x3bd55b===_0x2d290f)break;else _0x43d4a3['push'](_0x43d4a3['shift']());}catch(_0x3e7904){_0x43d4a3['push'](_0x43d4a3['shift']());}}}(a5_0x7285,0x8d9a6));function a5_0xbe34(_0x4652a2,_0x194a5c){_0x4652a2=_0x4652a2-0x1a0;const _0x728559=a5_0x7285();let _0xbe341f=_0x728559[_0x4652a2];return _0xbe341f;}import*as a5_0x92ec42 from'node:fs';import*as a5_0x4cec4 from'node:path';import a5_0x45049c from'chalk';import{BaseCommand}from'./command.js';import{parseTestFile,runTest,formatResults,setupEvaluatorAgent,loadLastTestRun,saveLastTestRun,buildCachedTestRun,reevaluateFromCache}from'../sdk/agent/test/index.js';import{resolveProjectFromContext}from'../sdk/agent/agent-config.js';function a5_0x7285(){const _0xbcc4ba=['multiple_agents','agent:test','some','round','✗\x20FAIL:\x20','tags','Run\x20`tdx\x20agent\x20test`\x20to\x20generate\x20new\x20conversations\x20for\x20this\x20agent.','ERROR','No\x20tests\x20found\x20matching:\x20','verbose','length','executeReeval','Passed:\x20\x20\x20','10552420BZWGFo','agentDirs','conversation_url','not\x20found','✗\x20ERROR:\x20','⚠\x20SKIPPED:\x20','white','Duration:\x20','9rwxDgG','agentName','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20project\x20\x22','includes','...','Multiple\x20agents\x20with\x20tests\x20found\x20in\x20project\x20\x22','dryRun','filter','no_context','Total:\x20\x20\x20\x20','toLowerCase','Re-evaluating\x20','map','push','Either\x20switch\x20to\x20the\x20\x22','9zSLYkg','Available\x20tags:\x20','42XXwyhf','Cached\x20run\x20from:\x20','995128Gqmdwn','dim','Re-evaluating...','tests','size','\x22,\x20but\x20test.yml\x20is\x20for\x20agent\x20\x22','PASS','Executing\x20new\x20tests...','Specify\x20an\x20agent:\x20tdx\x20agent\x20test\x20agents/','✓\x20PASS:\x20','Error:\x20No\x20previous\x20test\x20run\x20found.','\x27\x20to\x20create\x20the\x20folder\x20structure.','Running:\x20','Available\x20tests:\x20','rounds','message','Usage:','1879612RyPwJV','Run\x20tests\x20for\x20an\x20LLM\x20agent','jsonl','agent','4323995zdUlJu','reeval','text','FAIL','stop','split','5319414jzZjrU','\x20\x20Evaluating...\x20','repeat','test.yml','Running\x20test:\x20','description','red','Round\x201/','No\x20tests\x20have\x20tags\x20defined.','isSpinning','/<agent-name>','add','Round\x20','Re-evaluation\x20Summary','conversations','forEach','\x22\x20site\x20or\x20run\x20a\x20fresh\x20`tdx\x20agent\x20test`\x20to\x20generate\x20new\x20cache.','Evaluating\x20response...','trim','\x22:\x20','Run\x20\x27tdx\x20agent\x20pull\x20','tsv','Error\x20writing\x20output\x20file:\x20','join','toISOString','Create\x20a\x20test.yml\x20in\x20an\x20agent\x20directory\x20to\x20run\x20evaluations.','testYmlPath','execute','writeFileSync','yellow','Test\x20Summary','now','resolveProjectId',':\x20Sending\x20user\x20input...','✗\x20ERROR:\x20Failed\x20to\x20set\x20up\x20evaluator:\x20','Conversation\x20URL:\x20','516692WsTPFj','\x20\x20Round\x20','site','green','existsSync','has','name','Agent:\x20','llmProject','source','Output\x20written\x20to:\x20','Set\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','...\x20','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20agent\x20\x22','404','Cached\x20run\x20is\x20from\x20site\x20\x22','llm','✗\x20ERROR:\x20Re-evaluation\x20failed:\x20','table','\x20\x20Project:\x20','New\x20tests\x20to\x20execute:\x20','\x20-\x20','Errors:\x20\x20\x20','reason','Re-evaluating\x20cached\x20test\x20run...','\x20(new)','✗\x20ERROR:\x20Agent\x20not\x20found:\x20','start','\x20\x20Conversation:\x20','\x20\x20Agent:\x20','status','49178hIbUBt','Project\x20path:\x20','Running\x20agent\x20tests...','\x20\x20tdx\x20agent\x20test\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20(requires\x20context\x20or\x20tdx.json)','projectName','substring','\x20\x20-\x20','Using\x20agent:\x20','Failed:\x20\x20\x20','\x20\x20tdx\x20agent\x20test\x20<path>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20from\x20path','json','log','Failed\x20Tests:','testName','\x22,\x20but\x20current\x20site\x20is\x20\x22','projectDir','no_local_folder','Tests\x20found:\x20'];a5_0x7285=function(){return _0xbcc4ba;};return a5_0x7285();}import{createCommandSpinner,formatElapsed}from'../utils/spinner.js';export class AgentTestCommand extends BaseCommand{[a5_0x57d988(0x1d5)]=a5_0x57d988(0x201);[a5_0x57d988(0x1b0)]=a5_0x57d988(0x1a2);async[a5_0x57d988(0x1c6)](_0x1099e9){const _0x3e899e=a5_0x57d988,{options:_0x13c360,args:_0x573045,tdx:_0x5e46fc}=_0x1099e9,_0x41f389=_0x573045[0x0]||'.',_0xa62562=_0x13c360[_0x3e899e(0x21b)],_0x1dad33=_0x13c360,_0x529cc4=_0x1dad33['eval']===![],_0x5affbb=_0x1dad33[_0x3e899e(0x1a6)],_0x46280d=_0x1dad33[_0x3e899e(0x1d5)],_0x5721e1=_0x1dad33[_0x3e899e(0x205)],_0x442b97=_0x13c360['site'],_0x566e86=_0x1dad33['output'];if(_0x5affbb&&_0x529cc4)return console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1b1)]('Error:\x20Cannot\x20use\x20--reeval\x20with\x20--no-eval')),0x1;let _0x1b0afa='table';if(_0x1dad33[_0x3e899e(0x1f8)])_0x1b0afa=_0x3e899e(0x1f8);else{if(_0x1dad33[_0x3e899e(0x1a3)])_0x1b0afa=_0x3e899e(0x1a3);else{if(_0x1dad33[_0x3e899e(0x1c0)])_0x1b0afa=_0x3e899e(0x1c0);else{if(_0x1dad33[_0x3e899e(0x1e1)])_0x1b0afa=_0x3e899e(0x1e1);}}}const _0x4732a0=_0x1dad33[_0x3e899e(0x1d7)];let _0x540d29=_0x41f389;const _0x553dca=a5_0x92ec42[_0x3e899e(0x1d3)](_0x41f389),_0x3cdc02=_0x41f389==='.';if(!_0x553dca||_0x3cdc02){const _0x496c08=resolveProjectFromContext(_0x41f389,_0x4732a0,{'requireFile':_0x3e899e(0x1ae)});if(_0x496c08['found'])_0x540d29=_0x496c08[_0x3e899e(0x1fd)],_0x496c08[_0x3e899e(0x1d8)]==='context'&&console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x229)](_0x3e899e(0x1f5)+_0x540d29));else switch(_0x496c08[_0x3e899e(0x1e6)]){case _0x3e899e(0x21d):console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1c8)](_0x496c08['message'])),console[_0x3e899e(0x1f9)](),console['log'](_0x3e899e(0x1a0)),console[_0x3e899e(0x1f9)](_0x3e899e(0x1f7)),console[_0x3e899e(0x1f9)](_0x3e899e(0x1f1)),console[_0x3e899e(0x1f9)](),console['log'](_0x3e899e(0x1da));return 0x1;case _0x3e899e(0x1fe):console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1c8)](_0x496c08['message'])),console['log'](),console[_0x3e899e(0x1f9)](_0x3e899e(0x1bf)+_0x496c08['llmProject']+_0x3e899e(0x233));return 0x1;case _0x3e899e(0x200):{const _0x529b00=a5_0x4cec4['basename'](_0x496c08['projectDir']);console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1c8)](_0x3e899e(0x21a)+_0x496c08[_0x3e899e(0x1d7)]+'\x22:'));for(const _0x1ca9be of _0x496c08[_0x3e899e(0x20e)]){console['log'](_0x3e899e(0x1f4)+_0x1ca9be);}return console[_0x3e899e(0x1f9)](),console[_0x3e899e(0x1f9)](_0x3e899e(0x230)+_0x529b00+_0x3e899e(0x1b5)),0x1;}case'no_tests':console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1c8)]('No\x20test.yml\x20found\x20in\x20any\x20agent\x20under\x20project\x20\x22'+_0x496c08[_0x3e899e(0x1d7)]+'\x22.')),console[_0x3e899e(0x1f9)](a5_0x45049c['dim'](_0x3e899e(0x1ef)+_0x496c08[_0x3e899e(0x1fd)])),console['log'](),console['log'](_0x3e899e(0x1c4));return 0x1;}}const {definition:_0x57959c,agentInfo:_0x101998}=parseTestFile(_0x540d29);let _0x5f00f3=_0x57959c[_0x3e899e(0x22b)];if(_0x46280d){const _0x5b5f80=_0x46280d['split'](',')[_0x3e899e(0x221)](_0x4c3e2f=>_0x4c3e2f[_0x3e899e(0x1bd)]());_0x5f00f3=_0x57959c[_0x3e899e(0x22b)][_0x3e899e(0x21c)](_0x2099c3=>_0x5b5f80[_0x3e899e(0x218)](_0x2099c3[_0x3e899e(0x1d5)]));if(_0x5f00f3[_0x3e899e(0x20a)]===0x0)return console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1c8)](_0x3e899e(0x208)+_0x46280d)),console[_0x3e899e(0x1f9)](a5_0x45049c['dim'](_0x3e899e(0x235)+_0x57959c['tests'][_0x3e899e(0x221)](_0x54f011=>_0x54f011['name'])[_0x3e899e(0x1c2)](',\x20'))),0x1;}if(_0x5721e1){const _0x4ba23f=_0x5721e1[_0x3e899e(0x1aa)](',')[_0x3e899e(0x221)](_0x46b8bb=>_0x46b8bb['trim']()['toLowerCase']());_0x5f00f3=_0x5f00f3[_0x3e899e(0x21c)](_0x13e587=>_0x13e587[_0x3e899e(0x205)]?.[_0x3e899e(0x202)](_0x1b5c51=>_0x4ba23f['includes'](_0x1b5c51[_0x3e899e(0x21f)]())));if(_0x5f00f3['length']===0x0){console[_0x3e899e(0x1f9)](a5_0x45049c['yellow']('No\x20tests\x20found\x20with\x20tags:\x20'+_0x5721e1));const _0x258641=new Set();return _0x57959c[_0x3e899e(0x22b)][_0x3e899e(0x1ba)](_0x4731b6=>_0x4731b6[_0x3e899e(0x205)]?.[_0x3e899e(0x1ba)](_0x19b14e=>_0x258641[_0x3e899e(0x1b6)](_0x19b14e))),_0x258641[_0x3e899e(0x22c)]>0x0?console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x229)](_0x3e899e(0x225)+[..._0x258641][_0x3e899e(0x1c2)](',\x20'))):console['log'](a5_0x45049c['dim'](_0x3e899e(0x1b3))),0x1;}}if(_0x5affbb)return this['executeReeval'](_0x1099e9,{'definition':{'tests':_0x5f00f3},'agentInfo':_0x101998,'outputFormat':_0x1b0afa,'outputFile':_0x566e86,'testNames':_0x46280d});if(_0xa62562){console[_0x3e899e(0x1f9)](a5_0x45049c['cyan']('Test\x20Configuration:')),console[_0x3e899e(0x1f9)]('\x20\x20Site:\x20'+a5_0x45049c[_0x3e899e(0x213)](_0x442b97)),console[_0x3e899e(0x1f9)](_0x3e899e(0x1e2)+a5_0x45049c['white'](_0x101998['projectName'])),console[_0x3e899e(0x1f9)](_0x3e899e(0x1ec)+a5_0x45049c[_0x3e899e(0x213)](_0x101998[_0x3e899e(0x216)])),console[_0x3e899e(0x1f9)](),console[_0x3e899e(0x1f9)](_0x3e899e(0x1ff)+a5_0x45049c[_0x3e899e(0x213)](_0x5f00f3[_0x3e899e(0x20a)]));for(let _0x446af4=0x0;_0x446af4<_0x5f00f3[_0x3e899e(0x20a)];_0x446af4++){const _0xeda331=_0x5f00f3[_0x446af4],_0x145d96=_0xeda331['rounds'][_0x3e899e(0x20a)]===0x1?_0x3e899e(0x203):_0x3e899e(0x236),_0x1838f5=_0xeda331[_0x3e899e(0x205)]?.['length']?'\x20['+_0xeda331[_0x3e899e(0x205)][_0x3e899e(0x1c2)](',\x20')+']':'';console[_0x3e899e(0x1f9)]('\x20\x20'+(_0x446af4+0x1)+'.\x20'+a5_0x45049c['white'](_0xeda331['name'])+'\x20('+_0xeda331[_0x3e899e(0x236)]['length']+'\x20'+_0x145d96+')'+a5_0x45049c[_0x3e899e(0x229)](_0x1838f5));}return 0x0;}let _0x2e7ff1,_0x31aab7;try{_0x2e7ff1=await _0x5e46fc['llm'][_0x3e899e(0x1cb)](_0x101998['projectName']);}catch(_0x13a09d){const _0x438dae=_0x13a09d instanceof Error?_0x13a09d['message']:String(_0x13a09d);return _0x438dae[_0x3e899e(0x218)](_0x3e899e(0x1dd))||_0x438dae[_0x3e899e(0x21f)]()[_0x3e899e(0x218)](_0x3e899e(0x210))?console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1b1)]('✗\x20ERROR:\x20Project\x20not\x20found:\x20'+_0x101998['projectName'])):console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1b1)](_0x3e899e(0x217)+_0x101998[_0x3e899e(0x1f2)]+_0x3e899e(0x1be)+_0x438dae)),0x1;}try{_0x31aab7=await _0x5e46fc[_0x3e899e(0x1df)]['resolveAgentId'](_0x101998[_0x3e899e(0x216)],_0x2e7ff1);}catch(_0x43064a){const _0x42c496=_0x43064a instanceof Error?_0x43064a[_0x3e899e(0x237)]:String(_0x43064a);return _0x42c496[_0x3e899e(0x218)](_0x3e899e(0x1dd))||_0x42c496[_0x3e899e(0x21f)]()[_0x3e899e(0x218)](_0x3e899e(0x210))?console['log'](a5_0x45049c[_0x3e899e(0x1b1)](_0x3e899e(0x1e9)+_0x101998[_0x3e899e(0x216)])):console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1b1)](_0x3e899e(0x1dc)+_0x101998[_0x3e899e(0x216)]+_0x3e899e(0x1be)+_0x42c496)),0x1;}let _0x20d5d2;if(!_0x529cc4)try{_0x20d5d2=await setupEvaluatorAgent(_0x5e46fc[_0x3e899e(0x1df)],_0x13c360[_0x3e899e(0x209)]);}catch(_0x183909){const _0x2ef45e=_0x183909 instanceof Error?_0x183909[_0x3e899e(0x237)]:String(_0x183909);return console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1b1)](_0x3e899e(0x1cd)+_0x2ef45e)),0x1;}console[_0x3e899e(0x1f9)](a5_0x45049c['cyan'](_0x3e899e(0x1f0))),console[_0x3e899e(0x1f9)]('Site:\x20'+a5_0x45049c[_0x3e899e(0x213)](_0x442b97)),console[_0x3e899e(0x1f9)]('Agent:\x20'+a5_0x45049c[_0x3e899e(0x213)](_0x101998['projectName']+'/'+_0x101998['agentName'])),console[_0x3e899e(0x1f9)]();const _0x5dc517=[],_0x936e57=[],_0x16a589=Date['now']();for(let _0xdb8dff=0x0;_0xdb8dff<_0x5f00f3[_0x3e899e(0x20a)];_0xdb8dff++){const _0x5953cb=_0x5f00f3[_0xdb8dff];_0x5f00f3[_0x3e899e(0x20a)]>0x1?console[_0x3e899e(0x1f9)]('Test\x20'+(_0xdb8dff+0x1)+'/'+_0x5f00f3[_0x3e899e(0x20a)]+':\x20'+a5_0x45049c[_0x3e899e(0x213)](_0x5953cb[_0x3e899e(0x1d5)])):console[_0x3e899e(0x1f9)](_0x3e899e(0x1af)+a5_0x45049c['white'](_0x5953cb[_0x3e899e(0x1d5)]));const _0x2e570a=createCommandSpinner(_0x3e899e(0x1b2)+_0x5953cb[_0x3e899e(0x236)][_0x3e899e(0x20a)]+_0x3e899e(0x1cc));_0x2e570a['start']();try{const {result:_0x34ecdb,conversation:_0x33edc2}=await runTest(_0x5e46fc[_0x3e899e(0x1df)],_0x5953cb,{'agentId':_0x31aab7,'projectId':_0x2e7ff1,'site':_0x442b97,'noEval':_0x529cc4,'evaluatorId':_0x20d5d2,'onRoundStart':(_0x3b3519,_0x58b078)=>{const _0x3c3963=_0x3e899e;_0x2e570a['text']=_0x3c3963(0x1b7)+(_0x3b3519+0x1)+'/'+_0x58b078+_0x3c3963(0x1cc);},'onRoundComplete':(_0x31f68a,_0x400c25,_0x54c501)=>{const _0x41fdeb=_0x3e899e,_0x32d15b=formatElapsed(_0x400c25);_0x54c501?console[_0x41fdeb(0x1f9)](_0x41fdeb(0x1d0)+(_0x31f68a+0x1)+'/'+_0x5953cb['rounds'][_0x41fdeb(0x20a)]+_0x41fdeb(0x1db)+a5_0x45049c[_0x41fdeb(0x1d2)]('✓')+'\x20('+_0x32d15b+')'):console[_0x41fdeb(0x1f9)]('\x20\x20Round\x20'+(_0x31f68a+0x1)+'/'+_0x5953cb['rounds'][_0x41fdeb(0x20a)]+_0x41fdeb(0x1db)+a5_0x45049c[_0x41fdeb(0x1b1)]('✗'));},'onEvaluationStart':()=>{const _0x1f55a0=_0x3e899e;_0x2e570a[_0x1f55a0(0x1a7)]=_0x1f55a0(0x1bc);},'onEvaluationComplete':_0x3142fb=>{const _0x4ebfd0=_0x3e899e,_0x519e35=formatElapsed(_0x3142fb);console[_0x4ebfd0(0x1f9)](_0x4ebfd0(0x1ac)+a5_0x45049c[_0x4ebfd0(0x1d2)]('✓')+'\x20('+_0x519e35+')');}});_0x2e570a['stop'](),_0x5dc517[_0x3e899e(0x222)](_0x34ecdb),_0x936e57[_0x3e899e(0x222)](_0x33edc2);if(_0x34ecdb[_0x3e899e(0x1ed)]===_0x3e899e(0x22e))console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1d2)](_0x3e899e(0x231)+_0x34ecdb[_0x3e899e(0x1e6)]));else _0x34ecdb[_0x3e899e(0x1ed)]===_0x3e899e(0x1a8)?console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1b1)](_0x3e899e(0x204)+_0x34ecdb['reason'])):console['log'](a5_0x45049c['red'](_0x3e899e(0x211)+_0x34ecdb[_0x3e899e(0x1e6)]));_0x34ecdb[_0x3e899e(0x20f)]&&console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x229)](_0x3e899e(0x1ce)+_0x34ecdb[_0x3e899e(0x20f)])),console[_0x3e899e(0x1f9)]();}catch(_0x2ae243){_0x2e570a[_0x3e899e(0x1a9)]();const _0x338b2d=_0x2ae243 instanceof Error?_0x2ae243[_0x3e899e(0x237)]:String(_0x2ae243);console[_0x3e899e(0x1f9)](a5_0x45049c[_0x3e899e(0x1b1)]('✗\x20ERROR:\x20'+_0x338b2d)),console[_0x3e899e(0x1f9)](),_0x5dc517[_0x3e899e(0x222)]({'name':_0x5953cb[_0x3e899e(0x1d5)],'status':'ERROR','reason':_0x338b2d,'timestamp':new Date()['toISOString'](),'duration_ms':0x0});}}const _0x5c9f61=Date[_0x3e899e(0x1ca)]()-_0x16a589,_0x49a35a=_0x5dc517[_0x3e899e(0x21c)](_0x18c195=>_0x18c195[_0x3e899e(0x1ed)]===_0x3e899e(0x22e))['length'],_0x5d3589=_0x5dc517[_0x3e899e(0x21c)](_0x16c88a=>_0x16c88a[_0x3e899e(0x1ed)]===_0x3e899e(0x1a8))['length'],_0xc72983=_0x5dc517[_0x3e899e(0x21c)](_0x4707b1=>_0x4707b1[_0x3e899e(0x1ed)]===_0x3e899e(0x207))['length'];console[_0x3e899e(0x1f9)]('━'[_0x3e899e(0x1ad)](0x3c)),console['log'](_0x3e899e(0x1c9)),console['log']('━'['repeat'](0x3c)),console[_0x3e899e(0x1f9)](_0x3e899e(0x21e)+_0x5dc517[_0x3e899e(0x20a)]),console[_0x3e899e(0x1f9)]('Passed:\x20\x20\x20'+a5_0x45049c[_0x3e899e(0x1d2)](_0x49a35a)),console[_0x3e899e(0x1f9)](_0x3e899e(0x1f6)+a5_0x45049c['red'](_0x5d3589));_0xc72983>0x0&&console[_0x3e899e(0x1f9)](_0x3e899e(0x1e5)+a5_0x45049c[_0x3e899e(0x1b1)](_0xc72983));console[_0x3e899e(0x1f9)](_0x3e899e(0x214)+formatElapsed(_0x5c9f61)),console[_0x3e899e(0x1f9)]('━'['repeat'](0x3c));const _0x4056c8=_0x5dc517[_0x3e899e(0x21c)](_0x219d6c=>_0x219d6c[_0x3e899e(0x1ed)]!=='PASS');if(_0x4056c8[_0x3e899e(0x20a)]>0x0){console[_0x3e899e(0x1f9)](),console[_0x3e899e(0x1f9)](_0x3e899e(0x1fa));for(const _0x280069 of _0x4056c8){const _0x13b6db=a5_0x45049c[_0x3e899e(0x1b1)]('✗'),_0x1ccea9=_0x280069[_0x3e899e(0x1e6)][_0x3e899e(0x20a)]>0x32?_0x280069[_0x3e899e(0x1e6)][_0x3e899e(0x1f3)](0x0,0x32)+_0x3e899e(0x219):_0x280069[_0x3e899e(0x1e6)];console[_0x3e899e(0x1f9)]('\x20\x20'+_0x13b6db+'\x20'+_0x280069[_0x3e899e(0x1d5)]+':\x20'+_0x1ccea9);}}const _0x4717a4={'summary':{'total':_0x5dc517[_0x3e899e(0x20a)],'passed':_0x49a35a,'failed':_0x5d3589,'errors':_0xc72983>0x0?_0xc72983:undefined,'duration_ms':_0x5c9f61},'tests':_0x5dc517,'agent':{'project':_0x101998[_0x3e899e(0x1f2)],'name':_0x101998[_0x3e899e(0x216)],'site':_0x442b97},'timestamp':new Date(_0x16a589)[_0x3e899e(0x1c3)]()};try{const _0x41e87f=buildCachedTestRun(_0x936e57,{'site':_0x442b97,'projectId':_0x2e7ff1,'projectName':_0x101998[_0x3e899e(0x1f2)],'agentId':_0x31aab7,'agentName':_0x101998[_0x3e899e(0x216)],'testYmlPath':a5_0x4cec4['resolve'](_0x101998[_0x3e899e(0x1c5)])});saveLastTestRun(_0x41e87f);}catch{}if(_0x1b0afa!=='table'||_0x566e86){const _0x440740=formatResults(_0x4717a4,_0x1b0afa);if(_0x566e86)try{a5_0x92ec42[_0x3e899e(0x1c7)](_0x566e86,_0x440740,'utf-8'),console['log'](),console['log'](a5_0x45049c[_0x3e899e(0x229)](_0x3e899e(0x1d9)+_0x566e86));}catch(_0x25bf4d){return console[_0x3e899e(0x1f9)](),console[_0x3e899e(0x1f9)](a5_0x45049c['red'](_0x3e899e(0x1c1)+_0x25bf4d)),0x1;}else console[_0x3e899e(0x1f9)](),console[_0x3e899e(0x1f9)](_0x440740);}return _0x4056c8['length']>0x0?0x1:0x0;}async[a5_0x57d988(0x20b)](_0x45be3a,_0x5d89a7){const _0x5d7c46=a5_0x57d988,{options:_0x4efa2d,tdx:_0x1203a4}=_0x45be3a,{definition:_0x19c067,agentInfo:_0x946e4a,outputFormat:_0x15e3f9,outputFile:_0x3c2aae}=_0x5d89a7,_0x143d09=_0x4efa2d[_0x5d7c46(0x1d1)],_0xdfc70f=loadLastTestRun();if(!_0xdfc70f)return console['log'](a5_0x45049c[_0x5d7c46(0x1b1)](_0x5d7c46(0x232))),console['log'](a5_0x45049c['dim']('Run\x20`tdx\x20agent\x20test`\x20first\x20to\x20generate\x20conversations.')),0x1;if(_0xdfc70f[_0x5d7c46(0x1a4)][_0x5d7c46(0x216)]!==_0x946e4a[_0x5d7c46(0x216)])return console[_0x5d7c46(0x1f9)](a5_0x45049c[_0x5d7c46(0x1b1)]('Error:\x20Cached\x20run\x20is\x20for\x20agent\x20\x22'+_0xdfc70f[_0x5d7c46(0x1a4)]['agentName']+_0x5d7c46(0x22d)+_0x946e4a['agentName']+'\x22.')),console[_0x5d7c46(0x1f9)](a5_0x45049c[_0x5d7c46(0x229)](_0x5d7c46(0x206))),0x1;const _0x31efbd=new Set(_0xdfc70f[_0x5d7c46(0x1b9)][_0x5d7c46(0x221)](_0x1e34aa=>_0x1e34aa[_0x5d7c46(0x1fb)])),_0x3fab56=_0x19c067[_0x5d7c46(0x22b)][_0x5d7c46(0x21c)](_0x30bf81=>!_0x31efbd['has'](_0x30bf81[_0x5d7c46(0x1d5)]));if(_0x3fab56[_0x5d7c46(0x20a)]>0x0&&_0xdfc70f[_0x5d7c46(0x1d1)]!==_0x143d09)return console[_0x5d7c46(0x1f9)](a5_0x45049c['red']('Error:\x20Cannot\x20execute\x20new\x20tests\x20-\x20site\x20mismatch.')),console[_0x5d7c46(0x1f9)](a5_0x45049c[_0x5d7c46(0x229)](_0x5d7c46(0x1de)+_0xdfc70f['site']+_0x5d7c46(0x1fc)+_0x143d09+'\x22.')),console[_0x5d7c46(0x1f9)](a5_0x45049c['dim'](_0x5d7c46(0x223)+_0xdfc70f[_0x5d7c46(0x1d1)]+_0x5d7c46(0x1bb))),0x1;const _0x41af17=_0x19c067['tests']['filter'](_0xeca62c=>_0x31efbd[_0x5d7c46(0x1d4)](_0xeca62c[_0x5d7c46(0x1d5)])),_0x1429c7=_0x3fab56;let _0xd292e7;try{_0xd292e7=await setupEvaluatorAgent(_0x1203a4['llm'],_0x4efa2d[_0x5d7c46(0x209)]);}catch(_0x4d33ad){const _0x3de088=_0x4d33ad instanceof Error?_0x4d33ad[_0x5d7c46(0x237)]:String(_0x4d33ad);return console[_0x5d7c46(0x1f9)](a5_0x45049c[_0x5d7c46(0x1b1)](_0x5d7c46(0x1cd)+_0x3de088)),0x1;}console['log'](a5_0x45049c['cyan'](_0x5d7c46(0x1e7))),console[_0x5d7c46(0x1f9)](_0x5d7c46(0x227)+a5_0x45049c[_0x5d7c46(0x213)](_0xdfc70f['timestamp'])),console[_0x5d7c46(0x1f9)](_0x5d7c46(0x1d6)+a5_0x45049c['white'](_0xdfc70f[_0x5d7c46(0x1a4)][_0x5d7c46(0x1f2)]+'/'+_0xdfc70f[_0x5d7c46(0x1a4)][_0x5d7c46(0x216)]));_0x1429c7[_0x5d7c46(0x20a)]>0x0&&console[_0x5d7c46(0x1f9)](_0x5d7c46(0x1e3)+a5_0x45049c[_0x5d7c46(0x1c8)](_0x1429c7[_0x5d7c46(0x20a)]));console[_0x5d7c46(0x1f9)]();const _0x16f238=[],_0x5725af=Date['now'](),_0x4368f4=createCommandSpinner(_0x5d7c46(0x22a));if(_0x41af17['length']>0x0)try{const _0x1a51cb=await reevaluateFromCache(_0x1203a4[_0x5d7c46(0x1df)],_0xdfc70f,{'tests':_0x41af17},{'evaluatorId':_0xd292e7,'onTestStart':(_0x57a16b,_0x2293f7,_0x54de3d)=>{const _0x35c8e2=_0x5d7c46;_0x4368f4[_0x35c8e2(0x1a7)]=_0x35c8e2(0x220)+(_0x2293f7+0x1)+'/'+_0x54de3d+':\x20'+_0x57a16b+_0x35c8e2(0x219);if(!_0x4368f4[_0x35c8e2(0x1b4)])_0x4368f4['start']();},'onTestComplete':(_0x208dab,_0x1d6fca)=>{const _0x1e509f=_0x5d7c46;_0x4368f4[_0x1e509f(0x1a9)]();if(_0x1d6fca['status']==='PASS')console[_0x1e509f(0x1f9)](a5_0x45049c[_0x1e509f(0x1d2)](_0x1e509f(0x231)+_0x208dab)+a5_0x45049c[_0x1e509f(0x229)]('\x20(cached)'));else _0x1d6fca['status']===_0x1e509f(0x1a8)?console[_0x1e509f(0x1f9)](a5_0x45049c['red'](_0x1e509f(0x204)+_0x208dab+_0x1e509f(0x1e4)+_0x1d6fca[_0x1e509f(0x1e6)])+a5_0x45049c[_0x1e509f(0x229)]('\x20(cached)')):console[_0x1e509f(0x1f9)](a5_0x45049c[_0x1e509f(0x1b1)]('✗\x20ERROR:\x20'+_0x208dab+_0x1e509f(0x1e4)+_0x1d6fca['reason']));_0x1d6fca[_0x1e509f(0x20f)]&&console[_0x1e509f(0x1f9)](a5_0x45049c['dim'](_0x1e509f(0x1eb)+_0x1d6fca['conversation_url'])),_0x16f238[_0x1e509f(0x222)](_0x1d6fca);},'onTestSkipped':(_0x1ded10,_0x3c4359)=>{const _0x3f4819=_0x5d7c46;_0x4368f4['stop'](),console[_0x3f4819(0x1f9)](a5_0x45049c[_0x3f4819(0x1c8)](_0x3f4819(0x212)+_0x1ded10+'\x20-\x20'+_0x3c4359));}});for(const _0x598383 of _0x1a51cb){!_0x16f238['find'](_0x1c2484=>_0x1c2484[_0x5d7c46(0x1d5)]===_0x598383['name'])&&_0x16f238[_0x5d7c46(0x222)](_0x598383);}}catch(_0x4604d0){_0x4368f4['stop']();const _0x33e9e6=_0x4604d0 instanceof Error?_0x4604d0[_0x5d7c46(0x237)]:String(_0x4604d0);return console['log'](a5_0x45049c['red'](_0x5d7c46(0x1e0)+_0x33e9e6)),0x1;}_0x4368f4[_0x5d7c46(0x1a9)]();if(_0x1429c7[_0x5d7c46(0x20a)]>0x0){console['log'](),console[_0x5d7c46(0x1f9)](a5_0x45049c['cyan'](_0x5d7c46(0x22f)));const {projectId:_0x4f78aa,agentId:_0x3e37a5}=_0xdfc70f[_0x5d7c46(0x1a4)];for(const _0x4f4948 of _0x1429c7){console['log'](_0x5d7c46(0x234)+a5_0x45049c[_0x5d7c46(0x213)](_0x4f4948[_0x5d7c46(0x1d5)]));const _0x4b8718=createCommandSpinner('Round\x201/'+_0x4f4948[_0x5d7c46(0x236)][_0x5d7c46(0x20a)]+_0x5d7c46(0x1cc));_0x4b8718[_0x5d7c46(0x1ea)]();try{const {result:_0x53139d}=await runTest(_0x1203a4[_0x5d7c46(0x1df)],_0x4f4948,{'agentId':_0x3e37a5,'projectId':_0x4f78aa,'site':_0xdfc70f[_0x5d7c46(0x1d1)],'noEval':![],'evaluatorId':_0xd292e7,'onRoundStart':(_0x29435e,_0x3ab6e7)=>{const _0x2e7972=_0x5d7c46;_0x4b8718[_0x2e7972(0x1a7)]=_0x2e7972(0x1b7)+(_0x29435e+0x1)+'/'+_0x3ab6e7+_0x2e7972(0x1cc);},'onRoundComplete':(_0x9f5692,_0x10d3dd,_0x1861be)=>{const _0x4c70b3=_0x5d7c46,_0x14d6a1=formatElapsed(_0x10d3dd);_0x1861be?console['log'](_0x4c70b3(0x1d0)+(_0x9f5692+0x1)+'/'+_0x4f4948['rounds'][_0x4c70b3(0x20a)]+'...\x20'+a5_0x45049c[_0x4c70b3(0x1d2)]('✓')+'\x20('+_0x14d6a1+')'):console[_0x4c70b3(0x1f9)](_0x4c70b3(0x1d0)+(_0x9f5692+0x1)+'/'+_0x4f4948[_0x4c70b3(0x236)][_0x4c70b3(0x20a)]+_0x4c70b3(0x1db)+a5_0x45049c[_0x4c70b3(0x1b1)]('✗'));},'onEvaluationStart':()=>{const _0x42b138=_0x5d7c46;_0x4b8718[_0x42b138(0x1a7)]=_0x42b138(0x1bc);},'onEvaluationComplete':_0x7edd35=>{const _0xb8dada=_0x5d7c46,_0x1d3532=formatElapsed(_0x7edd35);console[_0xb8dada(0x1f9)](_0xb8dada(0x1ac)+a5_0x45049c['green']('✓')+'\x20('+_0x1d3532+')');}});_0x4b8718[_0x5d7c46(0x1a9)](),_0x16f238[_0x5d7c46(0x222)](_0x53139d);if(_0x53139d[_0x5d7c46(0x1ed)]===_0x5d7c46(0x22e))console[_0x5d7c46(0x1f9)](a5_0x45049c[_0x5d7c46(0x1d2)](_0x5d7c46(0x231)+_0x53139d[_0x5d7c46(0x1e6)])+a5_0x45049c[_0x5d7c46(0x229)](_0x5d7c46(0x1e8)));else _0x53139d[_0x5d7c46(0x1ed)]===_0x5d7c46(0x1a8)?console['log'](a5_0x45049c[_0x5d7c46(0x1b1)](_0x5d7c46(0x204)+_0x53139d[_0x5d7c46(0x1e6)])+a5_0x45049c[_0x5d7c46(0x229)]('\x20(new)')):console[_0x5d7c46(0x1f9)](a5_0x45049c[_0x5d7c46(0x1b1)](_0x5d7c46(0x211)+_0x53139d[_0x5d7c46(0x1e6)]));_0x53139d['conversation_url']&&console[_0x5d7c46(0x1f9)](a5_0x45049c[_0x5d7c46(0x229)](_0x5d7c46(0x1eb)+_0x53139d['conversation_url']));}catch(_0x1d4636){_0x4b8718[_0x5d7c46(0x1a9)]();const _0xc4a727=_0x1d4636 instanceof Error?_0x1d4636['message']:String(_0x1d4636);console['log'](a5_0x45049c[_0x5d7c46(0x1b1)](_0x5d7c46(0x211)+_0xc4a727)),_0x16f238[_0x5d7c46(0x222)]({'name':_0x4f4948[_0x5d7c46(0x1d5)],'status':'ERROR','reason':_0xc4a727,'timestamp':new Date()[_0x5d7c46(0x1c3)](),'duration_ms':0x0});}}}console['log']();const _0x11cf94=Date[_0x5d7c46(0x1ca)]()-_0x5725af,_0x500bb7=_0x16f238['filter'](_0x56e493=>_0x56e493['status']===_0x5d7c46(0x22e))[_0x5d7c46(0x20a)],_0x1ed37c=_0x16f238['filter'](_0x5db452=>_0x5db452[_0x5d7c46(0x1ed)]===_0x5d7c46(0x1a8))['length'],_0x2d0055=_0x16f238[_0x5d7c46(0x21c)](_0x25b218=>_0x25b218[_0x5d7c46(0x1ed)]===_0x5d7c46(0x207))[_0x5d7c46(0x20a)];console['log']('━'['repeat'](0x3c)),console['log'](_0x5d7c46(0x1b8)),console[_0x5d7c46(0x1f9)]('━'['repeat'](0x3c)),console[_0x5d7c46(0x1f9)]('Total:\x20\x20\x20\x20'+_0x16f238[_0x5d7c46(0x20a)]),console[_0x5d7c46(0x1f9)](_0x5d7c46(0x20c)+a5_0x45049c[_0x5d7c46(0x1d2)](_0x500bb7)),console[_0x5d7c46(0x1f9)](_0x5d7c46(0x1f6)+a5_0x45049c[_0x5d7c46(0x1b1)](_0x1ed37c));_0x2d0055>0x0&&console['log'](_0x5d7c46(0x1e5)+a5_0x45049c['red'](_0x2d0055));console['log']('Duration:\x20'+formatElapsed(_0x11cf94)),console[_0x5d7c46(0x1f9)]('━'[_0x5d7c46(0x1ad)](0x3c));const _0x1c1513={'summary':{'total':_0x16f238[_0x5d7c46(0x20a)],'passed':_0x500bb7,'failed':_0x1ed37c,'errors':_0x2d0055>0x0?_0x2d0055:undefined,'duration_ms':_0x11cf94},'tests':_0x16f238,'agent':{'project':_0x946e4a[_0x5d7c46(0x1f2)],'name':_0x946e4a['agentName'],'site':_0x143d09},'timestamp':new Date(_0x5725af)[_0x5d7c46(0x1c3)]()};if(_0x15e3f9!==_0x5d7c46(0x1e1)||_0x3c2aae){const _0xe94d78=formatResults(_0x1c1513,_0x15e3f9);if(_0x3c2aae)try{a5_0x92ec42[_0x5d7c46(0x1c7)](_0x3c2aae,_0xe94d78,'utf-8'),console[_0x5d7c46(0x1f9)](),console[_0x5d7c46(0x1f9)](a5_0x45049c['dim'](_0x5d7c46(0x1d9)+_0x3c2aae));}catch(_0x3d8247){return console['log'](),console['log'](a5_0x45049c['red'](_0x5d7c46(0x1c1)+_0x3d8247)),0x1;}else console[_0x5d7c46(0x1f9)](),console[_0x5d7c46(0x1f9)](_0xe94d78);}const _0x508dbd=_0x16f238[_0x5d7c46(0x21c)](_0x41e18a=>_0x41e18a[_0x5d7c46(0x1ed)]!==_0x5d7c46(0x22e));return _0x508dbd[_0x5d7c46(0x20a)]>0x0?0x1:0x0;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a6_0x2b27f1=a6_0x1519;(function(_0x5d4b90,_0xc4c87e){const _0x4ea721=a6_0x1519,_0x97a358=_0x5d4b90();while(!![]){try{const _0x330e77=-parseInt(_0x4ea721(0x121))/0x1+-parseInt(_0x4ea721(0xf8))/0x2*(parseInt(_0x4ea721(0x11e))/0x3)+parseInt(_0x4ea721(0xfb))/0x4+parseInt(_0x4ea721(0x124))/0x5+-parseInt(_0x4ea721(0xf3))/0x6+-parseInt(_0x4ea721(0x12b))/0x7+parseInt(_0x4ea721(0xf0))/0x8*(parseInt(_0x4ea721(0x114))/0x9);if(_0x330e77===_0xc4c87e)break;else _0x97a358['push'](_0x97a358['shift']());}catch(_0x47c9a9){_0x97a358['push'](_0x97a358['shift']());}}}(a6_0xbc5b,0xcb162));import{BaseCommand}from'./command.js';import{RawAPI}from'../sdk/api.js';function a6_0x1519(_0x36545f,_0x1decdd){_0x36545f=_0x36545f-0xea;const _0xbc5bbd=a6_0xbc5b();let _0x151912=_0xbc5bbd[_0x36545f];return _0x151912;}import{colorizeJSON}from'../utils/colors.js';import{writeFileSync}from'fs';import{getEndpoint}from'../sdk/types/index.js';import{resolveSite}from'../core/config.js';import{getAuthHeaders}from'../core/auth.js';const SENSITIVE_HEADERS=new Set([a6_0x2b27f1(0x12e),a6_0x2b27f1(0x11b),a6_0x2b27f1(0x109),a6_0x2b27f1(0xeb),a6_0x2b27f1(0x100),a6_0x2b27f1(0xef),a6_0x2b27f1(0x111),'x-trino-user']);function isSensitiveHeader(_0x221640){const _0x17d1fb=a6_0x2b27f1;return SENSITIVE_HEADERS[_0x17d1fb(0x11f)](_0x221640[_0x17d1fb(0x106)]());}function parseHeader(_0x199905){const _0x164db2=a6_0x2b27f1,_0x3c0df3=_0x199905['indexOf'](':');if(_0x3c0df3===-0x1)throw new Error(_0x164db2(0x101)+_0x199905+'\x22.\x20'+_0x164db2(0xea));const _0x5c4b2d=_0x199905[_0x164db2(0xf9)](0x0,_0x3c0df3)['trim'](),_0xc7848=_0x199905[_0x164db2(0xf9)](_0x3c0df3+0x1)['trim']();if(!_0x5c4b2d)throw new Error(_0x164db2(0x123)+_0x199905+'\x22');return[_0x5c4b2d,_0xc7848];}export class ApiCommand extends BaseCommand{[a6_0x2b27f1(0xf7)]=a6_0x2b27f1(0xf5);[a6_0x2b27f1(0xec)]=a6_0x2b27f1(0x122);['validate'](_0xeb2cfd){const _0x5cf1b5=a6_0x2b27f1,{args:_0x175e7d,options:_0x1b9a42}=_0xeb2cfd,_0xf1618=_0x1b9a42;if(_0x175e7d[_0x5cf1b5(0x10e)]===0x0)return _0x5cf1b5(0x113);const _0x376b95=_0x175e7d[0x0];if(!_0x376b95[_0x5cf1b5(0x112)]('/'))return _0x5cf1b5(0x126)+_0x376b95;const _0x432b23=_0xf1618[_0x5cf1b5(0xf2)],_0x200cc5=_0xf1618[_0x5cf1b5(0x118)];if(_0x432b23&&_0x200cc5)return _0x5cf1b5(0x12a);const _0x2f3d4e=_0xf1618[_0x5cf1b5(0xfd)]||_0x5cf1b5(0x119),_0x27275b=['GET',_0x5cf1b5(0x127),_0x5cf1b5(0x12c),'DELETE','PATCH'];if(!_0x27275b[_0x5cf1b5(0x10c)](_0x2f3d4e[_0x5cf1b5(0x120)]()))return'Invalid\x20HTTP\x20method:\x20'+_0x2f3d4e+_0x5cf1b5(0x104)+_0x27275b[_0x5cf1b5(0x11a)](',\x20');const _0x166186=_0xf1618[_0x5cf1b5(0x108)]||'td',_0x262ecc=['td',_0x5cf1b5(0x116),_0x5cf1b5(0x10f),_0x5cf1b5(0x10d),_0x5cf1b5(0xee),_0x5cf1b5(0x102),'cas'];if(!_0x262ecc[_0x5cf1b5(0x10c)](_0x166186))return _0x5cf1b5(0x125)+_0x166186+_0x5cf1b5(0x117)+_0x262ecc[_0x5cf1b5(0x11a)](',\x20');return undefined;}async[a6_0x2b27f1(0x110)](_0x4b970d){const _0x55a3da=a6_0x2b27f1,{options:_0x5295a2,args:_0x1eb60f,tdx:_0x942173}=_0x4b970d,_0x3c6f3d=_0x5295a2,_0x48b819=_0x1eb60f[0x0],_0x1b813a=(_0x3c6f3d[_0x55a3da(0xfd)]||_0x55a3da(0x119))[_0x55a3da(0x120)](),_0x1d205a=_0x3c6f3d[_0x55a3da(0xf2)],_0x15082e=_0x3c6f3d['file'],_0x5cd9f6=_0x3c6f3d[_0x55a3da(0xfa)],_0x547ae6=_0x3c6f3d['type']||'td';try{const _0x4b55cf={};if(_0x5cd9f6){const _0x44da3c=Array[_0x55a3da(0xf1)](_0x5cd9f6)?_0x5cd9f6:[_0x5cd9f6];for(const _0x523be0 of _0x44da3c){const [_0x435dbb,_0x3acccd]=parseHeader(_0x523be0);_0x4b55cf[_0x435dbb]=_0x3acccd;}}let _0x22eddd;if(_0x1d205a)_0x22eddd=_0x1d205a;else{if(_0x15082e)try{_0x22eddd=RawAPI[_0x55a3da(0x11d)](_0x15082e);}catch(_0x25347d){return console['error']('Error:\x20'+(_0x25347d instanceof Error?_0x25347d[_0x55a3da(0xf4)]:String(_0x25347d))),0x1;}}const _0x359be1={'method':_0x1b813a,'apiType':_0x547ae6,'includeHeaders':_0x5295a2[_0x55a3da(0xff)]};_0x22eddd&&(_0x359be1[_0x55a3da(0x105)]=_0x22eddd);Object['keys'](_0x4b55cf)['length']>0x0&&(_0x359be1[_0x55a3da(0x115)]=_0x4b55cf);if(_0x5295a2[_0x55a3da(0xff)]){const _0x28b017=resolveSite(_0x5295a2[_0x55a3da(0x107)]),_0x4eed1d=getEndpoint(_0x28b017,_0x547ae6),_0x2d4378=''+_0x4eed1d+_0x48b819;console['error']('>\x20'+_0x1b813a+'\x20'+_0x2d4378);const _0x2e7fdd=getAuthHeaders(_0x28b017),_0x303f83={..._0x2e7fdd,..._0x4b55cf};for(const [_0x5b4ac5,_0x4413bb]of Object[_0x55a3da(0x103)](_0x303f83)){!isSensitiveHeader(_0x5b4ac5)&&console['error']('>\x20'+_0x5b4ac5+':\x20'+_0x4413bb);}_0x22eddd&&console[_0x55a3da(0xfe)]('>'),console['error']('');}const _0x3a502d=await _0x942173[_0x55a3da(0xf5)]['request'](_0x48b819,_0x359be1);if(_0x5295a2['verbose']&&_0x3a502d[_0x55a3da(0x115)]){console[_0x55a3da(0xfe)](_0x55a3da(0x10b)+_0x3a502d[_0x55a3da(0x11c)]);for(const [_0x87bb8b,_0x4ebbe3]of Object[_0x55a3da(0x103)](_0x3a502d['headers'])){!isSensitiveHeader(_0x87bb8b)&&console[_0x55a3da(0xfe)]('<\x20'+_0x87bb8b+':\x20'+_0x4ebbe3);}console[_0x55a3da(0xfe)]('');}const _0x370e1e=Boolean(_0x5295a2[_0x55a3da(0x12d)]),_0x103d2f={'color':_0x5295a2['color'],'noColor':_0x5295a2[_0x55a3da(0xf6)]||_0x370e1e&&!_0x5295a2[_0x55a3da(0x128)]},_0x4ef592=colorizeJSON(_0x3a502d['data'],_0x103d2f);return _0x5295a2[_0x55a3da(0x12d)]?(writeFileSync(_0x5295a2[_0x55a3da(0x12d)],_0x4ef592),console[_0x55a3da(0xfe)](_0x55a3da(0xfc)+_0x5295a2[_0x55a3da(0x12d)])):console[_0x55a3da(0x10a)](_0x4ef592),0x0;}catch(_0x40f8c5){return _0x40f8c5 instanceof Error?(console[_0x55a3da(0xfe)](_0x55a3da(0xed)+_0x40f8c5['message']),_0x5295a2[_0x55a3da(0xff)]&&_0x40f8c5[_0x55a3da(0x129)]&&console[_0x55a3da(0xfe)]('\x0aStack\x20trace:\x0a'+_0x40f8c5[_0x55a3da(0x129)])):console['error'](_0x55a3da(0xed)+String(_0x40f8c5)),0x1;}}}function a6_0xbc5b(){const _0x1eaf30=['output','authorization','Expected\x20format:\x20\x22Key:\x20Value\x22\x20or\x20\x22Key:Value\x22','set-cookie','description','Error:\x20','llm','x-xsrf-token','7096UDLiIi','isArray','data','7125606TZJuVW','message','api','noColor','name','2mbhwlL','substring','header','2751232vvsUxl','Results\x20saved\x20to\x20','method','error','verbose','set-cookie2','Invalid\x20header\x20format:\x20\x22','llm-proxy','entries','.\x20Valid\x20methods:\x20','body','toLowerCase','site','type','cookie','log','<\x20HTTP/1.1\x20','includes','trino','length','workflow','execute','x-auth-token','startsWith','Endpoint\x20is\x20required.\x20Example:\x20tdx\x20api\x20/v3/database/list','34947mJOqmU','headers','cdp','.\x20Valid\x20types:\x20','file','GET','join','proxy-authorization','status','readBodyFromFile','2908302zsTRMR','has','toUpperCase','1491038eSNWTz','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','Header\x20key\x20cannot\x20be\x20empty:\x20\x22','7170450PCcLJS','Invalid\x20API\x20type:\x20','Endpoint\x20must\x20start\x20with\x20/:\x20','POST','color','stack','Cannot\x20use\x20both\x20--data\x20and\x20--file\x20options.\x20Choose\x20one.','7603428KeIkxF','PUT'];a6_0xbc5b=function(){return _0x1eaf30;};return a6_0xbc5b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a7_0x4529fb=a7_0x5b72;(function(_0x547043,_0x2b8cfd){const _0x2360d6=a7_0x5b72,_0x5a7c1f=_0x547043();while(!![]){try{const _0x59ed00=parseInt(_0x2360d6(0x149))/0x1*(-parseInt(_0x2360d6(0x13b))/0x2)+-parseInt(_0x2360d6(0x161))/0x3+parseInt(_0x2360d6(0x16d))/0x4*(parseInt(_0x2360d6(0x117))/0x5)+parseInt(_0x2360d6(0x11f))/0x6*(parseInt(_0x2360d6(0x15b))/0x7)+parseInt(_0x2360d6(0x130))/0x8+-parseInt(_0x2360d6(0x14c))/0x9+-parseInt(_0x2360d6(0x153))/0xa;if(_0x59ed00===_0x2b8cfd)break;else _0x5a7c1f['push'](_0x5a7c1f['shift']());}catch(_0x4887e9){_0x5a7c1f['push'](_0x5a7c1f['shift']());}}}(a7_0x357b,0x98c05));import{BaseCommand,printAuthError}from'./command.js';import{saveAPIKeyAsync,resolveSite,resolveAPIKeyAsync}from'../core/config.js';import{getOAuthTokens,saveOAuthTokens}from'../core/oauth-keychain.js';import{saveProfileToUserConfig,saveDefaultSiteToUserConfig}from'../core/profile.js';import{getConsoleUrl}from'../sdk/client/endpoints.js';import{deleteKeychainAPIKey,isKeychainAvailable}from'../core/keychain.js';import{deleteOAuthTokens}from'../core/oauth-keychain.js';import{clearCredentialCache}from'../core/credential-cache.js';import{startOAuthFlow}from'../core/oauth.js';import{promptSiteSelection}from'../core/constants.js';import a7_0x159470 from'prompts';function a7_0x5b72(_0x2b92c6,_0x59cc6f){_0x2b92c6=_0x2b92c6-0x117;const _0x357bf4=a7_0x357b();let _0x5b72c2=_0x357bf4[_0x2b92c6];return _0x5b72c2;}import{HTTPClientError}from'../sdk/client/http-client.js';import{TDX}from'../sdk/index.js';import{LogLevel}from'../utils/tdx-logger.js';import a7_0x4e4ad1 from'chalk';export async function runOAuthLoginFlow(_0x5d7382,_0xeb4408,_0x4ca591,_0x38858e){const _0x397d77=a7_0x5b72,_0x16d0ec=await isKeychainAvailable();if(!_0x16d0ec)throw new Error(_0x397d77(0x16c)+_0x397d77(0x124));let _0xe7b483=_0x38858e?.[_0x397d77(0x151)];if(!_0xe7b483){const _0x3c9f2d=await a7_0x159470({'type':_0x397d77(0x12c),'name':'accountName','message':_0x397d77(0x14b)});if(_0x3c9f2d[_0x397d77(0x151)]===undefined)throw new Error(_0x397d77(0x15d));_0xe7b483=_0x3c9f2d['accountName'][_0x397d77(0x142)]()||undefined;}const _0x432421=getConsoleUrl(_0x5d7382);console[_0x397d77(0x168)](_0x397d77(0x171));_0xe7b483?console['log']('\x20\x20'+_0x432421+_0x397d77(0x127)+_0xe7b483+')'):console[_0x397d77(0x168)]('\x20\x20'+_0x432421+_0x397d77(0x141));console[_0x397d77(0x168)](_0x397d77(0x169));const _0x24ac1b=await startOAuthFlow(_0x5d7382,{'accountName':_0xe7b483});console[_0x397d77(0x168)]('Validating\x20OAuth\x20tokens...');const _0xc2c319=TDX[_0x397d77(0x144)]({'site':_0x5d7382,'accessToken':_0x24ac1b[_0x397d77(0x11c)],'logLevel':_0x4ca591??LogLevel['ERROR']}),_0x2bcc6b=await _0xc2c319[_0x397d77(0x159)][_0x397d77(0x139)]();console[_0x397d77(0x168)](a7_0x4e4ad1[_0x397d77(0x12e)](_0x397d77(0x156))),console[_0x397d77(0x168)]('\x20\x20'+a7_0x4e4ad1[_0x397d77(0x150)](_0x5d7382+':'+_0x2bcc6b[_0x397d77(0x14e)])+'\x20\x20user_id:'+_0x2bcc6b['id']+_0x397d77(0x125)+_0x2bcc6b[_0x397d77(0x13a)]+')');!_0xe7b483&&(console[_0x397d77(0x168)](a7_0x4e4ad1['dim'](_0x397d77(0x121))),console[_0x397d77(0x168)](a7_0x4e4ad1[_0x397d77(0x13c)](_0x397d77(0x14f))),console['log'](a7_0x4e4ad1[_0x397d77(0x13c)](_0x397d77(0x11a))));await saveOAuthTokens(_0x24ac1b,_0xeb4408),console[_0x397d77(0x168)](_0x397d77(0x172)+(_0xeb4408?_0x397d77(0x14a)+_0xeb4408+')':''));if(_0xeb4408){const _0x768421={'site':_0x5d7382};saveProfileToUserConfig(_0xeb4408,_0x768421),console['log'](_0x397d77(0x137)+_0xeb4408+_0x397d77(0x126));}else saveDefaultSiteToUserConfig(_0x5d7382),console[_0x397d77(0x168)](_0x397d77(0x16f)+_0x5d7382);const _0x3c071c=_0xeb4408?_0x397d77(0x167)+_0xeb4408:'';console[_0x397d77(0x168)](),console[_0x397d77(0x168)]('You\x20can\x20now\x20use\x20tdx\x20commands.\x20Try:'),console[_0x397d77(0x168)](_0x397d77(0x154)+_0x3c071c+'\x20auth\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-\x20Verify\x20authentication'),console[_0x397d77(0x168)](_0x397d77(0x154)+_0x3c071c+'\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases');}export async function promptAuthMethod(){const _0x473baf=a7_0x5b72,_0x48cf70=await a7_0x159470({'type':_0x473baf(0x15e),'name':'method','message':_0x473baf(0x11d),'choices':[{'title':'Sign\x20in\x20with\x20browser\x20(recommended)','description':_0x473baf(0x176),'value':_0x473baf(0x152)},{'title':'Use\x20an\x20API\x20key','description':_0x473baf(0x13d),'value':_0x473baf(0x165)}]});return _0x48cf70[_0x473baf(0x146)]||null;}export class AuthSetupCommand extends BaseCommand{[a7_0x4529fb(0x145)]=a7_0x4529fb(0x135);[a7_0x4529fb(0x119)]=a7_0x4529fb(0x164);async[a7_0x4529fb(0x128)](_0x2f1f2b){const _0x2cbfe7=a7_0x4529fb,{options:_0x53a762}=_0x2f1f2b,_0x21b47c=_0x53a762[_0x2cbfe7(0x16b)];console[_0x2cbfe7(0x168)](a7_0x4e4ad1[_0x2cbfe7(0x174)]('tdx:\x20auth\x20setup'));const _0x5a2bd3=_0x53a762[_0x2cbfe7(0x132)]||'us01',_0xa0f59=await promptSiteSelection(_0x5a2bd3,_0x21b47c,_0x2cbfe7(0x15d));if(!_0xa0f59)return 0x1;const _0x5c1b30=resolveSite(_0xa0f59),_0x108017=await promptAuthMethod();if(!_0x108017)return console['log'](_0x2cbfe7(0x138)),0x1;if(_0x108017===_0x2cbfe7(0x152)){const {accountName:_0x2d44ee}=_0x53a762;return await runOAuthLoginFlow(_0x5c1b30,_0x21b47c,_0x53a762[_0x2cbfe7(0x133)]??LogLevel[_0x2cbfe7(0x15a)],{'accountName':_0x2d44ee}),0x0;}console[_0x2cbfe7(0x168)](_0x2cbfe7(0x15f)+_0x5c1b30),console['log'](_0x2cbfe7(0x15c)),console[_0x2cbfe7(0x168)]('\x20\x20'+getConsoleUrl(_0x5c1b30,_0x2cbfe7(0x175)));const _0x329e2c=await a7_0x159470({'type':_0x2cbfe7(0x123),'name':_0x2cbfe7(0x160),'message':_0x2cbfe7(0x157),'validate':_0x1eecb9=>{const _0x5974b6=_0x2cbfe7;if(!_0x1eecb9||!_0x1eecb9[_0x5974b6(0x142)]())return _0x5974b6(0x131);return!![];}});if(!_0x329e2c['apiKey'])return console[_0x2cbfe7(0x168)](_0x2cbfe7(0x138)),0x1;const _0x2e526c=_0x329e2c[_0x2cbfe7(0x160)];console[_0x2cbfe7(0x168)](_0x2cbfe7(0x170));try{const _0x2bb797=TDX[_0x2cbfe7(0x144)]({'site':_0x5c1b30,'apiKey':_0x2e526c[_0x2cbfe7(0x142)](),'logLevel':_0x53a762[_0x2cbfe7(0x133)]??LogLevel['ERROR']}),_0x54b09e=await _0x2bb797['jobs'][_0x2cbfe7(0x139)]();console[_0x2cbfe7(0x168)](_0x2cbfe7(0x162)+_0x54b09e['email']+')');const _0x527475=await isKeychainAvailable();_0x527475?(await saveAPIKeyAsync(_0x2e526c[_0x2cbfe7(0x142)](),_0x5c1b30,_0x21b47c),console['log'](_0x2cbfe7(0x12a)+(_0x21b47c?_0x2cbfe7(0x14a)+_0x21b47c+')':''))):(console['warn'](a7_0x4e4ad1['yellow'](_0x2cbfe7(0x173))),console[_0x2cbfe7(0x147)](a7_0x4e4ad1[_0x2cbfe7(0x177)]('\x20\x20Set\x20TDX_API_KEY\x20environment\x20variable\x20for\x20authentication.')));if(_0x21b47c){const _0x471e08={'site':_0x5c1b30};saveProfileToUserConfig(_0x21b47c,_0x471e08),console[_0x2cbfe7(0x168)](_0x2cbfe7(0x137)+_0x21b47c+_0x2cbfe7(0x126));}else saveDefaultSiteToUserConfig(_0x5c1b30),console[_0x2cbfe7(0x168)]('✓\x20Default\x20site\x20set\x20to\x20'+_0x5c1b30);const _0x5c837c=_0x21b47c?_0x2cbfe7(0x167)+_0x21b47c:'';return console[_0x2cbfe7(0x168)](),console[_0x2cbfe7(0x168)](_0x2cbfe7(0x11e)),console[_0x2cbfe7(0x168)](_0x2cbfe7(0x154)+_0x5c837c+_0x2cbfe7(0x13e)),console[_0x2cbfe7(0x168)](_0x2cbfe7(0x154)+_0x5c837c+'\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases'),0x0;}catch(_0x29da23){if(_0x29da23 instanceof HTTPClientError&&_0x29da23[_0x2cbfe7(0x148)]===0x191)return printAuthError(_0x29da23),0x1;return console['error'](a7_0x4e4ad1['red'](_0x2cbfe7(0x12b)+(_0x29da23 instanceof Error?_0x29da23[_0x2cbfe7(0x163)]:String(_0x29da23)))),console[_0x2cbfe7(0x122)](_0x2cbfe7(0x155)),0x1;}}}function a7_0x357b(){const _0x2cc585=['Setting\x20up\x20authentication\x20for\x20site:\x20','apiKey','3286299LxfVDD','✓\x20API\x20key\x20is\x20valid\x20(User:\x20','message','Setup\x20API\x20key\x20authentication\x20interactively','apikey','filter','\x20--profile\x20','log','Waiting\x20for\x20authorization\x20(timeout:\x202\x20minutes)...','Read\x20credential\x20from\x20keychain','profile','System\x20keychain\x20is\x20not\x20available.\x20OAuth\x20tokens\x20cannot\x20be\x20saved.\x20','46016HuLAoi','API\x20key','✓\x20Default\x20site\x20set\x20to\x20','Validating\x20API\x20key...','Opening\x20browser\x20for\x20authentication...','✓\x20OAuth\x20tokens\x20saved\x20to\x20system\x20keychain','⚠\x20System\x20keychain\x20not\x20available.\x20API\x20key\x20not\x20saved.','bold','/app/mp/ak','Opens\x20your\x20browser\x20to\x20sign\x20in\x20with\x20SSO','yellow','425srfQio','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','description','\x20\x20\x20\x202.\x20Or\x20use\x20a\x20different\x20browser\x20profile\x20to\x20avoid\x20cached\x20sessions','\x20removed\x20from\x20keychain','access_token','Choose\x20how\x20to\x20sign\x20in:','You\x20can\x20now\x20use\x20tdx\x20commands.\x20Try:','78fbSQCu','N/A','\x20\x20If\x20this\x20is\x20not\x20the\x20expected\x20account:','error','password','Use\x20\x22tdx\x20auth\x20setup\x22\x20with\x20an\x20API\x20key\x20instead.','\x20\x20(','\x27\x20registered','/users/initiate_sso\x20(account:\x20','execute','✓\x20Authentication\x20successful\x0a','✓\x20API\x20key\x20saved\x20to\x20system\x20keychain','✗\x20Validation\x20failed:\x20','text','last_name','green','No\x20credentials\x20found\x20in\x20keychain','6641096MrEiBh','API\x20key\x20cannot\x20be\x20empty','site','logLevel','\x20and\x20','auth:setup','System\x20keychain\x20is\x20not\x20available','✓\x20Profile\x20\x27','\x0aSetup\x20cancelled','getUserInfo','email','6762KPQVzo','dim','For\x20scripts\x20or\x20headless\x20servers','\x20auth\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-\x20Verify\x20authentication','join','tdx\x20profile:\x20','/oauth/authorize','trim','red','create','name','method','warn','status','15KBNAjE','\x20(profile:\x20','Account\x20name\x20for\x20SSO\x20(press\x20Enter\x20to\x20skip):','4073229TCoGlM','\x20for\x20profile:\x20','account_id','\x20\x20\x20\x201.\x20Run:\x20tdx\x20auth\x20setup\x20--account-name\x20<name>','cyan','accountName','oauth','2772460BHIAvN','\x20\x20tdx','API\x20key\x20was\x20not\x20saved.\x20Please\x20try\x20again.','✓\x20Signed\x20in\x20successfully','Enter\x20your\x20TD\x20API\x20key:','Remove\x20API\x20key\x20from\x20system\x20keychain','jobs','ERROR','373513iQkhKE','You\x20can\x20find\x20your\x20API\x20key\x20at:','Setup\x20cancelled','select'];a7_0x357b=function(){return _0x2cc585;};return a7_0x357b();}export class AuthStatusCommand extends BaseCommand{[a7_0x4529fb(0x145)]='auth';[a7_0x4529fb(0x119)]=a7_0x4529fb(0x118);async[a7_0x4529fb(0x128)](_0x5d0e1b){const _0x4f7e94=a7_0x4529fb,{options:_0x50cc13,tdx:_0x10af09}=_0x5d0e1b,_0x315296=_0x50cc13['site'],_0xca62ac=_0x50cc13[_0x4f7e94(0x16b)],_0x2519b5=_0xca62ac?_0xca62ac:_0x4f7e94(0x120);console[_0x4f7e94(0x168)](_0x4f7e94(0x140)+_0x2519b5+'\x20(site:\x20'+_0x315296+')');const _0x13a658=await getOAuthTokens(_0xca62ac);if(_0x13a658)console[_0x4f7e94(0x168)]('Credential\x20type:\x20OAuth'),console[_0x4f7e94(0x168)](_0x4f7e94(0x16a)+(_0xca62ac?_0x4f7e94(0x14a)+_0xca62ac+')':''));else{const _0x301ee0=await resolveAPIKeyAsync(_0x315296,_0xca62ac);if(_0x301ee0){const {source:_0x399ab0,isDeprecated:_0x125d5a}=_0x301ee0,_0x2185f6='Read\x20credential\x20from\x20'+_0x399ab0;console[_0x4f7e94(0x168)](_0x125d5a?a7_0x4e4ad1[_0x4f7e94(0x177)](_0x2185f6):_0x2185f6);}else console[_0x4f7e94(0x168)](a7_0x4e4ad1['yellow']('No\x20credential\x20found'));}try{const _0x14633e=await _0x10af09[_0x4f7e94(0x159)][_0x4f7e94(0x139)]();return console[_0x4f7e94(0x168)](a7_0x4e4ad1['green'](_0x4f7e94(0x129))),console[_0x4f7e94(0x168)]('User:\x20'+_0x14633e[_0x4f7e94(0x13a)]),(_0x14633e['first_name']||_0x14633e[_0x4f7e94(0x12d)])&&console['log']('Name:\x20'+[_0x14633e['first_name'],_0x14633e['last_name']][_0x4f7e94(0x166)](Boolean)[_0x4f7e94(0x13f)]('\x20')),0x0;}catch(_0x170ae8){return _0x170ae8 instanceof HTTPClientError&&_0x170ae8[_0x4f7e94(0x148)]===0x191?printAuthError(_0x170ae8,!![],_0xca62ac):console['error'](a7_0x4e4ad1[_0x4f7e94(0x143)](_0x4f7e94(0x12b)+(_0x170ae8 instanceof Error?_0x170ae8[_0x4f7e94(0x163)]:String(_0x170ae8)))),0x1;}}}export class AuthClearCommand extends BaseCommand{['name']='auth:clear';[a7_0x4529fb(0x119)]=a7_0x4529fb(0x158);async[a7_0x4529fb(0x128)](_0x35256b){const _0x151fda=a7_0x4529fb,{options:_0x281f08}=_0x35256b,_0x326a54=_0x281f08['profile'];console['log'](a7_0x4e4ad1[_0x151fda(0x174)]('tdx:\x20auth\x20clear'));const _0xe6c3da=await isKeychainAvailable();if(!_0xe6c3da)return console['error'](a7_0x4e4ad1['red'](_0x151fda(0x136))),0x1;const [_0x1e4d7d,_0x3dfd7f]=await Promise['all']([deleteKeychainAPIKey(_0x326a54),deleteOAuthTokens(_0x326a54)]);if(_0x1e4d7d||_0x3dfd7f){clearCredentialCache();const _0x4f019a=[_0x1e4d7d&&_0x151fda(0x16e),_0x3dfd7f&&'OAuth\x20tokens'][_0x151fda(0x166)](Boolean)[_0x151fda(0x13f)](_0x151fda(0x134));return console[_0x151fda(0x168)]('✓\x20'+_0x4f019a+_0x151fda(0x11b)+(_0x326a54?_0x151fda(0x14a)+_0x326a54+')':'')),0x0;}else return console['log'](_0x151fda(0x12f)+(_0x326a54?_0x151fda(0x14d)+_0x326a54:'')),0x1;}}
|
|
1
|
+
const a7_0x4b3b1d=a7_0xa0a9;(function(_0x51b351,_0x352b8e){const _0x5075f0=a7_0xa0a9,_0x5ad430=_0x51b351();while(!![]){try{const _0x2682b1=parseInt(_0x5075f0(0xcd))/0x1+parseInt(_0x5075f0(0x108))/0x2+parseInt(_0x5075f0(0x110))/0x3+-parseInt(_0x5075f0(0xc6))/0x4+-parseInt(_0x5075f0(0xde))/0x5+parseInt(_0x5075f0(0x116))/0x6*(parseInt(_0x5075f0(0xca))/0x7)+-parseInt(_0x5075f0(0xed))/0x8;if(_0x2682b1===_0x352b8e)break;else _0x5ad430['push'](_0x5ad430['shift']());}catch(_0x4d34de){_0x5ad430['push'](_0x5ad430['shift']());}}}(a7_0x35ad,0x8a900));import{BaseCommand,printAuthError}from'./command.js';import{saveAPIKeyAsync,resolveSite,resolveAPIKeyAsync}from'../core/config.js';import{getOAuthTokens,saveOAuthTokens}from'../core/oauth-keychain.js';import{saveProfileToUserConfig,saveDefaultSiteToUserConfig}from'../core/profile.js';import{getConsoleUrl}from'../sdk/client/endpoints.js';import{deleteKeychainAPIKey,isKeychainAvailable}from'../core/keychain.js';function a7_0xa0a9(_0x147ea9,_0x4b7e29){_0x147ea9=_0x147ea9-0xc2;const _0x35ad29=a7_0x35ad();let _0xa0a996=_0x35ad29[_0x147ea9];return _0xa0a996;}import{deleteOAuthTokens}from'../core/oauth-keychain.js';import{clearCredentialCache}from'../core/credential-cache.js';import{startOAuthFlow}from'../core/oauth.js';function a7_0x35ad(){const _0x4b49bc=['2598426JTkXYy','OAuth\x20tokens','Use\x20an\x20API\x20key','You\x20can\x20now\x20use\x20tdx\x20commands.\x20Try:','Choose\x20how\x20to\x20sign\x20in:','Setup\x20cancelled','auth:setup','first_name','password','accountName','Remove\x20API\x20key\x20from\x20system\x20keychain','/users/initiate_sso\x20(account:\x20','User:\x20','filter','name','1968924qpmMtX','Credential\x20type:\x20OAuth','last_name','jobs','7zEEoxR','apikey','For\x20scripts\x20or\x20headless\x20servers','897231SyLnYf','API\x20key','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','trim','error','bold','Account\x20name\x20for\x20SSO\x20(press\x20Enter\x20to\x20skip):','\x20(profile:\x20','/app/mp/ak','oauth','description','red','profile','warn','\x20\x20tdx','tdx:\x20auth\x20setup','N/A','5532580yQqYyv','\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases','Read\x20credential\x20from\x20keychain','Opens\x20your\x20browser\x20to\x20sign\x20in\x20with\x20SSO','select','✓\x20API\x20key\x20is\x20valid\x20(User:\x20','Waiting\x20for\x20authorization\x20(timeout:\x202\x20minutes)...','auth:clear','No\x20credentials\x20found\x20in\x20keychain','Setting\x20up\x20authentication\x20for\x20site:\x20','✓\x20Authentication\x20successful\x0a','tdx:\x20auth\x20clear','log','dim','status','1677160dIqHwG','\x0aSetup\x20cancelled','✓\x20Default\x20site\x20set\x20to\x20','auth','\x20and\x20','logLevel','You\x20can\x20find\x20your\x20API\x20key\x20at:','cyan','ERROR','\x20auth\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-\x20Verify\x20authentication','\x20\x20(','Enter\x20your\x20TD\x20API\x20key:','Validating\x20API\x20key...','Setup\x20API\x20key\x20authentication\x20interactively','method','Validating\x20OAuth\x20tokens...','System\x20keychain\x20is\x20not\x20available.\x20OAuth\x20tokens\x20cannot\x20be\x20saved.\x20','Read\x20credential\x20from\x20','✓\x20Profile\x20\x27','yellow','join','execute','✓\x20Signed\x20in\x20successfully','access_token','email','site','apiKey','439792zgaJig','create','Sign\x20in\x20with\x20browser\x20(recommended)','tdx\x20profile:\x20','\x27\x20registered','getUserInfo','\x20--profile\x20','all','2477238xQIPYE','us01','\x20removed\x20from\x20keychain','message','✗\x20Validation\x20failed:\x20','green'];a7_0x35ad=function(){return _0x4b49bc;};return a7_0x35ad();}import{promptSiteSelection}from'../core/constants.js';import a7_0x537fae from'prompts';import{HTTPClientError}from'../sdk/client/http-client.js';import{TDX}from'../sdk/index.js';import{LogLevel}from'../utils/tdx-logger.js';import a7_0x8cfce1 from'chalk';export async function runOAuthLoginFlow(_0x2eec96,_0x1533cb,_0x470ef7,_0x3e2707){const _0x3453f4=a7_0xa0a9,_0x29e4bc=await isKeychainAvailable();if(!_0x29e4bc)throw new Error(_0x3453f4(0xfd)+'Use\x20\x22tdx\x20auth\x20setup\x22\x20with\x20an\x20API\x20key\x20instead.');let _0x4451f2=_0x3e2707?.[_0x3453f4(0x11f)];if(!_0x4451f2){const _0x1f1def=await a7_0x537fae({'type':'text','name':_0x3453f4(0x11f),'message':_0x3453f4(0xd3)});if(_0x1f1def['accountName']===undefined)throw new Error(_0x3453f4(0x11b));_0x4451f2=_0x1f1def['accountName'][_0x3453f4(0xd0)]()||undefined;}const _0x78bde8=getConsoleUrl(_0x2eec96);console[_0x3453f4(0xea)]('Opening\x20browser\x20for\x20authentication...');_0x4451f2?console['log']('\x20\x20'+_0x78bde8+_0x3453f4(0xc2)+_0x4451f2+')'):console['log']('\x20\x20'+_0x78bde8+'/oauth/authorize');console[_0x3453f4(0xea)](_0x3453f4(0xe4));const _0x531477=await startOAuthFlow(_0x2eec96,{'accountName':_0x4451f2});console[_0x3453f4(0xea)](_0x3453f4(0xfc));const _0x1f382e=TDX[_0x3453f4(0x109)]({'site':_0x2eec96,'accessToken':_0x531477[_0x3453f4(0x104)],'logLevel':_0x470ef7??LogLevel[_0x3453f4(0xf5)]}),_0x1f45a3=await _0x1f382e['jobs'][_0x3453f4(0x10d)]();console[_0x3453f4(0xea)](a7_0x8cfce1[_0x3453f4(0x115)](_0x3453f4(0x103))),console[_0x3453f4(0xea)]('\x20\x20'+a7_0x8cfce1[_0x3453f4(0xf4)](_0x2eec96+':'+_0x1f45a3['account_id'])+'\x20\x20user_id:'+_0x1f45a3['id']+_0x3453f4(0xf7)+_0x1f45a3[_0x3453f4(0x105)]+')');!_0x4451f2&&(console[_0x3453f4(0xea)](a7_0x8cfce1['dim']('\x20\x20If\x20this\x20is\x20not\x20the\x20expected\x20account:')),console[_0x3453f4(0xea)](a7_0x8cfce1[_0x3453f4(0xeb)]('\x20\x20\x20\x201.\x20Run:\x20tdx\x20auth\x20setup\x20--account-name\x20<name>')),console['log'](a7_0x8cfce1[_0x3453f4(0xeb)]('\x20\x20\x20\x202.\x20Or\x20use\x20a\x20different\x20browser\x20profile\x20to\x20avoid\x20cached\x20sessions')));await saveOAuthTokens(_0x531477,_0x1533cb),console[_0x3453f4(0xea)]('✓\x20OAuth\x20tokens\x20saved\x20to\x20system\x20keychain'+(_0x1533cb?'\x20(profile:\x20'+_0x1533cb+')':''));if(_0x1533cb){const _0xf03fdf={'site':_0x2eec96};saveProfileToUserConfig(_0x1533cb,_0xf03fdf),console['log'](_0x3453f4(0xff)+_0x1533cb+_0x3453f4(0x10c));}else saveDefaultSiteToUserConfig(_0x2eec96),console[_0x3453f4(0xea)](_0x3453f4(0xef)+_0x2eec96);const _0xe57577=_0x1533cb?_0x3453f4(0x10e)+_0x1533cb:'';console[_0x3453f4(0xea)](),console[_0x3453f4(0xea)](_0x3453f4(0x119)),console[_0x3453f4(0xea)](_0x3453f4(0xdb)+_0xe57577+_0x3453f4(0xf6)),console[_0x3453f4(0xea)](_0x3453f4(0xdb)+_0xe57577+_0x3453f4(0xdf));}export async function promptAuthMethod(){const _0x54a540=a7_0xa0a9,_0xd2bd7f=await a7_0x537fae({'type':_0x54a540(0xe2),'name':_0x54a540(0xfb),'message':_0x54a540(0x11a),'choices':[{'title':_0x54a540(0x10a),'description':_0x54a540(0xe1),'value':_0x54a540(0xd6)},{'title':_0x54a540(0x118),'description':_0x54a540(0xcc),'value':_0x54a540(0xcb)}]});return _0xd2bd7f[_0x54a540(0xfb)]||null;}export class AuthSetupCommand extends BaseCommand{[a7_0x4b3b1d(0xc5)]=a7_0x4b3b1d(0x11c);[a7_0x4b3b1d(0xd7)]=a7_0x4b3b1d(0xfa);async[a7_0x4b3b1d(0x102)](_0xbd49){const _0x5d39f9=a7_0x4b3b1d,{options:_0x1af209}=_0xbd49,_0x5752c4=_0x1af209[_0x5d39f9(0xd9)];console[_0x5d39f9(0xea)](a7_0x8cfce1[_0x5d39f9(0xd2)](_0x5d39f9(0xdc)));const _0x361930=_0x1af209[_0x5d39f9(0x106)]||_0x5d39f9(0x111),_0x2c8572=await promptSiteSelection(_0x361930,_0x5752c4,_0x5d39f9(0x11b));if(!_0x2c8572)return 0x1;const _0x1f8d94=resolveSite(_0x2c8572),_0x116630=await promptAuthMethod();if(!_0x116630)return console['log'](_0x5d39f9(0xee)),0x1;if(_0x116630===_0x5d39f9(0xd6)){const {accountName:_0x15f141}=_0x1af209;return await runOAuthLoginFlow(_0x1f8d94,_0x5752c4,_0x1af209[_0x5d39f9(0xf2)]??LogLevel['ERROR'],{'accountName':_0x15f141}),0x0;}console['log'](_0x5d39f9(0xe7)+_0x1f8d94),console[_0x5d39f9(0xea)](_0x5d39f9(0xf3)),console[_0x5d39f9(0xea)]('\x20\x20'+getConsoleUrl(_0x1f8d94,_0x5d39f9(0xd5)));const _0x3ae7d5=await a7_0x537fae({'type':_0x5d39f9(0x11e),'name':'apiKey','message':_0x5d39f9(0xf8),'validate':_0x5acdc2=>{const _0x265a63=_0x5d39f9;if(!_0x5acdc2||!_0x5acdc2[_0x265a63(0xd0)]())return'API\x20key\x20cannot\x20be\x20empty';return!![];}});if(!_0x3ae7d5[_0x5d39f9(0x107)])return console[_0x5d39f9(0xea)]('\x0aSetup\x20cancelled'),0x1;const _0x11ebe9=_0x3ae7d5[_0x5d39f9(0x107)];console[_0x5d39f9(0xea)](_0x5d39f9(0xf9));try{const _0x3b5285=TDX[_0x5d39f9(0x109)]({'site':_0x1f8d94,'apiKey':_0x11ebe9['trim'](),'logLevel':_0x1af209[_0x5d39f9(0xf2)]??LogLevel[_0x5d39f9(0xf5)]}),_0x37ea83=await _0x3b5285[_0x5d39f9(0xc9)]['getUserInfo']();console[_0x5d39f9(0xea)](_0x5d39f9(0xe3)+_0x37ea83[_0x5d39f9(0x105)]+')');const _0x868680=await isKeychainAvailable();_0x868680?(await saveAPIKeyAsync(_0x11ebe9['trim'](),_0x1f8d94,_0x5752c4),console['log']('✓\x20API\x20key\x20saved\x20to\x20system\x20keychain'+(_0x5752c4?_0x5d39f9(0xd4)+_0x5752c4+')':''))):(console[_0x5d39f9(0xda)](a7_0x8cfce1['yellow']('⚠\x20System\x20keychain\x20not\x20available.\x20API\x20key\x20not\x20saved.')),console[_0x5d39f9(0xda)](a7_0x8cfce1['yellow']('\x20\x20Set\x20TDX_API_KEY\x20environment\x20variable\x20for\x20authentication.')));if(_0x5752c4){const _0x13a776={'site':_0x1f8d94};saveProfileToUserConfig(_0x5752c4,_0x13a776),console[_0x5d39f9(0xea)](_0x5d39f9(0xff)+_0x5752c4+'\x27\x20registered');}else saveDefaultSiteToUserConfig(_0x1f8d94),console[_0x5d39f9(0xea)](_0x5d39f9(0xef)+_0x1f8d94);const _0x309b91=_0x5752c4?'\x20--profile\x20'+_0x5752c4:'';return console[_0x5d39f9(0xea)](),console[_0x5d39f9(0xea)](_0x5d39f9(0x119)),console[_0x5d39f9(0xea)](_0x5d39f9(0xdb)+_0x309b91+_0x5d39f9(0xf6)),console['log']('\x20\x20tdx'+_0x309b91+'\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases'),0x0;}catch(_0x493754){if(_0x493754 instanceof HTTPClientError&&_0x493754[_0x5d39f9(0xec)]===0x191)return printAuthError(_0x493754),0x1;return console[_0x5d39f9(0xd1)](a7_0x8cfce1[_0x5d39f9(0xd8)](_0x5d39f9(0x114)+(_0x493754 instanceof Error?_0x493754[_0x5d39f9(0x113)]:String(_0x493754)))),console[_0x5d39f9(0xd1)]('API\x20key\x20was\x20not\x20saved.\x20Please\x20try\x20again.'),0x1;}}}export class AuthStatusCommand extends BaseCommand{[a7_0x4b3b1d(0xc5)]=a7_0x4b3b1d(0xf0);[a7_0x4b3b1d(0xd7)]=a7_0x4b3b1d(0xcf);async[a7_0x4b3b1d(0x102)](_0x52caf1){const _0x581745=a7_0x4b3b1d,{options:_0x30399f,tdx:_0x2af592}=_0x52caf1,_0x5c19c3=_0x30399f[_0x581745(0x106)],_0x2c67c6=_0x30399f[_0x581745(0xd9)],_0x5866c4=_0x2c67c6?_0x2c67c6:_0x581745(0xdd);console[_0x581745(0xea)](_0x581745(0x10b)+_0x5866c4+'\x20(site:\x20'+_0x5c19c3+')');const _0x25663c=await getOAuthTokens(_0x2c67c6);if(_0x25663c)console['log'](_0x581745(0xc7)),console[_0x581745(0xea)](_0x581745(0xe0)+(_0x2c67c6?_0x581745(0xd4)+_0x2c67c6+')':''));else{const _0xd5b2f6=await resolveAPIKeyAsync(_0x5c19c3,_0x2c67c6);if(_0xd5b2f6){const {source:_0x5d5a25,isDeprecated:_0x321e8e}=_0xd5b2f6,_0x547d01=_0x581745(0xfe)+_0x5d5a25;console[_0x581745(0xea)](_0x321e8e?a7_0x8cfce1['yellow'](_0x547d01):_0x547d01);}else console['log'](a7_0x8cfce1[_0x581745(0x100)]('No\x20credential\x20found'));}try{const _0x4df442=await _0x2af592['jobs'][_0x581745(0x10d)]();return console[_0x581745(0xea)](a7_0x8cfce1[_0x581745(0x115)](_0x581745(0xe8))),console[_0x581745(0xea)](_0x581745(0xc3)+_0x4df442['email']),(_0x4df442[_0x581745(0x11d)]||_0x4df442['last_name'])&&console[_0x581745(0xea)]('Name:\x20'+[_0x4df442[_0x581745(0x11d)],_0x4df442[_0x581745(0xc8)]]['filter'](Boolean)[_0x581745(0x101)]('\x20')),0x0;}catch(_0x1f6281){return _0x1f6281 instanceof HTTPClientError&&_0x1f6281['status']===0x191?printAuthError(_0x1f6281,!![],_0x2c67c6):console['error'](a7_0x8cfce1[_0x581745(0xd8)](_0x581745(0x114)+(_0x1f6281 instanceof Error?_0x1f6281[_0x581745(0x113)]:String(_0x1f6281)))),0x1;}}}export class AuthClearCommand extends BaseCommand{[a7_0x4b3b1d(0xc5)]=a7_0x4b3b1d(0xe5);['description']=a7_0x4b3b1d(0x120);async['execute'](_0x50371a){const _0x13820d=a7_0x4b3b1d,{options:_0x218948}=_0x50371a,_0x1561bd=_0x218948['profile'];console['log'](a7_0x8cfce1[_0x13820d(0xd2)](_0x13820d(0xe9)));const _0x2a6a98=await isKeychainAvailable();if(!_0x2a6a98)return console[_0x13820d(0xd1)](a7_0x8cfce1[_0x13820d(0xd8)]('System\x20keychain\x20is\x20not\x20available')),0x1;const [_0x709938,_0x256b54]=await Promise[_0x13820d(0x10f)]([deleteKeychainAPIKey(_0x1561bd),deleteOAuthTokens(_0x1561bd)]);if(_0x709938||_0x256b54){clearCredentialCache();const _0x373ef9=[_0x709938&&_0x13820d(0xce),_0x256b54&&_0x13820d(0x117)][_0x13820d(0xc4)](Boolean)[_0x13820d(0x101)](_0x13820d(0xf1));return console[_0x13820d(0xea)]('✓\x20'+_0x373ef9+_0x13820d(0x112)+(_0x1561bd?_0x13820d(0xd4)+_0x1561bd+')':'')),0x0;}else return console[_0x13820d(0xea)](_0x13820d(0xe6)+(_0x1561bd?'\x20for\x20profile:\x20'+_0x1561bd:'')),0x1;}}
|