@tangle-network/sandbox 0.6.1 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,9 +1,55 @@
1
1
  # @tangle-network/sandbox
2
2
 
3
- TypeScript SDK for the Tangle Sandbox platform. Create isolated dev containers, run AI agents, and build automation workflows.
3
+ TypeScript SDK for creating and driving Tangle sandboxes: isolated dev
4
+ containers with files, shell commands, persistent code kernels, snapshots,
5
+ agent tool adapters, streaming sessions, and trace intelligence.
4
6
 
5
7
  A separate CLI is published as `@tangle-network/sandbox-cli`.
6
8
 
9
+ ## Agent quick start
10
+
11
+ Use this path when an AI coding agent needs real compute before editing code,
12
+ running tests, or executing user-provided programs.
13
+
14
+ ```bash
15
+ npm install @tangle-network/sandbox
16
+ export TANGLE_API_KEY=sk-tan-...
17
+ export SANDBOX_BASE_URL=https://sandbox.tangle.tools
18
+ ```
19
+
20
+ ```typescript
21
+ import { Sandbox } from "@tangle-network/sandbox";
22
+
23
+ const client = new Sandbox({
24
+ apiKey: process.env.TANGLE_API_KEY!,
25
+ baseUrl: process.env.SANDBOX_BASE_URL ?? "https://sandbox.tangle.tools",
26
+ });
27
+
28
+ const box = await client.create({
29
+ image: "universal",
30
+ name: "agent-smoke",
31
+ });
32
+
33
+ try {
34
+ const result = await box.exec("node --version && npm --version");
35
+ console.log(result.stdout);
36
+ } finally {
37
+ await box.delete();
38
+ }
39
+ ```
40
+
41
+ Discovery calls that are safe to run before creating a sandbox:
42
+
43
+ ```bash
44
+ curl -fsS https://sandbox.tangle.tools/health
45
+ curl -fsS https://sandbox.tangle.tools/v1/public-templates
46
+ curl -fsS https://sandbox.tangle.tools/v1/public-templates/featured
47
+ ```
48
+
49
+ If sandbox creation hangs or times out, do not generate fallback code that
50
+ pretends to have run in a sandbox. Surface the failure, keep the `sandboxId` or
51
+ request id, and retry with the same idempotency key when available.
52
+
7
53
  ## Installation
8
54
 
9
55
  ```bash
@@ -19,10 +65,9 @@ yarn add @tangle-network/sandbox
19
65
  ```typescript
20
66
  import { Sandbox } from "@tangle-network/sandbox";
21
67
 
22
- // Initialize the client
23
68
  const client = new Sandbox({
24
- apiKey: "sk_sandbox_...",
25
- baseUrl: "https://your-sandbox-api.example.com",
69
+ apiKey: process.env.TANGLE_API_KEY!,
70
+ baseUrl: process.env.SANDBOX_BASE_URL ?? "https://sandbox.tangle.tools",
26
71
  });
27
72
 
28
73
  // Create a sandbox
@@ -43,6 +88,28 @@ console.log(task.response);
43
88
  await box.delete();
44
89
  ```
45
90
 
91
+ ## Custom Images
92
+
93
+ Build a reusable image once, then create sandboxes from the returned image id.
94
+ The SDK sends the build to the public sandbox API, which forwards it to the
95
+ orchestrator image builder and cache.
96
+
97
+ ```typescript
98
+ import { Image, Sandbox } from "@tangle-network/sandbox";
99
+
100
+ const client = new Sandbox({
101
+ apiKey: process.env.TANGLE_API_KEY!,
102
+ baseUrl: process.env.SANDBOX_BASE_URL ?? "https://sandbox.tangle.tools",
103
+ });
104
+
105
+ const image = await Image.create("python:3.12-slim")
106
+ .addPackages(["numpy", "pandas"])
107
+ .addCommands(["python - <<'PY'\nprint('image ready')\nPY"])
108
+ .build({ client });
109
+
110
+ const box = await client.create({ image: image.id });
111
+ ```
112
+
46
113
  ## Stream durability is platform-managed — do not build your own
47
114
 
48
115
  > **If you are about to add a Cloudflare Durable Object, a KV bucket, an in-Worker
@@ -284,8 +351,8 @@ pending -> provisioning -> running -> stopped -> deleted
284
351
  import { Sandbox } from "@tangle-network/sandbox";
285
352
 
286
353
  const client = new Sandbox({
287
- apiKey: "sk_sandbox_...",
288
- baseUrl: "https://your-sandbox-api.example.com", // required
354
+ apiKey: process.env.TANGLE_API_KEY!,
355
+ baseUrl: process.env.SANDBOX_BASE_URL ?? "https://sandbox.tangle.tools", // required
289
356
  timeoutMs: 30000, // optional
290
357
  });
291
358
  ```
@@ -1,5 +1,5 @@
1
- import { B as CodeLanguage, H as CodeResultPart, R as CodeExecutionOptions, n as SandboxInstance, z as CodeExecutionResult } from "../sandbox-BQbq1EGP.js";
2
- import { i as SandboxClient } from "../client-DRbtd2hi.js";
1
+ import { B as CodeLanguage, H as CodeResultPart, R as CodeExecutionOptions, n as SandboxInstance, z as CodeExecutionResult } from "../sandbox-CNcyBhPp.js";
2
+ import { i as SandboxClient } from "../client-DvX4jwlJ.js";
3
3
  import * as _$_modelcontextprotocol_sdk_server_index_js0 from "@modelcontextprotocol/sdk/server/index.js";
4
4
 
5
5
  //#region src/agent/tools/_specs.d.ts
@@ -1 +1 @@
1
- const a0_0x226894=a0_0x1f6e;(function(_0x2ec8c7,_0x1e8484){const _0x5e9fc5=a0_0x1f6e,_0x242912=_0x2ec8c7();while(!![]){try{const _0x121011=-parseInt(_0x5e9fc5(0x243))/0x1*(parseInt(_0x5e9fc5(0x236))/0x2)+parseInt(_0x5e9fc5(0x24e))/0x3*(parseInt(_0x5e9fc5(0x241))/0x4)+parseInt(_0x5e9fc5(0x216))/0x5*(-parseInt(_0x5e9fc5(0x1fa))/0x6)+parseInt(_0x5e9fc5(0x213))/0x7*(-parseInt(_0x5e9fc5(0x264))/0x8)+parseInt(_0x5e9fc5(0x239))/0x9+-parseInt(_0x5e9fc5(0x205))/0xa+parseInt(_0x5e9fc5(0x235))/0xb;if(_0x121011===_0x1e8484)break;else _0x242912['push'](_0x242912['shift']());}catch(_0x5ad5b7){_0x242912['push'](_0x242912['shift']());}}}(a0_0x4643,0xe8851));import{createRequire}from'\x6e\x6f\x64\x65\x3a\x6d\x6f\x64\x75\x6c\x65';const TOOL_SPECS={'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x64\x65':{'\x6e\x61\x6d\x65':'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x64\x65','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x45\x78\x65\x63\x75\x74\x65\x20\x63\x6f\x64\x65\x20\x69\x6e\x20\x61\x20\x70\x65\x72\x73\x69\x73\x74\x65\x6e\x74\x20\x6c\x61\x6e\x67\x75\x61\x67\x65\x20\x6b\x65\x72\x6e\x65\x6c\x20\x69\x6e\x73\x69\x64\x65\x20\x74\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x2e\x20\x56\x61\x72\x69\x61\x62\x6c\x65\x73\x20\x70\x65\x72\x73\x69\x73\x74\x20\x61\x63\x72\x6f\x73\x73\x20\x63\x61\x6c\x6c\x73\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x73\x65\x73\x73\x69\x6f\x6e\x2e\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x73\x74\x64\x6f\x75\x74\x2c\x20\x73\x74\x64\x65\x72\x72\x2c\x20\x65\x78\x69\x74\x20\x63\x6f\x64\x65\x2c\x20\x61\x6e\x64\x20\x61\x20\x74\x79\x70\x65\x64\x20\x60\x72\x65\x73\x75\x6c\x74\x73\x60\x20\x61\x72\x72\x61\x79\x20\x63\x6f\x6e\x74\x61\x69\x6e\x69\x6e\x67\x20\x6d\x61\x74\x70\x6c\x6f\x74\x6c\x69\x62\x20\x66\x69\x67\x75\x72\x65\x73\x20\x28\x62\x61\x73\x65\x36\x34\x20\x50\x4e\x47\x29\x2c\x20\x70\x61\x6e\x64\x61\x73\x20\x44\x61\x74\x61\x46\x72\x61\x6d\x65\x73\x2c\x20\x4a\x53\x4f\x4e\x20\x76\x69\x61\x20\x64\x69\x73\x70\x6c\x61\x79\x28\x29\x2c\x20\x6f\x72\x20\x65\x72\x72\x6f\x72\x73\x2e\x20\x50\x72\x65\x66\x65\x72\x20\x74\x68\x69\x73\x20\x6f\x76\x65\x72\x20\x73\x61\x6e\x64\x62\x6f\x78\x5f\x65\x78\x65\x63\x20\x66\x6f\x72\x20\x61\x6e\x79\x20\x63\x6f\x64\x65\x20\x74\x68\x61\x74\x20\x6e\x65\x65\x64\x73\x20\x73\x74\x72\x75\x63\x74\x75\x72\x65\x64\x20\x6f\x75\x74\x70\x75\x74\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x6c\x61\x6e\x67\x75\x61\x67\x65':{'\x74\x79\x70\x65':a0_0x226894(0x215),'\x65\x6e\x75\x6d':[a0_0x226894(0x1e3),'\x6e\x6f\x64\x65',a0_0x226894(0x1f7),a0_0x226894(0x261)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x203)},'\x73\x6f\x75\x72\x63\x65':{'\x74\x79\x70\x65':a0_0x226894(0x215),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x279)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x226894(0x23f),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x274)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x1dc),a0_0x226894(0x240)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x12ccd0,sessionId:_0x43b961})=>async _0x1319f0=>{const _0x314c30=a0_0x226894;return await _0x12ccd0[_0x314c30(0x233)](_0x1319f0[_0x314c30(0x1dc)],_0x1319f0[_0x314c30(0x240)],{'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x43b961,'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x1319f0['\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73']});}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x65\x78\x65\x63':{'\x6e\x61\x6d\x65':'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x65\x78\x65\x63','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x52\x75\x6e\x20\x61\x20\x73\x68\x65\x6c\x6c\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x20\x28\x6e\x6f\x20\x70\x65\x72\x73\x69\x73\x74\x65\x6e\x74\x20\x73\x74\x61\x74\x65\x29\x20\x69\x6e\x20\x74\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x2e\x20\x55\x73\x65\x20\x66\x6f\x72\x20\x6f\x6e\x65\x2d\x73\x68\x6f\x74\x20\x74\x61\x73\x6b\x73\x20\x6c\x69\x6b\x65\x20\x27\x70\x6e\x70\x6d\x20\x69\x6e\x73\x74\x61\x6c\x6c\x27\x20\x6f\x72\x20\x27\x6c\x73\x27\x2e\x20\x46\x6f\x72\x20\x63\x6f\x64\x65\x20\x74\x68\x61\x74\x20\x73\x68\x6f\x75\x6c\x64\x20\x73\x68\x61\x72\x65\x20\x73\x74\x61\x74\x65\x20\x61\x63\x72\x6f\x73\x73\x20\x63\x61\x6c\x6c\x73\x2c\x20\x70\x72\x65\x66\x65\x72\x20\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x64\x65\x20\x77\x69\x74\x68\x20\x61\x20\x73\x65\x73\x73\x69\x6f\x6e\x49\x64\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x270)},'\x63\x77\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x282)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x226894(0x23f),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x44\x65\x66\x61\x75\x6c\x74\x20\x36\x30\x30\x30\x30\x2e'}},'\x72\x65\x71\x75\x69\x72\x65\x64':['\x63\x6f\x6d\x6d\x61\x6e\x64'],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x5d3a97,sessionId:_0x2dc250})=>async _0x53f162=>{const _0x189b0f=a0_0x226894;return await _0x5d3a97[_0x189b0f(0x1df)](_0x53f162[_0x189b0f(0x1f0)],{'\x63\x77\x64':_0x53f162[_0x189b0f(0x22e)],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x53f162['\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73'],'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x2dc250});}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x65\x61\x64':{'\x6e\x61\x6d\x65':a0_0x226894(0x1f3),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x52\x65\x61\x64\x20\x61\x20\x66\x69\x6c\x65\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x20\x66\x69\x6c\x65\x73\x79\x73\x74\x65\x6d\x2e\x20\x52\x65\x6c\x61\x74\x69\x76\x65\x20\x70\x61\x74\x68\x73\x20\x72\x65\x73\x6f\x6c\x76\x65\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x77\x6f\x72\x6b\x73\x70\x61\x63\x65\x20\x72\x6f\x6f\x74\x3b\x20\x61\x62\x73\x6f\x6c\x75\x74\x65\x20\x70\x61\x74\x68\x73\x20\x72\x65\x61\x64\x20\x74\x68\x65\x20\x63\x6f\x6e\x74\x61\x69\x6e\x65\x72\x20\x66\x69\x6c\x65\x73\x79\x73\x74\x65\x6d\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':'\x6f\x62\x6a\x65\x63\x74','\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x226894(0x215)}},'\x72\x65\x71\x75\x69\x72\x65\x64':['\x70\x61\x74\x68'],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x55589c,sessionId:_0x88d233})=>async _0x29ef40=>{const _0x34d414=a0_0x226894;return{'\x63\x6f\x6e\x74\x65\x6e\x74':await _0x55589c[_0x34d414(0x220)](_0x29ef40['\x70\x61\x74\x68'],{'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x88d233})};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x77\x72\x69\x74\x65':{'\x6e\x61\x6d\x65':a0_0x226894(0x27b),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x57\x72\x69\x74\x65\x20\x61\x20\x66\x69\x6c\x65\x20\x69\x6e\x20\x74\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x2e\x20\x43\x72\x65\x61\x74\x65\x73\x20\x70\x61\x72\x65\x6e\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x61\x73\x20\x6e\x65\x65\x64\x65\x64\x2e\x20\x4f\x76\x65\x72\x77\x72\x69\x74\x65\x73\x20\x65\x78\x69\x73\x74\x69\x6e\x67\x20\x66\x69\x6c\x65\x73\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x226894(0x215)},'\x63\x6f\x6e\x74\x65\x6e\x74':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x253)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x252),a0_0x226894(0x27e)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x1fbef5})=>async _0x1d761a=>{const _0x1c17c7=a0_0x226894;return await _0x1fbef5[_0x1c17c7(0x255)](_0x1d761a['\x70\x61\x74\x68'],_0x1d761a[_0x1c17c7(0x27e)]),{'\x6f\x6b':!![]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x6c\x69\x73\x74':{'\x6e\x61\x6d\x65':a0_0x226894(0x24d),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x272),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x226894(0x215)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x252)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x583af5})=>async _0x245328=>{const _0x437046=a0_0x226894;return{'\x65\x6e\x74\x72\x69\x65\x73':await _0x583af5['\x66\x73']['\x6c\x69\x73\x74'](_0x245328[_0x437046(0x252)])};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x73\x65\x61\x72\x63\x68':{'\x6e\x61\x6d\x65':'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x73\x65\x61\x72\x63\x68','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x251),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x74\x65\x72\x6e':{'\x74\x79\x70\x65':a0_0x226894(0x215),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x52\x65\x67\x65\x78\x20\x70\x61\x74\x74\x65\x72\x6e\x2e'},'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x226894(0x215),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x23d)},'\x6d\x61\x78\x5f\x72\x65\x73\x75\x6c\x74\x73':{'\x74\x79\x70\x65':a0_0x226894(0x23f),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x210)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x22a)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x47f9e7})=>async _0x584e87=>{const _0x5520a2=a0_0x226894,_0x35c14f={'\x68\x75\x78\x4a\x45':function(_0x2d3c70,_0x446051){return _0x2d3c70>=_0x446051;}},_0x44d50f=[],_0x6c69e=_0x584e87['\x6d\x61\x78\x5f\x72\x65\x73\x75\x6c\x74\x73']??0x64;for await(const _0x25aec6 of _0x47f9e7[_0x5520a2(0x1e9)](_0x584e87[_0x5520a2(0x22a)],{'\x63\x77\x64':_0x584e87[_0x5520a2(0x252)],'\x6d\x61\x78\x52\x65\x73\x75\x6c\x74\x73':_0x6c69e})){_0x44d50f['\x70\x75\x73\x68'](_0x25aec6);if(_0x35c14f[_0x5520a2(0x266)](_0x44d50f[_0x5520a2(0x262)],_0x6c69e))break;}return{'\x6d\x61\x74\x63\x68\x65\x73':_0x44d50f};}}},ALL_TOOL_SPECS=Object[a0_0x226894(0x209)](TOOL_SPECS);function selectSpecs(_0x9a3d2f){const _0x48317e=a0_0x226894,_0x3f9097={'\x4b\x44\x44\x66\x43':function(_0x60ac03,_0x6d57f8){return _0x60ac03===_0x6d57f8;}};if(!_0x9a3d2f||_0x3f9097[_0x48317e(0x224)](_0x9a3d2f[_0x48317e(0x262)],0x0))return ALL_TOOL_SPECS;const _0xbbe404=new Set(_0x9a3d2f);return Object[_0x48317e(0x25f)](TOOL_SPECS)[_0x48317e(0x257)](_0x200af0=>_0xbbe404[_0x48317e(0x281)](_0x200af0))['\x6d\x61\x70'](_0x3bc276=>TOOL_SPECS[_0x3bc276]);}function a0_0x4643(){const _0x4540dd=['\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4b\x7a\x78\x6e\x30\x43\x4d\x39\x35','\x6d\x4a\x61\x35\x6d\x64\x47\x5a\x6e\x77\x39\x63\x79\x30\x50\x4b\x71\x47','\x7a\x4d\x58\x4c\x7a\x78\x72\x5a','\x45\x76\x66\x4d\x44\x75\x69','\x71\x67\x31\x48\x43\x33\x72\x59\x79\x73\x39\x4a\x42\x33\x6a\x4c','\x75\x33\x76\x49\x7a\x67\x4c\x59\x7a\x77\x6e\x30\x42\x33\x6a\x35\x69\x68\x72\x56\x69\x68\x6e\x4c\x79\x78\x6a\x4a\x41\x63\x34\x47\x74\x33\x62\x30\x41\x77\x39\x55\x79\x77\x57\x55','\x72\x4b\x44\x50\x72\x66\x79','\x42\x4e\x76\x54\x79\x4d\x76\x59','\x43\x32\x39\x31\x43\x4d\x6e\x4c','\x6e\x68\x44\x79\x76\x31\x72\x68\x76\x61','\x42\x67\x4c\x53\x7a\x78\x65','\x6e\x66\x6e\x65\x45\x4e\x7a\x59\x75\x71','\x7a\x4d\x58\x4c\x7a\x78\x72\x46\x41\x77\x71','\x74\x4e\x76\x54\x79\x4d\x76\x59\x69\x67\x39\x4d\x69\x68\x44\x56\x43\x4d\x54\x4c\x43\x49\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x7a\x78\x6d\x55\x69\x65\x76\x48\x79\x32\x47\x47\x41\x78\x6d\x47\x79\x4d\x4c\x53\x42\x67\x76\x4b\x69\x67\x4c\x55\x7a\x67\x76\x57\x7a\x77\x35\x4b\x7a\x77\x35\x30\x42\x68\x4b\x55','\x79\x33\x6a\x4c\x79\x78\x72\x4c\x74\x77\x6e\x57\x75\x32\x76\x59\x44\x4d\x76\x59\x6b\x63\x4b\x36\x69\x68\x72\x4f\x7a\x73\x62\x47\x71\x67\x31\x56\x7a\x67\x76\x53\x79\x32\x39\x55\x44\x67\x76\x34\x44\x68\x62\x59\x42\x33\x72\x56\x79\x32\x39\x53\x6c\x33\x6e\x4b\x41\x32\x61\x47\x43\x67\x66\x4a\x41\x32\x66\x4e\x7a\x73\x62\x50\x43\x59\x62\x55\x42\x33\x71\x47\x41\x77\x35\x5a\x44\x67\x66\x53\x42\x67\x76\x4b\x6c\x49\x62\x6a\x42\x4e\x6e\x30\x79\x77\x58\x53\x69\x67\x4c\x30\x69\x68\x7a\x50\x79\x73\x62\x47\x43\x67\x35\x57\x42\x73\x62\x48\x7a\x67\x71\x47\x71\x67\x31\x56\x7a\x67\x76\x53\x79\x32\x39\x55\x44\x67\x76\x34\x44\x68\x62\x59\x42\x33\x72\x56\x79\x32\x39\x53\x6c\x33\x6e\x4b\x41\x32\x61\x55','\x7a\x30\x76\x69\x73\x65\x38','\x74\x67\x4c\x5a\x44\x63\x62\x30\x41\x67\x75\x47\x7a\x4d\x58\x4c\x7a\x78\x71\x4e\x43\x59\x62\x54\x79\x77\x6e\x4f\x41\x77\x35\x4c\x43\x59\x62\x48\x42\x4d\x71\x47\x44\x67\x48\x4c\x41\x78\x69\x47\x43\x67\x76\x59\x6c\x77\x31\x48\x79\x32\x48\x50\x42\x4d\x75\x47\x43\x33\x72\x48\x44\x67\x75\x47\x6b\x68\x6a\x31\x42\x4d\x35\x50\x42\x4d\x43\x47\x6c\x59\x62\x5a\x44\x67\x39\x57\x43\x67\x76\x4b\x69\x63\x38\x47\x7a\x4d\x66\x50\x42\x67\x76\x4b\x6b\x73\x62\x57\x42\x68\x76\x5a\x69\x67\x58\x48\x43\x33\x71\x54\x44\x78\x6e\x4c\x7a\x63\x62\x30\x41\x77\x31\x4c\x43\x33\x72\x48\x42\x78\x62\x5a\x6c\x47','\x42\x4d\x66\x54\x7a\x71','\x44\x68\x4c\x57\x7a\x71','\x44\x32\x31\x53\x72\x67\x4f','\x76\x77\x35\x52\x42\x4d\x39\x33\x42\x49\x62\x53\x41\x77\x7a\x4c\x79\x33\x4c\x4a\x42\x67\x75\x47\x44\x67\x39\x56\x42\x64\x4f\x47','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x53\x41\x78\x6e\x30','\x6e\x74\x69\x33\x6e\x4a\x65\x35\x7a\x32\x39\x34\x45\x65\x6e\x62','\x41\x77\x31\x48\x7a\x32\x75','\x44\x32\x39\x59\x41\x32\x76\x59\x43\x57','\x75\x4d\x4c\x57\x7a\x33\x6a\x4c\x43\x63\x31\x5a\x44\x68\x4c\x53\x7a\x73\x62\x4a\x42\x32\x72\x4c\x69\x68\x6e\x4c\x79\x78\x6a\x4a\x41\x63\x34\x47\x75\x4d\x76\x30\x44\x78\x6a\x55\x43\x59\x62\x54\x79\x78\x72\x4a\x41\x67\x4c\x55\x7a\x59\x62\x53\x41\x77\x35\x4c\x43\x59\x62\x33\x41\x78\x72\x4f\x69\x68\x6e\x31\x43\x4e\x6a\x56\x44\x77\x35\x4b\x41\x77\x35\x4e\x69\x67\x6e\x56\x42\x4e\x72\x4c\x45\x68\x71\x55','\x43\x67\x66\x30\x41\x61','\x72\x4e\x76\x53\x42\x63\x62\x4d\x41\x77\x58\x4c\x69\x67\x6e\x56\x42\x4e\x72\x4c\x42\x4e\x72\x5a\x6c\x47','\x77\x4d\x4c\x79\x77\x68\x6d','\x44\x33\x6a\x50\x44\x67\x75','\x43\x67\x66\x59\x43\x32\x75','\x7a\x4d\x4c\x53\x44\x67\x76\x59','\x42\x77\x76\x5a\x43\x32\x66\x4e\x7a\x71','\x75\x33\x62\x48\x44\x32\x34\x47\x79\x73\x62\x4d\x42\x67\x76\x4c\x44\x63\x62\x56\x7a\x49\x62\x6f\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x48\x4c\x43\x59\x62\x4d\x43\x4d\x39\x54\x69\x67\x65\x47\x44\x67\x76\x54\x43\x67\x58\x48\x44\x67\x75\x53\x69\x68\x44\x50\x44\x67\x47\x47\x79\x73\x62\x4a\x42\x32\x39\x59\x7a\x67\x4c\x55\x79\x78\x72\x56\x43\x49\x62\x57\x42\x68\x76\x5a\x69\x65\x34\x47\x44\x32\x39\x59\x41\x32\x76\x59\x43\x59\x62\x5a\x41\x67\x66\x59\x41\x77\x35\x4e\x69\x67\x65\x47\x44\x32\x39\x59\x41\x33\x6e\x57\x79\x77\x6e\x4c\x6c\x49\x62\x73\x7a\x78\x72\x31\x43\x4d\x35\x5a\x69\x68\x72\x4f\x7a\x73\x62\x4d\x42\x67\x76\x4c\x44\x63\x62\x50\x7a\x63\x62\x48\x42\x4d\x71\x47\x44\x67\x48\x4c\x69\x67\x31\x48\x79\x32\x48\x50\x42\x4d\x75\x47\x41\x77\x72\x5a\x6c\x49\x62\x66\x79\x77\x6e\x4f\x69\x68\x44\x56\x43\x4d\x54\x4c\x43\x49\x62\x4f\x79\x78\x6d\x47\x41\x78\x72\x5a\x69\x67\x39\x33\x42\x49\x62\x57\x7a\x78\x6a\x5a\x41\x78\x6e\x30\x7a\x77\x35\x30\x69\x67\x6e\x56\x7a\x67\x75\x54\x7a\x78\x48\x4c\x79\x33\x76\x30\x41\x77\x39\x55\x69\x67\x54\x4c\x43\x4d\x35\x4c\x42\x64\x53\x47\x44\x67\x48\x4c\x69\x68\x6e\x48\x42\x77\x75\x47\x44\x32\x39\x59\x41\x33\x6e\x57\x79\x77\x6e\x4c\x69\x67\x4c\x5a\x69\x67\x31\x56\x44\x77\x35\x30\x7a\x77\x71\x47\x79\x77\x6e\x59\x42\x33\x6e\x5a\x69\x68\x72\x4f\x7a\x77\x30\x55\x69\x65\x6e\x70\x75\x31\x72\x74\x69\x66\x6e\x64\x71\x75\x58\x66\x69\x65\x58\x6a\x74\x4b\x76\x62\x75\x4b\x58\x7a\x69\x68\x44\x50\x44\x67\x47\x47\x79\x68\x44\x56\x43\x4d\x54\x4c\x43\x4e\x6e\x47\x6c\x49\x62\x76\x43\x32\x75\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4d\x42\x67\x76\x4c\x44\x66\x39\x4b\x7a\x78\x6e\x30\x43\x4d\x39\x35\x69\x68\x44\x4f\x7a\x77\x34\x47\x7a\x67\x39\x55\x7a\x73\x34','\x76\x77\x35\x52\x42\x4d\x39\x33\x42\x49\x62\x30\x42\x32\x39\x53\x6f\x49\x61','\x71\x67\x31\x56\x7a\x67\x76\x53\x79\x32\x39\x55\x44\x67\x76\x34\x44\x68\x62\x59\x42\x33\x72\x56\x79\x32\x39\x53\x6c\x33\x6e\x4b\x41\x59\x39\x30\x45\x78\x62\x4c\x43\x59\x35\x51\x43\x57','\x44\x4e\x62\x6f\x71\x75\x6d','\x44\x67\x76\x54\x43\x67\x58\x48\x44\x67\x76\x46\x41\x77\x71','\x72\x67\x76\x53\x7a\x78\x72\x4c\x69\x68\x72\x4f\x7a\x73\x62\x4d\x42\x67\x76\x4c\x44\x63\x62\x48\x42\x4d\x71\x47\x7a\x78\x7a\x4c\x43\x4e\x4b\x47\x42\x77\x66\x4a\x41\x67\x4c\x55\x7a\x73\x62\x50\x42\x49\x62\x50\x44\x63\x34\x47\x75\x33\x72\x56\x43\x68\x6d\x47\x79\x4d\x4c\x53\x42\x67\x4c\x55\x7a\x59\x62\x50\x42\x77\x31\x4c\x7a\x67\x4c\x48\x44\x67\x76\x53\x45\x73\x34\x47\x71\x32\x66\x53\x42\x63\x62\x30\x41\x67\x4c\x5a\x69\x68\x44\x4f\x7a\x77\x34\x47\x44\x67\x48\x4c\x69\x67\x6e\x48\x42\x78\x62\x48\x41\x77\x44\x55\x69\x67\x4c\x5a\x69\x67\x72\x56\x42\x4d\x75\x37\x69\x67\x39\x59\x43\x67\x48\x48\x42\x4d\x76\x4b\x69\x67\x7a\x53\x7a\x77\x76\x30\x43\x59\x62\x52\x7a\x77\x76\x57\x69\x67\x6a\x31\x43\x4d\x35\x50\x42\x4d\x43\x47\x79\x33\x6a\x4c\x7a\x67\x4c\x30\x43\x59\x34','\x41\x32\x76\x35\x43\x57','\x74\x33\x62\x30\x41\x77\x39\x55\x79\x77\x57\x47\x42\x77\x76\x30\x79\x77\x72\x48\x44\x67\x65\x47\x43\x33\x72\x48\x42\x78\x62\x4c\x7a\x63\x62\x56\x42\x49\x62\x4c\x44\x4d\x76\x59\x45\x73\x62\x4d\x42\x67\x76\x4c\x44\x63\x62\x54\x7a\x77\x31\x49\x7a\x78\x69\x55','\x79\x4d\x66\x5a\x41\x61','\x42\x67\x76\x55\x7a\x33\x72\x4f','\x43\x33\x72\x59\x41\x77\x35\x4e\x41\x77\x7a\x35','\x6f\x68\x76\x78\x45\x4d\x58\x4d\x45\x61','\x42\x77\x66\x52\x7a\x75\x48\x48\x42\x4d\x72\x53\x7a\x78\x69','\x41\x68\x76\x34\x73\x4b\x75','\x71\x32\x66\x53\x42\x66\x72\x56\x42\x32\x58\x73\x7a\x78\x66\x31\x7a\x78\x6e\x30\x75\x32\x6e\x4f\x7a\x77\x31\x48','\x74\x67\x4c\x5a\x44\x66\x72\x56\x42\x32\x58\x5a\x75\x4d\x76\x58\x44\x77\x76\x5a\x44\x66\x6e\x4a\x41\x67\x76\x54\x79\x71','\x75\x67\x76\x59\x6c\x77\x31\x48\x79\x32\x48\x50\x42\x4d\x75\x47\x44\x67\x4c\x54\x7a\x77\x39\x31\x44\x63\x34\x47\x72\x67\x76\x4d\x79\x78\x76\x53\x44\x63\x61\x32\x6d\x64\x61\x57\x6d\x63\x34','\x75\x68\x76\x49\x42\x67\x4c\x4a\x69\x68\x72\x4c\x42\x78\x62\x53\x79\x78\x72\x4c\x69\x68\x6e\x53\x44\x77\x43\x47\x42\x33\x69\x47\x41\x77\x71\x47\x6b\x67\x75\x55\x7a\x59\x34\x47\x6a\x33\x62\x35\x44\x67\x48\x56\x42\x49\x31\x4b\x79\x78\x72\x48\x6c\x78\x6e\x4a\x41\x77\x76\x55\x79\x32\x75\x4e\x6b\x73\x34','\x74\x33\x62\x30\x41\x77\x39\x55\x79\x77\x57\x47\x43\x33\x76\x49\x43\x32\x76\x30\x69\x67\x39\x4d\x69\x67\x31\x48\x79\x32\x48\x50\x42\x4d\x75\x47\x41\x77\x72\x5a\x6c\x49\x62\x65\x7a\x77\x7a\x48\x44\x77\x58\x30\x43\x59\x62\x30\x42\x59\x62\x48\x42\x67\x57\x47\x44\x32\x39\x59\x41\x32\x76\x59\x43\x59\x34','\x42\x77\x66\x5a\x44\x68\x6a\x48\x76\x67\x39\x56\x42\x68\x6d\x4f\x6b\x74\x4f\x47\x44\x67\x48\x4c\x69\x67\x62\x61\x42\x77\x66\x5a\x44\x68\x6a\x48\x6c\x32\x6e\x56\x43\x4d\x76\x47\x69\x68\x62\x48\x79\x32\x54\x48\x7a\x32\x75\x47\x41\x78\x6d\x47\x42\x4d\x39\x30\x69\x67\x4c\x55\x43\x33\x72\x48\x42\x67\x58\x4c\x7a\x63\x34\x47\x73\x77\x35\x5a\x44\x67\x66\x53\x42\x63\x62\x50\x44\x63\x62\x32\x41\x77\x65\x47\x79\x68\x62\x55\x43\x67\x30\x47\x79\x77\x72\x4b\x69\x65\x62\x54\x79\x78\x6e\x30\x43\x4d\x65\x56\x79\x32\x39\x59\x7a\x77\x61\x55','\x79\x33\x6a\x4c\x79\x78\x72\x4c\x76\x32\x4c\x30\x41\x65\x6e\x56\x42\x33\x6a\x4b\x41\x77\x35\x48\x44\x67\x39\x59','\x79\x33\x6a\x4c\x79\x78\x72\x4c','\x79\x32\x39\x55\x44\x67\x4c\x55\x44\x77\x76\x46\x42\x32\x35\x46\x7a\x78\x6a\x59\x42\x33\x69','\x75\x32\x48\x4c\x42\x67\x57\x47\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x63\x62\x53\x41\x77\x35\x4c\x6c\x47','\x72\x67\x76\x53\x7a\x78\x72\x4c\x69\x67\x65\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x62\x4a\x43\x4d\x76\x48\x44\x67\x76\x4b\x69\x68\x44\x50\x44\x67\x47\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75\x55\x69\x66\x6e\x30\x42\x33\x62\x5a\x69\x67\x6a\x50\x42\x67\x58\x50\x42\x4d\x43\x47\x41\x77\x31\x54\x7a\x77\x72\x50\x79\x78\x72\x4c\x42\x68\x4b\x55\x69\x65\x6e\x48\x42\x67\x57\x47\x44\x67\x48\x50\x43\x59\x62\x56\x42\x4d\x6e\x4c\x69\x68\x72\x4f\x7a\x73\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x7a\x77\x71\x47\x44\x32\x39\x59\x41\x59\x62\x50\x43\x59\x62\x4d\x41\x77\x35\x50\x43\x32\x48\x4c\x7a\x64\x53\x47\x42\x33\x6a\x57\x41\x67\x66\x55\x7a\x77\x71\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x67\x76\x5a\x69\x67\x54\x4c\x7a\x78\x61\x47\x79\x77\x6e\x4a\x43\x4e\x76\x50\x42\x4d\x43\x47\x79\x32\x39\x5a\x44\x63\x34','\x74\x67\x4c\x5a\x44\x63\x62\x4c\x42\x4e\x72\x59\x41\x77\x76\x5a\x69\x67\x4c\x55\x69\x67\x65\x47\x7a\x67\x4c\x59\x7a\x77\x6e\x30\x42\x33\x6a\x35\x69\x68\x44\x50\x44\x67\x47\x47\x43\x32\x4c\x36\x7a\x73\x57\x47\x44\x68\x4c\x57\x7a\x73\x57\x47\x79\x77\x35\x4b\x69\x67\x31\x56\x7a\x67\x75\x55','\x79\x4d\x66\x5a\x7a\x74\x79\x30','\x75\x67\x76\x59\x6c\x77\x6e\x48\x42\x67\x57\x47\x44\x67\x4c\x54\x7a\x77\x39\x31\x44\x63\x34\x47\x6d\x63\x62\x4b\x41\x78\x6e\x48\x79\x4d\x58\x4c\x43\x59\x34\x47\x72\x67\x76\x4d\x79\x78\x76\x53\x44\x63\x61\x32\x6d\x64\x61\x57\x6d\x63\x34','\x7a\x67\x76\x53\x7a\x78\x72\x4c','\x42\x67\x4c\x5a\x44\x61','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x59\x44\x77\x35\x46\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x61','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x50\x7a\x61','\x75\x32\x39\x31\x43\x4d\x6e\x4c\x69\x67\x6e\x56\x7a\x67\x75\x47\x44\x67\x38\x47\x43\x4e\x76\x55\x6c\x49\x62\x6e\x44\x77\x58\x30\x41\x73\x31\x53\x41\x77\x35\x4c\x69\x68\x6e\x31\x43\x68\x62\x56\x43\x4e\x72\x4c\x7a\x63\x34','\x79\x77\x58\x53','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x33\x43\x4d\x4c\x30\x7a\x71','\x43\x32\x39\x54\x7a\x71','\x42\x32\x6a\x51\x7a\x77\x6e\x30','\x79\x32\x39\x55\x44\x67\x76\x55\x44\x61','\x73\x77\x71\x47\x43\x4d\x76\x30\x44\x78\x6a\x55\x7a\x77\x71\x47\x79\x4e\x4b\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75\x55','\x6d\x63\x34\x57\x6c\x4a\x61','\x41\x67\x66\x5a','\x76\x32\x39\x59\x41\x32\x4c\x55\x7a\x59\x62\x4b\x41\x78\x6a\x4c\x79\x33\x72\x56\x43\x4e\x4b\x55\x69\x65\x39\x57\x44\x67\x4c\x56\x42\x4d\x66\x53\x6c\x47','\x79\x77\x58\x53\x42\x33\x43','\x44\x30\x76\x70\x41\x66\x69','\x74\x33\x62\x30\x41\x77\x39\x55\x79\x77\x57\x47\x44\x32\x39\x59\x41\x32\x4c\x55\x7a\x59\x62\x4b\x41\x78\x6a\x4c\x79\x33\x72\x56\x43\x4e\x4b\x47\x7a\x4d\x39\x59\x69\x68\x72\x4f\x7a\x73\x62\x4a\x42\x32\x31\x54\x79\x77\x35\x4b\x6c\x47','\x73\x68\x66\x74\x44\x75\x4b','\x44\x75\x35\x4c\x74\x4e\x61','\x43\x67\x66\x59\x79\x77\x31\x5a','\x44\x67\x39\x56\x42\x61','\x72\x65\x7a\x51\x75\x31\x4b','\x7a\x4d\x58\x4c\x7a\x78\x72\x6a\x7a\x61','\x71\x33\x6a\x4c\x79\x78\x72\x4c\x69\x67\x66\x55\x69\x67\x4c\x5a\x42\x32\x58\x48\x44\x67\x76\x4b\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x47\x47\x7a\x77\x35\x32\x41\x78\x6a\x56\x42\x4d\x31\x4c\x42\x4e\x71\x47\x79\x77\x35\x4b\x69\x68\x6a\x4c\x44\x68\x76\x59\x42\x49\x62\x50\x44\x68\x6d\x47\x41\x77\x71\x47\x7a\x4d\x39\x59\x69\x68\x76\x5a\x7a\x73\x62\x33\x41\x78\x72\x4f\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x48\x46\x43\x4e\x76\x55\x78\x32\x6e\x56\x42\x77\x31\x48\x42\x4d\x71\x55\x69\x66\x76\x5a\x7a\x73\x62\x30\x41\x67\x4c\x5a\x69\x68\x44\x4f\x7a\x77\x34\x47\x44\x67\x48\x4c\x69\x68\x76\x5a\x7a\x78\x69\x47\x42\x4d\x76\x4c\x7a\x68\x6d\x47\x79\x32\x39\x4b\x7a\x73\x62\x4c\x45\x67\x76\x4a\x44\x78\x72\x4c\x7a\x63\x57\x47\x7a\x4d\x4c\x53\x7a\x78\x6d\x47\x79\x77\x35\x48\x42\x68\x4c\x36\x7a\x77\x71\x53\x69\x67\x39\x59\x69\x67\x6e\x56\x42\x77\x31\x48\x42\x4d\x72\x5a\x69\x68\x6a\x31\x42\x49\x62\x50\x42\x49\x62\x48\x69\x68\x6e\x4c\x79\x33\x76\x59\x7a\x73\x62\x4c\x42\x4e\x7a\x50\x43\x4d\x39\x55\x42\x77\x76\x55\x44\x63\x34\x47\x76\x67\x48\x4c\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x47\x47\x71\x4b\x4c\x6d\x74\x66\x6d\x47\x44\x77\x35\x30\x41\x77\x57\x47\x7a\x67\x76\x5a\x44\x68\x6a\x56\x45\x77\x76\x4b\x69\x6f\x6b\x61\x4c\x63\x62\x4a\x79\x77\x58\x53\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x48\x46\x7a\x67\x76\x5a\x44\x68\x6a\x56\x45\x73\x62\x33\x41\x67\x76\x55\x69\x68\x72\x4f\x7a\x73\x62\x33\x42\x33\x6a\x52\x69\x67\x4c\x5a\x69\x67\x72\x56\x42\x4d\x75\x55','\x42\x67\x66\x55\x7a\x33\x76\x48\x7a\x32\x75','\x76\x31\x66\x6c\x74\x66\x4f','\x42\x77\x66\x4a\x41\x67\x4c\x55\x7a\x78\x6d','\x7a\x78\x48\x4c\x79\x57','\x75\x32\x76\x59\x44\x4d\x76\x59','\x41\x77\x35\x57\x44\x78\x71','\x44\x67\x66\x55\x7a\x32\x58\x4c\x6c\x78\x6e\x48\x42\x4d\x72\x49\x42\x33\x47','\x43\x68\x4c\x30\x41\x67\x39\x55','\x42\x77\x66\x57','\x43\x33\x72\x48\x44\x68\x76\x5a','\x44\x67\x39\x56\x42\x66\x39\x31\x43\x32\x75','\x73\x76\x76\x4f\x74\x4b\x71','\x75\x4e\x48\x50\x44\x66\x79','\x43\x32\x76\x48\x43\x4d\x6e\x4f','\x43\x68\x76\x5a\x41\x61','\x73\x32\x6e\x63\x42\x30\x4f','\x41\x78\x6e\x62\x43\x4e\x6a\x48\x45\x71','\x72\x67\x4c\x53\x77\x65\x69','\x41\x77\x31\x48\x7a\x32\x75\x56\x41\x4e\x62\x4c\x7a\x57','\x7a\x32\x76\x30','\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x61','\x42\x77\x66\x5a\x44\x68\x6a\x48\x72\x4d\x58\x4c\x7a\x78\x72\x75\x42\x32\x39\x53\x43\x59\x47\x50\x6f\x49\x62\x30\x41\x67\x75\x47\x79\x65\x62\x54\x79\x78\x6e\x30\x43\x4d\x65\x56\x79\x32\x39\x59\x7a\x77\x61\x47\x43\x67\x66\x4a\x41\x32\x66\x4e\x7a\x73\x62\x50\x43\x59\x62\x55\x42\x33\x71\x47\x41\x77\x35\x5a\x44\x67\x66\x53\x42\x67\x76\x4b\x6c\x49\x62\x6a\x42\x4e\x6e\x30\x79\x77\x58\x53\x69\x68\x7a\x50\x79\x73\x62\x47\x43\x67\x35\x57\x42\x73\x62\x48\x7a\x67\x71\x47\x71\x67\x31\x48\x43\x33\x72\x59\x79\x73\x39\x4a\x42\x33\x6a\x4c\x79\x63\x34','\x43\x32\x76\x5a\x43\x32\x4c\x56\x42\x4b\x4c\x4b','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x59\x7a\x77\x66\x4b','\x43\x32\x76\x30','\x73\x4e\x66\x32\x45\x75\x57','\x75\x32\x6e\x33\x42\x33\x75','\x44\x68\x4c\x57\x7a\x78\x6e\x4a\x43\x4d\x4c\x57\x44\x61','\x41\x65\x39\x6b\x76\x30\x47','\x44\x30\x54\x7a\x74\x4c\x4f','\x6d\x5a\x7a\x72\x42\x31\x7a\x7a\x43\x77\x38','\x43\x33\x7a\x4e','\x41\x77\x31\x64\x41\x77\x65','\x43\x4d\x76\x5a\x44\x77\x58\x30\x43\x57','\x41\x77\x35\x57\x44\x78\x72\x74\x79\x32\x48\x4c\x42\x77\x65','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4d\x42\x67\x76\x4c\x44\x66\x39\x4b\x41\x78\x6e\x57\x79\x78\x72\x4a\x41\x61','\x7a\x67\x66\x30\x79\x71','\x43\x67\x35\x4e','\x7a\x4e\x6a\x56\x42\x71','\x73\x32\x76\x59\x42\x4d\x76\x53\x69\x67\x58\x48\x42\x4d\x44\x31\x79\x77\x44\x4c\x6c\x47','\x69\x67\x35\x56\x44\x63\x62\x4d\x42\x33\x76\x55\x7a\x63\x34\x47\x71\x33\x6a\x4c\x79\x78\x72\x4c\x69\x67\x4c\x30\x69\x67\x7a\x50\x43\x4e\x6e\x30\x69\x68\x44\x50\x44\x67\x47\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75\x55','\x6e\x4a\x69\x35\x6e\x74\x6d\x57\x6d\x66\x76\x6b\x42\x4c\x6a\x59\x79\x57','\x44\x67\x39\x56\x42\x66\x39\x4a\x79\x77\x58\x53\x43\x57','\x41\x77\x72\x5a','\x74\x33\x62\x30\x41\x77\x39\x55\x79\x77\x57\x47\x7a\x67\x4c\x5a\x43\x67\x58\x48\x45\x73\x62\x55\x79\x77\x31\x4c\x69\x67\x7a\x56\x43\x49\x62\x30\x41\x67\x75\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x34','\x44\x4d\x66\x53\x44\x77\x76\x5a','\x44\x77\x35\x50\x44\x4d\x76\x59\x43\x32\x66\x53','\x74\x65\x39\x4f\x73\x4e\x71','\x76\x67\x4c\x54\x7a\x77\x39\x31\x44\x63\x62\x50\x42\x49\x62\x54\x41\x77\x58\x53\x41\x78\x6e\x4c\x79\x32\x39\x55\x7a\x68\x6d\x55\x69\x65\x72\x4c\x7a\x4d\x66\x31\x42\x68\x71\x47\x6e\x4a\x61\x57\x6d\x64\x61\x55','\x44\x67\x4c\x54\x7a\x77\x39\x31\x44\x66\x39\x54\x43\x57','\x73\x67\x31\x6f\x41\x4b\x57','\x41\x77\x31\x48\x7a\x32\x75\x56\x43\x67\x35\x4e','\x71\x32\x66\x57\x6c\x49\x62\x65\x7a\x77\x7a\x48\x44\x77\x58\x30\x69\x64\x65\x57\x6d\x63\x34','\x76\x65\x31\x31\x71\x4c\x6d','\x41\x4e\x62\x4c\x7a\x57','\x6d\x74\x69\x58\x6d\x64\x69\x34\x6e\x5a\x72\x35\x74\x30\x7a\x49\x44\x78\x75','\x6c\x49\x34\x56\x6c\x49\x34\x56\x43\x67\x66\x4a\x41\x32\x66\x4e\x7a\x73\x35\x51\x43\x32\x39\x55','\x43\x33\x72\x59\x41\x77\x35\x4e','\x6d\x74\x61\x5a\x6d\x4a\x65\x31\x43\x33\x48\x77\x79\x77\x6e\x55','\x79\x78\x6a\x4e\x44\x77\x31\x4c\x42\x4e\x72\x5a','\x79\x78\x6a\x59\x79\x78\x4b','\x7a\x4d\x39\x59\x42\x77\x66\x30','\x44\x67\x39\x56\x42\x66\x39\x59\x7a\x78\x6e\x31\x42\x68\x71','\x43\x33\x72\x4b\x42\x33\x76\x30','\x7a\x67\x76\x5a\x79\x33\x6a\x50\x43\x68\x72\x50\x42\x32\x34','\x43\x33\x72\x4b\x7a\x78\x6a\x59','\x75\x4e\x76\x55\x69\x67\x65\x47\x43\x32\x48\x4c\x42\x67\x57\x47\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x63\x62\x56\x42\x49\x62\x48\x69\x67\x7a\x53\x7a\x77\x76\x30\x6a\x33\x6d\x47\x44\x32\x39\x59\x41\x32\x76\x59\x43\x59\x62\x50\x42\x49\x62\x57\x79\x78\x6a\x48\x42\x67\x58\x4c\x42\x63\x34\x47\x72\x67\x76\x4d\x79\x78\x76\x53\x44\x68\x6d\x47\x44\x67\x38\x47\x79\x77\x58\x53\x69\x68\x44\x56\x43\x4d\x54\x4c\x43\x4e\x6d\x37\x69\x68\x62\x48\x43\x33\x6d\x47\x79\x67\x31\x48\x79\x32\x48\x50\x42\x4d\x76\x5a\x79\x63\x62\x30\x42\x59\x62\x30\x79\x78\x6a\x4e\x7a\x78\x71\x47\x43\x33\x62\x4c\x79\x32\x4c\x4d\x41\x77\x6d\x47\x42\x32\x35\x4c\x43\x59\x34\x47\x75\x4d\x76\x30\x44\x78\x6a\x55\x43\x59\x62\x57\x7a\x78\x69\x54\x42\x77\x66\x4a\x41\x67\x4c\x55\x7a\x73\x62\x37\x42\x32\x53\x53\x69\x68\x6a\x4c\x43\x33\x76\x53\x44\x64\x38\x53\x69\x67\x76\x59\x43\x4d\x39\x59\x70\x33\x30\x47\x7a\x77\x35\x30\x43\x4d\x4c\x4c\x43\x59\x34','\x44\x77\x48\x31\x7a\x4d\x79','\x43\x4d\x76\x48\x7a\x61','\x44\x4d\x76\x59\x79\x32\x76\x53\x71\x77\x4c\x75\x42\x32\x39\x53\x43\x59\x47\x50\x6f\x49\x62\x30\x41\x67\x75\x47\x79\x67\x66\x50\x79\x63\x62\x57\x79\x77\x6e\x52\x79\x77\x44\x4c\x69\x67\x4c\x5a\x69\x67\x35\x56\x44\x63\x62\x50\x42\x4e\x6e\x30\x79\x77\x58\x53\x7a\x77\x71\x55\x69\x65\x4c\x55\x43\x33\x72\x48\x42\x67\x57\x47\x41\x78\x71\x47\x44\x4d\x4c\x48\x69\x67\x62\x57\x42\x4e\x62\x54\x69\x67\x66\x4b\x7a\x63\x62\x48\x41\x77\x61\x47\x6b\x67\x66\x55\x7a\x63\x62\x57\x41\x77\x6e\x52\x69\x67\x66\x55\x69\x67\x62\x61\x79\x77\x4b\x54\x43\x32\x72\x52\x6c\x59\x50\x47\x69\x67\x31\x56\x7a\x67\x76\x53\x69\x67\x66\x4b\x79\x78\x62\x30\x7a\x78\x69\x50\x6c\x47','\x44\x4d\x76\x59\x43\x32\x4c\x56\x42\x47','\x79\x77\x4c\x32\x41\x65\x34','\x73\x30\x72\x65\x7a\x4b\x6d','\x44\x77\x58\x67\x41\x32\x4f','\x7a\x4e\x76\x55\x79\x33\x72\x50\x42\x32\x34','\x41\x77\x35\x70\x45\x78\x69','\x77\x65\x35\x58\x43\x32\x38','\x44\x67\x76\x34\x44\x61','\x43\x67\x66\x30\x44\x67\x76\x59\x42\x47','\x41\x33\x44\x69\x79\x33\x4b','\x7a\x78\x48\x50\x44\x65\x6e\x56\x7a\x67\x75','\x41\x4e\x6e\x56\x42\x4c\x6e\x4a\x41\x67\x76\x54\x79\x71','\x79\x33\x44\x4b','\x79\x32\x39\x55\x44\x67\x76\x34\x44\x61','\x43\x32\x76\x30\x75\x4d\x76\x58\x44\x77\x76\x5a\x44\x65\x48\x48\x42\x4d\x72\x53\x7a\x78\x69','\x76\x77\x35\x52\x42\x4d\x39\x33\x42\x49\x62\x4d\x42\x67\x76\x4c\x44\x63\x62\x30\x42\x32\x39\x53\x6f\x49\x61','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75','\x43\x4e\x76\x55\x71\x32\x39\x4b\x7a\x71','\x79\x32\x58\x56\x43\x32\x75','\x6e\x64\x61\x35\x6d\x64\x65\x33\x6e\x5a\x6e\x4c\x45\x4d\x31\x4b\x44\x4d\x34','\x6d\x5a\x71\x31\x6f\x64\x47\x57\x76\x32\x58\x7a\x43\x4b\x54\x4f','\x42\x4c\x66\x62\x76\x4c\x71'];a0_0x4643=function(){return _0x4540dd;};return a0_0x4643();}function serializeToolResult(_0x3d8a21){const _0x519715=a0_0x226894,_0x307682={'\x4b\x63\x42\x6f\x4a':function(_0x38a5b7,_0x5af09e){return _0x38a5b7===_0x5af09e;},'\x6a\x50\x52\x63\x56':_0x519715(0x215)};if(_0x307682[_0x519715(0x1eb)](typeof _0x3d8a21,_0x307682['\x6a\x50\x52\x63\x56']))return _0x3d8a21;try{return JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79'](_0x3d8a21,null,0x2);}catch{return String(_0x3d8a21);}}const SDK_VERSION=((()=>{const _0x5b7064=a0_0x226894,_0x3126dc={'\x6e\x51\x41\x56\x54':_0x5b7064(0x214),'\x68\x4f\x4a\x57\x48':_0x5b7064(0x280)};try{return createRequire(import.meta.url)(_0x3126dc[_0x5b7064(0x237)])[_0x5b7064(0x222)]??_0x3126dc[_0x5b7064(0x1f8)];}catch{return _0x3126dc[_0x5b7064(0x1f8)];}})());async function createMcpServer(_0x1f3291,_0x1483c9={}){const _0x3045df=a0_0x226894,_0x485fae={'\x75\x4e\x65\x4e\x70':_0x3045df(0x229),'\x52\x78\x69\x74\x56':function(_0x35f992,_0x54a4fa){return _0x35f992(_0x54a4fa);},'\x65\x67\x6a\x44\x6e':function(_0x24015f,_0x839acf){return _0x24015f(_0x839acf);},'\x44\x46\x6a\x53\x59':_0x3045df(0x246),'\x6b\x77\x48\x63\x79':function(_0x3de7f8,_0x44682d){return _0x3de7f8(_0x44682d);}};let _0x19acbb,_0x19a093;try{[_0x19acbb,_0x19a093]=await Promise['\x61\x6c\x6c']([import('\x40\x6d\x6f\x64\x65\x6c\x63\x6f\x6e\x74\x65\x78\x74\x70\x72\x6f\x74\x6f\x63\x6f\x6c\x2f\x73\x64\x6b\x2f\x73\x65\x72\x76\x65\x72\x2f\x69\x6e\x64\x65\x78\x2e\x6a\x73'),import(_0x3045df(0x25b))]);}catch{throw new Error(_0x485fae[_0x3045df(0x1d9)]);}const _0x307e8e=_0x485fae[_0x3045df(0x22b)](selectSpecs,_0x1483c9[_0x3045df(0x283)]),_0x2a56da={'\x62\x6f\x78':_0x1f3291,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x1483c9[_0x3045df(0x1f2)]},_0x29ad0a=new Map();for(const _0x3fbe43 of _0x307e8e)_0x29ad0a[_0x3045df(0x1f4)](_0x3fbe43[_0x3045df(0x249)],_0x3fbe43[_0x3045df(0x265)](_0x2a56da));const _0x3098d3=new _0x19acbb[(_0x3045df(0x1e0))]({'\x6e\x61\x6d\x65':_0x1483c9[_0x3045df(0x249)]??_0x3045df(0x1e2),'\x76\x65\x72\x73\x69\x6f\x6e':_0x1483c9['\x76\x65\x72\x73\x69\x6f\x6e']??SDK_VERSION},{'\x63\x61\x70\x61\x62\x69\x6c\x69\x74\x69\x65\x73':{'\x74\x6f\x6f\x6c\x73':{}}});return _0x3098d3[_0x3045df(0x230)](_0x19a093[_0x3045df(0x268)],async()=>({'\x74\x6f\x6f\x6c\x73':_0x307e8e[_0x3045df(0x1e4)](_0x3f36d9=>({'\x6e\x61\x6d\x65':_0x3f36d9[_0x3045df(0x249)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x3f36d9[_0x3045df(0x21c)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x3f36d9[_0x3045df(0x1fe)]}))})),_0x3098d3[_0x3045df(0x230)](_0x19a093[_0x3045df(0x267)],async _0x14b923=>{const _0x3b4a61=_0x3045df,_0x37f50f=_0x14b923,_0x2ffe08=_0x29ad0a['\x67\x65\x74'](_0x37f50f[_0x3b4a61(0x288)]['\x6e\x61\x6d\x65']);if(!_0x2ffe08)return{'\x69\x73\x45\x72\x72\x6f\x72':!![],'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x485fae[_0x3b4a61(0x287)],'\x74\x65\x78\x74':_0x3b4a61(0x25a)+_0x37f50f['\x70\x61\x72\x61\x6d\x73']['\x6e\x61\x6d\x65']}]};try{return{'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x485fae[_0x3b4a61(0x287)],'\x74\x65\x78\x74':_0x485fae[_0x3b4a61(0x1e8)](serializeToolResult,await _0x2ffe08(_0x37f50f[_0x3b4a61(0x288)]['\x61\x72\x67\x75\x6d\x65\x6e\x74\x73']??{}))}]};}catch(_0x32865e){return{'\x69\x73\x45\x72\x72\x6f\x72':!![],'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x485fae['\x75\x4e\x65\x4e\x70'],'\x74\x65\x78\x74':_0x32865e instanceof Error?_0x32865e[_0x3b4a61(0x258)]:_0x485fae['\x65\x67\x6a\x44\x6e'](String,_0x32865e)}]};}}),{'\x73\x65\x72\x76\x65\x72':_0x3098d3,'\x63\x6f\x6e\x6e\x65\x63\x74':_0x254377=>_0x3098d3['\x63\x6f\x6e\x6e\x65\x63\x74'](_0x254377),'\x63\x6c\x6f\x73\x65':()=>_0x3098d3[_0x3045df(0x234)]()};}function runCode(_0xdd52c2,_0x19455d,_0x1b83cb,_0x4e0cdc){const _0x184164=a0_0x226894;return _0xdd52c2[_0x184164(0x233)](_0x19455d,_0x1b83cb,_0x4e0cdc);}function a0_0x1f6e(_0x1fabbb,_0x1fb04e){_0x1fabbb=_0x1fabbb-0x1d8;const _0x464390=a0_0x4643();let _0x1f6e2e=_0x464390[_0x1fabbb];if(a0_0x1f6e['\x66\x41\x59\x55\x75\x59']===undefined){var _0x392658=function(_0x248cd7){const _0x3daea4='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x2aaa37='',_0x5ba45d='';for(let _0x1f68e7=0x0,_0xcad16e,_0x464df4,_0x19204f=0x0;_0x464df4=_0x248cd7['\x63\x68\x61\x72\x41\x74'](_0x19204f++);~_0x464df4&&(_0xcad16e=_0x1f68e7%0x4?_0xcad16e*0x40+_0x464df4:_0x464df4,_0x1f68e7++%0x4)?_0x2aaa37+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&_0xcad16e>>(-0x2*_0x1f68e7&0x6)):0x0){_0x464df4=_0x3daea4['\x69\x6e\x64\x65\x78\x4f\x66'](_0x464df4);}for(let _0x494d9e=0x0,_0x529dfd=_0x2aaa37['\x6c\x65\x6e\x67\x74\x68'];_0x494d9e<_0x529dfd;_0x494d9e++){_0x5ba45d+='\x25'+('\x30\x30'+_0x2aaa37['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x494d9e)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(_0x5ba45d);};a0_0x1f6e['\x55\x6f\x79\x6e\x70\x6e']=_0x392658,a0_0x1f6e['\x4a\x67\x69\x64\x6a\x4c']={},a0_0x1f6e['\x66\x41\x59\x55\x75\x59']=!![];}const _0x4765ae=_0x464390[0x0],_0x1b1b8e=_0x1fabbb+_0x4765ae,_0x404443=a0_0x1f6e['\x4a\x67\x69\x64\x6a\x4c'][_0x1b1b8e];return!_0x404443?(_0x1f6e2e=a0_0x1f6e['\x55\x6f\x79\x6e\x70\x6e'](_0x1f6e2e),a0_0x1f6e['\x4a\x67\x69\x64\x6a\x4c'][_0x1b1b8e]=_0x1f6e2e):_0x1f6e2e=_0x404443,_0x1f6e2e;}function anthropicTools(_0x4a8ee2,_0x340b0d={}){const _0x5598fc=a0_0x226894,_0xa2e8fc={'\x79\x51\x66\x75\x42':_0x5598fc(0x21a),'\x48\x71\x53\x75\x49':function(_0x1f1c8a,_0x1daf39){return _0x1f1c8a(_0x1daf39);},'\x6c\x69\x6c\x65\x71':function(_0x46efcb,_0x3ce6ac){return _0x46efcb instanceof _0x3ce6ac;},'\x48\x6d\x4e\x6a\x4c':function(_0x861e1e,_0x4fccc2){return _0x861e1e(_0x4fccc2);}},_0x537af6=_0xa2e8fc[_0x5598fc(0x20e)](selectSpecs,_0x340b0d[_0x5598fc(0x283)]),_0x5d2a12={'\x62\x6f\x78':_0x4a8ee2,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x340b0d[_0x5598fc(0x1f2)]},_0x547d78=new Map();for(const _0x57b3b9 of _0x537af6)_0x547d78[_0x5598fc(0x1f4)](_0x57b3b9[_0x5598fc(0x249)],_0x57b3b9[_0x5598fc(0x265)](_0x5d2a12));const _0x55581a=_0x537af6[_0x5598fc(0x1e4)](_0x2b52f8=>({'\x6e\x61\x6d\x65':_0x2b52f8['\x6e\x61\x6d\x65'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x2b52f8[_0x5598fc(0x21c)],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x2b52f8[_0x5598fc(0x1fe)]}));async function _0x5b3ac6(_0x1c0a7f){const _0x16b204=_0x5598fc,_0x294078=_0x547d78[_0x16b204(0x1ef)](_0x1c0a7f[_0x16b204(0x249)]);if(!_0x294078)return{'\x74\x79\x70\x65':_0xa2e8fc['\x79\x51\x66\x75\x42'],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x1c0a7f['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x16b204(0x25a)+_0x1c0a7f[_0x16b204(0x249)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x5800d8=await _0x294078(_0x1c0a7f[_0x16b204(0x1e1)]);return{'\x74\x79\x70\x65':_0xa2e8fc[_0x16b204(0x23b)],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x1c0a7f['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0xa2e8fc[_0x16b204(0x286)](toAnthropicContent,_0x5800d8)};}catch(_0xf1ee1c){return{'\x74\x79\x70\x65':_0x16b204(0x21a),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x1c0a7f['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0xa2e8fc[_0x16b204(0x242)](_0xf1ee1c,Error)?_0xf1ee1c[_0x16b204(0x258)]:String(_0xf1ee1c),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}async function _0x5baf87(_0x134ba1){const _0x10b677=_0x5598fc,_0x40e1d5=_0x134ba1[_0x10b677(0x257)](_0x5393e6=>typeof _0x5393e6===_0x10b677(0x27d)&&_0x5393e6!==null&&_0x5393e6[_0x10b677(0x24a)]===_0x10b677(0x1e6));return Promise['\x61\x6c\x6c'](_0x40e1d5[_0x10b677(0x1e4)](_0x5b3ac6));}return{'\x74\x6f\x6f\x6c\x73':_0x55581a,'\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65':_0x5b3ac6,'\x68\x61\x6e\x64\x6c\x65\x41\x73\x73\x69\x73\x74\x61\x6e\x74\x4d\x65\x73\x73\x61\x67\x65':_0x5baf87};}function toAnthropicContent(_0x51c538){const _0x519e47=a0_0x226894,_0x830a1a={'\x5a\x61\x67\x50\x78':_0x519e47(0x273)};if(!isCodeExecutionResultWithImages(_0x51c538))return serializeToolResult(_0x51c538);const _0x49e9c0=[],_0x2f8f0c={..._0x51c538,'\x72\x65\x73\x75\x6c\x74\x73':_0x51c538[_0x519e47(0x1fd)][_0x519e47(0x257)](_0xb066c=>_0xb066c[_0x519e47(0x24a)]!==_0x519e47(0x24f))};_0x49e9c0[_0x519e47(0x1ea)]({'\x74\x79\x70\x65':_0x519e47(0x229),'\x74\x65\x78\x74':serializeToolResult(_0x2f8f0c)});for(const _0x5f0a73 of _0x51c538[_0x519e47(0x1fd)])if(isImagePart(_0x5f0a73))_0x49e9c0[_0x519e47(0x1ea)]({'\x74\x79\x70\x65':'\x69\x6d\x61\x67\x65','\x73\x6f\x75\x72\x63\x65':{'\x74\x79\x70\x65':_0x830a1a['\x5a\x61\x67\x50\x78'],'\x6d\x65\x64\x69\x61\x5f\x74\x79\x70\x65':imageMediaType(_0x5f0a73[_0x519e47(0x219)]),'\x64\x61\x74\x61':_0x5f0a73[_0x519e47(0x200)]}});return _0x49e9c0;}function isImagePart(_0x2f4a6a){const _0x363bdb=a0_0x226894,_0x1c1fac={'\x4e\x77\x51\x42\x62':function(_0x4d5437,_0x59e2d0){return _0x4d5437===_0x59e2d0;},'\x76\x70\x4e\x41\x43':_0x363bdb(0x24f)};return _0x1c1fac['\x4e\x77\x51\x42\x62'](_0x2f4a6a[_0x363bdb(0x24a)],_0x1c1fac[_0x363bdb(0x25c)]);}function isCodeExecutionResultWithImages(_0x4b93ca){const _0x489c55=a0_0x226894,_0x2707df={'\x57\x51\x4b\x4c\x5a':_0x489c55(0x27d)};if(!_0x4b93ca||typeof _0x4b93ca!==_0x2707df[_0x489c55(0x1dd)])return![];const _0x27fb16=_0x4b93ca[_0x489c55(0x1fd)];if(!Array[_0x489c55(0x1ec)](_0x27fb16))return![];return _0x27fb16[_0x489c55(0x27c)](_0x5ed144=>_0x5ed144&&typeof _0x5ed144===_0x489c55(0x27d)&&_0x5ed144[_0x489c55(0x24a)]===_0x489c55(0x24f));}function imageMediaType(_0x152375){const _0x3959f0=a0_0x226894,_0x53f06e={'\x75\x6c\x46\x6b\x6a':_0x3959f0(0x20f),'\x46\x47\x69\x44\x56':_0x3959f0(0x212)};switch(_0x152375){case _0x3959f0(0x201):return _0x53f06e[_0x3959f0(0x225)];case _0x53f06e[_0x3959f0(0x23e)]:return _0x3959f0(0x1ee);case _0x3959f0(0x1fb):return _0x53f06e[_0x3959f0(0x225)];}}const FLEET_TOOL_SPECS={'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x73\x70\x61\x77\x6e':{'\x6e\x61\x6d\x65':'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x73\x70\x61\x77\x6e','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x259),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x74\x65\x6d\x70\x6c\x61\x74\x65\x5f\x69\x64':{'\x74\x79\x70\x65':a0_0x226894(0x215),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x26a)},'\x77\x6f\x72\x6b\x65\x72\x73':{'\x74\x79\x70\x65':a0_0x226894(0x23f),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x245)},'\x6d\x65\x74\x61\x64\x61\x74\x61':{'\x74\x79\x70\x65':'\x6f\x62\x6a\x65\x63\x74','\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{},'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':!![],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x260)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x25d),a0_0x226894(0x250)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x5556c6})=>async _0x22cc0e=>{const _0x49766b=a0_0x226894,_0x262ead=await _0x5556c6[_0x49766b(0x23a)][_0x49766b(0x26d)]({'\x64\x65\x66\x61\x75\x6c\x74\x73':{'\x70\x75\x62\x6c\x69\x63\x54\x65\x6d\x70\x6c\x61\x74\x65\x49\x64':_0x22cc0e[_0x49766b(0x25d)]},'\x77\x6f\x72\x6b\x65\x72\x73':Array[_0x49766b(0x202)]({'\x6c\x65\x6e\x67\x74\x68':_0x22cc0e[_0x49766b(0x250)]},(_0x2abece,_0x3a0baa)=>({'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64':'\x77\x6f\x72\x6b\x65\x72\x2d'+_0x3a0baa})),'\x6d\x65\x74\x61\x64\x61\x74\x61':_0x22cc0e['\x6d\x65\x74\x61\x64\x61\x74\x61']});return{'\x66\x6c\x65\x65\x74\x49\x64':_0x262ead[_0x49766b(0x1da)],'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64\x73':_0x262ead['\x69\x64\x73']};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x64\x69\x73\x70\x61\x74\x63\x68':{'\x6e\x61\x6d\x65':a0_0x226894(0x1ff),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x21e),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':'\x6f\x62\x6a\x65\x63\x74','\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x66\x6c\x65\x65\x74\x5f\x69\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67'},'\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x53\x68\x65\x6c\x6c\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x20\x6c\x69\x6e\x65\x2e'},'\x6d\x61\x63\x68\x69\x6e\x65\x73':{'\x74\x79\x70\x65':a0_0x226894(0x218),'\x69\x74\x65\x6d\x73':{'\x74\x79\x70\x65':a0_0x226894(0x215)},'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x26b)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x226894(0x23f),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x269)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x244),a0_0x226894(0x1f0)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x2da28d})=>async _0x4faedc=>{const _0x2f1baa=a0_0x226894;return await(await _0x2da28d[_0x2f1baa(0x23a)][_0x2f1baa(0x276)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x4faedc[_0x2f1baa(0x244)]}))['\x64\x69\x73\x70\x61\x74\x63\x68\x45\x78\x65\x63'](_0x4faedc['\x63\x6f\x6d\x6d\x61\x6e\x64'],{'\x6d\x61\x63\x68\x69\x6e\x65\x73':_0x4faedc[_0x2f1baa(0x1de)],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x4faedc[_0x2f1baa(0x20d)]});}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x73\x74\x61\x74\x75\x73':{'\x6e\x61\x6d\x65':'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x73\x74\x61\x74\x75\x73','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x248),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x66\x6c\x65\x65\x74\x5f\x69\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67'}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x244)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x9f837b})=>async _0x3f3769=>{const _0x489237=a0_0x226894,_0x2b9824=await _0x9f837b[_0x489237(0x23a)][_0x489237(0x276)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x3f3769['\x66\x6c\x65\x65\x74\x5f\x69\x64']});return{'\x66\x6c\x65\x65\x74\x49\x64':_0x2b9824['\x66\x6c\x65\x65\x74\x49\x64'],'\x6d\x61\x63\x68\x69\x6e\x65\x73':_0x2b9824[_0x489237(0x207)][_0x489237(0x1e4)](_0x299aaa=>({'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64':_0x299aaa,'\x73\x74\x61\x74\x75\x73':_0x2b9824['\x67\x65\x74'](_0x299aaa)[_0x489237(0x1e5)]}))};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x64\x65\x73\x74\x72\x6f\x79':{'\x6e\x61\x6d\x65':'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x64\x65\x73\x74\x72\x6f\x79','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x25e),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':'\x6f\x62\x6a\x65\x63\x74','\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x66\x6c\x65\x65\x74\x5f\x69\x64':{'\x74\x79\x70\x65':a0_0x226894(0x215)},'\x63\x6f\x6e\x74\x69\x6e\x75\x65\x5f\x6f\x6e\x5f\x65\x72\x72\x6f\x72':{'\x74\x79\x70\x65':'\x62\x6f\x6f\x6c\x65\x61\x6e','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x43\x6f\x6e\x74\x69\x6e\x75\x65\x20\x64\x65\x6c\x65\x74\x69\x6e\x67\x20\x72\x65\x6d\x61\x69\x6e\x69\x6e\x67\x20\x6d\x61\x63\x68\x69\x6e\x65\x73\x20\x69\x66\x20\x6f\x6e\x65\x20\x66\x61\x69\x6c\x73\x2e'}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x244)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x3cba9b})=>async _0x52f416=>{const _0x2817ab=a0_0x226894;return await(await _0x3cba9b[_0x2817ab(0x23a)][_0x2817ab(0x276)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x52f416['\x66\x6c\x65\x65\x74\x5f\x69\x64']}))[_0x2817ab(0x275)]({'\x63\x6f\x6e\x74\x69\x6e\x75\x65\x4f\x6e\x45\x72\x72\x6f\x72':_0x52f416[_0x2817ab(0x26f)]}),{'\x66\x6c\x65\x65\x74\x49\x64':_0x52f416['\x66\x6c\x65\x65\x74\x5f\x69\x64'],'\x64\x65\x6c\x65\x74\x65\x64':!![]};}}},ALL_FLEET_TOOL_SPECS=Object['\x76\x61\x6c\x75\x65\x73'](FLEET_TOOL_SPECS);function selectFleetSpecs(_0x14a44f){const _0xf523e3=a0_0x226894;if(!_0x14a44f||_0x14a44f[_0xf523e3(0x262)]===0x0)return ALL_FLEET_TOOL_SPECS;const _0x263e99=new Set(_0x14a44f);return Object['\x6b\x65\x79\x73'](FLEET_TOOL_SPECS)[_0xf523e3(0x257)](_0x18bd7b=>_0x263e99[_0xf523e3(0x281)](_0x18bd7b))[_0xf523e3(0x1e4)](_0xe4bee3=>FLEET_TOOL_SPECS[_0xe4bee3]);}function anthropicFleetTools(_0x347f7b,_0x2e6655={}){const _0x4d6bf3=a0_0x226894,_0x3c89c3={'\x4c\x4f\x68\x4a\x74':_0x4d6bf3(0x21a),'\x49\x67\x57\x70\x76':function(_0x26131d,_0x460c48){return _0x26131d(_0x460c48);},'\x6f\x4e\x4b\x51\x76':function(_0x26faa0,_0x441a43,_0x229274){return _0x26faa0(_0x441a43,_0x229274);}},_0x2027ef=_0x3c89c3['\x49\x67\x57\x70\x76'](selectFleetSpecs,_0x2e6655[_0x4d6bf3(0x283)]),_0x1c69d5=_0x3c89c3['\x6f\x4e\x4b\x51\x76'](buildFleetHandlers,_0x2027ef,{'\x63\x6c\x69\x65\x6e\x74':_0x347f7b});return{'\x74\x6f\x6f\x6c\x73':_0x2027ef[_0x4d6bf3(0x1e4)](_0x43c05e=>({'\x6e\x61\x6d\x65':_0x43c05e[_0x4d6bf3(0x249)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x43c05e['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x43c05e[_0x4d6bf3(0x1fe)]})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65'(_0x186848){const _0xea81f8=_0x4d6bf3,_0x4d5b2d=_0x1c69d5[_0xea81f8(0x1ef)](_0x186848['\x6e\x61\x6d\x65']);if(!_0x4d5b2d)return{'\x74\x79\x70\x65':_0xea81f8(0x21a),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x186848['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':'\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x66\x6c\x65\x65\x74\x20\x74\x6f\x6f\x6c\x3a\x20'+_0x186848[_0xea81f8(0x249)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x29290b=await _0x4d5b2d(_0x186848[_0xea81f8(0x1e1)]);return{'\x74\x79\x70\x65':_0x3c89c3[_0xea81f8(0x20b)],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x186848['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x29290b)};}catch(_0x44f184){return{'\x74\x79\x70\x65':'\x74\x6f\x6f\x6c\x5f\x72\x65\x73\x75\x6c\x74','\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x186848['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x44f184 instanceof Error?_0x44f184['\x6d\x65\x73\x73\x61\x67\x65']:String(_0x44f184),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}};}function openaiFleetTools(_0x1d0f0a,_0x16665e={}){const _0x104918=a0_0x226894,_0x18bb5e={'\x77\x6d\x6c\x44\x6a':function(_0x41b001,_0xae116a){return _0x41b001(_0xae116a);},'\x49\x55\x68\x4e\x44':'\x74\x6f\x6f\x6c','\x48\x4a\x72\x54\x7a':function(_0x251c90,_0x1c140e){return _0x251c90 instanceof _0x1c140e;},'\x57\x47\x49\x72\x62':function(_0xfada19,_0x210295){return _0xfada19(_0x210295);}},_0x52e74e=_0x18bb5e['\x57\x47\x49\x72\x62'](selectFleetSpecs,_0x16665e[_0x104918(0x283)]),_0x57138f=buildFleetHandlers(_0x52e74e,{'\x63\x6c\x69\x65\x6e\x74':_0x1d0f0a});return{'\x74\x6f\x6f\x6c\x73':_0x52e74e['\x6d\x61\x70'](_0x44e46c=>({'\x74\x79\x70\x65':'\x66\x75\x6e\x63\x74\x69\x6f\x6e','\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x44e46c[_0x104918(0x249)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x44e46c[_0x104918(0x21c)],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x44e46c[_0x104918(0x1fe)]}})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c'(_0x84cb1){const _0x5615f1=_0x104918,_0x3e7f0b=_0x57138f[_0x5615f1(0x1ef)](_0x84cb1[_0x5615f1(0x226)][_0x5615f1(0x249)]);if(!_0x3e7f0b)return{'\x72\x6f\x6c\x65':_0x5615f1(0x1d8),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x84cb1['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79']({'\x65\x72\x72\x6f\x72':'\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x66\x6c\x65\x65\x74\x20\x74\x6f\x6f\x6c\x3a\x20'+_0x84cb1[_0x5615f1(0x226)][_0x5615f1(0x249)]})};let _0xbad353={};try{const _0x4618b0=JSON[_0x5615f1(0x256)](_0x84cb1['\x66\x75\x6e\x63\x74\x69\x6f\x6e'][_0x5615f1(0x217)]||'\x7b\x7d');if(_0x4618b0&&typeof _0x4618b0===_0x5615f1(0x27d))_0xbad353=_0x4618b0;}catch{}try{const _0x475596=await _0x18bb5e[_0x5615f1(0x24b)](_0x3e7f0b,_0xbad353);return{'\x72\x6f\x6c\x65':_0x18bb5e[_0x5615f1(0x1e7)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x84cb1['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x475596)};}catch(_0x113263){return{'\x72\x6f\x6c\x65':_0x5615f1(0x1d8),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x84cb1['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x5615f1(0x263)]({'\x65\x72\x72\x6f\x72':_0x18bb5e['\x48\x4a\x72\x54\x7a'](_0x113263,Error)?_0x113263[_0x5615f1(0x258)]:String(_0x113263)})};}}};}async function vercelAiFleetTools(_0x29450a,_0x5ae3c4={}){const _0x4cc363=a0_0x226894,_0x35ec32={'\x4a\x71\x76\x79\x4c':function(_0x1c683b,_0x54aff2){return _0x1c683b(_0x54aff2);},'\x52\x66\x4b\x6b\x6b':function(_0x235a9f,_0x52b397){return _0x235a9f(_0x52b397);},'\x70\x4a\x52\x76\x75':'\x76\x65\x72\x63\x65\x6c\x41\x69\x46\x6c\x65\x65\x74\x54\x6f\x6f\x6c\x73\x28\x29\x3a\x20\x74\x68\x65\x20\x60\x61\x69\x60\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x69\x6e\x73\x74\x61\x6c\x6c\x65\x64\x2e\x20\x49\x6e\x73\x74\x61\x6c\x6c\x20\x76\x69\x61\x20\x60\x70\x6e\x70\x6d\x20\x61\x64\x64\x20\x61\x69\x60\x2e'};let _0x1eabb9;try{_0x1eabb9=await import('\x61\x69');}catch{throw new Error(_0x35ec32['\x70\x4a\x52\x76\x75']);}const _0x246ca8=selectFleetSpecs(_0x5ae3c4[_0x4cc363(0x283)]),_0x223943=buildFleetHandlers(_0x246ca8,{'\x63\x6c\x69\x65\x6e\x74':_0x29450a}),_0xa5654={};for(const _0x10643c of _0x246ca8)_0xa5654[_0x10643c[_0x4cc363(0x249)]]=_0x1eabb9[_0x4cc363(0x1d8)]({'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x10643c[_0x4cc363(0x21c)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x1eabb9[_0x4cc363(0x22d)](_0x10643c[_0x4cc363(0x1fe)]),'\x65\x78\x65\x63\x75\x74\x65':async _0x348ee7=>{const _0x13ff7a=_0x4cc363,_0x55d326=_0x223943[_0x13ff7a(0x1ef)](_0x10643c[_0x13ff7a(0x249)]);if(!_0x55d326)throw new Error('\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x66\x6c\x65\x65\x74\x20\x74\x6f\x6f\x6c\x3a\x20'+_0x10643c['\x6e\x61\x6d\x65']);return _0x35ec32[_0x13ff7a(0x1f5)](serializeToolResult,await _0x35ec32['\x52\x66\x4b\x6b\x6b'](_0x55d326,_0x348ee7));}});return _0xa5654;}async function mastraFleetTools(_0x38c293,_0x3cb25b={}){const _0x1ebedd=a0_0x226894,_0xad88af={'\x69\x6d\x43\x69\x61':function(_0x3f4a88,_0x1f7494){return _0x3f4a88(_0x1f7494);},'\x53\x63\x77\x6f\x75':_0x1ebedd(0x1f1),'\x61\x69\x76\x68\x4e':function(_0x38a1b6,_0x4557fd){return _0x38a1b6(_0x4557fd);}};let _0x3b2331;try{_0x3b2331=await import('\x40\x6d\x61\x73\x74\x72\x61\x2f\x63\x6f\x72\x65');}catch{throw new Error(_0xad88af[_0x1ebedd(0x1f6)]);}const _0x3ee441=_0xad88af[_0x1ebedd(0x223)](selectFleetSpecs,_0x3cb25b[_0x1ebedd(0x283)]),_0x581a4a=buildFleetHandlers(_0x3ee441,{'\x63\x6c\x69\x65\x6e\x74':_0x38c293}),_0xf0aab4={};for(const _0x54292f of _0x3ee441)_0xf0aab4[_0x54292f[_0x1ebedd(0x249)]]=_0x3b2331['\x63\x72\x65\x61\x74\x65\x54\x6f\x6f\x6c']({'\x69\x64':_0x54292f[_0x1ebedd(0x249)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x54292f[_0x1ebedd(0x21c)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x3b2331[_0x1ebedd(0x22d)]?_0x3b2331[_0x1ebedd(0x22d)](_0x54292f[_0x1ebedd(0x1fe)]):_0x54292f[_0x1ebedd(0x1fe)],'\x65\x78\x65\x63\x75\x74\x65':async _0x3d3161=>{const _0xd45353=_0x1ebedd,_0x36edbe=_0x581a4a[_0xd45353(0x1ef)](_0x54292f[_0xd45353(0x249)]);if(!_0x36edbe)throw new Error(_0xd45353(0x231)+_0x54292f['\x6e\x61\x6d\x65']);return{'\x72\x65\x73\x75\x6c\x74':serializeToolResult(await _0xad88af[_0xd45353(0x1fc)](_0x36edbe,_0x3d3161?.[_0xd45353(0x22f)]??{}))};}});return _0xf0aab4;}function buildFleetHandlers(_0x3b30c9,_0x26c03b){const _0x463e44=a0_0x226894,_0x481341=new Map();for(const _0x5af937 of _0x3b30c9)_0x481341[_0x463e44(0x1f4)](_0x5af937['\x6e\x61\x6d\x65'],_0x5af937[_0x463e44(0x265)](_0x26c03b));return _0x481341;}const LIFECYCLE_TOOL_SPECS={'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x63\x72\x65\x61\x74\x65':{'\x6e\x61\x6d\x65':a0_0x226894(0x232),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x1db),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74':{'\x74\x79\x70\x65':a0_0x226894(0x215),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x45\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x6e\x61\x6d\x65\x20\x28\x65\x2e\x67\x2e\x20\x27\x75\x6e\x69\x76\x65\x72\x73\x61\x6c\x27\x20\x66\x6f\x72\x20\x6d\x75\x6c\x74\x69\x2d\x6c\x61\x6e\x67\x75\x61\x67\x65\x20\x4e\x6f\x64\x65\x2f\x50\x79\x74\x68\x6f\x6e\x29\x2e\x20\x44\x65\x66\x61\x75\x6c\x74\x20\x27\x75\x6e\x69\x76\x65\x72\x73\x61\x6c\x27\x2e'},'\x6e\x61\x6d\x65':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x208)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x1b8b3c})=>async _0x41cf38=>{const _0x169383=a0_0x226894,_0x7a0650={'\x69\x6e\x4f\x79\x72':_0x169383(0x20a)},_0xba0c91=await _0x1b8b3c[_0x169383(0x26e)]({'\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74':_0x41cf38['\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74']??_0x7a0650[_0x169383(0x227)],'\x6e\x61\x6d\x65':_0x41cf38[_0x169383(0x249)]});return{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0xba0c91['\x69\x64'],'\x73\x74\x61\x74\x75\x73':_0xba0c91[_0x169383(0x1e5)]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x6e\x61\x6d\x65':a0_0x226894(0x277),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x45\x78\x65\x63\x75\x74\x65\x20\x61\x20\x73\x68\x65\x6c\x6c\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x20\x69\x6e\x20\x61\x20\x70\x72\x65\x76\x69\x6f\x75\x73\x6c\x79\x20\x63\x72\x65\x61\x74\x65\x64\x20\x73\x61\x6e\x64\x62\x6f\x78\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x7b\x73\x74\x64\x6f\x75\x74\x2c\x20\x73\x74\x64\x65\x72\x72\x2c\x20\x65\x78\x69\x74\x43\x6f\x64\x65\x7d\x2e\x20\x54\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x20\x6d\x75\x73\x74\x20\x65\x78\x69\x73\x74\x20\u2014\x20\x63\x72\x65\x61\x74\x65\x20\x69\x74\x20\x66\x69\x72\x73\x74\x20\x77\x69\x74\x68\x20\x73\x61\x6e\x64\x62\x6f\x78\x5f\x63\x72\x65\x61\x74\x65\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x69\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x27f)},'\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x74\x79\x70\x65':a0_0x226894(0x215),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x270)},'\x63\x77\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x285)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x226894(0x23f),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x20c)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x278),a0_0x226894(0x1f0)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x56bc2c})=>async _0x38c769=>{const _0x390d07=a0_0x226894,_0x3402c9=await _0x56bc2c[_0x390d07(0x1ef)](_0x38c769[_0x390d07(0x278)]);if(!_0x3402c9)throw new Error('\x53\x61\x6e\x64\x62\x6f\x78\x20'+_0x38c769[_0x390d07(0x278)]+_0x390d07(0x204));const _0xb21f3f=await _0x3402c9[_0x390d07(0x1df)](_0x38c769['\x63\x6f\x6d\x6d\x61\x6e\x64'],{'\x63\x77\x64':_0x38c769[_0x390d07(0x22e)],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x38c769[_0x390d07(0x20d)]??0xea60});return{'\x73\x74\x64\x6f\x75\x74':_0xb21f3f[_0x390d07(0x21b)],'\x73\x74\x64\x65\x72\x72':_0xb21f3f[_0x390d07(0x21d)],'\x65\x78\x69\x74\x43\x6f\x64\x65':_0xb21f3f[_0x390d07(0x22c)]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x64\x65\x73\x74\x72\x6f\x79':{'\x6e\x61\x6d\x65':a0_0x226894(0x238),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x226894(0x271),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x226894(0x27d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x69\x64':{'\x74\x79\x70\x65':a0_0x226894(0x215),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x49\x64\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x62\x79\x20\x73\x61\x6e\x64\x62\x6f\x78\x5f\x63\x72\x65\x61\x74\x65\x2e'}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x226894(0x278)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x538976})=>async _0xa1a9e5=>{const _0x5f3043=a0_0x226894,_0x5ea42a=await _0x538976[_0x5f3043(0x1ef)](_0xa1a9e5[_0x5f3043(0x278)]);if(!_0x5ea42a)return{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0xa1a9e5[_0x5f3043(0x278)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};return await _0x5ea42a[_0x5f3043(0x275)](),{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0xa1a9e5[_0x5f3043(0x278)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};}}},ALL_LIFECYCLE_TOOL_SPECS=Object[a0_0x226894(0x209)](LIFECYCLE_TOOL_SPECS);function selectLifecycleSpecs(_0x406d81){const _0x2d86ab=a0_0x226894;if(!_0x406d81||_0x406d81[_0x2d86ab(0x262)]===0x0)return ALL_LIFECYCLE_TOOL_SPECS;const _0x5113fe=new Set(_0x406d81);return Object[_0x2d86ab(0x25f)](LIFECYCLE_TOOL_SPECS)[_0x2d86ab(0x257)](_0xc71a9b=>_0x5113fe[_0x2d86ab(0x281)](_0xc71a9b))[_0x2d86ab(0x1e4)](_0x3cadbb=>LIFECYCLE_TOOL_SPECS[_0x3cadbb]);}function anthropicLifecycleTools(_0x4bf4eb,_0x398664={}){const _0x284f33=a0_0x226894,_0x32890c={'\x77\x45\x4f\x68\x52':'\x74\x6f\x6f\x6c\x5f\x72\x65\x73\x75\x6c\x74','\x5a\x69\x58\x58\x73':function(_0x1cd303,_0x212d30){return _0x1cd303(_0x212d30);},'\x44\x69\x6c\x58\x42':function(_0x31c251,_0x5a0e74){return _0x31c251 instanceof _0x5a0e74;}},_0x5ba906=selectLifecycleSpecs(_0x398664[_0x284f33(0x283)]),_0x89110d=buildLifecycleHandlers(_0x5ba906,{'\x63\x6c\x69\x65\x6e\x74':_0x4bf4eb});return{'\x74\x6f\x6f\x6c\x73':_0x5ba906[_0x284f33(0x1e4)](_0x545dc2=>({'\x6e\x61\x6d\x65':_0x545dc2[_0x284f33(0x249)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x545dc2[_0x284f33(0x21c)],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x545dc2[_0x284f33(0x1fe)]})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65'(_0x3ce694){const _0x4c39ac=_0x284f33,_0x4ee7c5=_0x89110d['\x67\x65\x74'](_0x3ce694[_0x4c39ac(0x249)]);if(!_0x4ee7c5)return{'\x74\x79\x70\x65':_0x4c39ac(0x21a),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x3ce694['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x4c39ac(0x24c)+_0x3ce694[_0x4c39ac(0x249)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x3e23aa=await _0x4ee7c5(_0x3ce694[_0x4c39ac(0x1e1)]);return{'\x74\x79\x70\x65':_0x32890c[_0x4c39ac(0x284)],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x3ce694['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x32890c[_0x4c39ac(0x254)](serializeToolResult,_0x3e23aa)};}catch(_0x3e67c2){return{'\x74\x79\x70\x65':_0x4c39ac(0x21a),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x3ce694['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x32890c[_0x4c39ac(0x1ed)](_0x3e67c2,Error)?_0x3e67c2[_0x4c39ac(0x258)]:_0x32890c[_0x4c39ac(0x254)](String,_0x3e67c2),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}};}function openaiLifecycleTools(_0x104764,_0x5867a4={}){const _0x1763b7=a0_0x226894,_0x3af742={'\x58\x4e\x71\x73\x6f':_0x1763b7(0x1d8)},_0x593605=selectLifecycleSpecs(_0x5867a4[_0x1763b7(0x283)]),_0x1f9537=buildLifecycleHandlers(_0x593605,{'\x63\x6c\x69\x65\x6e\x74':_0x104764});return{'\x74\x6f\x6f\x6c\x73':_0x593605[_0x1763b7(0x1e4)](_0x12c1e0=>({'\x74\x79\x70\x65':'\x66\x75\x6e\x63\x74\x69\x6f\x6e','\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x12c1e0['\x6e\x61\x6d\x65'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x12c1e0[_0x1763b7(0x21c)],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x12c1e0[_0x1763b7(0x1fe)]}})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c'(_0x4f5038){const _0x2101d0=_0x1763b7,_0x2891d7=_0x1f9537[_0x2101d0(0x1ef)](_0x4f5038['\x66\x75\x6e\x63\x74\x69\x6f\x6e'][_0x2101d0(0x249)]);if(!_0x2891d7)return{'\x72\x6f\x6c\x65':_0x3af742['\x58\x4e\x71\x73\x6f'],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x4f5038['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79']({'\x65\x72\x72\x6f\x72':_0x2101d0(0x24c)+_0x4f5038[_0x2101d0(0x226)][_0x2101d0(0x249)]})};let _0x2f3262={};try{const _0x5abcf7=JSON[_0x2101d0(0x256)](_0x4f5038[_0x2101d0(0x226)][_0x2101d0(0x217)]||'\x7b\x7d');if(_0x5abcf7&&typeof _0x5abcf7===_0x2101d0(0x27d))_0x2f3262=_0x5abcf7;}catch{}try{const _0x40ce77=await _0x2891d7(_0x2f3262);return{'\x72\x6f\x6c\x65':'\x74\x6f\x6f\x6c','\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x4f5038['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x40ce77)};}catch(_0x6d4981){return{'\x72\x6f\x6c\x65':_0x3af742[_0x2101d0(0x228)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x4f5038['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x2101d0(0x263)]({'\x65\x72\x72\x6f\x72':_0x6d4981 instanceof Error?_0x6d4981[_0x2101d0(0x258)]:String(_0x6d4981)})};}}};}function buildLifecycleHandlers(_0x592e69,_0x451edd){const _0x8fda5b=a0_0x226894,_0x4e00ea=new Map();for(const _0x233c41 of _0x592e69)_0x4e00ea['\x73\x65\x74'](_0x233c41[_0x8fda5b(0x249)],_0x233c41[_0x8fda5b(0x265)](_0x451edd));return _0x4e00ea;}async function mastraTools(_0x3b3cb1,_0x4e205a={}){const _0x59aaed=a0_0x226894,_0x1e8c0d={'\x75\x68\x75\x66\x66':function(_0x2ba35b,_0xc0231b){return _0x2ba35b(_0xc0231b);}};let _0x910b02;try{_0x910b02=await import(_0x59aaed(0x23c));}catch{throw new Error(_0x59aaed(0x26c));}const _0x5f0b84=selectSpecs(_0x4e205a[_0x59aaed(0x283)]),_0x5a2ba1={'\x62\x6f\x78':_0x3b3cb1,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x4e205a[_0x59aaed(0x1f2)]},_0x30c1d1={};for(const _0x72e48e of _0x5f0b84){const _0x5d5f02=_0x72e48e[_0x59aaed(0x265)](_0x5a2ba1);_0x30c1d1[_0x72e48e['\x6e\x61\x6d\x65']]=_0x910b02['\x63\x72\x65\x61\x74\x65\x54\x6f\x6f\x6c']({'\x69\x64':_0x72e48e[_0x59aaed(0x249)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x72e48e['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x910b02[_0x59aaed(0x22d)]?_0x910b02['\x6a\x73\x6f\x6e\x53\x63\x68\x65\x6d\x61'](_0x72e48e[_0x59aaed(0x1fe)]):_0x72e48e[_0x59aaed(0x1fe)],'\x65\x78\x65\x63\x75\x74\x65':async _0x287367=>{const _0x4f1788=_0x59aaed;return{'\x72\x65\x73\x75\x6c\x74':serializeToolResult(await _0x1e8c0d[_0x4f1788(0x21f)](_0x5d5f02,_0x287367?.[_0x4f1788(0x22f)]??{}))};}});}return _0x30c1d1;}function openaiTools(_0x34874a,_0x3a653c={}){const _0x61aba3=a0_0x226894,_0x1f381b={'\x77\x4b\x59\x4e\x5a':_0x61aba3(0x27d),'\x6a\x79\x5a\x73\x53':function(_0x300f72,_0x1ca37a){return _0x300f72(_0x1ca37a);},'\x4e\x68\x73\x4d\x68':_0x61aba3(0x1d8),'\x67\x45\x48\x48\x4f':function(_0xe6b699,_0x199f3a){return _0xe6b699(_0x199f3a);},'\x54\x4d\x75\x42\x53':function(_0x27cb25,_0x215a71){return _0x27cb25 instanceof _0x215a71;},'\x64\x6f\x71\x78\x66':function(_0x727304,_0x293cdb){return _0x727304(_0x293cdb);}},_0x173353=_0x1f381b[_0x61aba3(0x247)](selectSpecs,_0x3a653c[_0x61aba3(0x283)]),_0x15caee={'\x62\x6f\x78':_0x34874a,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x3a653c[_0x61aba3(0x1f2)]},_0xb4b49f=new Map();for(const _0x1b0d28 of _0x173353)_0xb4b49f[_0x61aba3(0x1f4)](_0x1b0d28[_0x61aba3(0x249)],_0x1b0d28['\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72'](_0x15caee));const _0x4884e2=_0x173353['\x6d\x61\x70'](_0x152fae=>({'\x74\x79\x70\x65':_0x61aba3(0x226),'\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x152fae['\x6e\x61\x6d\x65'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x152fae[_0x61aba3(0x21c)],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x152fae['\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61']}}));function _0x485a81(_0x451239){const _0x598a6b=_0x61aba3;if(!_0x451239)return{};try{const _0x84fcb3=JSON['\x70\x61\x72\x73\x65'](_0x451239);return typeof _0x84fcb3===_0x1f381b[_0x598a6b(0x1f9)]&&_0x84fcb3!==null?_0x84fcb3:{};}catch{return{};}}async function _0xe3ede6(_0x52f66f){const _0x52a468=_0x61aba3,_0x55b20f=_0xb4b49f[_0x52a468(0x1ef)](_0x52f66f['\x66\x75\x6e\x63\x74\x69\x6f\x6e'][_0x52a468(0x249)]);if(!_0x55b20f)return{'\x72\x6f\x6c\x65':_0x52a468(0x1d8),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x52f66f['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79']({'\x65\x72\x72\x6f\x72':_0x52a468(0x25a)+_0x52f66f[_0x52a468(0x226)]['\x6e\x61\x6d\x65']})};try{const _0x2a9a39=await _0x55b20f(_0x1f381b['\x6a\x79\x5a\x73\x53'](_0x485a81,_0x52f66f[_0x52a468(0x226)][_0x52a468(0x217)]));return{'\x72\x6f\x6c\x65':_0x1f381b['\x4e\x68\x73\x4d\x68'],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x52f66f['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x1f381b['\x67\x45\x48\x48\x4f'](serializeToolResult,_0x2a9a39)};}catch(_0x5880ce){return{'\x72\x6f\x6c\x65':_0x52a468(0x1d8),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x52f66f['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x52a468(0x263)]({'\x65\x72\x72\x6f\x72':_0x1f381b[_0x52a468(0x211)](_0x5880ce,Error)?_0x5880ce['\x6d\x65\x73\x73\x61\x67\x65']:_0x1f381b['\x64\x6f\x71\x78\x66'](String,_0x5880ce)})};}}async function _0x1208da(_0x53a2e3){const _0x34dc9a=_0x61aba3,_0x1210c6=_0x53a2e3[_0x34dc9a(0x206)]??[];return Promise[_0x34dc9a(0x27a)](_0x1210c6[_0x34dc9a(0x1e4)](_0xe3ede6));}return{'\x74\x6f\x6f\x6c\x73':_0x4884e2,'\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c':_0xe3ede6,'\x68\x61\x6e\x64\x6c\x65\x41\x73\x73\x69\x73\x74\x61\x6e\x74\x4d\x65\x73\x73\x61\x67\x65':_0x1208da};}async function vercelAiTools(_0x3ff074,_0x1bab75={}){const _0x3f5bc1=a0_0x226894;let _0x5b2f15;try{_0x5b2f15=await import('\x61\x69');}catch{throw new Error(_0x3f5bc1(0x221));}const _0x5dad0d=selectSpecs(_0x1bab75['\x61\x6c\x6c\x6f\x77']),_0x4c818c={'\x62\x6f\x78':_0x3ff074,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x1bab75[_0x3f5bc1(0x1f2)]},_0x23e73a={};for(const _0x5df622 of _0x5dad0d){const _0x662f32=_0x5df622['\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72'](_0x4c818c);_0x23e73a[_0x5df622[_0x3f5bc1(0x249)]]=_0x5b2f15['\x74\x6f\x6f\x6c']({'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x5df622[_0x3f5bc1(0x21c)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x5b2f15[_0x3f5bc1(0x22d)](_0x5df622[_0x3f5bc1(0x1fe)]),'\x65\x78\x65\x63\x75\x74\x65':async _0x162862=>{return serializeToolResult(await _0x662f32(_0x162862));}});}return _0x23e73a;}export{ALL_FLEET_TOOL_SPECS,ALL_LIFECYCLE_TOOL_SPECS,ALL_TOOL_SPECS,FLEET_TOOL_SPECS,LIFECYCLE_TOOL_SPECS,TOOL_SPECS,anthropicFleetTools,anthropicLifecycleTools,anthropicTools,createMcpServer,mastraFleetTools,mastraTools,openaiFleetTools,openaiLifecycleTools,openaiTools,runCode,vercelAiFleetTools,vercelAiTools};
1
+ const a0_0x27f25b=a0_0x3072;(function(_0x404a2d,_0x2401ab){const _0x703c0d=a0_0x3072,_0x2d5c53=_0x404a2d();while(!![]){try{const _0x300b05=parseInt(_0x703c0d(0x138))/0x1*(-parseInt(_0x703c0d(0x13e))/0x2)+-parseInt(_0x703c0d(0xd5))/0x3*(-parseInt(_0x703c0d(0x165))/0x4)+parseInt(_0x703c0d(0x11d))/0x5+parseInt(_0x703c0d(0x160))/0x6+parseInt(_0x703c0d(0xe0))/0x7*(-parseInt(_0x703c0d(0xf5))/0x8)+-parseInt(_0x703c0d(0x13b))/0x9+parseInt(_0x703c0d(0x14d))/0xa;if(_0x300b05===_0x2401ab)break;else _0x2d5c53['push'](_0x2d5c53['shift']());}catch(_0x2b969b){_0x2d5c53['push'](_0x2d5c53['shift']());}}}(a0_0x7c74,0x2c575));import{createRequire}from'\x6e\x6f\x64\x65\x3a\x6d\x6f\x64\x75\x6c\x65';const TOOL_SPECS={'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x64\x65':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x111),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x106),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27f25b(0x13d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x6c\x61\x6e\x67\x75\x61\x67\x65':{'\x74\x79\x70\x65':a0_0x27f25b(0x114),'\x65\x6e\x75\x6d':['\x70\x79\x74\x68\x6f\x6e','\x6e\x6f\x64\x65',a0_0x27f25b(0x11a),'\x62\x61\x73\x68'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x10a)},'\x73\x6f\x75\x72\x63\x65':{'\x74\x79\x70\x65':a0_0x27f25b(0x114),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x129)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x27f25b(0xcd),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x146)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27f25b(0x172),a0_0x27f25b(0x109)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x193b1f,sessionId:_0x5d6828})=>async _0xe5cc71=>{const _0x3a909d=a0_0x27f25b;return await _0x193b1f[_0x3a909d(0x13a)](_0xe5cc71[_0x3a909d(0x172)],_0xe5cc71[_0x3a909d(0x109)],{'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x5d6828,'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0xe5cc71[_0x3a909d(0x133)]});}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x65\x78\x65\x63':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x10b),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xe8),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':'\x6f\x62\x6a\x65\x63\x74','\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x74\x79\x70\x65':a0_0x27f25b(0x114),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x53\x68\x65\x6c\x6c\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x20\x6c\x69\x6e\x65\x2e'},'\x63\x77\x64':{'\x74\x79\x70\x65':a0_0x27f25b(0x114),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x15b)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x27f25b(0xcd),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xef)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27f25b(0x15e)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x59b0ed,sessionId:_0x49272d})=>async _0x12963e=>{const _0x4a6734=a0_0x27f25b;return await _0x59b0ed[_0x4a6734(0x168)](_0x12963e['\x63\x6f\x6d\x6d\x61\x6e\x64'],{'\x63\x77\x64':_0x12963e[_0x4a6734(0xf3)],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x12963e[_0x4a6734(0x133)],'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x49272d});}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x65\x61\x64':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x124),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x52\x65\x61\x64\x20\x61\x20\x66\x69\x6c\x65\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x20\x66\x69\x6c\x65\x73\x79\x73\x74\x65\x6d\x2e\x20\x52\x65\x6c\x61\x74\x69\x76\x65\x20\x70\x61\x74\x68\x73\x20\x72\x65\x73\x6f\x6c\x76\x65\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x77\x6f\x72\x6b\x73\x70\x61\x63\x65\x20\x72\x6f\x6f\x74\x3b\x20\x61\x62\x73\x6f\x6c\x75\x74\x65\x20\x70\x61\x74\x68\x73\x20\x72\x65\x61\x64\x20\x74\x68\x65\x20\x63\x6f\x6e\x74\x61\x69\x6e\x65\x72\x20\x66\x69\x6c\x65\x73\x79\x73\x74\x65\x6d\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27f25b(0x13d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x27f25b(0x114)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27f25b(0xda)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x37cfc1,sessionId:_0x1a8994})=>async _0x269005=>{const _0x6f525d=a0_0x27f25b;return{'\x63\x6f\x6e\x74\x65\x6e\x74':await _0x37cfc1[_0x6f525d(0xd8)](_0x269005[_0x6f525d(0xda)],{'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x1a8994})};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x77\x72\x69\x74\x65':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x118),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x150),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27f25b(0x13d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x27f25b(0x114)},'\x63\x6f\x6e\x74\x65\x6e\x74':{'\x74\x79\x70\x65':a0_0x27f25b(0x114),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x46\x75\x6c\x6c\x20\x66\x69\x6c\x65\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x2e'}},'\x72\x65\x71\x75\x69\x72\x65\x64':['\x70\x61\x74\x68',a0_0x27f25b(0xdd)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x5349b8})=>async _0x5cfb1a=>{const _0x195d12=a0_0x27f25b;return await _0x5349b8[_0x195d12(0x105)](_0x5cfb1a[_0x195d12(0xda)],_0x5cfb1a[_0x195d12(0xdd)]),{'\x6f\x6b':!![]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x6c\x69\x73\x74':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x14e),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x136),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27f25b(0x13d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x27f25b(0x114)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27f25b(0xda)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x13f20b})=>async _0x13138d=>{const _0x1a862e=a0_0x27f25b;return{'\x65\x6e\x74\x72\x69\x65\x73':await _0x13f20b['\x66\x73'][_0x1a862e(0x155)](_0x13138d[_0x1a862e(0xda)])};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x73\x65\x61\x72\x63\x68':{'\x6e\x61\x6d\x65':a0_0x27f25b(0xf9),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x12b),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27f25b(0x13d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x74\x65\x72\x6e':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x52\x65\x67\x65\x78\x20\x70\x61\x74\x74\x65\x72\x6e\x2e'},'\x70\x61\x74\x68':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x53\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x74\x6f\x20\x73\x65\x61\x72\x63\x68\x2e\x20\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x2e'},'\x6d\x61\x78\x5f\x72\x65\x73\x75\x6c\x74\x73':{'\x74\x79\x70\x65':a0_0x27f25b(0xcd),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x152)}},'\x72\x65\x71\x75\x69\x72\x65\x64':['\x70\x61\x74\x74\x65\x72\x6e'],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({box:_0x5dbb})=>async _0x54030a=>{const _0x46ba37=a0_0x27f25b,_0x4438ee={'\x66\x43\x69\x4f\x6e':function(_0x3437e2,_0x1bffae){return _0x3437e2>=_0x1bffae;}},_0x3ad37e=[],_0x2eebb3=_0x54030a[_0x46ba37(0xd0)]??0x64;for await(const _0x4545b2 of _0x5dbb['\x73\x65\x61\x72\x63\x68'](_0x54030a[_0x46ba37(0xf6)],{'\x63\x77\x64':_0x54030a['\x70\x61\x74\x68'],'\x6d\x61\x78\x52\x65\x73\x75\x6c\x74\x73':_0x2eebb3})){_0x3ad37e['\x70\x75\x73\x68'](_0x4545b2);if(_0x4438ee[_0x46ba37(0xec)](_0x3ad37e[_0x46ba37(0xea)],_0x2eebb3))break;}return{'\x6d\x61\x74\x63\x68\x65\x73':_0x3ad37e};}}},ALL_TOOL_SPECS=Object[a0_0x27f25b(0x12e)](TOOL_SPECS);function selectSpecs(_0xa433a8){const _0x57dae9=a0_0x27f25b;if(!_0xa433a8||_0xa433a8[_0x57dae9(0xea)]===0x0)return ALL_TOOL_SPECS;const _0x2fdc1f=new Set(_0xa433a8);return Object[_0x57dae9(0xfa)](TOOL_SPECS)[_0x57dae9(0xc8)](_0x52f4c1=>_0x2fdc1f[_0x57dae9(0xf4)](_0x52f4c1))[_0x57dae9(0xfc)](_0x25ccd8=>TOOL_SPECS[_0x25ccd8]);}function serializeToolResult(_0xd50c62){const _0x307dd9=a0_0x27f25b,_0x58e072={'\x49\x76\x47\x73\x63':function(_0x3ebddd,_0x320429){return _0x3ebddd(_0x320429);}};if(typeof _0xd50c62===_0x307dd9(0x114))return _0xd50c62;try{return JSON[_0x307dd9(0x15f)](_0xd50c62,null,0x2);}catch{return _0x58e072[_0x307dd9(0x11e)](String,_0xd50c62);}}const SDK_VERSION=((()=>{const _0x309c60=a0_0x27f25b,_0x4885e2={'\x44\x67\x50\x55\x6f':function(_0x4a0656,_0x383d80){return _0x4a0656(_0x383d80);}};try{return _0x4885e2['\x44\x67\x50\x55\x6f'](createRequire,import.meta.url)(_0x309c60(0x137))['\x76\x65\x72\x73\x69\x6f\x6e']??_0x309c60(0xd6);}catch{return'\x30\x2e\x30\x2e\x30';}})());async function createMcpServer(_0x422a12,_0x5b4bd2={}){const _0x16ab58=a0_0x27f25b,_0x3d71f0={'\x78\x59\x45\x7a\x4d':'\x74\x65\x78\x74','\x4b\x55\x54\x63\x4d':function(_0x4b0e0b,_0x40c045){return _0x4b0e0b(_0x40c045);},'\x56\x66\x6b\x74\x4f':_0x16ab58(0xe9)};let _0x4de3a2,_0x6cd86e;try{[_0x4de3a2,_0x6cd86e]=await Promise[_0x16ab58(0x16d)]([import(_0x16ab58(0x153)),import(_0x3d71f0['\x56\x66\x6b\x74\x4f'])]);}catch{throw new Error(_0x16ab58(0x113));}const _0x12fb13=_0x3d71f0['\x4b\x55\x54\x63\x4d'](selectSpecs,_0x5b4bd2['\x61\x6c\x6c\x6f\x77']),_0x291086={'\x62\x6f\x78':_0x422a12,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x5b4bd2['\x73\x65\x73\x73\x69\x6f\x6e\x49\x64']},_0x331293=new Map();for(const _0x384bd4 of _0x12fb13)_0x331293[_0x16ab58(0x166)](_0x384bd4[_0x16ab58(0x107)],_0x384bd4[_0x16ab58(0x11b)](_0x291086));const _0x5b60a8=new _0x4de3a2[(_0x16ab58(0x156))]({'\x6e\x61\x6d\x65':_0x5b4bd2[_0x16ab58(0x107)]??'\x74\x61\x6e\x67\x6c\x65\x2d\x73\x61\x6e\x64\x62\x6f\x78','\x76\x65\x72\x73\x69\x6f\x6e':_0x5b4bd2['\x76\x65\x72\x73\x69\x6f\x6e']??SDK_VERSION},{'\x63\x61\x70\x61\x62\x69\x6c\x69\x74\x69\x65\x73':{'\x74\x6f\x6f\x6c\x73':{}}});return _0x5b60a8[_0x16ab58(0x135)](_0x6cd86e['\x4c\x69\x73\x74\x54\x6f\x6f\x6c\x73\x52\x65\x71\x75\x65\x73\x74\x53\x63\x68\x65\x6d\x61'],async()=>({'\x74\x6f\x6f\x6c\x73':_0x12fb13['\x6d\x61\x70'](_0x10a85a=>({'\x6e\x61\x6d\x65':_0x10a85a[_0x16ab58(0x107)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x10a85a[_0x16ab58(0x16f)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x10a85a[_0x16ab58(0x162)]}))})),_0x5b60a8['\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x61\x6e\x64\x6c\x65\x72'](_0x6cd86e[_0x16ab58(0x163)],async _0x476d1a=>{const _0x276f1c=_0x16ab58,_0x5177cb=_0x476d1a,_0x4e9110=_0x331293['\x67\x65\x74'](_0x5177cb['\x70\x61\x72\x61\x6d\x73']['\x6e\x61\x6d\x65']);if(!_0x4e9110)return{'\x69\x73\x45\x72\x72\x6f\x72':!![],'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x3d71f0['\x78\x59\x45\x7a\x4d'],'\x74\x65\x78\x74':'\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x74\x6f\x6f\x6c\x3a\x20'+_0x5177cb[_0x276f1c(0xc7)][_0x276f1c(0x107)]}]};try{return{'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x3d71f0[_0x276f1c(0x142)],'\x74\x65\x78\x74':_0x3d71f0[_0x276f1c(0x15d)](serializeToolResult,await _0x4e9110(_0x5177cb[_0x276f1c(0xc7)][_0x276f1c(0x15a)]??{}))}]};}catch(_0x31b89e){return{'\x69\x73\x45\x72\x72\x6f\x72':!![],'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':'\x74\x65\x78\x74','\x74\x65\x78\x74':_0x31b89e instanceof Error?_0x31b89e[_0x276f1c(0x112)]:String(_0x31b89e)}]};}}),{'\x73\x65\x72\x76\x65\x72':_0x5b60a8,'\x63\x6f\x6e\x6e\x65\x63\x74':_0x4b6959=>_0x5b60a8[_0x16ab58(0x123)](_0x4b6959),'\x63\x6c\x6f\x73\x65':()=>_0x5b60a8[_0x16ab58(0xfe)]()};}function runCode(_0x3b084a,_0x4d231f,_0x347bc6,_0x3912bd){const _0x5e1b66=a0_0x27f25b;return _0x3b084a[_0x5e1b66(0x13a)](_0x4d231f,_0x347bc6,_0x3912bd);}function anthropicTools(_0x2b7339,_0x12362c={}){const _0x321459=a0_0x27f25b,_0x25a9cd={'\x76\x43\x6a\x54\x45':_0x321459(0x10c),'\x6f\x6e\x68\x58\x4e':function(_0x1af97d,_0x5c5520){return _0x1af97d(_0x5c5520);},'\x58\x6d\x6f\x64\x77':function(_0x9009f7,_0x158496){return _0x9009f7 instanceof _0x158496;}},_0x580f02=selectSpecs(_0x12362c[_0x321459(0x121)]),_0x3b4804={'\x62\x6f\x78':_0x2b7339,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x12362c[_0x321459(0x117)]},_0x1dbaff=new Map();for(const _0x7bec94 of _0x580f02)_0x1dbaff[_0x321459(0x166)](_0x7bec94['\x6e\x61\x6d\x65'],_0x7bec94[_0x321459(0x11b)](_0x3b4804));const _0x2f7c0c=_0x580f02['\x6d\x61\x70'](_0x5cb47f=>({'\x6e\x61\x6d\x65':_0x5cb47f[_0x321459(0x107)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x5cb47f[_0x321459(0x16f)],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x5cb47f['\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61']}));async function _0x24567d(_0x23896b){const _0x53e387=_0x321459,_0x313e80=_0x1dbaff[_0x53e387(0x15c)](_0x23896b[_0x53e387(0x107)]);if(!_0x313e80)return{'\x74\x79\x70\x65':_0x25a9cd[_0x53e387(0x119)],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x23896b['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':'\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x74\x6f\x6f\x6c\x3a\x20'+_0x23896b[_0x53e387(0x107)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x55b5f8=await _0x25a9cd[_0x53e387(0xfd)](_0x313e80,_0x23896b[_0x53e387(0xd7)]);return{'\x74\x79\x70\x65':_0x25a9cd['\x76\x43\x6a\x54\x45'],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x23896b['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':toAnthropicContent(_0x55b5f8)};}catch(_0x40de02){return{'\x74\x79\x70\x65':_0x25a9cd[_0x53e387(0x119)],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x23896b['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x25a9cd['\x58\x6d\x6f\x64\x77'](_0x40de02,Error)?_0x40de02['\x6d\x65\x73\x73\x61\x67\x65']:_0x25a9cd['\x6f\x6e\x68\x58\x4e'](String,_0x40de02),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}async function _0x105fb6(_0x1b91de){const _0x2ba142=_0x321459,_0x351ee6=_0x1b91de[_0x2ba142(0xc8)](_0x17affd=>typeof _0x17affd===_0x2ba142(0x13d)&&_0x17affd!==null&&_0x17affd[_0x2ba142(0x14a)]===_0x2ba142(0x164));return Promise[_0x2ba142(0x16d)](_0x351ee6[_0x2ba142(0xfc)](_0x24567d));}return{'\x74\x6f\x6f\x6c\x73':_0x2f7c0c,'\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65':_0x24567d,'\x68\x61\x6e\x64\x6c\x65\x41\x73\x73\x69\x73\x74\x61\x6e\x74\x4d\x65\x73\x73\x61\x67\x65':_0x105fb6};}function toAnthropicContent(_0x54b04f){const _0x4ff800=a0_0x27f25b,_0x68dfe0={'\x4a\x57\x77\x63\x6c':function(_0x21302e,_0x264919){return _0x21302e(_0x264919);},'\x69\x46\x46\x77\x6c':_0x4ff800(0x10e),'\x6d\x41\x69\x75\x61':function(_0x2afd87,_0x197cba){return _0x2afd87(_0x197cba);},'\x69\x4d\x48\x59\x6c':_0x4ff800(0x16e)};if(!_0x68dfe0[_0x4ff800(0x151)](isCodeExecutionResultWithImages,_0x54b04f))return serializeToolResult(_0x54b04f);const _0x2f158f=[],_0x4a9d00={..._0x54b04f,'\x72\x65\x73\x75\x6c\x74\x73':_0x54b04f[_0x4ff800(0x16c)]['\x66\x69\x6c\x74\x65\x72'](_0x21f09f=>_0x21f09f[_0x4ff800(0x14a)]!=='\x69\x6d\x61\x67\x65')};_0x2f158f[_0x4ff800(0x108)]({'\x74\x79\x70\x65':_0x68dfe0[_0x4ff800(0xe5)],'\x74\x65\x78\x74':_0x68dfe0['\x6d\x41\x69\x75\x61'](serializeToolResult,_0x4a9d00)});for(const _0x1907bd of _0x54b04f[_0x4ff800(0x16c)])if(_0x68dfe0['\x6d\x41\x69\x75\x61'](isImagePart,_0x1907bd))_0x2f158f[_0x4ff800(0x108)]({'\x74\x79\x70\x65':_0x68dfe0[_0x4ff800(0xd2)],'\x73\x6f\x75\x72\x63\x65':{'\x74\x79\x70\x65':'\x62\x61\x73\x65\x36\x34','\x6d\x65\x64\x69\x61\x5f\x74\x79\x70\x65':imageMediaType(_0x1907bd[_0x4ff800(0xc9)]),'\x64\x61\x74\x61':_0x1907bd[_0x4ff800(0x127)]}});return _0x2f158f;}function isImagePart(_0x960509){const _0x2acdcd=a0_0x27f25b,_0x1439ec={'\x69\x79\x67\x54\x62':function(_0x4495bc,_0x37d403){return _0x4495bc===_0x37d403;}};return _0x1439ec[_0x2acdcd(0xff)](_0x960509[_0x2acdcd(0x14a)],_0x2acdcd(0x16e));}function isCodeExecutionResultWithImages(_0x5366c4){const _0x14251e=a0_0x27f25b,_0x1f1efd={'\x6f\x6b\x72\x6d\x67':function(_0xe36382,_0x5ca728){return _0xe36382!==_0x5ca728;}};if(!_0x5366c4||_0x1f1efd[_0x14251e(0x12f)](typeof _0x5366c4,_0x14251e(0x13d)))return![];const _0x99d8ba=_0x5366c4[_0x14251e(0x16c)];if(!Array[_0x14251e(0x143)](_0x99d8ba))return![];return _0x99d8ba[_0x14251e(0xe7)](_0x213dfb=>_0x213dfb&&typeof _0x213dfb==='\x6f\x62\x6a\x65\x63\x74'&&_0x213dfb[_0x14251e(0x14a)]===_0x14251e(0x16e));}function imageMediaType(_0x24f17d){const _0x1b859c=a0_0x27f25b,_0x5abdf5={'\x51\x78\x4d\x73\x45':_0x1b859c(0xdb),'\x6a\x6b\x49\x71\x7a':_0x1b859c(0x171)};switch(_0x24f17d){case _0x5abdf5['\x51\x78\x4d\x73\x45']:return _0x1b859c(0x158);case'\x6a\x70\x65\x67':return _0x1b859c(0xd1);case _0x5abdf5[_0x1b859c(0x149)]:return _0x1b859c(0x158);}}const FLEET_TOOL_SPECS={'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x73\x70\x61\x77\x6e':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x148),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xe1),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27f25b(0x13d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x74\x65\x6d\x70\x6c\x61\x74\x65\x5f\x69\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x145)},'\x77\x6f\x72\x6b\x65\x72\x73':{'\x74\x79\x70\x65':a0_0x27f25b(0xcd),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xd9)},'\x6d\x65\x74\x61\x64\x61\x74\x61':{'\x74\x79\x70\x65':a0_0x27f25b(0x13d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{},'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':!![],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x122)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27f25b(0xfb),a0_0x27f25b(0xe4)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x44ec44})=>async _0x10c906=>{const _0x363b74=a0_0x27f25b,_0x1f6695=await _0x44ec44['\x66\x6c\x65\x65\x74\x73']['\x63\x72\x65\x61\x74\x65\x57\x69\x74\x68\x43\x6f\x6f\x72\x64\x69\x6e\x61\x74\x6f\x72']({'\x64\x65\x66\x61\x75\x6c\x74\x73':{'\x70\x75\x62\x6c\x69\x63\x54\x65\x6d\x70\x6c\x61\x74\x65\x49\x64':_0x10c906[_0x363b74(0xfb)]},'\x77\x6f\x72\x6b\x65\x72\x73':Array[_0x363b74(0x11c)]({'\x6c\x65\x6e\x67\x74\x68':_0x10c906[_0x363b74(0xe4)]},(_0x29358c,_0x53d2c)=>({'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64':_0x363b74(0x10d)+_0x53d2c})),'\x6d\x65\x74\x61\x64\x61\x74\x61':_0x10c906['\x6d\x65\x74\x61\x64\x61\x74\x61']});return{'\x66\x6c\x65\x65\x74\x49\x64':_0x1f6695['\x66\x6c\x65\x65\x74\x49\x64'],'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64\x73':_0x1f6695[_0x363b74(0x10f)]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x64\x69\x73\x70\x61\x74\x63\x68':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x13f),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x154),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':'\x6f\x62\x6a\x65\x63\x74','\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x66\x6c\x65\x65\x74\x5f\x69\x64':{'\x74\x79\x70\x65':a0_0x27f25b(0x114)},'\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x74\x79\x70\x65':a0_0x27f25b(0x114),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xe2)},'\x6d\x61\x63\x68\x69\x6e\x65\x73':{'\x74\x79\x70\x65':a0_0x27f25b(0x16b),'\x69\x74\x65\x6d\x73':{'\x74\x79\x70\x65':a0_0x27f25b(0x114)},'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xcf)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x27f25b(0xcd),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xcb)}},'\x72\x65\x71\x75\x69\x72\x65\x64':['\x66\x6c\x65\x65\x74\x5f\x69\x64','\x63\x6f\x6d\x6d\x61\x6e\x64'],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x38ffc1})=>async _0x3307f4=>{const _0x24d0ec=a0_0x27f25b;return await(await _0x38ffc1['\x66\x6c\x65\x65\x74\x73']['\x6c\x69\x73\x74']({'\x66\x6c\x65\x65\x74\x49\x64':_0x3307f4[_0x24d0ec(0x13c)]}))['\x64\x69\x73\x70\x61\x74\x63\x68\x45\x78\x65\x63'](_0x3307f4[_0x24d0ec(0x15e)],{'\x6d\x61\x63\x68\x69\x6e\x65\x73':_0x3307f4['\x6d\x61\x63\x68\x69\x6e\x65\x73'],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x3307f4[_0x24d0ec(0x133)]});}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x73\x74\x61\x74\x75\x73':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x139),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xf2),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27f25b(0x13d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x66\x6c\x65\x65\x74\x5f\x69\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67'}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27f25b(0x13c)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0xd71989})=>async _0x146c1b=>{const _0x22b63e=a0_0x27f25b,_0x4a8890=await _0xd71989['\x66\x6c\x65\x65\x74\x73'][_0x22b63e(0x155)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x146c1b[_0x22b63e(0x13c)]});return{'\x66\x6c\x65\x65\x74\x49\x64':_0x4a8890[_0x22b63e(0xce)],'\x6d\x61\x63\x68\x69\x6e\x65\x73':_0x4a8890[_0x22b63e(0x10f)]['\x6d\x61\x70'](_0x56df94=>({'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64':_0x56df94,'\x73\x74\x61\x74\x75\x73':_0x4a8890['\x67\x65\x74'](_0x56df94)[_0x22b63e(0xdf)]}))};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x64\x65\x73\x74\x72\x6f\x79':{'\x6e\x61\x6d\x65':'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x66\x6c\x65\x65\x74\x5f\x64\x65\x73\x74\x72\x6f\x79','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x44\x65\x6c\x65\x74\x65\x20\x74\x68\x65\x20\x66\x6c\x65\x65\x74\x20\x61\x6e\x64\x20\x65\x76\x65\x72\x79\x20\x6d\x61\x63\x68\x69\x6e\x65\x20\x69\x6e\x20\x69\x74\x2e\x20\x53\x74\x6f\x70\x73\x20\x62\x69\x6c\x6c\x69\x6e\x67\x20\x69\x6d\x6d\x65\x64\x69\x61\x74\x65\x6c\x79\x2e\x20\x43\x61\x6c\x6c\x20\x74\x68\x69\x73\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x63\x61\x6d\x70\x61\x69\x67\x6e\x20\x69\x73\x20\x64\x6f\x6e\x65\x3b\x20\x6f\x72\x70\x68\x61\x6e\x65\x64\x20\x66\x6c\x65\x65\x74\x73\x20\x6b\x65\x65\x70\x20\x62\x75\x72\x6e\x69\x6e\x67\x20\x63\x72\x65\x64\x69\x74\x73\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':'\x6f\x62\x6a\x65\x63\x74','\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x66\x6c\x65\x65\x74\x5f\x69\x64':{'\x74\x79\x70\x65':a0_0x27f25b(0x114)},'\x63\x6f\x6e\x74\x69\x6e\x75\x65\x5f\x6f\x6e\x5f\x65\x72\x72\x6f\x72':{'\x74\x79\x70\x65':a0_0x27f25b(0xde),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x167)}},'\x72\x65\x71\x75\x69\x72\x65\x64':['\x66\x6c\x65\x65\x74\x5f\x69\x64'],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x249943})=>async _0x1827f2=>{const _0x401663=a0_0x27f25b;return await(await _0x249943['\x66\x6c\x65\x65\x74\x73'][_0x401663(0x155)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x1827f2['\x66\x6c\x65\x65\x74\x5f\x69\x64']}))['\x64\x65\x6c\x65\x74\x65']({'\x63\x6f\x6e\x74\x69\x6e\x75\x65\x4f\x6e\x45\x72\x72\x6f\x72':_0x1827f2[_0x401663(0x132)]}),{'\x66\x6c\x65\x65\x74\x49\x64':_0x1827f2[_0x401663(0x13c)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};}}},ALL_FLEET_TOOL_SPECS=Object[a0_0x27f25b(0x12e)](FLEET_TOOL_SPECS);function selectFleetSpecs(_0x5687db){const _0x58fcb8=a0_0x27f25b;if(!_0x5687db||_0x5687db[_0x58fcb8(0xea)]===0x0)return ALL_FLEET_TOOL_SPECS;const _0x227ce6=new Set(_0x5687db);return Object['\x6b\x65\x79\x73'](FLEET_TOOL_SPECS)[_0x58fcb8(0xc8)](_0x41cc33=>_0x227ce6['\x68\x61\x73'](_0x41cc33))['\x6d\x61\x70'](_0x241ad0=>FLEET_TOOL_SPECS[_0x241ad0]);}function anthropicFleetTools(_0x42ec9e,_0x387fff={}){const _0x509328=a0_0x27f25b,_0x37cc51={'\x79\x6a\x59\x61\x66':function(_0x543544,_0x4b4968){return _0x543544(_0x4b4968);}},_0x7a31d2=selectFleetSpecs(_0x387fff['\x61\x6c\x6c\x6f\x77']),_0x484ae3=buildFleetHandlers(_0x7a31d2,{'\x63\x6c\x69\x65\x6e\x74':_0x42ec9e});return{'\x74\x6f\x6f\x6c\x73':_0x7a31d2[_0x509328(0xfc)](_0x4af2f6=>({'\x6e\x61\x6d\x65':_0x4af2f6[_0x509328(0x107)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x4af2f6[_0x509328(0x16f)],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x4af2f6[_0x509328(0x162)]})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65'(_0x8da7f3){const _0x59c75a=_0x509328,_0x1e1694=_0x484ae3[_0x59c75a(0x15c)](_0x8da7f3[_0x59c75a(0x107)]);if(!_0x1e1694)return{'\x74\x79\x70\x65':'\x74\x6f\x6f\x6c\x5f\x72\x65\x73\x75\x6c\x74','\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x8da7f3['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':'\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x66\x6c\x65\x65\x74\x20\x74\x6f\x6f\x6c\x3a\x20'+_0x8da7f3['\x6e\x61\x6d\x65'],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x767aca=await _0x37cc51[_0x59c75a(0xd3)](_0x1e1694,_0x8da7f3['\x69\x6e\x70\x75\x74']);return{'\x74\x79\x70\x65':_0x59c75a(0x10c),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x8da7f3['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x767aca)};}catch(_0x7982a1){return{'\x74\x79\x70\x65':'\x74\x6f\x6f\x6c\x5f\x72\x65\x73\x75\x6c\x74','\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x8da7f3['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x7982a1 instanceof Error?_0x7982a1['\x6d\x65\x73\x73\x61\x67\x65']:_0x37cc51[_0x59c75a(0xd3)](String,_0x7982a1),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}};}function a0_0x3072(_0x4f195b,_0x514e44){_0x4f195b=_0x4f195b-0xc6;const _0x7c74f2=a0_0x7c74();let _0x3072bb=_0x7c74f2[_0x4f195b];if(a0_0x3072['\x70\x73\x72\x5a\x58\x6c']===undefined){var _0x45607c=function(_0x3480ae){const _0x1011ea='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x5f1f8d='',_0x22c673='';for(let _0x2a8ab1=0x0,_0x25ca03,_0x18635b,_0x4c2c7d=0x0;_0x18635b=_0x3480ae['\x63\x68\x61\x72\x41\x74'](_0x4c2c7d++);~_0x18635b&&(_0x25ca03=_0x2a8ab1%0x4?_0x25ca03*0x40+_0x18635b:_0x18635b,_0x2a8ab1++%0x4)?_0x5f1f8d+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&_0x25ca03>>(-0x2*_0x2a8ab1&0x6)):0x0){_0x18635b=_0x1011ea['\x69\x6e\x64\x65\x78\x4f\x66'](_0x18635b);}for(let _0x2b4ee4=0x0,_0x66761c=_0x5f1f8d['\x6c\x65\x6e\x67\x74\x68'];_0x2b4ee4<_0x66761c;_0x2b4ee4++){_0x22c673+='\x25'+('\x30\x30'+_0x5f1f8d['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2b4ee4)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(_0x22c673);};a0_0x3072['\x69\x46\x56\x54\x71\x62']=_0x45607c,a0_0x3072['\x41\x4a\x47\x58\x57\x71']={},a0_0x3072['\x70\x73\x72\x5a\x58\x6c']=!![];}const _0x570a34=_0x7c74f2[0x0],_0x5c4f3e=_0x4f195b+_0x570a34,_0x5af43e=a0_0x3072['\x41\x4a\x47\x58\x57\x71'][_0x5c4f3e];return!_0x5af43e?(_0x3072bb=a0_0x3072['\x69\x46\x56\x54\x71\x62'](_0x3072bb),a0_0x3072['\x41\x4a\x47\x58\x57\x71'][_0x5c4f3e]=_0x3072bb):_0x3072bb=_0x5af43e,_0x3072bb;}function openaiFleetTools(_0x1af25e,_0x37f00e={}){const _0x1906ef=a0_0x27f25b,_0x53ea30={'\x46\x53\x50\x65\x4d':'\x6f\x62\x6a\x65\x63\x74','\x61\x68\x70\x70\x58':_0x1906ef(0x159),'\x77\x64\x53\x4a\x4b':function(_0x428d8d,_0x43d545){return _0x428d8d(_0x43d545);},'\x53\x41\x43\x4b\x70':function(_0x40e854,_0x2001aa,_0x5c252e){return _0x40e854(_0x2001aa,_0x5c252e);}},_0x1f6c13=selectFleetSpecs(_0x37f00e[_0x1906ef(0x121)]),_0x5099c=_0x53ea30[_0x1906ef(0x16a)](buildFleetHandlers,_0x1f6c13,{'\x63\x6c\x69\x65\x6e\x74':_0x1af25e});return{'\x74\x6f\x6f\x6c\x73':_0x1f6c13[_0x1906ef(0xfc)](_0x4bd1d6=>({'\x74\x79\x70\x65':'\x66\x75\x6e\x63\x74\x69\x6f\x6e','\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x4bd1d6[_0x1906ef(0x107)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x4bd1d6[_0x1906ef(0x16f)],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x4bd1d6['\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61']}})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c'(_0x519351){const _0x5376bd=_0x1906ef,_0x419be9=_0x5099c[_0x5376bd(0x15c)](_0x519351[_0x5376bd(0x157)]['\x6e\x61\x6d\x65']);if(!_0x419be9)return{'\x72\x6f\x6c\x65':'\x74\x6f\x6f\x6c','\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x519351['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x5376bd(0x15f)]({'\x65\x72\x72\x6f\x72':_0x5376bd(0x141)+_0x519351[_0x5376bd(0x157)]['\x6e\x61\x6d\x65']})};let _0xd58652={};try{const _0x55b9bd=JSON['\x70\x61\x72\x73\x65'](_0x519351[_0x5376bd(0x157)][_0x5376bd(0x15a)]||'\x7b\x7d');if(_0x55b9bd&&typeof _0x55b9bd===_0x53ea30[_0x5376bd(0xf1)])_0xd58652=_0x55b9bd;}catch{}try{const _0x3ad6e5=await _0x419be9(_0xd58652);return{'\x72\x6f\x6c\x65':_0x53ea30['\x61\x68\x70\x70\x58'],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x519351['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x3ad6e5)};}catch(_0x106dd3){return{'\x72\x6f\x6c\x65':_0x53ea30[_0x5376bd(0x126)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x519351['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x5376bd(0x15f)]({'\x65\x72\x72\x6f\x72':_0x106dd3 instanceof Error?_0x106dd3['\x6d\x65\x73\x73\x61\x67\x65']:_0x53ea30['\x77\x64\x53\x4a\x4b'](String,_0x106dd3)})};}}};}async function vercelAiFleetTools(_0x4fde8c,_0x299116={}){const _0x191d8b=a0_0x27f25b,_0xfb7223={'\x48\x67\x78\x4e\x49':function(_0x99d38b,_0x47fb01){return _0x99d38b(_0x47fb01);}};let _0x192744;try{_0x192744=await import('\x61\x69');}catch{throw new Error(_0x191d8b(0x134));}const _0x5505a1=_0xfb7223[_0x191d8b(0x103)](selectFleetSpecs,_0x299116['\x61\x6c\x6c\x6f\x77']),_0x44c1d8=buildFleetHandlers(_0x5505a1,{'\x63\x6c\x69\x65\x6e\x74':_0x4fde8c}),_0x2231a3={};for(const _0x1206da of _0x5505a1)_0x2231a3[_0x1206da['\x6e\x61\x6d\x65']]=_0x192744['\x74\x6f\x6f\x6c']({'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x1206da[_0x191d8b(0x16f)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x192744[_0x191d8b(0x100)](_0x1206da[_0x191d8b(0x162)]),'\x65\x78\x65\x63\x75\x74\x65':async _0x4a8b66=>{const _0x326095=_0x191d8b,_0x2e6d5e=_0x44c1d8[_0x326095(0x15c)](_0x1206da['\x6e\x61\x6d\x65']);if(!_0x2e6d5e)throw new Error(_0x326095(0x141)+_0x1206da[_0x326095(0x107)]);return serializeToolResult(await _0xfb7223[_0x326095(0x103)](_0x2e6d5e,_0x4a8b66));}});return _0x2231a3;}function a0_0x7c74(){const _0x34ef7f=['\x76\x32\x31\x65\x73\x4e\x47','\x79\x77\x58\x53\x42\x33\x43','\x74\x33\x62\x30\x41\x77\x39\x55\x79\x77\x57\x47\x42\x77\x76\x30\x79\x77\x72\x48\x44\x67\x65\x47\x43\x33\x72\x48\x42\x78\x62\x4c\x7a\x63\x62\x56\x42\x49\x62\x4c\x44\x4d\x76\x59\x45\x73\x62\x4d\x42\x67\x76\x4c\x44\x63\x62\x54\x7a\x77\x31\x49\x7a\x78\x69\x55','\x79\x32\x39\x55\x42\x4d\x76\x4a\x44\x61','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x59\x7a\x77\x66\x4b','\x71\x33\x6a\x4c\x79\x78\x72\x4c\x69\x67\x66\x55\x69\x67\x4c\x5a\x42\x32\x58\x48\x44\x67\x76\x4b\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x47\x47\x7a\x77\x35\x32\x41\x78\x6a\x56\x42\x4d\x31\x4c\x42\x4e\x71\x47\x79\x77\x35\x4b\x69\x68\x6a\x4c\x44\x68\x76\x59\x42\x49\x62\x50\x44\x68\x6d\x47\x41\x77\x71\x47\x7a\x4d\x39\x59\x69\x68\x76\x5a\x7a\x73\x62\x33\x41\x78\x72\x4f\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x48\x46\x43\x4e\x76\x55\x78\x32\x6e\x56\x42\x77\x31\x48\x42\x4d\x71\x55\x69\x66\x76\x5a\x7a\x73\x62\x30\x41\x67\x4c\x5a\x69\x68\x44\x4f\x7a\x77\x34\x47\x44\x67\x48\x4c\x69\x68\x76\x5a\x7a\x78\x69\x47\x42\x4d\x76\x4c\x7a\x68\x6d\x47\x79\x32\x39\x4b\x7a\x73\x62\x4c\x45\x67\x76\x4a\x44\x78\x72\x4c\x7a\x63\x57\x47\x7a\x4d\x4c\x53\x7a\x78\x6d\x47\x79\x77\x35\x48\x42\x68\x4c\x36\x7a\x77\x71\x53\x69\x67\x39\x59\x69\x67\x6e\x56\x42\x77\x31\x48\x42\x4d\x72\x5a\x69\x68\x6a\x31\x42\x49\x62\x50\x42\x49\x62\x48\x69\x68\x6e\x4c\x79\x33\x76\x59\x7a\x73\x62\x4c\x42\x4e\x7a\x50\x43\x4d\x39\x55\x42\x77\x76\x55\x44\x63\x34\x47\x76\x67\x48\x4c\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x47\x47\x71\x4b\x4c\x6d\x74\x66\x6d\x47\x44\x77\x35\x30\x41\x77\x57\x47\x7a\x67\x76\x5a\x44\x68\x6a\x56\x45\x77\x76\x4b\x69\x6f\x6b\x61\x4c\x63\x62\x4a\x79\x77\x58\x53\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x48\x46\x7a\x67\x76\x5a\x44\x68\x6a\x56\x45\x73\x62\x33\x41\x67\x76\x55\x69\x68\x72\x4f\x7a\x73\x62\x33\x42\x33\x6a\x52\x69\x67\x4c\x5a\x69\x67\x72\x56\x42\x4d\x75\x55','\x79\x77\x48\x57\x43\x66\x47','\x7a\x67\x66\x30\x79\x71','\x41\x65\x76\x4d\x79\x4b\x4b','\x75\x32\x39\x31\x43\x4d\x6e\x4c\x69\x67\x6e\x56\x7a\x67\x75\x47\x44\x67\x38\x47\x43\x4e\x76\x55\x6c\x49\x62\x6e\x44\x77\x58\x30\x41\x73\x31\x53\x41\x77\x35\x4c\x69\x68\x6e\x31\x43\x68\x62\x56\x43\x4e\x72\x4c\x7a\x63\x34','\x76\x67\x4c\x54\x7a\x77\x39\x31\x44\x63\x62\x50\x42\x49\x62\x54\x41\x77\x58\x53\x41\x78\x6e\x4c\x79\x32\x39\x55\x7a\x68\x6d\x55\x69\x65\x72\x4c\x7a\x4d\x66\x31\x42\x68\x71\x47\x6e\x4a\x61\x57\x6d\x64\x61\x55','\x75\x4d\x4c\x57\x7a\x33\x6a\x4c\x43\x63\x31\x5a\x44\x68\x4c\x53\x7a\x73\x62\x4a\x42\x32\x72\x4c\x69\x68\x6e\x4c\x79\x78\x6a\x4a\x41\x63\x34\x47\x75\x4d\x76\x30\x44\x78\x6a\x55\x43\x59\x62\x54\x79\x78\x72\x4a\x41\x67\x4c\x55\x7a\x59\x62\x53\x41\x77\x35\x4c\x43\x59\x62\x33\x41\x78\x72\x4f\x69\x68\x6e\x31\x43\x4e\x6a\x56\x44\x77\x35\x4b\x41\x77\x35\x4e\x69\x67\x6e\x56\x42\x4e\x72\x4c\x45\x68\x71\x55','\x7a\x78\x48\x50\x44\x65\x6e\x56\x7a\x67\x75','\x43\x30\x66\x32\x72\x78\x79','\x44\x4d\x66\x53\x44\x77\x76\x5a','\x42\x32\x54\x59\x42\x77\x43','\x79\x32\x54\x77\x71\x4b\x57','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x59\x44\x77\x35\x46\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x61','\x79\x32\x39\x55\x44\x67\x4c\x55\x44\x77\x76\x46\x42\x32\x35\x46\x7a\x78\x6a\x59\x42\x33\x69','\x44\x67\x4c\x54\x7a\x77\x39\x31\x44\x66\x39\x54\x43\x57','\x44\x4d\x76\x59\x79\x32\x76\x53\x71\x77\x4c\x67\x42\x67\x76\x4c\x44\x66\x72\x56\x42\x32\x58\x5a\x6b\x63\x4b\x36\x69\x68\x72\x4f\x7a\x73\x62\x47\x79\x77\x4c\x47\x69\x68\x62\x48\x79\x32\x54\x48\x7a\x32\x75\x47\x41\x78\x6d\x47\x42\x4d\x39\x30\x69\x67\x4c\x55\x43\x33\x72\x48\x42\x67\x58\x4c\x7a\x63\x34\x47\x73\x77\x35\x5a\x44\x67\x66\x53\x42\x63\x62\x32\x41\x77\x65\x47\x79\x68\x62\x55\x43\x67\x30\x47\x79\x77\x72\x4b\x69\x67\x66\x50\x79\x63\x34','\x43\x32\x76\x30\x75\x4d\x76\x58\x44\x77\x76\x5a\x44\x65\x48\x48\x42\x4d\x72\x53\x7a\x78\x69','\x74\x67\x4c\x5a\x44\x63\x62\x4c\x42\x4e\x72\x59\x41\x77\x76\x5a\x69\x67\x4c\x55\x69\x67\x65\x47\x7a\x67\x4c\x59\x7a\x77\x6e\x30\x42\x33\x6a\x35\x69\x68\x44\x50\x44\x67\x47\x47\x43\x32\x4c\x36\x7a\x73\x57\x47\x44\x68\x4c\x57\x7a\x73\x57\x47\x79\x77\x35\x4b\x69\x67\x31\x56\x7a\x67\x75\x55','\x6c\x49\x34\x56\x6c\x49\x34\x56\x43\x67\x66\x4a\x41\x32\x66\x4e\x7a\x73\x35\x51\x43\x32\x39\x55','\x6d\x77\x48\x48\x42\x65\x31\x31\x76\x61','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4d\x42\x67\x76\x4c\x44\x66\x39\x5a\x44\x67\x66\x30\x44\x78\x6d','\x43\x4e\x76\x55\x71\x32\x39\x4b\x7a\x71','\x6d\x74\x61\x35\x6f\x74\x71\x34\x6e\x76\x4c\x73\x73\x31\x7a\x68\x75\x47','\x7a\x4d\x58\x4c\x7a\x78\x72\x46\x41\x77\x71','\x42\x32\x6a\x51\x7a\x77\x6e\x30','\x6e\x64\x65\x31\x6f\x74\x69\x30\x76\x68\x48\x73\x7a\x65\x58\x41','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4d\x42\x67\x76\x4c\x44\x66\x39\x4b\x41\x78\x6e\x57\x79\x78\x72\x4a\x41\x61','\x76\x77\x35\x52\x42\x4d\x39\x33\x42\x49\x62\x53\x41\x77\x7a\x4c\x79\x33\x4c\x4a\x42\x67\x75\x47\x44\x67\x39\x56\x42\x64\x4f\x47','\x76\x77\x35\x52\x42\x4d\x39\x33\x42\x49\x62\x4d\x42\x67\x76\x4c\x44\x63\x62\x30\x42\x32\x39\x53\x6f\x49\x61','\x45\x66\x4c\x66\x45\x4b\x30','\x41\x78\x6e\x62\x43\x4e\x6a\x48\x45\x71','\x43\x67\x66\x59\x43\x32\x75','\x75\x68\x76\x49\x42\x67\x4c\x4a\x69\x68\x72\x4c\x42\x78\x62\x53\x79\x78\x72\x4c\x69\x68\x6e\x53\x44\x77\x43\x47\x42\x33\x69\x47\x41\x77\x71\x47\x6b\x67\x75\x55\x7a\x59\x34\x47\x6a\x33\x62\x35\x44\x67\x48\x56\x42\x49\x31\x4b\x79\x78\x72\x48\x6c\x78\x6e\x4a\x41\x77\x76\x55\x79\x32\x75\x4e\x6b\x73\x34','\x75\x67\x76\x59\x6c\x77\x6e\x48\x42\x67\x57\x47\x44\x67\x4c\x54\x7a\x77\x39\x31\x44\x63\x34\x47\x6d\x63\x62\x4b\x41\x78\x6e\x48\x79\x4d\x58\x4c\x43\x59\x34\x47\x72\x67\x76\x4d\x79\x78\x76\x53\x44\x63\x61\x32\x6d\x64\x61\x57\x6d\x63\x34','\x72\x77\x35\x32\x41\x78\x6a\x56\x42\x4d\x31\x4c\x42\x4e\x71\x47\x42\x4d\x66\x54\x7a\x73\x61\x4f\x7a\x73\x35\x4e\x6c\x49\x61\x4e\x44\x77\x35\x50\x44\x4d\x76\x59\x43\x32\x66\x53\x6a\x59\x62\x4d\x42\x33\x69\x47\x42\x78\x76\x53\x44\x67\x4b\x54\x42\x67\x66\x55\x7a\x33\x76\x48\x7a\x32\x75\x47\x74\x4d\x39\x4b\x7a\x73\x39\x71\x45\x78\x72\x4f\x42\x32\x34\x50\x6c\x49\x62\x65\x7a\x77\x7a\x48\x44\x77\x58\x30\x69\x63\x44\x31\x42\x4d\x4c\x32\x7a\x78\x6a\x5a\x79\x77\x57\x4e\x6c\x47','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4d\x42\x67\x76\x4c\x44\x66\x39\x5a\x43\x67\x66\x33\x42\x47','\x41\x4d\x54\x6a\x43\x78\x4f','\x44\x68\x4c\x57\x7a\x71','\x79\x33\x6a\x4c\x79\x78\x72\x4c\x76\x67\x39\x56\x42\x61','\x42\x77\x66\x5a\x44\x68\x6a\x48\x72\x4d\x58\x4c\x7a\x78\x72\x75\x42\x32\x39\x53\x43\x59\x47\x50\x6f\x49\x62\x30\x41\x67\x75\x47\x79\x65\x62\x54\x79\x78\x6e\x30\x43\x4d\x65\x56\x79\x32\x39\x59\x7a\x77\x61\x47\x43\x67\x66\x4a\x41\x32\x66\x4e\x7a\x73\x62\x50\x43\x59\x62\x55\x42\x33\x71\x47\x41\x77\x35\x5a\x44\x67\x66\x53\x42\x67\x76\x4b\x6c\x49\x62\x6a\x42\x4e\x6e\x30\x79\x77\x58\x53\x69\x68\x7a\x50\x79\x73\x62\x47\x43\x67\x35\x57\x42\x73\x62\x48\x7a\x67\x71\x47\x71\x67\x31\x48\x43\x33\x72\x59\x79\x73\x39\x4a\x42\x33\x6a\x4c\x79\x63\x34','\x6e\x64\x75\x30\x6e\x4a\x6d\x30\x6d\x65\x44\x33\x77\x4d\x4c\x63\x79\x57','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x53\x41\x78\x6e\x30','\x79\x32\x39\x55\x44\x67\x76\x34\x44\x61','\x76\x33\x6a\x50\x44\x67\x75\x47\x79\x73\x62\x4d\x41\x77\x58\x4c\x69\x67\x4c\x55\x69\x68\x72\x4f\x7a\x73\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x6c\x49\x62\x64\x43\x4d\x76\x48\x44\x67\x76\x5a\x69\x68\x62\x48\x43\x4d\x76\x55\x44\x63\x62\x4b\x41\x78\x6a\x4c\x79\x33\x72\x56\x43\x4d\x4c\x4c\x43\x59\x62\x48\x43\x59\x62\x55\x7a\x77\x76\x4b\x7a\x77\x71\x55\x69\x65\x39\x32\x7a\x78\x6a\x33\x43\x4d\x4c\x30\x7a\x78\x6d\x47\x7a\x78\x48\x50\x43\x33\x72\x50\x42\x4d\x43\x47\x7a\x4d\x4c\x53\x7a\x78\x6d\x55','\x73\x4c\x44\x33\x79\x32\x57','\x71\x32\x66\x57\x6c\x49\x62\x65\x7a\x77\x7a\x48\x44\x77\x58\x30\x69\x64\x65\x57\x6d\x63\x34','\x71\x67\x31\x56\x7a\x67\x76\x53\x79\x32\x39\x55\x44\x67\x76\x34\x44\x68\x62\x59\x42\x33\x72\x56\x79\x32\x39\x53\x6c\x33\x6e\x4b\x41\x59\x39\x5a\x7a\x78\x6a\x32\x7a\x78\x69\x56\x41\x77\x35\x4b\x7a\x78\x47\x55\x41\x4e\x6d','\x75\x4e\x76\x55\x69\x67\x65\x47\x43\x32\x48\x4c\x42\x67\x57\x47\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x63\x62\x56\x42\x49\x62\x48\x69\x67\x7a\x53\x7a\x77\x76\x30\x6a\x33\x6d\x47\x44\x32\x39\x59\x41\x32\x76\x59\x43\x59\x62\x50\x42\x49\x62\x57\x79\x78\x6a\x48\x42\x67\x58\x4c\x42\x63\x34\x47\x72\x67\x76\x4d\x79\x78\x76\x53\x44\x68\x6d\x47\x44\x67\x38\x47\x79\x77\x58\x53\x69\x68\x44\x56\x43\x4d\x54\x4c\x43\x4e\x6d\x37\x69\x68\x62\x48\x43\x33\x6d\x47\x79\x67\x31\x48\x79\x32\x48\x50\x42\x4d\x76\x5a\x79\x63\x62\x30\x42\x59\x62\x30\x79\x78\x6a\x4e\x7a\x78\x71\x47\x43\x33\x62\x4c\x79\x32\x4c\x4d\x41\x77\x6d\x47\x42\x32\x35\x4c\x43\x59\x34\x47\x75\x4d\x76\x30\x44\x78\x6a\x55\x43\x59\x62\x57\x7a\x78\x69\x54\x42\x77\x66\x4a\x41\x67\x4c\x55\x7a\x73\x62\x37\x42\x32\x53\x53\x69\x68\x6a\x4c\x43\x33\x76\x53\x44\x64\x38\x53\x69\x67\x76\x59\x43\x4d\x39\x59\x70\x33\x30\x47\x7a\x77\x35\x30\x43\x4d\x4c\x4c\x43\x59\x34','\x42\x67\x4c\x5a\x44\x61','\x75\x32\x76\x59\x44\x4d\x76\x59','\x7a\x4e\x76\x55\x79\x33\x72\x50\x42\x32\x34','\x41\x77\x31\x48\x7a\x32\x75\x56\x43\x67\x35\x4e','\x44\x67\x39\x56\x42\x61','\x79\x78\x6a\x4e\x44\x77\x31\x4c\x42\x4e\x72\x5a','\x76\x32\x39\x59\x41\x32\x4c\x55\x7a\x59\x62\x4b\x41\x78\x6a\x4c\x79\x33\x72\x56\x43\x4e\x4b\x55\x69\x65\x39\x57\x44\x67\x4c\x56\x42\x4d\x66\x53\x6c\x47','\x7a\x32\x76\x30','\x73\x31\x76\x75\x79\x30\x30','\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x61','\x43\x33\x72\x59\x41\x77\x35\x4e\x41\x77\x7a\x35','\x6d\x4a\x75\x33\x6e\x64\x4b\x57\x79\x4d\x50\x67\x7a\x66\x66\x79','\x42\x77\x66\x5a\x44\x68\x6a\x48\x76\x67\x39\x56\x42\x68\x6d\x4f\x6b\x74\x4f\x47\x44\x67\x48\x4c\x69\x67\x62\x61\x42\x77\x66\x5a\x44\x68\x6a\x48\x6c\x32\x6e\x56\x43\x4d\x76\x47\x69\x68\x62\x48\x79\x32\x54\x48\x7a\x32\x75\x47\x41\x78\x6d\x47\x42\x4d\x39\x30\x69\x67\x4c\x55\x43\x33\x72\x48\x42\x67\x58\x4c\x7a\x63\x34\x47\x73\x77\x35\x5a\x44\x67\x66\x53\x42\x63\x62\x50\x44\x63\x62\x32\x41\x77\x65\x47\x79\x68\x62\x55\x43\x67\x30\x47\x79\x77\x72\x4b\x69\x65\x62\x54\x79\x78\x6e\x30\x43\x4d\x65\x56\x79\x32\x39\x59\x7a\x77\x61\x55','\x41\x77\x35\x57\x44\x78\x72\x74\x79\x32\x48\x4c\x42\x77\x65','\x71\x32\x66\x53\x42\x66\x72\x56\x42\x32\x58\x73\x7a\x78\x66\x31\x7a\x78\x6e\x30\x75\x32\x6e\x4f\x7a\x77\x31\x48','\x44\x67\x39\x56\x42\x66\x39\x31\x43\x32\x75','\x6d\x74\x69\x5a\x6d\x5a\x4b\x31\x6e\x4e\x48\x72\x71\x4c\x48\x4a\x76\x47','\x43\x32\x76\x30','\x71\x32\x39\x55\x44\x67\x4c\x55\x44\x77\x75\x47\x7a\x67\x76\x53\x7a\x78\x72\x50\x42\x4d\x43\x47\x43\x4d\x76\x54\x79\x77\x4c\x55\x41\x77\x35\x4e\x69\x67\x31\x48\x79\x32\x48\x50\x42\x4d\x76\x5a\x69\x67\x4c\x4d\x69\x67\x39\x55\x7a\x73\x62\x4d\x79\x77\x4c\x53\x43\x59\x34','\x7a\x78\x48\x4c\x79\x57','\x74\x33\x62\x30\x41\x77\x39\x55\x79\x77\x57\x47\x7a\x67\x4c\x5a\x43\x67\x58\x48\x45\x73\x62\x55\x79\x77\x31\x4c\x69\x67\x7a\x56\x43\x49\x62\x30\x41\x67\x75\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x34','\x75\x30\x66\x64\x73\x33\x61','\x79\x78\x6a\x59\x79\x78\x4b','\x43\x4d\x76\x5a\x44\x77\x58\x30\x43\x57','\x79\x77\x58\x53','\x41\x77\x31\x48\x7a\x32\x75','\x7a\x67\x76\x5a\x79\x33\x6a\x50\x43\x68\x72\x50\x42\x32\x34','\x44\x77\x35\x50\x44\x4d\x76\x59\x43\x32\x66\x53','\x43\x33\x7a\x4e','\x42\x67\x66\x55\x7a\x33\x76\x48\x7a\x32\x75','\x71\x67\x31\x48\x43\x33\x72\x59\x79\x73\x39\x4a\x42\x33\x6a\x4c','\x43\x67\x66\x59\x79\x77\x31\x5a','\x7a\x4d\x4c\x53\x44\x67\x76\x59','\x7a\x4d\x39\x59\x42\x77\x66\x30','\x73\x4e\x6a\x65\x73\x77\x4f','\x75\x67\x76\x59\x6c\x77\x31\x48\x79\x32\x48\x50\x42\x4d\x75\x47\x44\x67\x4c\x54\x7a\x77\x39\x31\x44\x63\x34\x47\x72\x67\x76\x4d\x79\x78\x76\x53\x44\x63\x61\x32\x6d\x64\x61\x57\x6d\x63\x34','\x74\x33\x62\x30\x41\x77\x39\x55\x79\x77\x57\x47\x44\x32\x39\x59\x41\x32\x4c\x55\x7a\x59\x62\x4b\x41\x78\x6a\x4c\x79\x33\x72\x56\x43\x4e\x4b\x47\x7a\x4d\x39\x59\x69\x68\x72\x4f\x7a\x73\x62\x4a\x42\x32\x31\x54\x79\x77\x35\x4b\x6c\x47','\x42\x4e\x76\x54\x79\x4d\x76\x59','\x7a\x4d\x58\x4c\x7a\x78\x72\x6a\x7a\x61','\x74\x33\x62\x30\x41\x77\x39\x55\x79\x77\x57\x47\x43\x33\x76\x49\x43\x32\x76\x30\x69\x67\x39\x4d\x69\x67\x31\x48\x79\x32\x48\x50\x42\x4d\x75\x47\x41\x77\x72\x5a\x6c\x49\x62\x65\x7a\x77\x7a\x48\x44\x77\x58\x30\x43\x59\x62\x30\x42\x59\x62\x48\x42\x67\x57\x47\x44\x32\x39\x59\x41\x32\x76\x59\x43\x59\x34','\x42\x77\x66\x34\x78\x33\x6a\x4c\x43\x33\x76\x53\x44\x68\x6d','\x41\x77\x31\x48\x7a\x32\x75\x56\x41\x4e\x62\x4c\x7a\x57','\x41\x75\x31\x69\x77\x77\x57','\x45\x77\x50\x7a\x79\x77\x79','\x77\x67\x76\x66\x74\x4b\x79','\x6d\x32\x54\x49\x77\x67\x35\x6e\x45\x71','\x6d\x63\x34\x57\x6c\x4a\x61','\x41\x77\x35\x57\x44\x78\x71','\x43\x4d\x76\x48\x7a\x61','\x74\x4e\x76\x54\x79\x4d\x76\x59\x69\x67\x39\x4d\x69\x68\x44\x56\x43\x4d\x54\x4c\x43\x49\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x7a\x78\x6d\x55\x69\x65\x76\x48\x79\x32\x47\x47\x41\x78\x6d\x47\x79\x4d\x4c\x53\x42\x67\x76\x4b\x69\x67\x4c\x55\x7a\x67\x76\x57\x7a\x77\x35\x4b\x7a\x77\x35\x30\x42\x68\x4b\x55','\x43\x67\x66\x30\x41\x61','\x43\x67\x35\x4e','\x73\x77\x71\x47\x43\x4d\x76\x30\x44\x78\x6a\x55\x7a\x77\x71\x47\x79\x4e\x4b\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75\x55','\x79\x32\x39\x55\x44\x67\x76\x55\x44\x61','\x79\x4d\x39\x56\x42\x67\x76\x48\x42\x47','\x43\x33\x72\x48\x44\x68\x76\x5a','\x6d\x4a\x61\x35\x6f\x64\x79\x33\x74\x4b\x44\x71\x42\x78\x72\x4f','\x75\x33\x62\x48\x44\x32\x34\x47\x79\x73\x62\x4d\x42\x67\x76\x4c\x44\x63\x62\x56\x7a\x49\x62\x6f\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x48\x4c\x43\x59\x62\x4d\x43\x4d\x39\x54\x69\x67\x65\x47\x44\x67\x76\x54\x43\x67\x58\x48\x44\x67\x75\x53\x69\x68\x44\x50\x44\x67\x47\x47\x79\x73\x62\x4a\x42\x32\x39\x59\x7a\x67\x4c\x55\x79\x78\x72\x56\x43\x49\x62\x57\x42\x68\x76\x5a\x69\x65\x34\x47\x44\x32\x39\x59\x41\x32\x76\x59\x43\x59\x62\x5a\x41\x67\x66\x59\x41\x77\x35\x4e\x69\x67\x65\x47\x44\x32\x39\x59\x41\x33\x6e\x57\x79\x77\x6e\x4c\x6c\x49\x62\x73\x7a\x78\x72\x31\x43\x4d\x35\x5a\x69\x68\x72\x4f\x7a\x73\x62\x4d\x42\x67\x76\x4c\x44\x63\x62\x50\x7a\x63\x62\x48\x42\x4d\x71\x47\x44\x67\x48\x4c\x69\x67\x31\x48\x79\x32\x48\x50\x42\x4d\x75\x47\x41\x77\x72\x5a\x6c\x49\x62\x66\x79\x77\x6e\x4f\x69\x68\x44\x56\x43\x4d\x54\x4c\x43\x49\x62\x4f\x79\x78\x6d\x47\x41\x78\x72\x5a\x69\x67\x39\x33\x42\x49\x62\x57\x7a\x78\x6a\x5a\x41\x78\x6e\x30\x7a\x77\x35\x30\x69\x67\x6e\x56\x7a\x67\x75\x54\x7a\x78\x48\x4c\x79\x33\x76\x30\x41\x77\x39\x55\x69\x67\x54\x4c\x43\x4d\x35\x4c\x42\x64\x53\x47\x44\x67\x48\x4c\x69\x68\x6e\x48\x42\x77\x75\x47\x44\x32\x39\x59\x41\x33\x6e\x57\x79\x77\x6e\x4c\x69\x67\x4c\x5a\x69\x67\x31\x56\x44\x77\x35\x30\x7a\x77\x71\x47\x79\x77\x6e\x59\x42\x33\x6e\x5a\x69\x68\x72\x4f\x7a\x77\x30\x55\x69\x65\x6e\x70\x75\x31\x72\x74\x69\x66\x6e\x64\x71\x75\x58\x66\x69\x65\x58\x6a\x74\x4b\x76\x62\x75\x4b\x58\x7a\x69\x68\x44\x50\x44\x67\x47\x47\x79\x68\x44\x56\x43\x4d\x54\x4c\x43\x4e\x6e\x47\x6c\x49\x62\x76\x43\x32\x75\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4d\x42\x67\x76\x4c\x44\x66\x39\x4b\x7a\x78\x6e\x30\x43\x4d\x39\x35\x69\x68\x44\x4f\x7a\x77\x34\x47\x7a\x67\x39\x55\x7a\x73\x34','\x75\x32\x48\x4c\x42\x67\x57\x47\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x63\x62\x53\x41\x77\x35\x4c\x6c\x47','\x44\x66\x76\x35\x74\x75\x75','\x44\x32\x39\x59\x41\x32\x76\x59\x43\x57','\x41\x75\x7a\x67\x44\x32\x57','\x72\x67\x76\x53\x7a\x78\x72\x4c\x69\x67\x65\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x62\x4a\x43\x4d\x76\x48\x44\x67\x76\x4b\x69\x68\x44\x50\x44\x67\x47\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75\x55\x69\x66\x6e\x30\x42\x33\x62\x5a\x69\x67\x6a\x50\x42\x67\x58\x50\x42\x4d\x43\x47\x41\x77\x31\x54\x7a\x77\x72\x50\x79\x78\x72\x4c\x42\x68\x4b\x55\x69\x65\x6e\x48\x42\x67\x57\x47\x44\x67\x48\x50\x43\x59\x62\x56\x42\x4d\x6e\x4c\x69\x68\x72\x4f\x7a\x73\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x7a\x77\x71\x47\x44\x32\x39\x59\x41\x59\x62\x50\x43\x59\x62\x4d\x41\x77\x35\x50\x43\x32\x48\x4c\x7a\x64\x53\x47\x42\x33\x6a\x57\x41\x67\x66\x55\x7a\x77\x71\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x67\x76\x5a\x69\x67\x54\x4c\x7a\x78\x61\x47\x79\x77\x6e\x4a\x43\x4e\x76\x50\x42\x4d\x43\x47\x79\x32\x39\x5a\x44\x63\x34','\x43\x32\x39\x54\x7a\x71','\x75\x4e\x76\x55\x69\x67\x65\x47\x43\x32\x48\x4c\x42\x67\x57\x47\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x63\x61\x4f\x42\x4d\x38\x47\x43\x67\x76\x59\x43\x32\x4c\x5a\x44\x67\x76\x55\x44\x63\x62\x5a\x44\x67\x66\x30\x7a\x73\x4b\x47\x41\x77\x34\x47\x44\x67\x48\x4c\x69\x68\x6e\x48\x42\x4d\x72\x49\x42\x33\x47\x55\x69\x66\x76\x5a\x7a\x73\x62\x4d\x42\x33\x69\x47\x42\x32\x35\x4c\x6c\x78\x6e\x4f\x42\x33\x71\x47\x44\x67\x66\x5a\x41\x33\x6d\x47\x42\x67\x4c\x52\x7a\x73\x61\x4e\x43\x67\x35\x57\x42\x73\x62\x50\x42\x4e\x6e\x30\x79\x77\x58\x53\x6a\x59\x62\x56\x43\x49\x61\x4e\x42\x68\x6d\x4e\x6c\x49\x62\x67\x42\x33\x69\x47\x79\x32\x39\x4b\x7a\x73\x62\x30\x41\x67\x66\x30\x69\x68\x6e\x4f\x42\x33\x76\x53\x7a\x63\x62\x5a\x41\x67\x66\x59\x7a\x73\x62\x5a\x44\x67\x66\x30\x7a\x73\x62\x48\x79\x33\x6a\x56\x43\x33\x6d\x47\x79\x32\x66\x53\x42\x68\x6d\x53\x69\x68\x62\x59\x7a\x77\x7a\x4c\x43\x49\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x78\x33\x6a\x31\x42\x4c\x39\x4a\x42\x32\x72\x4c\x69\x68\x44\x50\x44\x67\x47\x47\x79\x73\x62\x5a\x7a\x78\x6e\x5a\x41\x77\x39\x55\x73\x77\x71\x55','\x71\x67\x31\x56\x7a\x67\x76\x53\x79\x32\x39\x55\x44\x67\x76\x34\x44\x68\x62\x59\x42\x33\x72\x56\x79\x32\x39\x53\x6c\x33\x6e\x4b\x41\x59\x39\x30\x45\x78\x62\x4c\x43\x59\x35\x51\x43\x57','\x42\x67\x76\x55\x7a\x33\x72\x4f','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75','\x7a\x4b\x6e\x50\x74\x32\x34','\x76\x67\x72\x55\x76\x4d\x71','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x50\x7a\x61','\x72\x67\x76\x4d\x79\x78\x76\x53\x44\x63\x61\x32\x6d\x64\x61\x57\x6d\x63\x34','\x44\x67\x39\x56\x42\x66\x39\x4a\x79\x77\x58\x53\x43\x57','\x72\x4c\x6e\x71\x7a\x75\x30','\x74\x67\x4c\x5a\x44\x63\x62\x30\x41\x67\x75\x47\x7a\x4d\x58\x4c\x7a\x78\x71\x4e\x43\x59\x62\x54\x79\x77\x6e\x4f\x41\x77\x35\x4c\x43\x59\x62\x48\x42\x4d\x71\x47\x44\x67\x48\x4c\x41\x78\x69\x47\x43\x67\x76\x59\x6c\x77\x31\x48\x79\x32\x48\x50\x42\x4d\x75\x47\x43\x33\x72\x48\x44\x67\x75\x47\x6b\x68\x6a\x31\x42\x4d\x35\x50\x42\x4d\x43\x47\x6c\x59\x62\x5a\x44\x67\x39\x57\x43\x67\x76\x4b\x69\x63\x38\x47\x7a\x4d\x66\x50\x42\x67\x76\x4b\x6b\x73\x62\x57\x42\x68\x76\x5a\x69\x67\x58\x48\x43\x33\x71\x54\x44\x78\x6e\x4c\x7a\x63\x62\x30\x41\x77\x31\x4c\x43\x33\x72\x48\x42\x78\x62\x5a\x6c\x47','\x79\x33\x44\x4b','\x41\x67\x66\x5a','\x6f\x64\x62\x66\x75\x4c\x72\x5a\x7a\x30\x53','\x43\x67\x66\x30\x44\x67\x76\x59\x42\x47','\x73\x67\x48\x34\x43\x75\x38','\x45\x67\x54\x32\x72\x4d\x43','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x5a\x7a\x77\x66\x59\x79\x32\x47','\x41\x32\x76\x35\x43\x57','\x44\x67\x76\x54\x43\x67\x58\x48\x44\x67\x76\x46\x41\x77\x71','\x42\x77\x66\x57','\x42\x32\x35\x4f\x77\x65\x34','\x79\x32\x58\x56\x43\x32\x75','\x41\x78\x4c\x4e\x76\x67\x69','\x41\x4e\x6e\x56\x42\x4c\x6e\x4a\x41\x67\x76\x54\x79\x71','\x79\x33\x48\x75\x73\x67\x47','\x7a\x67\x76\x53\x7a\x78\x72\x4c','\x73\x67\x44\x34\x74\x4b\x4b','\x75\x78\x6a\x34\x73\x78\x71','\x44\x33\x6a\x50\x44\x67\x75','\x72\x78\x48\x4c\x79\x33\x76\x30\x7a\x73\x62\x4a\x42\x32\x72\x4c\x69\x67\x4c\x55\x69\x67\x65\x47\x43\x67\x76\x59\x43\x32\x4c\x5a\x44\x67\x76\x55\x44\x63\x62\x53\x79\x77\x35\x4e\x44\x77\x66\x4e\x7a\x73\x62\x52\x7a\x78\x6a\x55\x7a\x77\x57\x47\x41\x77\x35\x5a\x41\x77\x72\x4c\x69\x68\x72\x4f\x7a\x73\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x6c\x49\x62\x77\x79\x78\x6a\x50\x79\x77\x6a\x53\x7a\x78\x6d\x47\x43\x67\x76\x59\x43\x32\x4c\x5a\x44\x63\x62\x48\x79\x33\x6a\x56\x43\x33\x6d\x47\x79\x32\x66\x53\x42\x68\x6d\x47\x44\x32\x4c\x30\x41\x63\x62\x30\x41\x67\x75\x47\x43\x32\x66\x54\x7a\x73\x62\x5a\x7a\x78\x6e\x5a\x41\x77\x39\x55\x6c\x49\x62\x73\x7a\x78\x72\x31\x43\x4d\x35\x5a\x69\x68\x6e\x30\x7a\x67\x39\x31\x44\x63\x57\x47\x43\x33\x72\x4b\x7a\x78\x6a\x59\x6c\x63\x62\x4c\x45\x67\x4c\x30\x69\x67\x6e\x56\x7a\x67\x75\x53\x69\x67\x66\x55\x7a\x63\x62\x48\x69\x68\x72\x35\x43\x67\x76\x4b\x69\x67\x62\x59\x7a\x78\x6e\x31\x42\x68\x72\x5a\x79\x63\x62\x48\x43\x4e\x6a\x48\x45\x73\x62\x4a\x42\x32\x35\x30\x79\x77\x4c\x55\x41\x77\x35\x4e\x69\x67\x31\x48\x44\x68\x62\x53\x42\x33\x72\x53\x41\x77\x69\x47\x7a\x4d\x4c\x4e\x44\x78\x6a\x4c\x43\x59\x61\x4f\x79\x4d\x66\x5a\x7a\x74\x79\x30\x69\x66\x62\x6f\x72\x59\x4b\x53\x69\x68\x62\x48\x42\x4d\x72\x48\x43\x59\x62\x65\x79\x78\x72\x48\x72\x4e\x6a\x48\x42\x77\x76\x5a\x6c\x63\x62\x6b\x75\x30\x39\x6f\x69\x68\x7a\x50\x79\x73\x62\x4b\x41\x78\x6e\x57\x42\x67\x66\x35\x6b\x63\x4b\x53\x69\x67\x39\x59\x69\x67\x76\x59\x43\x4d\x39\x59\x43\x59\x34\x47\x75\x68\x6a\x4c\x7a\x4d\x76\x59\x69\x68\x72\x4f\x41\x78\x6d\x47\x42\x33\x7a\x4c\x43\x49\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x78\x32\x76\x34\x7a\x77\x6d\x47\x7a\x4d\x39\x59\x69\x67\x66\x55\x45\x73\x62\x4a\x42\x32\x72\x4c\x69\x68\x72\x4f\x79\x78\x71\x47\x42\x4d\x76\x4c\x7a\x68\x6d\x47\x43\x33\x72\x59\x44\x77\x6e\x30\x44\x78\x6a\x4c\x7a\x63\x62\x56\x44\x78\x72\x57\x44\x78\x71\x55','\x42\x4d\x66\x54\x7a\x71','\x43\x68\x76\x5a\x41\x61','\x43\x32\x39\x31\x43\x4d\x6e\x4c','\x73\x32\x76\x59\x42\x4d\x76\x53\x69\x67\x58\x48\x42\x4d\x44\x31\x79\x77\x44\x4c\x6c\x47','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4c\x45\x67\x76\x4a','\x44\x67\x39\x56\x42\x66\x39\x59\x7a\x78\x6e\x31\x42\x68\x71','\x44\x32\x39\x59\x41\x32\x76\x59\x6c\x71','\x44\x67\x76\x34\x44\x61','\x41\x77\x72\x5a','\x79\x33\x6a\x4c\x79\x78\x72\x4c','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x59\x44\x77\x35\x46\x79\x32\x39\x4b\x7a\x71','\x42\x77\x76\x5a\x43\x32\x66\x4e\x7a\x71','\x79\x33\x6a\x4c\x79\x78\x72\x4c\x74\x77\x6e\x57\x75\x32\x76\x59\x44\x4d\x76\x59\x6b\x63\x4b\x36\x69\x68\x72\x4f\x7a\x73\x62\x47\x71\x67\x31\x56\x7a\x67\x76\x53\x79\x32\x39\x55\x44\x67\x76\x34\x44\x68\x62\x59\x42\x33\x72\x56\x79\x32\x39\x53\x6c\x33\x6e\x4b\x41\x32\x61\x47\x43\x67\x66\x4a\x41\x32\x66\x4e\x7a\x73\x62\x50\x43\x59\x62\x55\x42\x33\x71\x47\x41\x77\x35\x5a\x44\x67\x66\x53\x42\x67\x76\x4b\x6c\x49\x62\x6a\x42\x4e\x6e\x30\x79\x77\x58\x53\x69\x67\x4c\x30\x69\x68\x7a\x50\x79\x73\x62\x47\x43\x67\x35\x57\x42\x73\x62\x48\x7a\x67\x71\x47\x71\x67\x31\x56\x7a\x67\x76\x53\x79\x32\x39\x55\x44\x67\x76\x34\x44\x68\x62\x59\x42\x33\x72\x56\x79\x32\x39\x53\x6c\x33\x6e\x4b\x41\x32\x61\x55','\x43\x33\x72\x59\x41\x77\x35\x4e','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4b\x7a\x78\x6e\x30\x43\x4d\x39\x35','\x69\x67\x35\x56\x44\x63\x62\x4d\x42\x33\x76\x55\x7a\x63\x34\x47\x71\x33\x6a\x4c\x79\x78\x72\x4c\x69\x67\x4c\x30\x69\x67\x7a\x50\x43\x4e\x6e\x30\x69\x68\x44\x50\x44\x67\x47\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75\x55','\x43\x32\x76\x5a\x43\x32\x4c\x56\x42\x4b\x4c\x4b','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x33\x43\x4d\x4c\x30\x7a\x71','\x44\x4b\x6e\x51\x76\x65\x75','\x44\x68\x4c\x57\x7a\x78\x6e\x4a\x43\x4d\x4c\x57\x44\x61','\x42\x77\x66\x52\x7a\x75\x48\x48\x42\x4d\x72\x53\x7a\x78\x69','\x7a\x4e\x6a\x56\x42\x71','\x6d\x4a\x43\x32\x6d\x64\x62\x70\x73\x4d\x58\x52\x76\x66\x71','\x73\x78\x7a\x68\x43\x32\x6d','\x7a\x77\x35\x32\x41\x78\x6a\x56\x42\x4d\x31\x4c\x42\x4e\x71'];a0_0x7c74=function(){return _0x34ef7f;};return a0_0x7c74();}async function mastraFleetTools(_0x1e528b,_0x140dfd={}){const _0x1af7dc=a0_0x27f25b,_0xd633f7={'\x51\x72\x78\x49\x74':function(_0x2665f3,_0xbfb8dc){return _0x2665f3(_0xbfb8dc);},'\x4a\x72\x44\x49\x6a':_0x1af7dc(0x14c)};let _0x143dbc;try{_0x143dbc=await import(_0x1af7dc(0xc6));}catch{throw new Error(_0xd633f7[_0x1af7dc(0xca)]);}const _0x63dd5b=selectFleetSpecs(_0x140dfd[_0x1af7dc(0x121)]),_0x2bc9ad=buildFleetHandlers(_0x63dd5b,{'\x63\x6c\x69\x65\x6e\x74':_0x1e528b}),_0x339218={};for(const _0x5ea77e of _0x63dd5b)_0x339218[_0x5ea77e['\x6e\x61\x6d\x65']]=_0x143dbc[_0x1af7dc(0x14b)]({'\x69\x64':_0x5ea77e[_0x1af7dc(0x107)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x5ea77e['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x143dbc['\x6a\x73\x6f\x6e\x53\x63\x68\x65\x6d\x61']?_0x143dbc[_0x1af7dc(0x100)](_0x5ea77e[_0x1af7dc(0x162)]):_0x5ea77e['\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61'],'\x65\x78\x65\x63\x75\x74\x65':async _0x566bc3=>{const _0x386ab0=_0x1af7dc,_0x4b1b7d=_0x2bc9ad[_0x386ab0(0x15c)](_0x5ea77e[_0x386ab0(0x107)]);if(!_0x4b1b7d)throw new Error(_0x386ab0(0x141)+_0x5ea77e[_0x386ab0(0x107)]);return{'\x72\x65\x73\x75\x6c\x74':_0xd633f7[_0x386ab0(0x104)](serializeToolResult,await _0xd633f7[_0x386ab0(0x104)](_0x4b1b7d,_0x566bc3?.['\x63\x6f\x6e\x74\x65\x78\x74']??{}))};}});return _0x339218;}function buildFleetHandlers(_0x567991,_0x51c85d){const _0x360df5=a0_0x27f25b,_0x25f1f6=new Map();for(const _0x20e0b6 of _0x567991)_0x25f1f6['\x73\x65\x74'](_0x20e0b6[_0x360df5(0x107)],_0x20e0b6[_0x360df5(0x11b)](_0x51c85d));return _0x25f1f6;}const LIFECYCLE_TOOL_SPECS={'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x63\x72\x65\x61\x74\x65':{'\x6e\x61\x6d\x65':a0_0x27f25b(0xeb),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x125),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':'\x6f\x62\x6a\x65\x63\x74','\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x147)},'\x6e\x61\x6d\x65':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x169)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x501d7d})=>async _0x1fe825=>{const _0x20fcf7=a0_0x27f25b,_0x1e335b=await _0x501d7d[_0x20fcf7(0x110)]({'\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74':_0x1fe825[_0x20fcf7(0x11f)]??_0x20fcf7(0x170),'\x6e\x61\x6d\x65':_0x1fe825['\x6e\x61\x6d\x65']});return{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x1e335b['\x69\x64'],'\x73\x74\x61\x74\x75\x73':_0x1e335b[_0x20fcf7(0xdf)]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x131),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x45\x78\x65\x63\x75\x74\x65\x20\x61\x20\x73\x68\x65\x6c\x6c\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x20\x69\x6e\x20\x61\x20\x70\x72\x65\x76\x69\x6f\x75\x73\x6c\x79\x20\x63\x72\x65\x61\x74\x65\x64\x20\x73\x61\x6e\x64\x62\x6f\x78\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x7b\x73\x74\x64\x6f\x75\x74\x2c\x20\x73\x74\x64\x65\x72\x72\x2c\x20\x65\x78\x69\x74\x43\x6f\x64\x65\x7d\x2e\x20\x54\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x20\x6d\x75\x73\x74\x20\x65\x78\x69\x73\x74\x20\u2014\x20\x63\x72\x65\x61\x74\x65\x20\x69\x74\x20\x66\x69\x72\x73\x74\x20\x77\x69\x74\x68\x20\x73\x61\x6e\x64\x62\x6f\x78\x5f\x63\x72\x65\x61\x74\x65\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':'\x6f\x62\x6a\x65\x63\x74','\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x69\x64':{'\x74\x79\x70\x65':a0_0x27f25b(0x114),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xdc)},'\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x74\x79\x70\x65':a0_0x27f25b(0x114),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x53\x68\x65\x6c\x6c\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x20\x6c\x69\x6e\x65\x2e'},'\x63\x77\x64':{'\x74\x79\x70\x65':a0_0x27f25b(0x114),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xcc)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x27f25b(0xcd),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0x12a)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27f25b(0xee),a0_0x27f25b(0x15e)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x2d9261})=>async _0x2de7da=>{const _0x466521=a0_0x27f25b,_0x548aa9=await _0x2d9261[_0x466521(0x15c)](_0x2de7da[_0x466521(0xee)]);if(!_0x548aa9)throw new Error('\x53\x61\x6e\x64\x62\x6f\x78\x20'+_0x2de7da[_0x466521(0xee)]+_0x466521(0x116));const _0x144484=await _0x548aa9[_0x466521(0x168)](_0x2de7da[_0x466521(0x15e)],{'\x63\x77\x64':_0x2de7da[_0x466521(0xf3)],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x2de7da[_0x466521(0x133)]??0xea60});return{'\x73\x74\x64\x6f\x75\x74':_0x144484['\x73\x74\x64\x6f\x75\x74'],'\x73\x74\x64\x65\x72\x72':_0x144484['\x73\x74\x64\x65\x72\x72'],'\x65\x78\x69\x74\x43\x6f\x64\x65':_0x144484[_0x466521(0x12c)]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x64\x65\x73\x74\x72\x6f\x79':{'\x6e\x61\x6d\x65':a0_0x27f25b(0x115),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xe6),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27f25b(0x13d),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x69\x64':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27f25b(0xdc)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27f25b(0xee)],'\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x50\x72\x6f\x70\x65\x72\x74\x69\x65\x73':![]},'\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72':({client:_0x200176})=>async _0x42e708=>{const _0x3e6597=a0_0x27f25b,_0x46e3c1=await _0x200176['\x67\x65\x74'](_0x42e708['\x73\x61\x6e\x64\x62\x6f\x78\x5f\x69\x64']);if(!_0x46e3c1)return{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x42e708['\x73\x61\x6e\x64\x62\x6f\x78\x5f\x69\x64'],'\x64\x65\x6c\x65\x74\x65\x64':!![]};return await _0x46e3c1[_0x3e6597(0x102)](),{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x42e708[_0x3e6597(0xee)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};}}},ALL_LIFECYCLE_TOOL_SPECS=Object[a0_0x27f25b(0x12e)](LIFECYCLE_TOOL_SPECS);function selectLifecycleSpecs(_0xa23cb2){const _0x2666ef=a0_0x27f25b;if(!_0xa23cb2||_0xa23cb2[_0x2666ef(0xea)]===0x0)return ALL_LIFECYCLE_TOOL_SPECS;const _0x2b84d1=new Set(_0xa23cb2);return Object[_0x2666ef(0xfa)](LIFECYCLE_TOOL_SPECS)[_0x2666ef(0xc8)](_0x4eb15b=>_0x2b84d1[_0x2666ef(0xf4)](_0x4eb15b))[_0x2666ef(0xfc)](_0x78596b=>LIFECYCLE_TOOL_SPECS[_0x78596b]);}function anthropicLifecycleTools(_0xd7aac4,_0x219b6a={}){const _0x3fb34f=a0_0x27f25b,_0x3dd5ea={'\x63\x6b\x56\x42\x4c':function(_0x315e08,_0x7cc20d){return _0x315e08(_0x7cc20d);},'\x57\x6d\x44\x4a\x78':function(_0x574254,_0x461806){return _0x574254(_0x461806);}},_0x404c86=_0x3dd5ea[_0x3fb34f(0x120)](selectLifecycleSpecs,_0x219b6a[_0x3fb34f(0x121)]),_0x14e0ee=buildLifecycleHandlers(_0x404c86,{'\x63\x6c\x69\x65\x6e\x74':_0xd7aac4});return{'\x74\x6f\x6f\x6c\x73':_0x404c86['\x6d\x61\x70'](_0x454417=>({'\x6e\x61\x6d\x65':_0x454417[_0x3fb34f(0x107)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x454417[_0x3fb34f(0x16f)],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x454417[_0x3fb34f(0x162)]})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65'(_0x566d90){const _0x5a5e53=_0x3fb34f,_0x322c6a=_0x14e0ee[_0x5a5e53(0x15c)](_0x566d90[_0x5a5e53(0x107)]);if(!_0x322c6a)return{'\x74\x79\x70\x65':_0x5a5e53(0x10c),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x566d90['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x5a5e53(0x140)+_0x566d90[_0x5a5e53(0x107)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x15d0bc=await _0x322c6a(_0x566d90[_0x5a5e53(0xd7)]);return{'\x74\x79\x70\x65':_0x5a5e53(0x10c),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x566d90['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x3dd5ea[_0x5a5e53(0x130)](serializeToolResult,_0x15d0bc)};}catch(_0x81f999){return{'\x74\x79\x70\x65':_0x5a5e53(0x10c),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x566d90['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x81f999 instanceof Error?_0x81f999['\x6d\x65\x73\x73\x61\x67\x65']:_0x3dd5ea[_0x5a5e53(0x130)](String,_0x81f999),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}};}function openaiLifecycleTools(_0x80bfc9,_0x2df10d={}){const _0x3ba6db=a0_0x27f25b,_0x595f95={'\x63\x78\x54\x48\x68':_0x3ba6db(0x13d),'\x48\x68\x78\x71\x4f':function(_0x2c3614,_0x3c3e77){return _0x2c3614(_0x3c3e77);},'\x74\x55\x79\x4d\x45':_0x3ba6db(0x159)},_0x10b232=selectLifecycleSpecs(_0x2df10d[_0x3ba6db(0x121)]),_0x139272=buildLifecycleHandlers(_0x10b232,{'\x63\x6c\x69\x65\x6e\x74':_0x80bfc9});return{'\x74\x6f\x6f\x6c\x73':_0x10b232[_0x3ba6db(0xfc)](_0x30e073=>({'\x74\x79\x70\x65':_0x3ba6db(0x157),'\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x30e073['\x6e\x61\x6d\x65'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x30e073[_0x3ba6db(0x16f)],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x30e073[_0x3ba6db(0x162)]}})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c'(_0x5cf433){const _0x403593=_0x3ba6db,_0x3c67af=_0x139272['\x67\x65\x74'](_0x5cf433['\x66\x75\x6e\x63\x74\x69\x6f\x6e'][_0x403593(0x107)]);if(!_0x3c67af)return{'\x72\x6f\x6c\x65':_0x403593(0x159),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x5cf433['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x403593(0x15f)]({'\x65\x72\x72\x6f\x72':'\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x6c\x69\x66\x65\x63\x79\x63\x6c\x65\x20\x74\x6f\x6f\x6c\x3a\x20'+_0x5cf433['\x66\x75\x6e\x63\x74\x69\x6f\x6e'][_0x403593(0x107)]})};let _0x86bfda={};try{const _0x2284e8=JSON[_0x403593(0x144)](_0x5cf433[_0x403593(0x157)]['\x61\x72\x67\x75\x6d\x65\x6e\x74\x73']||'\x7b\x7d');if(_0x2284e8&&typeof _0x2284e8===_0x595f95[_0x403593(0x101)])_0x86bfda=_0x2284e8;}catch{}try{const _0x22a59b=await _0x595f95[_0x403593(0xf7)](_0x3c67af,_0x86bfda);return{'\x72\x6f\x6c\x65':_0x595f95[_0x403593(0xe3)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x5cf433['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x22a59b)};}catch(_0x286248){return{'\x72\x6f\x6c\x65':'\x74\x6f\x6f\x6c','\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x5cf433['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x403593(0x15f)]({'\x65\x72\x72\x6f\x72':_0x286248 instanceof Error?_0x286248[_0x403593(0x112)]:_0x595f95[_0x403593(0xf7)](String,_0x286248)})};}}};}function buildLifecycleHandlers(_0x5d0852,_0x3f69e5){const _0x5ccac7=a0_0x27f25b,_0x308e16=new Map();for(const _0xa08b1a of _0x5d0852)_0x308e16[_0x5ccac7(0x166)](_0xa08b1a[_0x5ccac7(0x107)],_0xa08b1a['\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72'](_0x3f69e5));return _0x308e16;}async function mastraTools(_0x45a93e,_0x5e43ba={}){const _0x2e309c=a0_0x27f25b,_0x49aa62={'\x58\x65\x45\x4e\x46':function(_0x306aea,_0x261001){return _0x306aea(_0x261001);}};let _0x48ef40;try{_0x48ef40=await import('\x40\x6d\x61\x73\x74\x72\x61\x2f\x63\x6f\x72\x65');}catch{throw new Error(_0x2e309c(0x161));}const _0x29afdc=selectSpecs(_0x5e43ba[_0x2e309c(0x121)]),_0x350f8a={'\x62\x6f\x78':_0x45a93e,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x5e43ba['\x73\x65\x73\x73\x69\x6f\x6e\x49\x64']},_0x31caac={};for(const _0xf984c1 of _0x29afdc){const _0x190347=_0xf984c1[_0x2e309c(0x11b)](_0x350f8a);_0x31caac[_0xf984c1[_0x2e309c(0x107)]]=_0x48ef40[_0x2e309c(0x14b)]({'\x69\x64':_0xf984c1['\x6e\x61\x6d\x65'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0xf984c1[_0x2e309c(0x16f)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x48ef40['\x6a\x73\x6f\x6e\x53\x63\x68\x65\x6d\x61']?_0x48ef40[_0x2e309c(0x100)](_0xf984c1[_0x2e309c(0x162)]):_0xf984c1[_0x2e309c(0x162)],'\x65\x78\x65\x63\x75\x74\x65':async _0x4ead50=>{const _0x125f26=_0x2e309c;return{'\x72\x65\x73\x75\x6c\x74':_0x49aa62[_0x125f26(0xd4)](serializeToolResult,await _0x49aa62['\x58\x65\x45\x4e\x46'](_0x190347,_0x4ead50?.[_0x125f26(0x14f)]??{}))};}});}return _0x31caac;}function openaiTools(_0xe2eebb,_0xbb82ec={}){const _0x14ff83=a0_0x27f25b,_0x2e7bae={'\x68\x45\x66\x62\x49':_0x14ff83(0x13d),'\x50\x75\x4a\x50\x50':function(_0x18a149,_0x369a5b){return _0x18a149!==_0x369a5b;},'\x54\x64\x6e\x56\x64':_0x14ff83(0x159),'\x73\x41\x76\x45\x76':function(_0x51ad1a,_0xe4a2a){return _0x51ad1a(_0xe4a2a);},'\x6b\x55\x61\x77\x4e':function(_0x55e5cc,_0x52c899){return _0x55e5cc(_0x52c899);},'\x78\x6b\x76\x46\x67':function(_0x382966,_0xb2c591){return _0x382966 instanceof _0xb2c591;}},_0x21974b=selectSpecs(_0xbb82ec[_0x14ff83(0x121)]),_0x3d09fe={'\x62\x6f\x78':_0xe2eebb,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0xbb82ec[_0x14ff83(0x117)]},_0x28af9d=new Map();for(const _0x28fd6b of _0x21974b)_0x28af9d[_0x14ff83(0x166)](_0x28fd6b[_0x14ff83(0x107)],_0x28fd6b[_0x14ff83(0x11b)](_0x3d09fe));const _0x32322a=_0x21974b[_0x14ff83(0xfc)](_0x3332de=>({'\x74\x79\x70\x65':_0x14ff83(0x157),'\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x3332de[_0x14ff83(0x107)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x3332de[_0x14ff83(0x16f)],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x3332de[_0x14ff83(0x162)]}}));function _0x46e4cb(_0x8ab3a5){const _0x109b46=_0x14ff83;if(!_0x8ab3a5)return{};try{const _0x4492b5=JSON[_0x109b46(0x144)](_0x8ab3a5);return typeof _0x4492b5===_0x2e7bae[_0x109b46(0x128)]&&_0x2e7bae['\x50\x75\x4a\x50\x50'](_0x4492b5,null)?_0x4492b5:{};}catch{return{};}}async function _0x45010f(_0x35849c){const _0x4b031c=_0x14ff83,_0x11e558=_0x28af9d[_0x4b031c(0x15c)](_0x35849c[_0x4b031c(0x157)][_0x4b031c(0x107)]);if(!_0x11e558)return{'\x72\x6f\x6c\x65':_0x2e7bae[_0x4b031c(0xed)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x35849c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x4b031c(0x15f)]({'\x65\x72\x72\x6f\x72':'\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x74\x6f\x6f\x6c\x3a\x20'+_0x35849c[_0x4b031c(0x157)][_0x4b031c(0x107)]})};try{const _0x5509df=await _0x2e7bae[_0x4b031c(0x12d)](_0x11e558,_0x2e7bae['\x6b\x55\x61\x77\x4e'](_0x46e4cb,_0x35849c['\x66\x75\x6e\x63\x74\x69\x6f\x6e'][_0x4b031c(0x15a)]));return{'\x72\x6f\x6c\x65':_0x2e7bae[_0x4b031c(0xed)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x35849c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x5509df)};}catch(_0x2b02a7){return{'\x72\x6f\x6c\x65':_0x2e7bae[_0x4b031c(0xed)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x35849c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79']({'\x65\x72\x72\x6f\x72':_0x2e7bae[_0x4b031c(0xf8)](_0x2b02a7,Error)?_0x2b02a7['\x6d\x65\x73\x73\x61\x67\x65']:String(_0x2b02a7)})};}}async function _0x4cbe47(_0x216491){const _0x35eab9=_0x14ff83,_0x111fbe=_0x216491[_0x35eab9(0xf0)]??[];return Promise['\x61\x6c\x6c'](_0x111fbe[_0x35eab9(0xfc)](_0x45010f));}return{'\x74\x6f\x6f\x6c\x73':_0x32322a,'\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c':_0x45010f,'\x68\x61\x6e\x64\x6c\x65\x41\x73\x73\x69\x73\x74\x61\x6e\x74\x4d\x65\x73\x73\x61\x67\x65':_0x4cbe47};}async function vercelAiTools(_0x44342e,_0x55e9bc={}){const _0x1864ab=a0_0x27f25b,_0x1aefb6={'\x79\x67\x62\x79\x44':'\x76\x65\x72\x63\x65\x6c\x41\x69\x54\x6f\x6f\x6c\x73\x28\x29\x3a\x20\x74\x68\x65\x20\x60\x61\x69\x60\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x69\x6e\x73\x74\x61\x6c\x6c\x65\x64\x2e\x20\x49\x6e\x73\x74\x61\x6c\x6c\x20\x69\x74\x20\x76\x69\x61\x20\x60\x70\x6e\x70\x6d\x20\x61\x64\x64\x20\x61\x69\x60\x20\x28\x61\x6e\x64\x20\x70\x69\x63\x6b\x20\x61\x6e\x20\x60\x40\x61\x69\x2d\x73\x64\x6b\x2f\x2a\x60\x20\x6d\x6f\x64\x65\x6c\x20\x61\x64\x61\x70\x74\x65\x72\x29\x2e'};let _0x5ca51a;try{_0x5ca51a=await import('\x61\x69');}catch{throw new Error(_0x1aefb6['\x79\x67\x62\x79\x44']);}const _0x29bdf1=selectSpecs(_0x55e9bc['\x61\x6c\x6c\x6f\x77']),_0x1300fd={'\x62\x6f\x78':_0x44342e,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x55e9bc[_0x1864ab(0x117)]},_0x58b4ba={};for(const _0x15dda1 of _0x29bdf1){const _0x565cb1=_0x15dda1[_0x1864ab(0x11b)](_0x1300fd);_0x58b4ba[_0x15dda1[_0x1864ab(0x107)]]=_0x5ca51a[_0x1864ab(0x159)]({'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x15dda1[_0x1864ab(0x16f)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x5ca51a[_0x1864ab(0x100)](_0x15dda1['\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61']),'\x65\x78\x65\x63\x75\x74\x65':async _0x3164cc=>{return serializeToolResult(await _0x565cb1(_0x3164cc));}});}return _0x58b4ba;}export{ALL_FLEET_TOOL_SPECS,ALL_LIFECYCLE_TOOL_SPECS,ALL_TOOL_SPECS,FLEET_TOOL_SPECS,LIFECYCLE_TOOL_SPECS,TOOL_SPECS,anthropicFleetTools,anthropicLifecycleTools,anthropicTools,createMcpServer,mastraFleetTools,mastraTools,openaiFleetTools,openaiLifecycleTools,openaiTools,runCode,vercelAiFleetTools,vercelAiTools};
@@ -1 +1 @@
1
- const a0_0x3c5fca=a0_0xeb88;(function(_0x5b8dd7,_0x5d0437){const _0x58bfac=a0_0xeb88,_0x31fb01=_0x5b8dd7();while(!![]){try{const _0x3b90f0=parseInt(_0x58bfac(0x13e))/0x1*(parseInt(_0x58bfac(0x131))/0x2)+-parseInt(_0x58bfac(0x130))/0x3+parseInt(_0x58bfac(0x155))/0x4+parseInt(_0x58bfac(0x132))/0x5*(-parseInt(_0x58bfac(0x152))/0x6)+parseInt(_0x58bfac(0x151))/0x7+-parseInt(_0x58bfac(0x144))/0x8*(-parseInt(_0x58bfac(0x134))/0x9)+parseInt(_0x58bfac(0x12e))/0xa*(parseInt(_0x58bfac(0x14c))/0xb);if(_0x3b90f0===_0x5d0437)break;else _0x31fb01['push'](_0x31fb01['shift']());}catch(_0x538a1c){_0x31fb01['push'](_0x31fb01['shift']());}}}(a0_0x5962,0x4ff70));import{createHmac,timingSafeEqual}from'\x6e\x6f\x64\x65\x3a\x63\x72\x79\x70\x74\x6f';function base64UrlEncode(_0xb7b085){const _0x22ea1f=a0_0xeb88,_0x17f032={'\x63\x6d\x71\x64\x62':_0x22ea1f(0x138)};return(typeof _0xb7b085===_0x17f032[_0x22ea1f(0x15b)]?Buffer[_0x22ea1f(0x150)](_0xb7b085):_0xb7b085)[_0x22ea1f(0x135)](_0x22ea1f(0x157))[_0x22ea1f(0x142)](/\+/g,'\x2d')[_0x22ea1f(0x142)](/\//g,'\x5f')[_0x22ea1f(0x142)](/=+$/,'');}function decodeBase64UrlToBuffer(_0x5816ce){const _0x406f5f=a0_0xeb88,_0x7f3b={'\x74\x59\x73\x46\x43':function(_0x749b34,_0x3619ca){return _0x749b34+_0x3619ca;},'\x68\x52\x57\x5a\x4b':function(_0x3ba4af,_0xd8a37b){return _0x3ba4af%_0xd8a37b;},'\x57\x54\x4f\x4b\x4d':_0x406f5f(0x157)};if(!/^[A-Za-z0-9_-]*$/[_0x406f5f(0x139)](_0x5816ce))return null;const _0x14e401=_0x7f3b[_0x406f5f(0x15a)](_0x5816ce,'\x3d'['\x72\x65\x70\x65\x61\x74'](_0x7f3b['\x68\x52\x57\x5a\x4b'](0x4-_0x7f3b[_0x406f5f(0x163)](_0x5816ce[_0x406f5f(0x147)],0x4),0x4)));return Buffer[_0x406f5f(0x150)](_0x14e401[_0x406f5f(0x142)](/-/g,'\x2b')[_0x406f5f(0x142)](/_/g,'\x2f'),_0x7f3b[_0x406f5f(0x165)]);}function createSignature(_0x1d76a5,_0x5108b8){const _0x1e8658=a0_0xeb88;return base64UrlEncode(createHmac(_0x1e8658(0x140),_0x5108b8)[_0x1e8658(0x166)](_0x1d76a5)[_0x1e8658(0x15c)]());}const JWT_HEADER=base64UrlEncode(JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79']({'\x61\x6c\x67':a0_0x3c5fca(0x158),'\x74\x79\x70':'\x4a\x57\x54'}));function issueToken(_0x75c42d,_0x1b7fe2,_0x3f8424){const _0x32a2b7=a0_0x3c5fca,_0xe86907={'\x41\x4b\x6b\x6d\x6f':function(_0x37cb92,_0x1acb62){return _0x37cb92/_0x1acb62;},'\x47\x6c\x65\x44\x77':function(_0x35c0b1,_0x156649,_0x43c53c){return _0x35c0b1(_0x156649,_0x43c53c);}},_0x28729f=Math[_0x32a2b7(0x146)](_0xe86907[_0x32a2b7(0x15e)](Date['\x6e\x6f\x77'](),0x3e8)),_0x5d4fbc={..._0x1b7fe2,'\x69\x61\x74':_0x28729f,'\x65\x78\x70':_0x28729f+_0x3f8424*0x3c},_0x537f86=JWT_HEADER+'\x2e'+base64UrlEncode(JSON[_0x32a2b7(0x15f)](_0x5d4fbc));return _0x537f86+'\x2e'+_0xe86907[_0x32a2b7(0x169)](createSignature,_0x537f86,_0x75c42d);}function issueReadToken(_0x171083,_0x34ff5e,_0x2960b9){const _0x3c1953=a0_0x3c5fca;return issueToken(_0x171083,{..._0x34ff5e,'\x74\x79\x70':_0x3c1953(0x133)},_0x2960b9);}function issueSessionScopedToken(_0x4c880f,_0x16d7df,_0x1cfe64){const _0x538c85=a0_0x3c5fca,_0x3930b0={'\x54\x53\x7a\x4e\x4d':function(_0x1ccf43,_0x4e10dc,_0x15fdf3,_0x476eca){return _0x1ccf43(_0x4e10dc,_0x15fdf3,_0x476eca);}};return _0x3930b0[_0x538c85(0x143)](issueReadToken,_0x4c880f,_0x16d7df,_0x1cfe64);}function a0_0x5962(){const _0x44a138=['\x43\x32\x4c\x4e\x42\x4d\x4c\x55\x7a\x31\x6e\x4c\x79\x33\x6a\x4c\x44\x61','\x79\x32\x58\x56\x79\x32\x54\x74\x41\x32\x76\x33\x75\x32\x76\x4a\x42\x32\x35\x4b\x43\x57','\x6d\x78\x76\x78\x43\x4c\x48\x75\x71\x71','\x42\x4d\x39\x33','\x43\x32\x48\x48\x6d\x4a\x75\x32','\x44\x67\x44\x67\x75\x68\x71','\x43\x4d\x76\x57\x42\x67\x66\x4a\x7a\x71','\x76\x66\x6e\x36\x74\x4b\x30','\x6d\x74\x61\x30\x6d\x5a\x79\x33\x6d\x4b\x31\x6a\x76\x4b\x6e\x5a\x7a\x57','\x44\x67\x4c\x4c\x43\x47','\x7a\x4d\x58\x56\x42\x33\x69','\x42\x67\x76\x55\x7a\x33\x72\x4f','\x43\x68\x6a\x56\x7a\x68\x76\x4a\x44\x65\x4c\x4b','\x7a\x78\x48\x57','\x73\x32\x76\x58\x42\x66\x65','\x43\x32\x76\x5a\x43\x32\x4c\x56\x42\x4b\x4c\x4b','\x6f\x64\x6d\x5a\x6f\x65\x31\x36\x72\x65\x35\x76\x74\x47','\x77\x66\x66\x6a\x7a\x67\x75','\x71\x31\x44\x64\x74\x4b\x79','\x43\x75\x6e\x36\x74\x30\x69','\x7a\x4e\x6a\x56\x42\x71','\x6f\x74\x47\x35\x6f\x64\x75\x32\x73\x65\x6a\x62\x79\x31\x50\x57','\x6d\x74\x47\x32\x6f\x74\x62\x49\x76\x68\x6e\x7a\x79\x75\x53','\x43\x67\x72\x52\x42\x30\x75','\x43\x68\x6a\x56\x41\x4d\x76\x4a\x44\x65\x4c\x4b','\x6d\x74\x43\x31\x6d\x64\x71\x30\x6e\x67\x44\x79\x41\x68\x48\x6d\x72\x71','\x72\x66\x7a\x6e\x76\x4e\x65','\x79\x4d\x66\x5a\x7a\x74\x79\x30','\x73\x66\x6d\x59\x6e\x74\x79','\x45\x4d\x66\x36\x41\x30\x75','\x44\x66\x4c\x5a\x72\x4b\x6d','\x79\x32\x31\x58\x7a\x67\x69','\x7a\x67\x4c\x4e\x7a\x78\x6e\x30','\x41\x78\x6e\x5a\x44\x77\x76\x64\x42\x32\x58\x53\x79\x77\x6a\x56\x43\x4d\x66\x30\x41\x77\x39\x55','\x71\x75\x54\x52\x42\x77\x38','\x43\x33\x72\x59\x41\x77\x35\x4e\x41\x77\x7a\x35','\x79\x77\x6e\x4a\x7a\x78\x6e\x5a','\x44\x68\x72\x53\x74\x77\x4c\x55\x44\x78\x72\x4c\x43\x57','\x75\x67\x35\x36\x41\x33\x61','\x41\x66\x6a\x78\x77\x4b\x53','\x41\x78\x6e\x5a\x44\x77\x75','\x76\x31\x72\x70\x73\x30\x30','\x44\x78\x62\x4b\x79\x78\x72\x4c','\x75\x4e\x44\x6c\x42\x76\x65','\x7a\x4e\x6a\x4c\x7a\x71','\x72\x32\x58\x4c\x72\x68\x43','\x42\x77\x66\x34','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x65\x4c\x4b','\x73\x75\x50\x58\x7a\x77\x53','\x6d\x5a\x61\x5a\x6d\x68\x44\x31\x73\x4c\x6a\x4b\x72\x47','\x42\x4e\x76\x54\x79\x4d\x76\x59','\x6d\x74\x47\x58\x6e\x4a\x61\x58\x6e\x32\x7a\x31\x79\x75\x48\x77\x45\x61','\x6d\x74\x69\x57\x6d\x4a\x69\x35\x6e\x4d\x76\x7a\x41\x4c\x4c\x6e\x41\x71','\x6f\x74\x43\x31\x73\x67\x50\x77\x41\x67\x31\x75','\x43\x4d\x76\x48\x7a\x61','\x6f\x77\x44\x68\x71\x33\x6e\x76\x74\x57','\x44\x67\x39\x74\x44\x68\x6a\x50\x42\x4d\x43','\x43\x68\x6a\x56','\x44\x78\x6e\x4c\x43\x4b\x4c\x4b','\x43\x33\x72\x59\x41\x77\x35\x4e','\x44\x67\x76\x5a\x44\x61','\x7a\x67\x39\x4a\x44\x77\x31\x4c\x42\x4e\x72\x6a\x7a\x61','\x43\x33\x62\x53\x41\x78\x71'];a0_0x5962=function(){return _0x44a138;};return a0_0x5962();}function a0_0xeb88(_0x54e5d3,_0x3ad401){_0x54e5d3=_0x54e5d3-0x12d;const _0x59626b=a0_0x5962();let _0xeb883a=_0x59626b[_0x54e5d3];if(a0_0xeb88['\x70\x7a\x4e\x4a\x66\x6d']===undefined){var _0x412db2=function(_0x8f96e1){const _0x3e6401='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x4c17b0='',_0x50db1d='';for(let _0x360534=0x0,_0x2b74a7,_0xe3d5e6,_0x320060=0x0;_0xe3d5e6=_0x8f96e1['\x63\x68\x61\x72\x41\x74'](_0x320060++);~_0xe3d5e6&&(_0x2b74a7=_0x360534%0x4?_0x2b74a7*0x40+_0xe3d5e6:_0xe3d5e6,_0x360534++%0x4)?_0x4c17b0+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&_0x2b74a7>>(-0x2*_0x360534&0x6)):0x0){_0xe3d5e6=_0x3e6401['\x69\x6e\x64\x65\x78\x4f\x66'](_0xe3d5e6);}for(let _0x4bfadc=0x0,_0x25fc99=_0x4c17b0['\x6c\x65\x6e\x67\x74\x68'];_0x4bfadc<_0x25fc99;_0x4bfadc++){_0x50db1d+='\x25'+('\x30\x30'+_0x4c17b0['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4bfadc)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(_0x50db1d);};a0_0xeb88['\x57\x42\x62\x6c\x72\x69']=_0x412db2,a0_0xeb88['\x48\x52\x45\x42\x67\x4a']={},a0_0xeb88['\x70\x7a\x4e\x4a\x66\x6d']=!![];}const _0x2978d1=_0x59626b[0x0],_0x1a188a=_0x54e5d3+_0x2978d1,_0x83282=a0_0xeb88['\x48\x52\x45\x42\x67\x4a'][_0x1a188a];return!_0x83282?(_0xeb883a=a0_0xeb88['\x57\x42\x62\x6c\x72\x69'](_0xeb883a),a0_0xeb88['\x48\x52\x45\x42\x67\x4a'][_0x1a188a]=_0xeb883a):_0xeb883a=_0x83282,_0xeb883a;}function issueProjectScopedToken(_0xa95dc6,_0x419574,_0x5831d5){const _0xde2322=a0_0x3c5fca,_0x353299={'\x50\x6e\x7a\x6b\x70':function(_0xf79142,_0x5420d7,_0x3211f7,_0x490781){return _0xf79142(_0x5420d7,_0x3211f7,_0x490781);}};return _0x353299[_0xde2322(0x162)](issueReadToken,_0xa95dc6,_0x419574,_0x5831d5);}function issueBatchScopedToken(_0x2a00b2,_0x10fdb5,_0x5d6df4){const _0x204209=a0_0x3c5fca,_0xb5f44f={'\x43\x57\x43\x4e\x46':function(_0x31815f,_0x33583f,_0x2b7360,_0x33234e){return _0x31815f(_0x33583f,_0x2b7360,_0x33234e);}};return _0xb5f44f[_0x204209(0x14e)](issueReadToken,_0x2a00b2,_0x10fdb5,_0x5d6df4);}function issueCollaborationToken(_0x332ec1,_0x3ba348,_0x4f57e2){const _0x536bfd=a0_0x3c5fca;return issueToken(_0x332ec1,{'\x73\x75\x62':_0x3ba348[_0x536bfd(0x137)],'\x73\x69\x64':_0x3ba348[_0x536bfd(0x14b)],'\x70\x69\x64':_0x3ba348[_0x536bfd(0x148)],'\x63\x69\x64':_0x3ba348[_0x536bfd(0x16b)],'\x74\x79\x70':'\x63\x6f\x6c\x6c\x61\x62\x6f\x72\x61\x74\x69\x6f\x6e','\x70\x72\x6f\x6a\x65\x63\x74\x49\x64':_0x3ba348[_0x536bfd(0x154)],'\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64':_0x3ba348[_0x536bfd(0x13a)],'\x61\x63\x63\x65\x73\x73':_0x3ba348[_0x536bfd(0x160)]},_0x4f57e2);}function unsafeDecodeToken(_0x5841d6){const _0x4cb989=a0_0x3c5fca,_0x24514e={'\x70\x64\x6b\x6f\x45':function(_0x38dbb0,_0x540dbb){return _0x38dbb0!==_0x540dbb;},'\x6f\x50\x5a\x7a\x41':function(_0x31fa9a,_0x153e9b){return _0x31fa9a+_0x153e9b;}};try{const _0x1d53af=_0x5841d6['\x73\x70\x6c\x69\x74']('\x2e');if(_0x24514e[_0x4cb989(0x153)](_0x1d53af[_0x4cb989(0x147)],0x3))return null;const _0x47373d=_0x24514e['\x6f\x50\x5a\x7a\x41'](_0x1d53af[0x1],'\x3d'['\x72\x65\x70\x65\x61\x74']((0x4-_0x1d53af[0x1][_0x4cb989(0x147)]%0x4)%0x4)),_0x554d92=Buffer[_0x4cb989(0x150)](_0x47373d[_0x4cb989(0x142)](/-/g,'\x2b')[_0x4cb989(0x142)](/_/g,'\x2f'),_0x4cb989(0x157))[_0x4cb989(0x135)]();return JSON['\x70\x61\x72\x73\x65'](_0x554d92);}catch{return null;}}function verifyToken(_0x165d01,_0x40eca5,_0x19bedd={}){const _0x59655b=a0_0x3c5fca,_0x4ddace={'\x71\x43\x7a\x4f\x42':function(_0x35f38d,_0x8c7271){return _0x35f38d||_0x8c7271;},'\x58\x51\x49\x64\x65':_0x59655b(0x157),'\x4b\x65\x71\x6c\x51':function(_0xad4492,_0x407656){return _0xad4492(_0x407656);},'\x52\x77\x4b\x6d\x51':function(_0x4c9f00,_0x25b3a6){return _0x4c9f00||_0x25b3a6;},'\x44\x56\x4d\x56\x71':function(_0x5c5cf8,_0x37d50b){return _0x5c5cf8(_0x37d50b);},'\x7a\x61\x7a\x6b\x45':_0x59655b(0x12f),'\x74\x67\x46\x50\x74':function(_0x1a0fc6,_0x30b171){return _0x1a0fc6<_0x30b171;}};try{const _0x2f75f3=_0x165d01[_0x59655b(0x13b)]('\x2e');if(_0x2f75f3[_0x59655b(0x147)]!==0x3)return null;const [_0x2e4b06,_0x2c104a,_0x4339bc]=_0x2f75f3;if(_0x4ddace[_0x59655b(0x14f)](!_0x2e4b06,!_0x2c104a)||!_0x4339bc)return null;let _0x27f08c;try{const _0x436fa1=_0x2e4b06+'\x3d'['\x72\x65\x70\x65\x61\x74']((0x4-_0x2e4b06[_0x59655b(0x147)]%0x4)%0x4),_0x4c5fca=Buffer[_0x59655b(0x150)](_0x436fa1[_0x59655b(0x142)](/-/g,'\x2b')[_0x59655b(0x142)](/_/g,'\x2f'),_0x4ddace[_0x59655b(0x14d)])[_0x59655b(0x135)]();_0x27f08c=JSON['\x70\x61\x72\x73\x65'](_0x4c5fca);}catch{return null;}if(_0x27f08c['\x61\x6c\x67']!==_0x59655b(0x158))return null;const _0x57b4a4=createSignature(_0x2e4b06+'\x2e'+_0x2c104a,_0x40eca5),_0x516145=_0x4ddace[_0x59655b(0x14a)](decodeBase64UrlToBuffer,_0x4339bc),_0x18319b=decodeBase64UrlToBuffer(_0x57b4a4);if(_0x4ddace[_0x59655b(0x167)](!_0x516145,!_0x18319b))return null;if(_0x516145[_0x59655b(0x147)]!==_0x18319b[_0x59655b(0x147)])return null;if(!timingSafeEqual(_0x516145,_0x18319b))return null;const _0x4f88d4=_0x4ddace[_0x59655b(0x156)](unsafeDecodeToken,_0x165d01);if(!_0x4f88d4)return null;const _0x5d2824=Math['\x66\x6c\x6f\x6f\x72'](Date['\x6e\x6f\x77']()/0x3e8),_0x3d48fb=Math[_0x59655b(0x16a)](0x0,_0x19bedd[_0x59655b(0x13d)]??0x0);if(typeof _0x4f88d4[_0x59655b(0x149)]!==_0x4ddace[_0x59655b(0x159)]||_0x4ddace[_0x59655b(0x141)](_0x4f88d4[_0x59655b(0x149)]+_0x3d48fb,_0x5d2824))return null;return _0x4f88d4;}catch{return null;}}function getTokenTTL(_0x3e63af){const _0x461315=a0_0x3c5fca,_0x495506={'\x49\x4a\x71\x65\x6b':function(_0x3206ff,_0x317bfe){return _0x3206ff-_0x317bfe;}},_0x5b5010=Math[_0x461315(0x146)](Date[_0x461315(0x13f)]()/0x3e8);return _0x495506[_0x461315(0x12d)](_0x3e63af[_0x461315(0x149)],_0x5b5010);}function isTokenExpiringSoon(_0x4b220b,_0x169cc8=0x3c){return getTokenTTL(_0x4b220b)<=_0x169cc8;}var ProductTokenIssuer=class{['\x70\x72\x6f\x64\x75\x63\x74\x49\x64'];[a0_0x3c5fca(0x13c)];['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'];constructor(_0x5eb4f8){const _0x5c37e3=a0_0x3c5fca;this['\x70\x72\x6f\x64\x75\x63\x74\x49\x64']=_0x5eb4f8[_0x5c37e3(0x148)],this[_0x5c37e3(0x13c)]=_0x5eb4f8[_0x5c37e3(0x13c)],this[_0x5c37e3(0x161)]={'\x66\x72\x65\x65':_0x5eb4f8[_0x5c37e3(0x161)]?.[_0x5c37e3(0x168)]??0xf,'\x70\x72\x6f':_0x5eb4f8[_0x5c37e3(0x161)]?.[_0x5c37e3(0x136)]??0xf0,'\x65\x6e\x74\x65\x72\x70\x72\x69\x73\x65':_0x5eb4f8[_0x5c37e3(0x161)]?.['\x65\x6e\x74\x65\x72\x70\x72\x69\x73\x65']??0x1e0};}[a0_0x3c5fca(0x164)](_0x30f41f){const _0x17bc9f=a0_0x3c5fca,_0x385526={'\x52\x5a\x74\x43\x51':'\x66\x72\x65\x65'},_0x1aeeb7=_0x30f41f[_0x17bc9f(0x145)]??_0x385526['\x52\x5a\x74\x43\x51'],_0x24b5c7=this[_0x17bc9f(0x161)][_0x1aeeb7]??this['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73']['\x66\x72\x65\x65'];return{'\x74\x6f\x6b\x65\x6e':issueReadToken(this[_0x17bc9f(0x13c)],{'\x73\x75\x62':_0x30f41f[_0x17bc9f(0x137)],'\x73\x69\x64':_0x30f41f[_0x17bc9f(0x14b)],'\x70\x69\x64':this[_0x17bc9f(0x148)],'\x63\x69\x64':_0x30f41f[_0x17bc9f(0x16b)]},_0x24b5c7),'\x65\x78\x70\x69\x72\x65\x73\x41\x74':Math[_0x17bc9f(0x146)](Date[_0x17bc9f(0x13f)]()/0x3e8)+_0x24b5c7*0x3c};}[a0_0x3c5fca(0x15d)](_0x1348df){const _0x707d36=a0_0x3c5fca,_0x3ce519={'\x66\x43\x47\x6a\x41':_0x707d36(0x168),'\x62\x67\x6c\x5a\x6e':function(_0x377675,_0x304d1d,_0x213066,_0x32c704){return _0x377675(_0x304d1d,_0x213066,_0x32c704);}},_0x48bf87=_0x1348df[_0x707d36(0x145)]??_0x3ce519['\x66\x43\x47\x6a\x41'],_0x5afbff=this['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'][_0x48bf87]??this['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'][_0x707d36(0x168)];return{'\x74\x6f\x6b\x65\x6e':_0x3ce519['\x62\x67\x6c\x5a\x6e'](issueCollaborationToken,this['\x73\x69\x67\x6e\x69\x6e\x67\x53\x65\x63\x72\x65\x74'],{'\x75\x73\x65\x72\x49\x64':_0x1348df[_0x707d36(0x137)],'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x1348df[_0x707d36(0x14b)],'\x70\x72\x6f\x64\x75\x63\x74\x49\x64':this['\x70\x72\x6f\x64\x75\x63\x74\x49\x64'],'\x70\x72\x6f\x6a\x65\x63\x74\x49\x64':_0x1348df[_0x707d36(0x154)],'\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64':_0x1348df['\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64'],'\x61\x63\x63\x65\x73\x73':_0x1348df[_0x707d36(0x160)],'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x1348df[_0x707d36(0x16b)]},_0x5afbff),'\x65\x78\x70\x69\x72\x65\x73\x41\x74':Math[_0x707d36(0x146)](Date[_0x707d36(0x13f)]()/0x3e8)+_0x5afbff*0x3c};}['\x67\x65\x74\x54\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'](_0x42bf7f='\x66\x72\x65\x65'){const _0x2d275a=a0_0x3c5fca;return this[_0x2d275a(0x161)][_0x42bf7f]??this[_0x2d275a(0x161)][_0x2d275a(0x168)];}};export{ProductTokenIssuer,getTokenTTL,isTokenExpiringSoon,issueBatchScopedToken,issueCollaborationToken,issueProjectScopedToken,issueReadToken,issueSessionScopedToken,unsafeDecodeToken,verifyToken};
1
+ const a0_0x4487eb=a0_0x2044;(function(_0xbe6280,_0x3966e5){const _0x291bb5=a0_0x2044,_0x30b69e=_0xbe6280();while(!![]){try{const _0x415444=parseInt(_0x291bb5(0x116))/0x1*(-parseInt(_0x291bb5(0x132))/0x2)+-parseInt(_0x291bb5(0x119))/0x3*(-parseInt(_0x291bb5(0x143))/0x4)+parseInt(_0x291bb5(0x10b))/0x5*(parseInt(_0x291bb5(0x123))/0x6)+parseInt(_0x291bb5(0x133))/0x7*(-parseInt(_0x291bb5(0x145))/0x8)+-parseInt(_0x291bb5(0x10d))/0x9+parseInt(_0x291bb5(0x127))/0xa+parseInt(_0x291bb5(0x13b))/0xb;if(_0x415444===_0x3966e5)break;else _0x30b69e['push'](_0x30b69e['shift']());}catch(_0x17a834){_0x30b69e['push'](_0x30b69e['shift']());}}}(a0_0x4238,0x691ce));import{createHmac,timingSafeEqual}from'\x6e\x6f\x64\x65\x3a\x63\x72\x79\x70\x74\x6f';function base64UrlEncode(_0x481c61){const _0x588a9e=a0_0x2044;return(typeof _0x481c61===_0x588a9e(0x11a)?Buffer[_0x588a9e(0x10a)](_0x481c61):_0x481c61)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](_0x588a9e(0x12a))[_0x588a9e(0x144)](/\+/g,'\x2d')[_0x588a9e(0x144)](/\//g,'\x5f')[_0x588a9e(0x144)](/=+$/,'');}function decodeBase64UrlToBuffer(_0x22932f){const _0x2a04d3=a0_0x2044,_0x1bc4c5={'\x66\x58\x6b\x57\x43':function(_0x4e8709,_0x2d3ae6){return _0x4e8709+_0x2d3ae6;}};if(!/^[A-Za-z0-9_-]*$/['\x74\x65\x73\x74'](_0x22932f))return null;const _0x4e86e2=_0x1bc4c5[_0x2a04d3(0x117)](_0x22932f,'\x3d'['\x72\x65\x70\x65\x61\x74']((0x4-_0x22932f['\x6c\x65\x6e\x67\x74\x68']%0x4)%0x4));return Buffer[_0x2a04d3(0x10a)](_0x4e86e2['\x72\x65\x70\x6c\x61\x63\x65'](/-/g,'\x2b')[_0x2a04d3(0x144)](/_/g,'\x2f'),_0x2a04d3(0x12a));}function createSignature(_0x321e80,_0x154352){const _0x4fd53f=a0_0x2044,_0x2369a9={'\x58\x70\x45\x58\x4c':function(_0xb9a4ba,_0x231688,_0x42d22d){return _0xb9a4ba(_0x231688,_0x42d22d);},'\x4f\x70\x70\x53\x4d':'\x73\x68\x61\x32\x35\x36'};return base64UrlEncode(_0x2369a9[_0x4fd53f(0x135)](createHmac,_0x2369a9[_0x4fd53f(0x107)],_0x154352)[_0x4fd53f(0x126)](_0x321e80)[_0x4fd53f(0x110)]());}const JWT_HEADER=base64UrlEncode(JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79']({'\x61\x6c\x67':a0_0x4487eb(0x140),'\x74\x79\x70':'\x4a\x57\x54'}));function issueToken(_0xd19bba,_0x2e02f7,_0x5e0958){const _0x3896c9=a0_0x4487eb,_0x49d0a1={'\x4c\x44\x72\x6f\x42':function(_0x1b5c7d,_0x2678d2){return _0x1b5c7d+_0x2678d2;},'\x59\x6b\x63\x58\x6f':function(_0x16bb44,_0x1fe100){return _0x16bb44*_0x1fe100;},'\x4e\x56\x77\x48\x6a':function(_0x5620da,_0x4293d2){return _0x5620da(_0x4293d2);}},_0x3ccff2=Math['\x66\x6c\x6f\x6f\x72'](Date[_0x3896c9(0x102)]()/0x3e8),_0x464bbc={..._0x2e02f7,'\x69\x61\x74':_0x3ccff2,'\x65\x78\x70':_0x49d0a1[_0x3896c9(0x130)](_0x3ccff2,_0x49d0a1[_0x3896c9(0x106)](_0x5e0958,0x3c))},_0x4c1155=JWT_HEADER+'\x2e'+_0x49d0a1[_0x3896c9(0x11e)](base64UrlEncode,JSON[_0x3896c9(0x10c)](_0x464bbc));return _0x4c1155+'\x2e'+createSignature(_0x4c1155,_0xd19bba);}function a0_0x2044(_0x2cb25f,_0x26a18c){_0x2cb25f=_0x2cb25f-0x102;const _0x4238ac=a0_0x4238();let _0x204479=_0x4238ac[_0x2cb25f];if(a0_0x2044['\x4d\x5a\x5a\x72\x59\x42']===undefined){var _0x5344b4=function(_0x25a37e){const _0x5725dc='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0xa47cf9='',_0x11a34a='';for(let _0x5cca1d=0x0,_0x48bdf9,_0x4f01fc,_0x30cb59=0x0;_0x4f01fc=_0x25a37e['\x63\x68\x61\x72\x41\x74'](_0x30cb59++);~_0x4f01fc&&(_0x48bdf9=_0x5cca1d%0x4?_0x48bdf9*0x40+_0x4f01fc:_0x4f01fc,_0x5cca1d++%0x4)?_0xa47cf9+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&_0x48bdf9>>(-0x2*_0x5cca1d&0x6)):0x0){_0x4f01fc=_0x5725dc['\x69\x6e\x64\x65\x78\x4f\x66'](_0x4f01fc);}for(let _0x12ce70=0x0,_0x16802d=_0xa47cf9['\x6c\x65\x6e\x67\x74\x68'];_0x12ce70<_0x16802d;_0x12ce70++){_0x11a34a+='\x25'+('\x30\x30'+_0xa47cf9['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x12ce70)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(_0x11a34a);};a0_0x2044['\x41\x6e\x45\x51\x67\x79']=_0x5344b4,a0_0x2044['\x50\x7a\x77\x54\x4d\x79']={},a0_0x2044['\x4d\x5a\x5a\x72\x59\x42']=!![];}const _0x36dede=_0x4238ac[0x0],_0x1c8cdf=_0x2cb25f+_0x36dede,_0x1298c3=a0_0x2044['\x50\x7a\x77\x54\x4d\x79'][_0x1c8cdf];return!_0x1298c3?(_0x204479=a0_0x2044['\x41\x6e\x45\x51\x67\x79'](_0x204479),a0_0x2044['\x50\x7a\x77\x54\x4d\x79'][_0x1c8cdf]=_0x204479):_0x204479=_0x1298c3,_0x204479;}function issueReadToken(_0x2bd949,_0x2a0837,_0x62a351){const _0xa0043f=a0_0x4487eb,_0x42c55b={'\x56\x76\x70\x69\x69':'\x72\x65\x61\x64'};return issueToken(_0x2bd949,{..._0x2a0837,'\x74\x79\x70':_0x42c55b[_0xa0043f(0x141)]},_0x62a351);}function issueSessionScopedToken(_0x18dab2,_0x5b99b8,_0x58586f){const _0x4c4af6={'\x4e\x58\x77\x47\x72':function(_0x12d5e7,_0x3944d0,_0x4f67ee,_0x1f3724){return _0x12d5e7(_0x3944d0,_0x4f67ee,_0x1f3724);}};return _0x4c4af6['\x4e\x58\x77\x47\x72'](issueReadToken,_0x18dab2,_0x5b99b8,_0x58586f);}function issueProjectScopedToken(_0x248470,_0x194307,_0x52cd03){return issueReadToken(_0x248470,_0x194307,_0x52cd03);}function issueBatchScopedToken(_0x4f16da,_0x56aa26,_0x17debc){const _0x4d230b=a0_0x4487eb,_0x5487bc={'\x74\x65\x6a\x67\x6e':function(_0x46610d,_0x430384,_0x48368e,_0x22e7a5){return _0x46610d(_0x430384,_0x48368e,_0x22e7a5);}};return _0x5487bc[_0x4d230b(0x103)](issueReadToken,_0x4f16da,_0x56aa26,_0x17debc);}function issueCollaborationToken(_0x1889eb,_0x5bf9b1,_0x46f89f){const _0x50835a=a0_0x4487eb;return issueToken(_0x1889eb,{'\x73\x75\x62':_0x5bf9b1[_0x50835a(0x12f)],'\x73\x69\x64':_0x5bf9b1[_0x50835a(0x11b)],'\x70\x69\x64':_0x5bf9b1[_0x50835a(0x122)],'\x63\x69\x64':_0x5bf9b1[_0x50835a(0x138)],'\x74\x79\x70':_0x50835a(0x108),'\x70\x72\x6f\x6a\x65\x63\x74\x49\x64':_0x5bf9b1[_0x50835a(0x13d)],'\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64':_0x5bf9b1[_0x50835a(0x136)],'\x61\x63\x63\x65\x73\x73':_0x5bf9b1['\x61\x63\x63\x65\x73\x73']},_0x46f89f);}function unsafeDecodeToken(_0x373b28){const _0x395b0a=a0_0x4487eb,_0x44d995={'\x6b\x65\x42\x75\x6e':function(_0x279846,_0x44f4e8){return _0x279846-_0x44f4e8;},'\x62\x55\x4b\x53\x44':'\x62\x61\x73\x65\x36\x34'};try{const _0x34092c=_0x373b28[_0x395b0a(0x104)]('\x2e');if(_0x34092c[_0x395b0a(0x11c)]!==0x3)return null;const _0x10a730=_0x34092c[0x1]+'\x3d'['\x72\x65\x70\x65\x61\x74'](_0x44d995[_0x395b0a(0x12d)](0x4,_0x34092c[0x1][_0x395b0a(0x11c)]%0x4)%0x4),_0x36fb2d=Buffer[_0x395b0a(0x10a)](_0x10a730[_0x395b0a(0x144)](/-/g,'\x2b')[_0x395b0a(0x144)](/_/g,'\x2f'),_0x44d995[_0x395b0a(0x134)])[_0x395b0a(0x142)]();return JSON[_0x395b0a(0x13f)](_0x36fb2d);}catch{return null;}}function verifyToken(_0x40e3a8,_0x1d22ba,_0x17c76c={}){const _0x3f9e63=a0_0x4487eb,_0x2fc57d={'\x45\x6f\x6a\x49\x4a':function(_0x2d4641,_0x39a257){return _0x2d4641%_0x39a257;},'\x57\x49\x62\x59\x6f':_0x3f9e63(0x12a),'\x7a\x5a\x58\x51\x41':function(_0x42ec7b,_0x3256d6){return _0x42ec7b!==_0x3256d6;},'\x67\x54\x59\x50\x4f':_0x3f9e63(0x140),'\x56\x6a\x4a\x6f\x68':function(_0x21ca40,_0x211524,_0x3b30b1){return _0x21ca40(_0x211524,_0x3b30b1);},'\x50\x57\x6e\x71\x59':function(_0x49e23e,_0x511ee8){return _0x49e23e(_0x511ee8);},'\x6e\x70\x6c\x41\x73':function(_0x76d89b,_0x3647fd){return _0x76d89b(_0x3647fd);},'\x4a\x4b\x44\x53\x72':function(_0x57e1f3,_0x2fe3be){return _0x57e1f3!==_0x2fe3be;}};try{const _0x260daa=_0x40e3a8[_0x3f9e63(0x104)]('\x2e');if(_0x260daa['\x6c\x65\x6e\x67\x74\x68']!==0x3)return null;const [_0x34b788,_0x4f5efa,_0x505509]=_0x260daa;if(!_0x34b788||!_0x4f5efa||!_0x505509)return null;let _0x4d3b25;try{const _0x5c51a0=_0x34b788+'\x3d'[_0x3f9e63(0x12e)]((0x4-_0x2fc57d[_0x3f9e63(0x121)](_0x34b788['\x6c\x65\x6e\x67\x74\x68'],0x4))%0x4),_0x37595d=Buffer[_0x3f9e63(0x10a)](_0x5c51a0[_0x3f9e63(0x144)](/-/g,'\x2b')['\x72\x65\x70\x6c\x61\x63\x65'](/_/g,'\x2f'),_0x2fc57d[_0x3f9e63(0x10f)])['\x74\x6f\x53\x74\x72\x69\x6e\x67']();_0x4d3b25=JSON[_0x3f9e63(0x13f)](_0x37595d);}catch{return null;}if(_0x2fc57d['\x7a\x5a\x58\x51\x41'](_0x4d3b25['\x61\x6c\x67'],_0x2fc57d[_0x3f9e63(0x131)]))return null;const _0x15b55f=_0x2fc57d['\x56\x6a\x4a\x6f\x68'](createSignature,_0x34b788+'\x2e'+_0x4f5efa,_0x1d22ba),_0x31e0f0=_0x2fc57d['\x50\x57\x6e\x71\x59'](decodeBase64UrlToBuffer,_0x505509),_0x3e1618=decodeBase64UrlToBuffer(_0x15b55f);if(!_0x31e0f0||!_0x3e1618)return null;if(_0x31e0f0['\x6c\x65\x6e\x67\x74\x68']!==_0x3e1618[_0x3f9e63(0x11c)])return null;if(!_0x2fc57d[_0x3f9e63(0x11f)](timingSafeEqual,_0x31e0f0,_0x3e1618))return null;const _0x38f184=_0x2fc57d[_0x3f9e63(0x13c)](unsafeDecodeToken,_0x40e3a8);if(!_0x38f184)return null;const _0xb0fa7d=Math[_0x3f9e63(0x113)](Date[_0x3f9e63(0x102)]()/0x3e8),_0x38b959=Math[_0x3f9e63(0x118)](0x0,_0x17c76c[_0x3f9e63(0x115)]??0x0);if(_0x2fc57d[_0x3f9e63(0x125)](typeof _0x38f184[_0x3f9e63(0x111)],'\x6e\x75\x6d\x62\x65\x72')||_0x38f184['\x65\x78\x70']+_0x38b959<_0xb0fa7d)return null;return _0x38f184;}catch{return null;}}function getTokenTTL(_0x13ee24){const _0x2b7c60=a0_0x4487eb,_0x526d69={'\x70\x51\x55\x4c\x50':function(_0x1d6f96,_0x35d60f){return _0x1d6f96-_0x35d60f;}},_0x1a4f88=Math[_0x2b7c60(0x113)](Date['\x6e\x6f\x77']()/0x3e8);return _0x526d69[_0x2b7c60(0x112)](_0x13ee24[_0x2b7c60(0x111)],_0x1a4f88);}function isTokenExpiringSoon(_0x27c734,_0x12ef88=0x3c){const _0x31c104=a0_0x4487eb,_0x1672d9={'\x72\x77\x64\x68\x4f':function(_0x4f5ce0,_0x18a998){return _0x4f5ce0(_0x18a998);}};return _0x1672d9[_0x31c104(0x128)](getTokenTTL,_0x27c734)<=_0x12ef88;}function a0_0x4238(){const _0x54a3d0=['\x7a\x4e\x6a\x4c\x7a\x71','\x76\x30\x4c\x49\x77\x77\x38','\x7a\x67\x4c\x4e\x7a\x78\x6e\x30','\x7a\x78\x48\x57','\x43\x66\x66\x76\x74\x66\x61','\x7a\x4d\x58\x56\x42\x33\x69','\x43\x32\x4c\x4e\x42\x4d\x4c\x55\x7a\x31\x6e\x4c\x79\x33\x6a\x4c\x44\x61','\x79\x32\x58\x56\x79\x32\x54\x74\x41\x32\x76\x33\x75\x32\x76\x4a\x42\x32\x35\x4b\x43\x57','\x6d\x77\x7a\x70\x71\x4b\x72\x36\x75\x71','\x7a\x4c\x48\x52\x76\x30\x6d','\x42\x77\x66\x34','\x6e\x5a\x75\x57\x7a\x4b\x58\x64\x41\x32\x6e\x4f','\x43\x33\x72\x59\x41\x77\x35\x4e','\x43\x32\x76\x5a\x43\x32\x4c\x56\x42\x4b\x4c\x4b','\x42\x67\x76\x55\x7a\x33\x72\x4f','\x44\x67\x4c\x4c\x43\x47','\x74\x4c\x7a\x33\x73\x67\x4f','\x76\x4d\x50\x6b\x42\x32\x47','\x44\x32\x54\x77\x73\x4d\x75','\x72\x77\x39\x51\x73\x75\x4f','\x43\x68\x6a\x56\x7a\x68\x76\x4a\x44\x65\x4c\x4b','\x6d\x5a\x6d\x32\x71\x4d\x76\x76\x73\x30\x44\x73','\x79\x77\x6e\x4a\x7a\x78\x6e\x5a','\x73\x4b\x54\x65\x75\x33\x69','\x44\x78\x62\x4b\x79\x78\x72\x4c','\x6f\x64\x71\x59\x6e\x5a\x61\x32\x6d\x68\x50\x62\x72\x68\x72\x36\x76\x47','\x43\x4e\x44\x4b\x41\x65\x38','\x41\x78\x6e\x5a\x44\x77\x75','\x79\x4d\x66\x5a\x7a\x74\x79\x30','\x75\x32\x66\x36\x73\x30\x43','\x41\x78\x6e\x5a\x44\x77\x76\x64\x42\x32\x58\x53\x79\x77\x6a\x56\x43\x4d\x66\x30\x41\x77\x39\x55','\x41\x32\x76\x63\x44\x77\x34','\x43\x4d\x76\x57\x7a\x77\x66\x30','\x44\x78\x6e\x4c\x43\x4b\x4c\x4b','\x74\x65\x72\x59\x42\x30\x69','\x7a\x31\x72\x7a\x75\x65\x38','\x6d\x74\x71\x5a\x6e\x4a\x43\x58\x6d\x67\x7a\x49\x77\x66\x7a\x63\x43\x57','\x6d\x74\x72\x71\x44\x30\x50\x52\x7a\x77\x71','\x79\x4c\x76\x6c\x75\x30\x71','\x77\x68\x62\x66\x77\x65\x57','\x7a\x67\x39\x4a\x44\x77\x31\x4c\x42\x4e\x72\x6a\x7a\x61','\x7a\x32\x76\x30\x76\x68\x72\x53\x74\x77\x4c\x55\x44\x78\x72\x4c\x43\x57','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x65\x4c\x4b','\x44\x66\x72\x55\x72\x76\x4b','\x45\x76\x76\x69\x77\x68\x69','\x6e\x4a\x69\x35\x6e\x4a\x43\x31\x6d\x4d\x39\x6e\x75\x32\x4c\x55\x75\x47','\x42\x4e\x62\x53\x71\x78\x6d','\x43\x68\x6a\x56\x41\x4d\x76\x4a\x44\x65\x4c\x4b','\x7a\x77\x35\x30\x7a\x78\x6a\x57\x43\x4d\x4c\x5a\x7a\x71','\x43\x67\x66\x59\x43\x32\x75','\x73\x66\x6d\x59\x6e\x74\x79','\x76\x4e\x7a\x57\x41\x77\x4b','\x44\x67\x39\x74\x44\x68\x6a\x50\x42\x4d\x43','\x6d\x4a\x75\x34\x6f\x67\x66\x31\x44\x78\x4c\x49\x43\x61','\x43\x4d\x76\x57\x42\x67\x66\x4a\x7a\x71','\x6d\x74\x75\x57\x6d\x5a\x61\x58\x6e\x4c\x6a\x56\x75\x66\x4c\x36\x75\x57','\x42\x4d\x39\x33','\x44\x67\x76\x51\x7a\x32\x34','\x43\x33\x62\x53\x41\x78\x71','\x44\x68\x72\x53\x74\x77\x4c\x55\x44\x78\x72\x4c\x43\x57','\x77\x77\x54\x4a\x77\x67\x38','\x74\x33\x62\x57\x75\x30\x30','\x79\x32\x39\x53\x42\x67\x66\x49\x42\x33\x6a\x48\x44\x67\x4c\x56\x42\x47','\x43\x68\x6a\x56','\x7a\x4e\x6a\x56\x42\x71','\x6d\x74\x65\x5a\x6e\x64\x62\x33\x74\x4b\x6a\x55\x42\x77\x57','\x43\x33\x72\x59\x41\x77\x35\x4e\x41\x77\x7a\x35','\x6d\x74\x79\x58\x6d\x5a\x69\x57\x6e\x78\x72\x48\x44\x33\x76\x4e\x45\x71'];a0_0x4238=function(){return _0x54a3d0;};return a0_0x4238();}var ProductTokenIssuer=class{['\x70\x72\x6f\x64\x75\x63\x74\x49\x64'];[a0_0x4487eb(0x114)];[a0_0x4487eb(0x105)];constructor(_0x242aab){const _0x239044=a0_0x4487eb;this[_0x239044(0x122)]=_0x242aab[_0x239044(0x122)],this[_0x239044(0x114)]=_0x242aab[_0x239044(0x114)],this[_0x239044(0x105)]={'\x66\x72\x65\x65':_0x242aab[_0x239044(0x105)]?.[_0x239044(0x10e)]??0xf,'\x70\x72\x6f':_0x242aab[_0x239044(0x105)]?.[_0x239044(0x109)]??0xf0,'\x65\x6e\x74\x65\x72\x70\x72\x69\x73\x65':_0x242aab[_0x239044(0x105)]?.[_0x239044(0x13e)]??0x1e0};}[a0_0x4487eb(0x129)](_0x158f7e){const _0x395d27=a0_0x4487eb,_0x886127={'\x53\x61\x7a\x4b\x47':function(_0x3c1006,_0x417c9b){return _0x3c1006+_0x417c9b;},'\x79\x55\x48\x58\x72':function(_0x46e06e,_0x416810){return _0x46e06e*_0x416810;}},_0x338ad2=_0x158f7e[_0x395d27(0x11d)]??_0x395d27(0x10e),_0x31228f=this[_0x395d27(0x105)][_0x338ad2]??this[_0x395d27(0x105)]['\x66\x72\x65\x65'];return{'\x74\x6f\x6b\x65\x6e':issueReadToken(this[_0x395d27(0x114)],{'\x73\x75\x62':_0x158f7e['\x75\x73\x65\x72\x49\x64'],'\x73\x69\x64':_0x158f7e[_0x395d27(0x11b)],'\x70\x69\x64':this[_0x395d27(0x122)],'\x63\x69\x64':_0x158f7e[_0x395d27(0x138)]},_0x31228f),'\x65\x78\x70\x69\x72\x65\x73\x41\x74':_0x886127[_0x395d27(0x12b)](Math[_0x395d27(0x113)](Date[_0x395d27(0x102)]()/0x3e8),_0x886127[_0x395d27(0x13a)](_0x31228f,0x3c))};}[a0_0x4487eb(0x12c)](_0x9548c2){const _0x4f8e0c=a0_0x4487eb,_0x3f4476={'\x74\x54\x6e\x45\x59':function(_0x4a1df7,_0x513e65,_0x3d484d,_0x4de7fc){return _0x4a1df7(_0x513e65,_0x3d484d,_0x4de7fc);},'\x61\x75\x62\x4b\x59':function(_0x2fa66f,_0x2725ed){return _0x2fa66f/_0x2725ed;},'\x77\x6b\x56\x4a\x65':function(_0x36074e,_0x20c5e0){return _0x36074e*_0x20c5e0;}},_0x379af8=_0x9548c2[_0x4f8e0c(0x11d)]??_0x4f8e0c(0x10e),_0x141aad=this[_0x4f8e0c(0x105)][_0x379af8]??this['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'][_0x4f8e0c(0x10e)];return{'\x74\x6f\x6b\x65\x6e':_0x3f4476[_0x4f8e0c(0x139)](issueCollaborationToken,this[_0x4f8e0c(0x114)],{'\x75\x73\x65\x72\x49\x64':_0x9548c2[_0x4f8e0c(0x12f)],'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x9548c2[_0x4f8e0c(0x11b)],'\x70\x72\x6f\x64\x75\x63\x74\x49\x64':this['\x70\x72\x6f\x64\x75\x63\x74\x49\x64'],'\x70\x72\x6f\x6a\x65\x63\x74\x49\x64':_0x9548c2[_0x4f8e0c(0x13d)],'\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64':_0x9548c2[_0x4f8e0c(0x136)],'\x61\x63\x63\x65\x73\x73':_0x9548c2[_0x4f8e0c(0x124)],'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x9548c2['\x73\x61\x6e\x64\x62\x6f\x78\x49\x64']},_0x141aad),'\x65\x78\x70\x69\x72\x65\x73\x41\x74':Math[_0x4f8e0c(0x113)](_0x3f4476['\x61\x75\x62\x4b\x59'](Date[_0x4f8e0c(0x102)](),0x3e8))+_0x3f4476[_0x4f8e0c(0x120)](_0x141aad,0x3c)};}[a0_0x4487eb(0x137)](_0x2c504e='\x66\x72\x65\x65'){const _0x1e1485=a0_0x4487eb;return this[_0x1e1485(0x105)][_0x2c504e]??this[_0x1e1485(0x105)][_0x1e1485(0x10e)];}};export{ProductTokenIssuer,getTokenTTL,isTokenExpiringSoon,issueBatchScopedToken,issueCollaborationToken,issueProjectScopedToken,issueReadToken,issueSessionScopedToken,unsafeDecodeToken,verifyToken};