@tangle-network/sandbox 0.0.0-develop.20260616042343.f74bb99 → 0.0.0-develop.20260617010321.3e36759

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
@@ -284,8 +329,8 @@ pending -> provisioning -> running -> stopped -> deleted
284
329
  import { Sandbox } from "@tangle-network/sandbox";
285
330
 
286
331
  const client = new Sandbox({
287
- apiKey: "sk_sandbox_...",
288
- baseUrl: "https://your-sandbox-api.example.com", // required
332
+ apiKey: process.env.TANGLE_API_KEY!,
333
+ baseUrl: process.env.SANDBOX_BASE_URL ?? "https://sandbox.tangle.tools", // required
289
334
  timeoutMs: 30000, // optional
290
335
  });
291
336
  ```
@@ -1,5 +1,5 @@
1
- import { B as CodeLanguage, H as CodeResultPart, R as CodeExecutionOptions, n as SandboxInstance, z as CodeExecutionResult } from "../sandbox-Ph0Bmcq9.js";
2
- import { i as SandboxClient } from "../client-kygOQ2xk.js";
1
+ import { B as CodeLanguage, H as CodeResultPart, R as CodeExecutionOptions, n as SandboxInstance, z as CodeExecutionResult } from "../sandbox-Cjubo8Gy.js";
2
+ import { i as SandboxClient } from "../client-DaEmraU2.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_0x27c4cf=a0_0xa433;(function(_0x2c2af4,_0x367e5a){const _0x4c54e0=a0_0xa433,_0x50e8ab=_0x2c2af4();while(!![]){try{const _0x1031d8=parseInt(_0x4c54e0(0x1db))/0x1+parseInt(_0x4c54e0(0x22f))/0x2*(parseInt(_0x4c54e0(0x23c))/0x3)+-parseInt(_0x4c54e0(0x1e5))/0x4+parseInt(_0x4c54e0(0x1b7))/0x5*(parseInt(_0x4c54e0(0x1ea))/0x6)+-parseInt(_0x4c54e0(0x21d))/0x7+parseInt(_0x4c54e0(0x19f))/0x8*(parseInt(_0x4c54e0(0x208))/0x9)+parseInt(_0x4c54e0(0x20e))/0xa*(-parseInt(_0x4c54e0(0x204))/0xb);if(_0x1031d8===_0x367e5a)break;else _0x50e8ab['push'](_0x50e8ab['shift']());}catch(_0x35a183){_0x50e8ab['push'](_0x50e8ab['shift']());}}}(a0_0x11d4,0xe00d7));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_0x27c4cf(0x1d7),'\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_0x27c4cf(0x225),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x6c\x61\x6e\x67\x75\x61\x67\x65':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67','\x65\x6e\x75\x6d':['\x70\x79\x74\x68\x6f\x6e',a0_0x27c4cf(0x1c9),'\x74\x79\x70\x65\x73\x63\x72\x69\x70\x74',a0_0x27c4cf(0x215)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1e9)},'\x73\x6f\x75\x72\x63\x65':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x213)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x27c4cf(0x1d4),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x50\x65\x72\x2d\x63\x61\x6c\x6c\x20\x74\x69\x6d\x65\x6f\x75\x74\x2e\x20\x30\x20\x64\x69\x73\x61\x62\x6c\x65\x73\x2e\x20\x44\x65\x66\x61\x75\x6c\x74\x20\x36\x30\x30\x30\x30\x2e'}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27c4cf(0x1cb),'\x73\x6f\x75\x72\x63\x65'],'\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:_0x33fe31,sessionId:_0x35cd47})=>async _0x4063ba=>{const _0x4a503d=a0_0x27c4cf;return await _0x33fe31['\x72\x75\x6e\x43\x6f\x64\x65'](_0x4063ba[_0x4a503d(0x1cb)],_0x4063ba['\x73\x6f\x75\x72\x63\x65'],{'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x35cd47,'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x4063ba[_0x4a503d(0x1f8)]});}},'\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':a0_0x27c4cf(0x1fa),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x226)},'\x63\x77\x64':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x217)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x27c4cf(0x1d4),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x228)}},'\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:_0x182008,sessionId:_0x52859e})=>async _0x201c16=>{const _0x1ebeda=a0_0x27c4cf;return await _0x182008[_0x1ebeda(0x23d)](_0x201c16[_0x1ebeda(0x1b2)],{'\x63\x77\x64':_0x201c16[_0x1ebeda(0x222)],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x201c16[_0x1ebeda(0x1f8)],'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x52859e});}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x65\x61\x64':{'\x6e\x61\x6d\x65':a0_0x27c4cf(0x227),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1dc),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27c4cf(0x21f)],'\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:_0x4806c9,sessionId:_0x462159})=>async _0x1ee254=>{const _0x5b3929=a0_0x27c4cf;return{'\x63\x6f\x6e\x74\x65\x6e\x74':await _0x4806c9[_0x5b3929(0x1c8)](_0x1ee254[_0x5b3929(0x21f)],{'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x462159})};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x77\x72\x69\x74\x65':{'\x6e\x61\x6d\x65':'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x77\x72\x69\x74\x65','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x240),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67'},'\x63\x6f\x6e\x74\x65\x6e\x74':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233),'\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':[a0_0x27c4cf(0x21f),'\x63\x6f\x6e\x74\x65\x6e\x74'],'\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:_0x42f929})=>async _0x402372=>{const _0x1460b9=a0_0x27c4cf;return await _0x42f929[_0x1460b9(0x1ff)](_0x402372['\x70\x61\x74\x68'],_0x402372[_0x1460b9(0x21b)]),{'\x6f\x6b':!![]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x6c\x69\x73\x74':{'\x6e\x61\x6d\x65':a0_0x27c4cf(0x1de),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1be),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67'}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27c4cf(0x21f)],'\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:_0x4c0aa4})=>async _0x89a208=>{const _0x152b3b=a0_0x27c4cf;return{'\x65\x6e\x74\x72\x69\x65\x73':await _0x4c0aa4['\x66\x73'][_0x152b3b(0x1bc)](_0x89a208[_0x152b3b(0x21f)])};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x73\x65\x61\x72\x63\x68':{'\x6e\x61\x6d\x65':a0_0x27c4cf(0x212),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x52\x69\x70\x67\x72\x65\x70\x2d\x73\x74\x79\x6c\x65\x20\x63\x6f\x64\x65\x20\x73\x65\x61\x72\x63\x68\x2e\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x6d\x61\x74\x63\x68\x69\x6e\x67\x20\x6c\x69\x6e\x65\x73\x20\x77\x69\x74\x68\x20\x73\x75\x72\x72\x6f\x75\x6e\x64\x69\x6e\x67\x20\x63\x6f\x6e\x74\x65\x78\x74\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x74\x65\x72\x6e':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x196)},'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x199)},'\x6d\x61\x78\x5f\x72\x65\x73\x75\x6c\x74\x73':{'\x74\x79\x70\x65':a0_0x27c4cf(0x1d4),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x43\x61\x70\x2e\x20\x44\x65\x66\x61\x75\x6c\x74\x20\x31\x30\x30\x2e'}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27c4cf(0x19b)],'\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:_0x26ff56})=>async _0x4bac10=>{const _0x1178da=a0_0x27c4cf,_0x27a9da=[],_0x22573b=_0x4bac10[_0x1178da(0x214)]??0x64;for await(const _0x40d2fa of _0x26ff56['\x73\x65\x61\x72\x63\x68'](_0x4bac10[_0x1178da(0x19b)],{'\x63\x77\x64':_0x4bac10[_0x1178da(0x21f)],'\x6d\x61\x78\x52\x65\x73\x75\x6c\x74\x73':_0x22573b})){_0x27a9da['\x70\x75\x73\x68'](_0x40d2fa);if(_0x27a9da['\x6c\x65\x6e\x67\x74\x68']>=_0x22573b)break;}return{'\x6d\x61\x74\x63\x68\x65\x73':_0x27a9da};}}},ALL_TOOL_SPECS=Object['\x76\x61\x6c\x75\x65\x73'](TOOL_SPECS);function selectSpecs(_0x5e39f2){const _0x4babc7=a0_0x27c4cf;if(!_0x5e39f2||_0x5e39f2['\x6c\x65\x6e\x67\x74\x68']===0x0)return ALL_TOOL_SPECS;const _0x4c8ac3=new Set(_0x5e39f2);return Object[_0x4babc7(0x22b)](TOOL_SPECS)[_0x4babc7(0x230)](_0x19e6ec=>_0x4c8ac3['\x68\x61\x73'](_0x19e6ec))[_0x4babc7(0x1ce)](_0x41b1d2=>TOOL_SPECS[_0x41b1d2]);}function serializeToolResult(_0xd5ad2d){const _0x3f9830=a0_0x27c4cf,_0x3783cd={'\x64\x46\x54\x51\x50':_0x3f9830(0x233)};if(typeof _0xd5ad2d===_0x3783cd['\x64\x46\x54\x51\x50'])return _0xd5ad2d;try{return JSON[_0x3f9830(0x1a8)](_0xd5ad2d,null,0x2);}catch{return String(_0xd5ad2d);}}const SDK_VERSION=((()=>{const _0xb945b8=a0_0x27c4cf,_0x235cbf={'\x55\x71\x5a\x49\x43':function(_0x31220d,_0x4dae28){return _0x31220d(_0x4dae28);}};try{return _0x235cbf[_0xb945b8(0x1b8)](createRequire,import.meta.url)('\x2e\x2e\x2f\x2e\x2e\x2f\x70\x61\x63\x6b\x61\x67\x65\x2e\x6a\x73\x6f\x6e')[_0xb945b8(0x1e2)]??_0xb945b8(0x1df);}catch{return _0xb945b8(0x1df);}})());async function createMcpServer(_0x2b4b0d,_0x27628b={}){const _0x4525f6=a0_0x27c4cf,_0x4a9475={'\x57\x52\x63\x49\x71':_0x4525f6(0x1da),'\x6b\x41\x54\x48\x71':function(_0x44db9c,_0x30b4cd){return _0x44db9c(_0x30b4cd);},'\x70\x6c\x62\x76\x4e':_0x4525f6(0x1fd)};let _0x59316a,_0x39c9a7;try{[_0x59316a,_0x39c9a7]=await Promise['\x61\x6c\x6c']([import(_0x4525f6(0x1f5)),import(_0x4a9475[_0x4525f6(0x1fb)])]);}catch{throw new Error(_0x4525f6(0x1f1));}const _0x548062=selectSpecs(_0x27628b['\x61\x6c\x6c\x6f\x77']),_0x9d14c2={'\x62\x6f\x78':_0x2b4b0d,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x27628b[_0x4525f6(0x207)]},_0x2f35d3=new Map();for(const _0x49bf4b of _0x548062)_0x2f35d3[_0x4525f6(0x1a7)](_0x49bf4b[_0x4525f6(0x19c)],_0x49bf4b[_0x4525f6(0x236)](_0x9d14c2));const _0x2feb21=new _0x59316a[(_0x4525f6(0x1c2))]({'\x6e\x61\x6d\x65':_0x27628b[_0x4525f6(0x19c)]??_0x4525f6(0x238),'\x76\x65\x72\x73\x69\x6f\x6e':_0x27628b[_0x4525f6(0x1e2)]??SDK_VERSION},{'\x63\x61\x70\x61\x62\x69\x6c\x69\x74\x69\x65\x73':{'\x74\x6f\x6f\x6c\x73':{}}});return _0x2feb21['\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x61\x6e\x64\x6c\x65\x72'](_0x39c9a7[_0x4525f6(0x20d)],async()=>({'\x74\x6f\x6f\x6c\x73':_0x548062[_0x4525f6(0x1ce)](_0x55bc18=>({'\x6e\x61\x6d\x65':_0x55bc18[_0x4525f6(0x19c)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x55bc18[_0x4525f6(0x20b)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x55bc18[_0x4525f6(0x220)]}))})),_0x2feb21[_0x4525f6(0x1ac)](_0x39c9a7['\x43\x61\x6c\x6c\x54\x6f\x6f\x6c\x52\x65\x71\x75\x65\x73\x74\x53\x63\x68\x65\x6d\x61'],async _0x4acbd4=>{const _0x3454ea=_0x4525f6,_0x17f10b=_0x4acbd4,_0x20741a=_0x2f35d3['\x67\x65\x74'](_0x17f10b['\x70\x61\x72\x61\x6d\x73'][_0x3454ea(0x19c)]);if(!_0x20741a)return{'\x69\x73\x45\x72\x72\x6f\x72':!![],'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x3454ea(0x1da),'\x74\x65\x78\x74':_0x3454ea(0x1f2)+_0x17f10b['\x70\x61\x72\x61\x6d\x73'][_0x3454ea(0x19c)]}]};try{return{'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x4a9475[_0x3454ea(0x1c1)],'\x74\x65\x78\x74':_0x4a9475[_0x3454ea(0x1ee)](serializeToolResult,await _0x20741a(_0x17f10b[_0x3454ea(0x232)][_0x3454ea(0x23e)]??{}))}]};}catch(_0x2be05e){return{'\x69\x73\x45\x72\x72\x6f\x72':!![],'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x4a9475['\x57\x52\x63\x49\x71'],'\x74\x65\x78\x74':_0x2be05e instanceof Error?_0x2be05e['\x6d\x65\x73\x73\x61\x67\x65']:String(_0x2be05e)}]};}}),{'\x73\x65\x72\x76\x65\x72':_0x2feb21,'\x63\x6f\x6e\x6e\x65\x63\x74':_0x3481f4=>_0x2feb21[_0x4525f6(0x243)](_0x3481f4),'\x63\x6c\x6f\x73\x65':()=>_0x2feb21[_0x4525f6(0x1a6)]()};}function runCode(_0x56fa2d,_0x2adf7f,_0x348d8c,_0x1af608){return _0x56fa2d['\x72\x75\x6e\x43\x6f\x64\x65'](_0x2adf7f,_0x348d8c,_0x1af608);}function anthropicTools(_0x4998d8,_0x2820c6={}){const _0x2a2794=a0_0x27c4cf,_0x579133={'\x64\x65\x6e\x67\x6a':_0x2a2794(0x1d3),'\x6b\x6c\x6a\x4d\x68':function(_0x389f98,_0x33fbb3){return _0x389f98(_0x33fbb3);}},_0x1dec46=selectSpecs(_0x2820c6['\x61\x6c\x6c\x6f\x77']),_0x4e074b={'\x62\x6f\x78':_0x4998d8,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x2820c6[_0x2a2794(0x207)]},_0x132434=new Map();for(const _0x3d2a46 of _0x1dec46)_0x132434[_0x2a2794(0x1a7)](_0x3d2a46['\x6e\x61\x6d\x65'],_0x3d2a46['\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72'](_0x4e074b));const _0x56cfdf=_0x1dec46[_0x2a2794(0x1ce)](_0x1fd8ac=>({'\x6e\x61\x6d\x65':_0x1fd8ac[_0x2a2794(0x19c)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x1fd8ac['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x1fd8ac[_0x2a2794(0x220)]}));async function _0x3cc284(_0x459230){const _0x1d7e72=_0x2a2794,_0x3ad826=_0x132434[_0x1d7e72(0x1c0)](_0x459230[_0x1d7e72(0x19c)]);if(!_0x3ad826)return{'\x74\x79\x70\x65':_0x579133['\x64\x65\x6e\x67\x6a'],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x459230['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x1d7e72(0x1f2)+_0x459230['\x6e\x61\x6d\x65'],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x497ed8=await _0x3ad826(_0x459230[_0x1d7e72(0x216)]);return{'\x74\x79\x70\x65':_0x579133[_0x1d7e72(0x1e7)],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x459230['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':toAnthropicContent(_0x497ed8)};}catch(_0xcab09f){return{'\x74\x79\x70\x65':_0x1d7e72(0x1d3),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x459230['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0xcab09f instanceof Error?_0xcab09f['\x6d\x65\x73\x73\x61\x67\x65']:_0x579133[_0x1d7e72(0x1fe)](String,_0xcab09f),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}async function _0x33016c(_0x393233){const _0x18b913=_0x2a2794,_0x2ef02b=_0x393233['\x66\x69\x6c\x74\x65\x72'](_0x21a9c0=>typeof _0x21a9c0==='\x6f\x62\x6a\x65\x63\x74'&&_0x21a9c0!==null&&_0x21a9c0[_0x18b913(0x23a)]==='\x74\x6f\x6f\x6c\x5f\x75\x73\x65');return Promise[_0x18b913(0x1fc)](_0x2ef02b['\x6d\x61\x70'](_0x3cc284));}return{'\x74\x6f\x6f\x6c\x73':_0x56cfdf,'\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65':_0x3cc284,'\x68\x61\x6e\x64\x6c\x65\x41\x73\x73\x69\x73\x74\x61\x6e\x74\x4d\x65\x73\x73\x61\x67\x65':_0x33016c};}function toAnthropicContent(_0x2eabd9){const _0xccd835=a0_0x27c4cf,_0xba17db={'\x57\x75\x59\x67\x75':function(_0x589fce,_0x47a37b){return _0x589fce(_0x47a37b);},'\x77\x52\x59\x41\x56':_0xccd835(0x1da),'\x55\x5a\x51\x77\x42':function(_0x3651cb,_0x3c7c27){return _0x3651cb(_0x3c7c27);},'\x41\x64\x6c\x41\x7a':_0xccd835(0x1f6),'\x5a\x66\x44\x71\x51':_0xccd835(0x1e8)};if(!_0xba17db[_0xccd835(0x19d)](isCodeExecutionResultWithImages,_0x2eabd9))return serializeToolResult(_0x2eabd9);const _0x5a0614=[],_0x3e1a85={..._0x2eabd9,'\x72\x65\x73\x75\x6c\x74\x73':_0x2eabd9[_0xccd835(0x1ae)][_0xccd835(0x230)](_0x557b60=>_0x557b60['\x74\x79\x70\x65']!==_0xccd835(0x1f6))};_0x5a0614[_0xccd835(0x234)]({'\x74\x79\x70\x65':_0xba17db[_0xccd835(0x1b3)],'\x74\x65\x78\x74':_0xba17db['\x57\x75\x59\x67\x75'](serializeToolResult,_0x3e1a85)});for(const _0x24e1ef of _0x2eabd9[_0xccd835(0x1ae)])if(_0xba17db['\x55\x5a\x51\x77\x42'](isImagePart,_0x24e1ef))_0x5a0614[_0xccd835(0x234)]({'\x74\x79\x70\x65':_0xba17db[_0xccd835(0x1bd)],'\x73\x6f\x75\x72\x63\x65':{'\x74\x79\x70\x65':_0xba17db[_0xccd835(0x19e)],'\x6d\x65\x64\x69\x61\x5f\x74\x79\x70\x65':imageMediaType(_0x24e1ef[_0xccd835(0x1ad)]),'\x64\x61\x74\x61':_0x24e1ef['\x64\x61\x74\x61']}});return _0x5a0614;}function isImagePart(_0x5ed35f){const _0x5ca2b0=a0_0x27c4cf,_0x58d4ae={'\x52\x6c\x73\x59\x75':'\x69\x6d\x61\x67\x65'};return _0x5ed35f[_0x5ca2b0(0x23a)]===_0x58d4ae[_0x5ca2b0(0x1d0)];}function isCodeExecutionResultWithImages(_0x4a1241){const _0x3dfda0=a0_0x27c4cf;if(!_0x4a1241||typeof _0x4a1241!==_0x3dfda0(0x225))return![];const _0x1c1eff=_0x4a1241[_0x3dfda0(0x1ae)];if(!Array[_0x3dfda0(0x205)](_0x1c1eff))return![];return _0x1c1eff[_0x3dfda0(0x221)](_0x1b7562=>_0x1b7562&&typeof _0x1b7562==='\x6f\x62\x6a\x65\x63\x74'&&_0x1b7562[_0x3dfda0(0x23a)]===_0x3dfda0(0x1f6));}function a0_0xa433(_0x33e36d,_0x3c7b93){_0x33e36d=_0x33e36d-0x196;const _0x11d41c=a0_0x11d4();let _0xa43338=_0x11d41c[_0x33e36d];if(a0_0xa433['\x56\x4d\x45\x75\x48\x77']===undefined){var _0x3874f5=function(_0x1e056b){const _0x31ed7e='\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 _0x5b360d='',_0x3e0dc7='';for(let _0x45a4c7=0x0,_0x52f86e,_0x371ba3,_0x806872=0x0;_0x371ba3=_0x1e056b['\x63\x68\x61\x72\x41\x74'](_0x806872++);~_0x371ba3&&(_0x52f86e=_0x45a4c7%0x4?_0x52f86e*0x40+_0x371ba3:_0x371ba3,_0x45a4c7++%0x4)?_0x5b360d+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&_0x52f86e>>(-0x2*_0x45a4c7&0x6)):0x0){_0x371ba3=_0x31ed7e['\x69\x6e\x64\x65\x78\x4f\x66'](_0x371ba3);}for(let _0x2a2126=0x0,_0x5e84c8=_0x5b360d['\x6c\x65\x6e\x67\x74\x68'];_0x2a2126<_0x5e84c8;_0x2a2126++){_0x3e0dc7+='\x25'+('\x30\x30'+_0x5b360d['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2a2126)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(_0x3e0dc7);};a0_0xa433['\x6c\x78\x65\x6b\x42\x64']=_0x3874f5,a0_0xa433['\x64\x74\x54\x76\x6f\x62']={},a0_0xa433['\x56\x4d\x45\x75\x48\x77']=!![];}const _0x5a0306=_0x11d41c[0x0],_0x2d9430=_0x33e36d+_0x5a0306,_0x1c2185=a0_0xa433['\x64\x74\x54\x76\x6f\x62'][_0x2d9430];return!_0x1c2185?(_0xa43338=a0_0xa433['\x6c\x78\x65\x6b\x42\x64'](_0xa43338),a0_0xa433['\x64\x74\x54\x76\x6f\x62'][_0x2d9430]=_0xa43338):_0xa43338=_0x1c2185,_0xa43338;}function imageMediaType(_0x3d86a3){const _0x58e501=a0_0x27c4cf,_0x3479cd={'\x6e\x51\x62\x59\x69':_0x58e501(0x1ef),'\x6d\x56\x78\x53\x73':'\x69\x6d\x61\x67\x65\x2f\x6a\x70\x65\x67','\x49\x4f\x4b\x78\x47':_0x58e501(0x1a4)};switch(_0x3d86a3){case _0x3479cd[_0x58e501(0x1c5)]:return _0x58e501(0x1a4);case _0x58e501(0x1cf):return _0x3479cd[_0x58e501(0x244)];case _0x58e501(0x1ed):return _0x3479cd[_0x58e501(0x1ec)];}}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_0x27c4cf(0x1b5),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x231),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\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':'\x50\x75\x62\x6c\x69\x63\x20\x74\x65\x6d\x70\x6c\x61\x74\x65\x20\x73\x6c\x75\x67\x20\x6f\x72\x20\x69\x64\x20\x28\x65\x2e\x67\x2e\x20\x27\x70\x79\x74\x68\x6f\x6e\x2d\x64\x61\x74\x61\x2d\x73\x63\x69\x65\x6e\x63\x65\x27\x29\x2e'},'\x77\x6f\x72\x6b\x65\x72\x73':{'\x74\x79\x70\x65':a0_0x27c4cf(0x1d4),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1e6)},'\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_0x27c4cf(0x198)}},'\x72\x65\x71\x75\x69\x72\x65\x64':['\x74\x65\x6d\x70\x6c\x61\x74\x65\x5f\x69\x64','\x77\x6f\x72\x6b\x65\x72\x73'],'\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:_0x248903})=>async _0x4682f3=>{const _0x1e081d=a0_0x27c4cf,_0x5ad6b5=await _0x248903[_0x1e081d(0x1cc)]['\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':_0x4682f3['\x74\x65\x6d\x70\x6c\x61\x74\x65\x5f\x69\x64']},'\x77\x6f\x72\x6b\x65\x72\x73':Array[_0x1e081d(0x1ab)]({'\x6c\x65\x6e\x67\x74\x68':_0x4682f3[_0x1e081d(0x1a9)]},(_0x11c077,_0x2d93f5)=>({'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64':'\x77\x6f\x72\x6b\x65\x72\x2d'+_0x2d93f5})),'\x6d\x65\x74\x61\x64\x61\x74\x61':_0x4682f3[_0x1e081d(0x1cd)]});return{'\x66\x6c\x65\x65\x74\x49\x64':_0x5ad6b5['\x66\x6c\x65\x65\x74\x49\x64'],'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64\x73':_0x5ad6b5[_0x1e081d(0x22d)]};}},'\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_0x27c4cf(0x21c),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x239),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x66\x6c\x65\x65\x74\x5f\x69\x64':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233)},'\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_0x27c4cf(0x226)},'\x6d\x61\x63\x68\x69\x6e\x65\x73':{'\x74\x79\x70\x65':a0_0x27c4cf(0x1eb),'\x69\x74\x65\x6d\x73':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233)},'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1d2)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x27c4cf(0x1d4),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1d5)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27c4cf(0x1e4),a0_0x27c4cf(0x1b2)],'\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:_0x50a9ea})=>async _0x4f1f3e=>{const _0x248ed2=a0_0x27c4cf;return await(await _0x50a9ea[_0x248ed2(0x1cc)][_0x248ed2(0x1bc)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x4f1f3e['\x66\x6c\x65\x65\x74\x5f\x69\x64']}))[_0x248ed2(0x218)](_0x4f1f3e[_0x248ed2(0x1b2)],{'\x6d\x61\x63\x68\x69\x6e\x65\x73':_0x4f1f3e['\x6d\x61\x63\x68\x69\x6e\x65\x73'],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x4f1f3e['\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73']});}},'\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_0x27c4cf(0x1c4),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1f3),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\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_0x27c4cf(0x1e4)],'\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:_0x56c323})=>async _0x14c235=>{const _0x3d26eb=a0_0x27c4cf,_0x4cf6cd=await _0x56c323['\x66\x6c\x65\x65\x74\x73'][_0x3d26eb(0x1bc)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x14c235[_0x3d26eb(0x1e4)]});return{'\x66\x6c\x65\x65\x74\x49\x64':_0x4cf6cd[_0x3d26eb(0x1bb)],'\x6d\x61\x63\x68\x69\x6e\x65\x73':_0x4cf6cd['\x69\x64\x73'][_0x3d26eb(0x1ce)](_0x308974=>({'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64':_0x308974,'\x73\x74\x61\x74\x75\x73':_0x4cf6cd[_0x3d26eb(0x1c0)](_0x308974)[_0x3d26eb(0x1aa)]}))};}},'\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':a0_0x27c4cf(0x23f),'\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_0x27c4cf(0x233)},'\x63\x6f\x6e\x74\x69\x6e\x75\x65\x5f\x6f\x6e\x5f\x65\x72\x72\x6f\x72':{'\x74\x79\x70\x65':a0_0x27c4cf(0x201),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x235)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x27c4cf(0x1e4)],'\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:_0x55c29f})=>async _0x23859f=>{const _0x16f594=a0_0x27c4cf;return await(await _0x55c29f[_0x16f594(0x1cc)][_0x16f594(0x1bc)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x23859f[_0x16f594(0x1e4)]}))['\x64\x65\x6c\x65\x74\x65']({'\x63\x6f\x6e\x74\x69\x6e\x75\x65\x4f\x6e\x45\x72\x72\x6f\x72':_0x23859f[_0x16f594(0x20f)]}),{'\x66\x6c\x65\x65\x74\x49\x64':_0x23859f[_0x16f594(0x1e4)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};}}},ALL_FLEET_TOOL_SPECS=Object[a0_0x27c4cf(0x223)](FLEET_TOOL_SPECS);function a0_0x11d4(){const _0x47a915=['\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','\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','\x44\x4d\x66\x34\x77\x66\x6d','\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','\x79\x32\x39\x55\x42\x4d\x76\x4a\x44\x61','\x42\x76\x7a\x34\x75\x33\x6d','\x75\x4d\x76\x4e\x7a\x78\x47\x47\x43\x67\x66\x30\x44\x67\x76\x59\x42\x49\x34','\x43\x33\x72\x4b\x42\x33\x76\x30','\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','\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','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x50\x7a\x61','\x43\x67\x66\x30\x44\x67\x76\x59\x42\x47','\x42\x4d\x66\x54\x7a\x71','\x76\x33\x76\x7a\x7a\x33\x75','\x77\x4d\x7a\x65\x43\x76\x65','\x6d\x4a\x61\x57\x44\x66\x50\x6e\x74\x76\x6e\x50','\x71\x78\x76\x34\x72\x77\x34','\x41\x4e\x6e\x56\x42\x4c\x6e\x4a\x41\x67\x76\x54\x79\x71','\x71\x4e\x7a\x6d\x73\x67\x65','\x45\x66\x6e\x57\x42\x30\x71','\x41\x77\x31\x48\x7a\x32\x75\x56\x43\x67\x35\x4e','\x73\x76\x6a\x65\x74\x4e\x79','\x79\x32\x58\x56\x43\x32\x75','\x43\x32\x76\x30','\x43\x33\x72\x59\x41\x77\x35\x4e\x41\x77\x7a\x35','\x44\x32\x39\x59\x41\x32\x76\x59\x43\x57','\x43\x33\x72\x48\x44\x68\x76\x5a','\x7a\x4e\x6a\x56\x42\x71','\x43\x32\x76\x30\x75\x4d\x76\x58\x44\x77\x76\x5a\x44\x65\x48\x48\x42\x4d\x72\x53\x7a\x78\x69','\x7a\x4d\x39\x59\x42\x77\x66\x30','\x43\x4d\x76\x5a\x44\x77\x58\x30\x43\x57','\x7a\x78\x48\x50\x44\x65\x6e\x56\x7a\x67\x75','\x44\x77\x35\x50\x44\x4d\x76\x59\x43\x32\x66\x53','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75','\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x61','\x44\x31\x6a\x7a\x71\x76\x79','\x75\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x61','\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','\x76\x32\x44\x64\x42\x67\x6d','\x6e\x4a\x69\x30\x6d\x5a\x69\x57\x44\x65\x39\x68\x7a\x75\x54\x4c','\x76\x78\x66\x41\x73\x75\x6d','\x7a\x67\x44\x52\x75\x78\x61','\x72\x78\x48\x4c\x79\x33\x76\x30\x7a\x73\x62\x48\x69\x68\x6e\x4f\x7a\x77\x58\x53\x69\x67\x6e\x56\x42\x77\x31\x48\x42\x4d\x71\x47\x41\x77\x34\x47\x79\x73\x62\x57\x43\x4d\x76\x32\x41\x77\x39\x31\x43\x32\x58\x35\x69\x67\x6e\x59\x7a\x77\x66\x30\x7a\x77\x71\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x62\x48\x42\x4d\x71\x47\x43\x4d\x76\x30\x44\x78\x6a\x55\x69\x68\x54\x5a\x44\x67\x72\x56\x44\x78\x71\x53\x69\x68\x6e\x30\x7a\x67\x76\x59\x43\x49\x57\x47\x7a\x78\x48\x50\x44\x65\x6e\x56\x7a\x67\x76\x39\x6c\x49\x62\x75\x41\x67\x75\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x62\x54\x44\x78\x6e\x30\x69\x67\x76\x34\x41\x78\x6e\x30\x69\x6f\x6b\x61\x4c\x63\x62\x4a\x43\x4d\x76\x48\x44\x67\x75\x47\x41\x78\x71\x47\x7a\x4d\x4c\x59\x43\x33\x71\x47\x44\x32\x4c\x30\x41\x63\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x78\x32\x6e\x59\x7a\x77\x66\x30\x7a\x73\x34','\x7a\x4d\x58\x4c\x7a\x78\x72\x6a\x7a\x61','\x42\x67\x4c\x5a\x44\x61','\x71\x77\x72\x53\x71\x78\x4f','\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','\x43\x33\x48\x48\x74\x68\x71','\x7a\x32\x76\x30','\x76\x31\x6a\x4a\x73\x78\x65','\x75\x32\x76\x59\x44\x4d\x76\x59','\x79\x77\x39\x64\x71\x77\x53','\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','\x42\x4c\x66\x49\x77\x77\x4b','\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','\x43\x75\x72\x34\x41\x77\x30','\x43\x4d\x76\x48\x7a\x61','\x42\x4d\x39\x4b\x7a\x71','\x72\x77\x72\x62\x79\x33\x75','\x42\x67\x66\x55\x7a\x33\x76\x48\x7a\x32\x75','\x7a\x4d\x58\x4c\x7a\x78\x72\x5a','\x42\x77\x76\x30\x79\x77\x72\x48\x44\x67\x65','\x42\x77\x66\x57','\x41\x4e\x62\x4c\x7a\x57','\x75\x4d\x58\x5a\x77\x78\x75','\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','\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','\x44\x67\x39\x56\x42\x66\x39\x59\x7a\x78\x6e\x31\x42\x68\x71','\x42\x4e\x76\x54\x79\x4d\x76\x59','\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\x67\x44\x75\x41\x65\x65','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x59\x44\x77\x35\x46\x79\x32\x39\x4b\x7a\x71','\x79\x32\x39\x55\x44\x67\x76\x34\x44\x61','\x43\x4b\x31\x48\x76\x32\x53','\x44\x67\x76\x34\x44\x61','\x6d\x74\x6d\x58\x6d\x4a\x4b\x32\x6d\x31\x44\x4a\x44\x66\x4c\x30\x41\x71','\x75\x4d\x76\x48\x7a\x63\x62\x48\x69\x67\x7a\x50\x42\x67\x75\x47\x7a\x4e\x6a\x56\x42\x73\x62\x30\x41\x67\x75\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x62\x4d\x41\x77\x58\x4c\x43\x33\x4c\x5a\x44\x67\x76\x54\x6c\x49\x62\x73\x7a\x77\x58\x48\x44\x67\x4c\x32\x7a\x73\x62\x57\x79\x78\x72\x4f\x43\x59\x62\x59\x7a\x78\x6e\x56\x42\x68\x7a\x4c\x69\x67\x7a\x59\x42\x32\x30\x47\x44\x67\x48\x4c\x69\x68\x44\x56\x43\x4d\x54\x5a\x43\x67\x66\x4a\x7a\x73\x62\x59\x42\x32\x39\x30\x6f\x59\x62\x48\x79\x4e\x6e\x56\x42\x68\x76\x30\x7a\x73\x62\x57\x79\x78\x72\x4f\x43\x59\x62\x59\x7a\x77\x66\x4b\x69\x68\x72\x4f\x7a\x73\x62\x4a\x42\x32\x35\x30\x79\x77\x4c\x55\x7a\x78\x69\x47\x7a\x4d\x4c\x53\x7a\x78\x6e\x35\x43\x33\x72\x4c\x42\x73\x62\x4b\x41\x78\x6a\x4c\x79\x33\x72\x53\x45\x73\x34','\x42\x77\x76\x5a\x43\x32\x66\x4e\x7a\x71','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x53\x41\x78\x6e\x30','\x6d\x63\x34\x57\x6c\x4a\x61','\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','\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','\x44\x4d\x76\x59\x43\x32\x4c\x56\x42\x47','\x41\x30\x35\x49\x73\x76\x71','\x7a\x4d\x58\x4c\x7a\x78\x72\x46\x41\x77\x71','\x6d\x5a\x43\x35\x6e\x64\x6d\x32\x6e\x66\x7a\x4a\x44\x75\x6e\x63\x42\x47','\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','\x7a\x67\x76\x55\x7a\x32\x4f','\x79\x4d\x66\x5a\x7a\x74\x79\x30','\x73\x32\x76\x59\x42\x4d\x76\x53\x69\x67\x58\x48\x42\x4d\x44\x31\x79\x77\x44\x4c\x6c\x47','\x6d\x74\x6a\x62\x76\x32\x6e\x48\x71\x75\x30','\x79\x78\x6a\x59\x79\x78\x4b','\x73\x75\x39\x6c\x45\x65\x43','\x43\x33\x7a\x4e','\x41\x30\x66\x75\x73\x68\x65','\x43\x67\x35\x4e','\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\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','\x76\x77\x35\x52\x42\x4d\x39\x33\x42\x49\x62\x30\x42\x32\x39\x53\x6f\x49\x61','\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\x77\x58\x53\x42\x33\x43','\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','\x41\x77\x31\x48\x7a\x32\x75','\x45\x65\x72\x65\x42\x4e\x69','\x44\x67\x4c\x54\x7a\x77\x39\x31\x44\x66\x39\x54\x43\x57','\x44\x67\x39\x56\x42\x61','\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','\x43\x67\x58\x49\x44\x4b\x34','\x79\x77\x58\x53','\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','\x41\x32\x58\x51\x74\x77\x47','\x44\x33\x6a\x50\x44\x67\x75','\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','\x79\x4d\x39\x56\x42\x67\x76\x48\x42\x47','\x7a\x4e\x76\x68\x45\x75\x30','\x43\x77\x58\x4b\x71\x4b\x4f','\x6e\x4a\x69\x33\x6d\x5a\x69\x33\x6f\x67\x4c\x57\x76\x4e\x50\x6f\x45\x61','\x41\x78\x6e\x62\x43\x4e\x6a\x48\x45\x71','\x73\x4b\x6e\x4a\x41\x4e\x4f','\x43\x32\x76\x5a\x43\x32\x4c\x56\x42\x4b\x4c\x4b','\x6e\x4a\x75\x57\x6e\x5a\x79\x5a\x73\x30\x39\x34\x41\x32\x54\x64','\x43\x78\x76\x69\x7a\x75\x6d','\x75\x32\x31\x53\x45\x76\x71','\x7a\x67\x76\x5a\x79\x33\x6a\x50\x43\x68\x72\x50\x42\x32\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','\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','\x6d\x4a\x62\x66\x44\x33\x62\x5a\x73\x31\x4f','\x79\x32\x39\x55\x44\x67\x4c\x55\x44\x77\x76\x46\x42\x32\x35\x46\x7a\x78\x6a\x59\x42\x33\x69','\x7a\x4e\x76\x55\x79\x33\x72\x50\x42\x32\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','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x5a\x7a\x77\x66\x59\x79\x32\x47','\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','\x42\x77\x66\x34\x78\x33\x6a\x4c\x43\x33\x76\x53\x44\x68\x6d','\x79\x4d\x66\x5a\x41\x61','\x41\x77\x35\x57\x44\x78\x71','\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\x67\x4c\x5a\x43\x67\x66\x30\x79\x32\x48\x66\x45\x67\x76\x4a','\x79\x33\x6a\x4c\x79\x78\x72\x4c\x76\x67\x39\x56\x42\x61','\x42\x4b\x66\x6c\x41\x65\x53','\x79\x32\x39\x55\x44\x67\x76\x55\x44\x61','\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','\x6d\x74\x65\x30\x6d\x5a\x65\x5a\x6f\x74\x6a\x36\x73\x4e\x72\x52\x42\x78\x69','\x72\x4c\x76\x6f\x76\x4e\x6d','\x43\x67\x66\x30\x41\x61','\x41\x77\x35\x57\x44\x78\x72\x74\x79\x32\x48\x4c\x42\x77\x65','\x43\x32\x39\x54\x7a\x71','\x79\x33\x44\x4b','\x44\x4d\x66\x53\x44\x77\x76\x5a','\x43\x67\x66\x59\x43\x32\x75','\x42\x32\x6a\x51\x7a\x77\x6e\x30','\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','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x59\x7a\x77\x66\x4b','\x72\x67\x76\x4d\x79\x78\x76\x53\x44\x63\x61\x32\x6d\x64\x61\x57\x6d\x63\x34','\x71\x67\x31\x48\x43\x33\x72\x59\x79\x73\x39\x4a\x42\x33\x6a\x4c','\x42\x31\x66\x71\x72\x77\x30','\x41\x32\x76\x35\x43\x57','\x73\x4c\x7a\x78\x41\x4d\x57','\x41\x77\x72\x5a','\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','\x6d\x74\x69\x32\x6f\x74\x75\x35\x6e\x4c\x62\x34\x73\x32\x58\x36\x43\x57','\x7a\x4d\x4c\x53\x44\x67\x76\x59','\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','\x43\x67\x66\x59\x79\x77\x31\x5a','\x43\x33\x72\x59\x41\x77\x35\x4e','\x43\x68\x76\x5a\x41\x61','\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','\x42\x77\x66\x52\x7a\x75\x48\x48\x42\x4d\x72\x53\x7a\x78\x69','\x41\x67\x66\x5a','\x44\x67\x66\x55\x7a\x32\x58\x4c\x6c\x78\x6e\x48\x42\x4d\x72\x49\x42\x33\x47','\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\x68\x4c\x57\x7a\x71','\x42\x67\x76\x55\x7a\x33\x72\x4f','\x6e\x4c\x66\x4a\x75\x65\x44\x33\x71\x47','\x7a\x78\x48\x4c\x79\x57','\x79\x78\x6a\x4e\x44\x77\x31\x4c\x42\x4e\x72\x5a'];a0_0x11d4=function(){return _0x47a915;};return a0_0x11d4();}function selectFleetSpecs(_0x2a85b2){const _0x2a6ed7=a0_0x27c4cf;if(!_0x2a85b2||_0x2a85b2[_0x2a6ed7(0x23b)]===0x0)return ALL_FLEET_TOOL_SPECS;const _0x28d86a=new Set(_0x2a85b2);return Object['\x6b\x65\x79\x73'](FLEET_TOOL_SPECS)['\x66\x69\x6c\x74\x65\x72'](_0x25c8ad=>_0x28d86a[_0x2a6ed7(0x237)](_0x25c8ad))[_0x2a6ed7(0x1ce)](_0xb8f04c=>FLEET_TOOL_SPECS[_0xb8f04c]);}function anthropicFleetTools(_0x56d0d2,_0x388bb8={}){const _0x1a744e=a0_0x27c4cf,_0x59b322={'\x71\x75\x48\x65\x43':function(_0x2c1dee,_0xc5ec56){return _0x2c1dee instanceof _0xc5ec56;},'\x45\x64\x41\x63\x75':function(_0x28fc14,_0xd7e03b){return _0x28fc14(_0xd7e03b);},'\x72\x4d\x61\x57\x6b':function(_0x444cca,_0xe8bd4b,_0x1b1bc7){return _0x444cca(_0xe8bd4b,_0x1b1bc7);}},_0x541eee=_0x59b322[_0x1a744e(0x1ca)](selectFleetSpecs,_0x388bb8[_0x1a744e(0x1f4)]),_0x1e92ff=_0x59b322[_0x1a744e(0x1d9)](buildFleetHandlers,_0x541eee,{'\x63\x6c\x69\x65\x6e\x74':_0x56d0d2});return{'\x74\x6f\x6f\x6c\x73':_0x541eee['\x6d\x61\x70'](_0x3d1db8=>({'\x6e\x61\x6d\x65':_0x3d1db8['\x6e\x61\x6d\x65'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x3d1db8[_0x1a744e(0x20b)],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x3d1db8[_0x1a744e(0x220)]})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65'(_0x27497c){const _0xab1609=_0x1a744e,_0x37873e=_0x1e92ff[_0xab1609(0x1c0)](_0x27497c[_0xab1609(0x19c)]);if(!_0x37873e)return{'\x74\x79\x70\x65':_0xab1609(0x1d3),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x27497c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0xab1609(0x200)+_0x27497c[_0xab1609(0x19c)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0xa887ad=await _0x37873e(_0x27497c[_0xab1609(0x216)]);return{'\x74\x79\x70\x65':_0xab1609(0x1d3),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x27497c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0xa887ad)};}catch(_0x424202){return{'\x74\x79\x70\x65':_0xab1609(0x1d3),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x27497c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x59b322[_0xab1609(0x209)](_0x424202,Error)?_0x424202['\x6d\x65\x73\x73\x61\x67\x65']:String(_0x424202),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}};}function openaiFleetTools(_0x5553ca,_0x5010a7={}){const _0x24bce3=a0_0x27c4cf,_0x284ce0={'\x46\x55\x4e\x56\x73':function(_0x2199b3,_0x2ff95b){return _0x2199b3(_0x2ff95b);},'\x4a\x43\x63\x6a\x7a':function(_0x4225c3,_0x39fa9a){return _0x4225c3 instanceof _0x39fa9a;},'\x71\x44\x78\x69\x6d':function(_0x1a1550,_0x1ef6ee){return _0x1a1550(_0x1ef6ee);},'\x50\x67\x54\x68\x41':function(_0x4da790,_0x3b53c1,_0x4fdf51){return _0x4da790(_0x3b53c1,_0x4fdf51);}},_0x227112=_0x284ce0[_0x24bce3(0x1c7)](selectFleetSpecs,_0x5010a7[_0x24bce3(0x1f4)]),_0x21ab1e=_0x284ce0[_0x24bce3(0x1d6)](buildFleetHandlers,_0x227112,{'\x63\x6c\x69\x65\x6e\x74':_0x5553ca});return{'\x74\x6f\x6f\x6c\x73':_0x227112['\x6d\x61\x70'](_0xec5e4c=>({'\x74\x79\x70\x65':_0x24bce3(0x210),'\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0xec5e4c['\x6e\x61\x6d\x65'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0xec5e4c[_0x24bce3(0x20b)],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0xec5e4c['\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'(_0x204556){const _0x10cc40=_0x24bce3,_0x4a8b0c=_0x21ab1e[_0x10cc40(0x1c0)](_0x204556[_0x10cc40(0x210)][_0x10cc40(0x19c)]);if(!_0x4a8b0c)return{'\x72\x6f\x6c\x65':_0x10cc40(0x1f9),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x204556['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x10cc40(0x1a8)]({'\x65\x72\x72\x6f\x72':_0x10cc40(0x200)+_0x204556[_0x10cc40(0x210)][_0x10cc40(0x19c)]})};let _0x44f5f0={};try{const _0x5563e6=JSON[_0x10cc40(0x224)](_0x204556[_0x10cc40(0x210)]['\x61\x72\x67\x75\x6d\x65\x6e\x74\x73']||'\x7b\x7d');if(_0x5563e6&&typeof _0x5563e6===_0x10cc40(0x225))_0x44f5f0=_0x5563e6;}catch{}try{const _0x651113=await _0x4a8b0c(_0x44f5f0);return{'\x72\x6f\x6c\x65':_0x10cc40(0x1f9),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x204556['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x284ce0[_0x10cc40(0x21e)](serializeToolResult,_0x651113)};}catch(_0x1518cf){return{'\x72\x6f\x6c\x65':_0x10cc40(0x1f9),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x204556['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x10cc40(0x1a8)]({'\x65\x72\x72\x6f\x72':_0x284ce0[_0x10cc40(0x206)](_0x1518cf,Error)?_0x1518cf['\x6d\x65\x73\x73\x61\x67\x65']:_0x284ce0['\x46\x55\x4e\x56\x73'](String,_0x1518cf)})};}}};}async function vercelAiFleetTools(_0x212cc1,_0x21bc65={}){const _0x16f896=a0_0x27c4cf,_0x369c97={'\x57\x67\x43\x6c\x63':function(_0x42a310,_0x4f1b5e,_0x2a03d1){return _0x42a310(_0x4f1b5e,_0x2a03d1);}};let _0x283558;try{_0x283558=await import('\x61\x69');}catch{throw new Error('\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');}const _0xe880f1=selectFleetSpecs(_0x21bc65[_0x16f896(0x1f4)]),_0x305f5d=_0x369c97[_0x16f896(0x1b6)](buildFleetHandlers,_0xe880f1,{'\x63\x6c\x69\x65\x6e\x74':_0x212cc1}),_0x231870={};for(const _0x441c24 of _0xe880f1)_0x231870[_0x441c24[_0x16f896(0x19c)]]=_0x283558[_0x16f896(0x1f9)]({'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x441c24[_0x16f896(0x20b)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x283558['\x6a\x73\x6f\x6e\x53\x63\x68\x65\x6d\x61'](_0x441c24['\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61']),'\x65\x78\x65\x63\x75\x74\x65':async _0x42b59b=>{const _0x9f8362=_0x16f896,_0x1b4da2=_0x305f5d[_0x9f8362(0x1c0)](_0x441c24['\x6e\x61\x6d\x65']);if(!_0x1b4da2)throw new Error(_0x9f8362(0x200)+_0x441c24[_0x9f8362(0x19c)]);return serializeToolResult(await _0x1b4da2(_0x42b59b));}});return _0x231870;}async function mastraFleetTools(_0x3ad51c,_0x659313={}){const _0x82462=a0_0x27c4cf,_0x42b119={'\x66\x75\x47\x79\x4d':function(_0x57b0e7,_0x503d26){return _0x57b0e7(_0x503d26);},'\x53\x6d\x6c\x79\x54':'\x6d\x61\x73\x74\x72\x61\x46\x6c\x65\x65\x74\x54\x6f\x6f\x6c\x73\x28\x29\x3a\x20\x74\x68\x65\x20\x60\x40\x6d\x61\x73\x74\x72\x61\x2f\x63\x6f\x72\x65\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\x40\x6d\x61\x73\x74\x72\x61\x2f\x63\x6f\x72\x65\x60\x2e'};let _0x2b3d41;try{_0x2b3d41=await import(_0x82462(0x229));}catch{throw new Error(_0x42b119[_0x82462(0x20a)]);}const _0x3c5469=_0x42b119[_0x82462(0x202)](selectFleetSpecs,_0x659313['\x61\x6c\x6c\x6f\x77']),_0xafac0=buildFleetHandlers(_0x3c5469,{'\x63\x6c\x69\x65\x6e\x74':_0x3ad51c}),_0x571fcc={};for(const _0x58993a of _0x3c5469)_0x571fcc[_0x58993a[_0x82462(0x19c)]]=_0x2b3d41['\x63\x72\x65\x61\x74\x65\x54\x6f\x6f\x6c']({'\x69\x64':_0x58993a[_0x82462(0x19c)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x58993a[_0x82462(0x20b)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x2b3d41['\x6a\x73\x6f\x6e\x53\x63\x68\x65\x6d\x61']?_0x2b3d41[_0x82462(0x1a1)](_0x58993a[_0x82462(0x220)]):_0x58993a[_0x82462(0x220)],'\x65\x78\x65\x63\x75\x74\x65':async _0x2aad7d=>{const _0x2d17fc=_0x82462,_0x102974=_0xafac0[_0x2d17fc(0x1c0)](_0x58993a[_0x2d17fc(0x19c)]);if(!_0x102974)throw new Error(_0x2d17fc(0x200)+_0x58993a[_0x2d17fc(0x19c)]);return{'\x72\x65\x73\x75\x6c\x74':_0x42b119[_0x2d17fc(0x202)](serializeToolResult,await _0x102974(_0x2aad7d?.['\x63\x6f\x6e\x74\x65\x78\x74']??{}))};}});return _0x571fcc;}function buildFleetHandlers(_0x45cf46,_0x2542d2){const _0x480399=a0_0x27c4cf,_0x4d1e7a=new Map();for(const _0x18ca0f of _0x45cf46)_0x4d1e7a['\x73\x65\x74'](_0x18ca0f[_0x480399(0x19c)],_0x18ca0f[_0x480399(0x236)](_0x2542d2));return _0x4d1e7a;}const LIFECYCLE_TOOL_SPECS={'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x63\x72\x65\x61\x74\x65':{'\x6e\x61\x6d\x65':a0_0x27c4cf(0x1b1),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x43\x72\x65\x61\x74\x65\x20\x61\x6e\x20\x69\x73\x6f\x6c\x61\x74\x65\x64\x20\x73\x61\x6e\x64\x62\x6f\x78\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x69\x74\x73\x20\x69\x64\x20\x66\x6f\x72\x20\x75\x73\x65\x20\x77\x69\x74\x68\x20\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x6d\x6d\x61\x6e\x64\x2e\x20\x55\x73\x65\x20\x74\x68\x69\x73\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x75\x73\x65\x72\x20\x6e\x65\x65\x64\x73\x20\x63\x6f\x64\x65\x20\x65\x78\x65\x63\x75\x74\x65\x64\x2c\x20\x66\x69\x6c\x65\x73\x20\x61\x6e\x61\x6c\x79\x7a\x65\x64\x2c\x20\x6f\x72\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x73\x20\x72\x75\x6e\x20\x69\x6e\x20\x61\x20\x73\x65\x63\x75\x72\x65\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x2e\x20\x54\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x20\x42\x49\x4c\x4c\x53\x20\x75\x6e\x74\x69\x6c\x20\x64\x65\x73\x74\x72\x6f\x79\x65\x64\x20\u2014\x20\x63\x61\x6c\x6c\x20\x73\x61\x6e\x64\x62\x6f\x78\x5f\x64\x65\x73\x74\x72\x6f\x79\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x77\x6f\x72\x6b\x20\x69\x73\x20\x64\x6f\x6e\x65\x2e','\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\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_0x27c4cf(0x233),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x242)},'\x6e\x61\x6d\x65':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x64\x69\x73\x70\x6c\x61\x79\x20\x6e\x61\x6d\x65\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x2e'}},'\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:_0x498e9d})=>async _0x4848b5=>{const _0x561e58=a0_0x27c4cf,_0x23ceb4=await _0x498e9d['\x63\x72\x65\x61\x74\x65']({'\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74':_0x4848b5['\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74']??_0x561e58(0x1b0),'\x6e\x61\x6d\x65':_0x4848b5['\x6e\x61\x6d\x65']});return{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x23ceb4['\x69\x64'],'\x73\x74\x61\x74\x75\x73':_0x23ceb4[_0x561e58(0x1aa)]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x6e\x61\x6d\x65':a0_0x27c4cf(0x1f0),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1ba),'\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':'\x73\x74\x72\x69\x6e\x67','\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'},'\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x74\x79\x70\x65':a0_0x27c4cf(0x233),'\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_0x27c4cf(0x233),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x211)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x27c4cf(0x1d4),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1d1)}},'\x72\x65\x71\x75\x69\x72\x65\x64':['\x73\x61\x6e\x64\x62\x6f\x78\x5f\x69\x64',a0_0x27c4cf(0x1b2)],'\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:_0x4b569b})=>async _0xb7c942=>{const _0x5ad878=a0_0x27c4cf,_0xbc68c3=await _0x4b569b['\x67\x65\x74'](_0xb7c942[_0x5ad878(0x19a)]);if(!_0xbc68c3)throw new Error(_0x5ad878(0x1b4)+_0xb7c942[_0x5ad878(0x19a)]+_0x5ad878(0x1e0));const _0x58c33e=await _0xbc68c3['\x65\x78\x65\x63'](_0xb7c942[_0x5ad878(0x1b2)],{'\x63\x77\x64':_0xb7c942[_0x5ad878(0x222)],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0xb7c942[_0x5ad878(0x1f8)]??0xea60});return{'\x73\x74\x64\x6f\x75\x74':_0x58c33e[_0x5ad878(0x197)],'\x73\x74\x64\x65\x72\x72':_0x58c33e['\x73\x74\x64\x65\x72\x72'],'\x65\x78\x69\x74\x43\x6f\x64\x65':_0x58c33e[_0x5ad878(0x1af)]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x64\x65\x73\x74\x72\x6f\x79':{'\x6e\x61\x6d\x65':'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x64\x65\x73\x74\x72\x6f\x79','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x27c4cf(0x1e1),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x27c4cf(0x225),'\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_0x27c4cf(0x233),'\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_0x27c4cf(0x19a)],'\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:_0x377d88})=>async _0x34f697=>{const _0x1ed9a2=a0_0x27c4cf,_0x3ca4e8=await _0x377d88[_0x1ed9a2(0x1c0)](_0x34f697[_0x1ed9a2(0x19a)]);if(!_0x3ca4e8)return{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x34f697[_0x1ed9a2(0x19a)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};return await _0x3ca4e8['\x64\x65\x6c\x65\x74\x65'](),{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x34f697[_0x1ed9a2(0x19a)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};}}},ALL_LIFECYCLE_TOOL_SPECS=Object[a0_0x27c4cf(0x223)](LIFECYCLE_TOOL_SPECS);function selectLifecycleSpecs(_0x46db74){const _0x1eacdc=a0_0x27c4cf;if(!_0x46db74||_0x46db74[_0x1eacdc(0x23b)]===0x0)return ALL_LIFECYCLE_TOOL_SPECS;const _0x144df2=new Set(_0x46db74);return Object[_0x1eacdc(0x22b)](LIFECYCLE_TOOL_SPECS)['\x66\x69\x6c\x74\x65\x72'](_0x1bbd1a=>_0x144df2[_0x1eacdc(0x237)](_0x1bbd1a))[_0x1eacdc(0x1ce)](_0x532d62=>LIFECYCLE_TOOL_SPECS[_0x532d62]);}function anthropicLifecycleTools(_0x4f5c21,_0x215f56={}){const _0x211621=a0_0x27c4cf,_0x1ff251={'\x6e\x41\x4b\x68\x4b':function(_0x34ce23,_0xaf7564){return _0x34ce23(_0xaf7564);},'\x76\x61\x78\x58\x53':'\x74\x6f\x6f\x6c\x5f\x72\x65\x73\x75\x6c\x74','\x44\x77\x69\x44\x59':function(_0x8b0a3,_0x162dc9){return _0x8b0a3 instanceof _0x162dc9;},'\x41\x75\x78\x45\x6e':function(_0x120401,_0x4bf5f2){return _0x120401(_0x4bf5f2);},'\x78\x53\x70\x6f\x44':function(_0x2f307c,_0x2a6bba,_0x3625d1){return _0x2f307c(_0x2a6bba,_0x3625d1);}},_0x1dcb7c=_0x1ff251[_0x211621(0x1a0)](selectLifecycleSpecs,_0x215f56[_0x211621(0x1f4)]),_0x4a35d4=_0x1ff251[_0x211621(0x1a3)](buildLifecycleHandlers,_0x1dcb7c,{'\x63\x6c\x69\x65\x6e\x74':_0x4f5c21});return{'\x74\x6f\x6f\x6c\x73':_0x1dcb7c[_0x211621(0x1ce)](_0x2031ad=>({'\x6e\x61\x6d\x65':_0x2031ad[_0x211621(0x19c)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x2031ad['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x2031ad[_0x211621(0x220)]})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65'(_0x445a11){const _0x3f29fa=_0x211621,_0x4c2dae=_0x4a35d4['\x67\x65\x74'](_0x445a11[_0x3f29fa(0x19c)]);if(!_0x4c2dae)return{'\x74\x79\x70\x65':_0x3f29fa(0x1d3),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x445a11['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x3f29fa(0x22e)+_0x445a11[_0x3f29fa(0x19c)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x51f130=await _0x4c2dae(_0x445a11[_0x3f29fa(0x216)]);return{'\x74\x79\x70\x65':_0x3f29fa(0x1d3),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x445a11['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x1ff251[_0x3f29fa(0x21a)](serializeToolResult,_0x51f130)};}catch(_0x49152d){return{'\x74\x79\x70\x65':_0x1ff251[_0x3f29fa(0x241)],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x445a11['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x1ff251['\x44\x77\x69\x44\x59'](_0x49152d,Error)?_0x49152d[_0x3f29fa(0x1dd)]:String(_0x49152d),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}};}function openaiLifecycleTools(_0xabb5f5,_0x4888ff={}){const _0x5e4f61=a0_0x27c4cf,_0x46fb69={'\x49\x52\x44\x4e\x76':function(_0x57786b,_0x5c556e){return _0x57786b===_0x5c556e;},'\x78\x44\x44\x6e\x72':_0x5e4f61(0x1f9),'\x6f\x51\x50\x45\x6d':function(_0x5aa682,_0x1897bf){return _0x5aa682(_0x1897bf);},'\x6b\x4e\x62\x49\x54':function(_0x4e74e4,_0x3f7556){return _0x4e74e4 instanceof _0x3f7556;},'\x61\x6f\x43\x41\x6b':function(_0xe7d49a,_0x54bf86){return _0xe7d49a(_0x54bf86);}},_0x418467=_0x46fb69[_0x5e4f61(0x1c3)](selectLifecycleSpecs,_0x4888ff[_0x5e4f61(0x1f4)]),_0xa9caef=buildLifecycleHandlers(_0x418467,{'\x63\x6c\x69\x65\x6e\x74':_0xabb5f5});return{'\x74\x6f\x6f\x6c\x73':_0x418467[_0x5e4f61(0x1ce)](_0x3d8429=>({'\x74\x79\x70\x65':_0x5e4f61(0x210),'\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x3d8429[_0x5e4f61(0x19c)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x3d8429['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x3d8429[_0x5e4f61(0x220)]}})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c'(_0x4f7e73){const _0xf8db9=_0x5e4f61,_0x199075=_0xa9caef[_0xf8db9(0x1c0)](_0x4f7e73[_0xf8db9(0x210)][_0xf8db9(0x19c)]);if(!_0x199075)return{'\x72\x6f\x6c\x65':'\x74\x6f\x6f\x6c','\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x4f7e73['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0xf8db9(0x1a8)]({'\x65\x72\x72\x6f\x72':_0xf8db9(0x22e)+_0x4f7e73['\x66\x75\x6e\x63\x74\x69\x6f\x6e'][_0xf8db9(0x19c)]})};let _0x3f4ea3={};try{const _0x2d4ed9=JSON['\x70\x61\x72\x73\x65'](_0x4f7e73['\x66\x75\x6e\x63\x74\x69\x6f\x6e']['\x61\x72\x67\x75\x6d\x65\x6e\x74\x73']||'\x7b\x7d');if(_0x2d4ed9&&_0x46fb69[_0xf8db9(0x1a5)](typeof _0x2d4ed9,_0xf8db9(0x225)))_0x3f4ea3=_0x2d4ed9;}catch{}try{const _0x1588aa=await _0x199075(_0x3f4ea3);return{'\x72\x6f\x6c\x65':_0x46fb69[_0xf8db9(0x1f7)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x4f7e73['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x46fb69[_0xf8db9(0x22a)](serializeToolResult,_0x1588aa)};}catch(_0x1b083f){return{'\x72\x6f\x6c\x65':_0x46fb69[_0xf8db9(0x1f7)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x4f7e73['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0xf8db9(0x1a8)]({'\x65\x72\x72\x6f\x72':_0x46fb69[_0xf8db9(0x1e3)](_0x1b083f,Error)?_0x1b083f[_0xf8db9(0x1dd)]:String(_0x1b083f)})};}}};}function buildLifecycleHandlers(_0x1f073d,_0x28740b){const _0x35fd0a=a0_0x27c4cf,_0x11a0e4=new Map();for(const _0x168d88 of _0x1f073d)_0x11a0e4[_0x35fd0a(0x1a7)](_0x168d88[_0x35fd0a(0x19c)],_0x168d88[_0x35fd0a(0x236)](_0x28740b));return _0x11a0e4;}async function mastraTools(_0x143f67,_0x594cde={}){const _0x34f008=a0_0x27c4cf,_0x284857={'\x42\x76\x4c\x48\x61':function(_0x322707,_0x34a44c){return _0x322707(_0x34a44c);},'\x71\x6c\x64\x42\x4a':_0x34f008(0x229),'\x73\x78\x61\x4c\x74':_0x34f008(0x20c)};let _0x2d6dbf;try{_0x2d6dbf=await import(_0x284857[_0x34f008(0x203)]);}catch{throw new Error(_0x284857[_0x34f008(0x1bf)]);}const _0x170219=_0x284857[_0x34f008(0x1a2)](selectSpecs,_0x594cde[_0x34f008(0x1f4)]),_0x140ad0={'\x62\x6f\x78':_0x143f67,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x594cde['\x73\x65\x73\x73\x69\x6f\x6e\x49\x64']},_0x262d8e={};for(const _0x2730c7 of _0x170219){const _0x2acf80=_0x2730c7['\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72'](_0x140ad0);_0x262d8e[_0x2730c7[_0x34f008(0x19c)]]=_0x2d6dbf[_0x34f008(0x219)]({'\x69\x64':_0x2730c7[_0x34f008(0x19c)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x2730c7[_0x34f008(0x20b)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x2d6dbf[_0x34f008(0x1a1)]?_0x2d6dbf[_0x34f008(0x1a1)](_0x2730c7[_0x34f008(0x220)]):_0x2730c7[_0x34f008(0x220)],'\x65\x78\x65\x63\x75\x74\x65':async _0x3feba6=>{const _0x5d63bb=_0x34f008;return{'\x72\x65\x73\x75\x6c\x74':_0x284857[_0x5d63bb(0x1a2)](serializeToolResult,await _0x284857[_0x5d63bb(0x1a2)](_0x2acf80,_0x3feba6?.[_0x5d63bb(0x1d8)]??{}))};}});}return _0x262d8e;}function openaiTools(_0x29470f,_0x4bf5e4={}){const _0x2b7729=a0_0x27c4cf,_0x43b22c={'\x46\x52\x66\x6b\x53':function(_0x34b470,_0x14875d){return _0x34b470!==_0x14875d;},'\x4a\x56\x57\x6a\x6c':function(_0x58d5ef,_0xfbb3a1){return _0x58d5ef(_0xfbb3a1);},'\x64\x67\x6b\x51\x70':_0x2b7729(0x1f9),'\x77\x6a\x4a\x79\x6d':function(_0x17d4b2,_0x5add23){return _0x17d4b2 instanceof _0x5add23;}},_0x2e111a=selectSpecs(_0x4bf5e4[_0x2b7729(0x1f4)]),_0xf99353={'\x62\x6f\x78':_0x29470f,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x4bf5e4['\x73\x65\x73\x73\x69\x6f\x6e\x49\x64']},_0x88c90c=new Map();for(const _0x456c1c of _0x2e111a)_0x88c90c[_0x2b7729(0x1a7)](_0x456c1c[_0x2b7729(0x19c)],_0x456c1c[_0x2b7729(0x236)](_0xf99353));const _0x2fa273=_0x2e111a['\x6d\x61\x70'](_0x3fbf0d=>({'\x74\x79\x70\x65':_0x2b7729(0x210),'\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x3fbf0d[_0x2b7729(0x19c)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x3fbf0d[_0x2b7729(0x20b)],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x3fbf0d[_0x2b7729(0x220)]}}));function _0xa9590d(_0x188a66){const _0x44d718=_0x2b7729;if(!_0x188a66)return{};try{const _0x22c3b0=JSON['\x70\x61\x72\x73\x65'](_0x188a66);return typeof _0x22c3b0===_0x44d718(0x225)&&_0x43b22c['\x46\x52\x66\x6b\x53'](_0x22c3b0,null)?_0x22c3b0:{};}catch{return{};}}async function _0x4d74ae(_0x4c1c0c){const _0x30a70d=_0x2b7729,_0xdf90c3=_0x88c90c[_0x30a70d(0x1c0)](_0x4c1c0c[_0x30a70d(0x210)][_0x30a70d(0x19c)]);if(!_0xdf90c3)return{'\x72\x6f\x6c\x65':_0x30a70d(0x1f9),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x4c1c0c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x30a70d(0x1a8)]({'\x65\x72\x72\x6f\x72':_0x30a70d(0x1f2)+_0x4c1c0c[_0x30a70d(0x210)][_0x30a70d(0x19c)]})};try{const _0x51d21a=await _0xdf90c3(_0x43b22c['\x4a\x56\x57\x6a\x6c'](_0xa9590d,_0x4c1c0c['\x66\x75\x6e\x63\x74\x69\x6f\x6e']['\x61\x72\x67\x75\x6d\x65\x6e\x74\x73']));return{'\x72\x6f\x6c\x65':_0x43b22c[_0x30a70d(0x1b9)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x4c1c0c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x51d21a)};}catch(_0x5b23b1){return{'\x72\x6f\x6c\x65':_0x43b22c[_0x30a70d(0x1b9)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x4c1c0c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x30a70d(0x1a8)]({'\x65\x72\x72\x6f\x72':_0x43b22c['\x77\x6a\x4a\x79\x6d'](_0x5b23b1,Error)?_0x5b23b1[_0x30a70d(0x1dd)]:_0x43b22c[_0x30a70d(0x22c)](String,_0x5b23b1)})};}}async function _0x1188fa(_0x31b62e){const _0x177d48=_0x2b7729,_0x66645d=_0x31b62e['\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x73']??[];return Promise['\x61\x6c\x6c'](_0x66645d[_0x177d48(0x1ce)](_0x4d74ae));}return{'\x74\x6f\x6f\x6c\x73':_0x2fa273,'\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c':_0x4d74ae,'\x68\x61\x6e\x64\x6c\x65\x41\x73\x73\x69\x73\x74\x61\x6e\x74\x4d\x65\x73\x73\x61\x67\x65':_0x1188fa};}async function vercelAiTools(_0x532e7c,_0x2a18ee={}){const _0x1436d1=a0_0x27c4cf,_0x56ecc1={'\x4f\x66\x72\x6d\x69':function(_0x39654c,_0x5bde65){return _0x39654c(_0x5bde65);}};let _0x429d60;try{_0x429d60=await import('\x61\x69');}catch{throw new Error(_0x1436d1(0x1c6));}const _0x18342a=selectSpecs(_0x2a18ee[_0x1436d1(0x1f4)]),_0xa71ba1={'\x62\x6f\x78':_0x532e7c,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x2a18ee['\x73\x65\x73\x73\x69\x6f\x6e\x49\x64']},_0x231d91={};for(const _0x554626 of _0x18342a){const _0x4b3a45=_0x554626['\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72'](_0xa71ba1);_0x231d91[_0x554626[_0x1436d1(0x19c)]]=_0x429d60[_0x1436d1(0x1f9)]({'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x554626[_0x1436d1(0x20b)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x429d60[_0x1436d1(0x1a1)](_0x554626[_0x1436d1(0x220)]),'\x65\x78\x65\x63\x75\x74\x65':async _0x2fb9ec=>{return _0x56ecc1['\x4f\x66\x72\x6d\x69'](serializeToolResult,await _0x4b3a45(_0x2fb9ec));}});}return _0x231d91;}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_0x10ac11=a0_0x485f;(function(_0x1f3062,_0x1c4274){const _0x37f923=a0_0x485f,_0x343ebc=_0x1f3062();while(!![]){try{const _0x767ea5=parseInt(_0x37f923(0x1a9))/0x1*(parseInt(_0x37f923(0x16b))/0x2)+-parseInt(_0x37f923(0x1a2))/0x3+-parseInt(_0x37f923(0x13c))/0x4*(parseInt(_0x37f923(0x1b7))/0x5)+-parseInt(_0x37f923(0x19e))/0x6+parseInt(_0x37f923(0x1cb))/0x7+parseInt(_0x37f923(0x185))/0x8*(parseInt(_0x37f923(0x1b6))/0x9)+parseInt(_0x37f923(0x164))/0xa*(parseInt(_0x37f923(0x191))/0xb);if(_0x767ea5===_0x1c4274)break;else _0x343ebc['push'](_0x343ebc['shift']());}catch(_0x2231ac){_0x343ebc['push'](_0x343ebc['shift']());}}}(a0_0x15e8,0xd99d0));import{createRequire}from'\x6e\x6f\x64\x65\x3a\x6d\x6f\x64\x75\x6c\x65';function a0_0x15e8(){const _0x1a2d84=['\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','\x76\x31\x62\x6b\x75\x33\x47','\x42\x67\x4c\x5a\x44\x61','\x41\x32\x76\x35\x43\x57','\x7a\x32\x76\x35\x41\x67\x6d','\x79\x33\x6a\x4c\x79\x78\x72\x4c\x76\x67\x39\x56\x42\x61','\x75\x4d\x76\x48\x7a\x63\x62\x48\x69\x67\x7a\x50\x42\x67\x75\x47\x7a\x4e\x6a\x56\x42\x73\x62\x30\x41\x67\x75\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x62\x4d\x41\x77\x58\x4c\x43\x33\x4c\x5a\x44\x67\x76\x54\x6c\x49\x62\x73\x7a\x77\x58\x48\x44\x67\x4c\x32\x7a\x73\x62\x57\x79\x78\x72\x4f\x43\x59\x62\x59\x7a\x78\x6e\x56\x42\x68\x7a\x4c\x69\x67\x7a\x59\x42\x32\x30\x47\x44\x67\x48\x4c\x69\x68\x44\x56\x43\x4d\x54\x5a\x43\x67\x66\x4a\x7a\x73\x62\x59\x42\x32\x39\x30\x6f\x59\x62\x48\x79\x4e\x6e\x56\x42\x68\x76\x30\x7a\x73\x62\x57\x79\x78\x72\x4f\x43\x59\x62\x59\x7a\x77\x66\x4b\x69\x68\x72\x4f\x7a\x73\x62\x4a\x42\x32\x35\x30\x79\x77\x4c\x55\x7a\x78\x69\x47\x7a\x4d\x4c\x53\x7a\x78\x6e\x35\x43\x33\x72\x4c\x42\x73\x62\x4b\x41\x78\x6a\x4c\x79\x33\x72\x53\x45\x73\x34','\x75\x4d\x76\x4e\x7a\x78\x47\x47\x43\x67\x66\x30\x44\x67\x76\x59\x42\x49\x34','\x7a\x32\x76\x30','\x44\x67\x39\x56\x42\x66\x39\x31\x43\x32\x75','\x42\x4e\x76\x54\x79\x4d\x76\x59','\x43\x67\x66\x59\x79\x77\x31\x5a','\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','\x73\x32\x76\x59\x42\x4d\x76\x53\x69\x67\x58\x48\x42\x4d\x44\x31\x79\x77\x44\x4c\x6c\x47','\x79\x4b\x48\x65\x41\x75\x30','\x74\x4b\x44\x49\x44\x4c\x79','\x74\x77\x48\x66\x44\x68\x4f','\x74\x65\x6e\x76\x71\x4b\x75','\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','\x79\x32\x39\x55\x44\x67\x76\x55\x44\x61','\x7a\x4d\x58\x4c\x7a\x78\x72\x6a\x7a\x61','\x44\x4d\x76\x59\x43\x32\x4c\x56\x42\x47','\x6d\x4a\x69\x59\x6d\x4a\x71\x57\x75\x32\x6e\x79\x43\x78\x7a\x49','\x44\x77\x35\x50\x44\x4d\x76\x59\x43\x32\x66\x53','\x7a\x78\x48\x50\x44\x65\x6e\x56\x7a\x67\x75','\x43\x33\x72\x48\x44\x68\x76\x5a','\x41\x67\x66\x5a','\x42\x32\x6a\x51\x7a\x77\x6e\x30','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x59\x7a\x77\x66\x4b','\x6d\x74\x6d\x57\x6d\x5a\x71\x59\x73\x4b\x76\x4e\x44\x67\x6e\x56','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4a\x43\x4d\x76\x48\x44\x67\x75','\x75\x78\x4c\x32\x44\x66\x4b','\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\x67\x66\x30\x44\x67\x76\x59\x42\x47','\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','\x79\x78\x6a\x59\x79\x78\x4b','\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','\x7a\x4e\x76\x55\x79\x33\x72\x50\x42\x32\x34','\x79\x77\x58\x53\x42\x33\x43','\x7a\x4d\x39\x59\x42\x77\x66\x30','\x41\x77\x35\x57\x44\x78\x72\x74\x79\x32\x48\x4c\x42\x77\x65','\x7a\x67\x76\x53\x7a\x78\x72\x4c','\x42\x77\x66\x34\x78\x33\x6a\x4c\x43\x33\x76\x53\x44\x68\x6d','\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\x35\x4e','\x44\x67\x76\x34\x44\x61','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x5a\x7a\x77\x66\x59\x79\x32\x47','\x76\x77\x35\x52\x42\x4d\x39\x33\x42\x49\x62\x30\x42\x32\x39\x53\x6f\x49\x61','\x43\x67\x66\x30\x41\x61','\x7a\x67\x76\x5a\x79\x33\x6a\x50\x43\x68\x72\x50\x42\x32\x34','\x71\x32\x66\x57\x6c\x49\x62\x65\x7a\x77\x7a\x48\x44\x77\x58\x30\x69\x64\x65\x57\x6d\x63\x34','\x42\x67\x76\x55\x7a\x33\x72\x4f','\x44\x67\x76\x54\x43\x67\x58\x48\x44\x67\x76\x46\x41\x77\x71','\x72\x77\x54\x71\x41\x32\x4f','\x43\x68\x76\x5a\x41\x61','\x6d\x74\x7a\x73\x75\x33\x50\x51\x42\x30\x4b','\x79\x32\x39\x54\x42\x77\x66\x55\x7a\x61','\x43\x32\x39\x54\x7a\x71','\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','\x41\x77\x72\x5a','\x44\x67\x39\x56\x42\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','\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','\x42\x77\x66\x52\x7a\x75\x48\x48\x42\x4d\x72\x53\x7a\x78\x69','\x77\x67\x72\x5a\x77\x67\x47','\x79\x32\x39\x55\x44\x67\x76\x34\x44\x61','\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','\x6d\x74\x69\x35\x6f\x67\x7a\x72\x45\x4e\x6a\x6a\x42\x47','\x44\x67\x4c\x54\x7a\x77\x39\x31\x44\x66\x39\x54\x43\x57','\x76\x65\x6a\x67\x74\x66\x4f','\x42\x4d\x39\x4b\x7a\x71','\x44\x67\x39\x56\x42\x66\x39\x4a\x79\x77\x58\x53\x43\x57','\x42\x67\x66\x55\x7a\x33\x76\x48\x7a\x32\x75','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4b\x7a\x78\x6e\x30\x43\x4d\x39\x35','\x41\x76\x76\x79\x79\x4d\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\x59\x39\x30\x45\x78\x62\x4c\x43\x59\x35\x51\x43\x57','\x76\x75\x66\x64\x71\x77\x65','\x75\x32\x76\x59\x44\x4d\x76\x59','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x50\x7a\x61','\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','\x6e\x4a\x65\x30\x6f\x74\x43\x57\x6e\x4c\x66\x56\x75\x75\x72\x4d\x76\x47','\x43\x4d\x76\x48\x7a\x61','\x43\x32\x39\x31\x43\x4d\x6e\x4c','\x41\x77\x31\x48\x7a\x32\x75\x56\x43\x67\x35\x4e','\x6d\x4a\x43\x34\x6e\x4a\x4b\x5a\x6e\x67\x31\x6d\x41\x68\x62\x6f\x75\x57','\x43\x67\x66\x59\x43\x32\x75','\x44\x68\x4c\x57\x7a\x78\x6e\x4a\x43\x4d\x4c\x57\x44\x61','\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','\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\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\x33\x72\x4b\x42\x33\x76\x30','\x6d\x4b\x7a\x6d\x75\x66\x7a\x49\x77\x61','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x53\x41\x78\x6e\x30','\x79\x32\x39\x55\x44\x67\x4c\x55\x44\x77\x76\x46\x42\x32\x35\x46\x7a\x78\x6a\x59\x42\x33\x69','\x41\x4e\x6e\x56\x42\x4c\x6e\x4a\x41\x67\x76\x54\x79\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','\x79\x78\x6a\x4e\x44\x77\x31\x4c\x42\x4e\x72\x5a','\x43\x33\x72\x4b\x7a\x78\x6a\x59','\x42\x75\x48\x35\x42\x30\x43','\x43\x33\x7a\x4e','\x76\x31\x66\x4a\x74\x30\x30','\x7a\x67\x4c\x5a\x43\x67\x66\x30\x79\x32\x48\x66\x45\x67\x76\x4a','\x45\x76\x6e\x49\x45\x66\x47','\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','\x6e\x74\x4b\x5a\x6e\x5a\x4b\x5a\x75\x32\x7a\x67\x42\x77\x58\x57','\x6e\x74\x62\x4f\x72\x65\x48\x6e\x7a\x4e\x43','\x41\x77\x35\x57\x44\x78\x71','\x42\x77\x39\x35\x45\x67\x4f','\x42\x77\x76\x5a\x43\x32\x66\x4e\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\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','\x43\x4e\x50\x36\x75\x77\x65','\x6c\x49\x34\x56\x6c\x49\x34\x56\x43\x67\x66\x4a\x41\x32\x66\x4e\x7a\x73\x35\x51\x43\x32\x39\x55','\x7a\x78\x48\x4c\x79\x57','\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','\x71\x67\x31\x48\x43\x33\x72\x59\x79\x73\x39\x4a\x42\x33\x6a\x4c','\x74\x75\x76\x31\x43\x76\x65','\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','\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','\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','\x77\x4c\x76\x33\x44\x30\x71','\x7a\x4d\x4c\x53\x44\x67\x76\x59','\x73\x4d\x4c\x72\x44\x32\x4f','\x71\x4c\x62\x31\x41\x4b\x79','\x44\x66\x4c\x5a\x44\x33\x61','\x43\x33\x72\x59\x41\x77\x35\x4e','\x6e\x4a\x75\x59\x6d\x74\x79\x31\x6e\x75\x58\x55\x79\x30\x76\x59\x74\x71','\x73\x4e\x7a\x30\x7a\x4b\x79','\x79\x4d\x39\x56\x42\x67\x76\x48\x42\x47','\x42\x77\x66\x57','\x79\x33\x44\x4b','\x79\x32\x58\x56\x43\x32\x75','\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','\x42\x4d\x66\x54\x7a\x71','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x4c\x45\x67\x76\x4a','\x43\x4e\x76\x55\x71\x32\x39\x4b\x7a\x71','\x44\x67\x39\x56\x42\x66\x39\x59\x7a\x78\x6e\x31\x42\x68\x71','\x41\x77\x31\x48\x7a\x32\x75','\x79\x4d\x66\x5a\x7a\x74\x79\x30','\x76\x4d\x48\x6a\x45\x75\x4b','\x44\x4d\x66\x53\x44\x77\x76\x5a','\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\x30','\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','\x7a\x77\x35\x32\x41\x78\x6a\x56\x42\x4d\x31\x4c\x42\x4e\x71','\x43\x32\x76\x48\x43\x4d\x6e\x4f','\x43\x4d\x76\x5a\x44\x77\x58\x30\x43\x57','\x79\x33\x6a\x4c\x79\x78\x72\x4c','\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','\x79\x4b\x39\x49\x75\x75\x43','\x76\x66\x48\x6a\x72\x32\x65','\x74\x75\x58\x50\x74\x77\x53','\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','\x79\x32\x39\x55\x42\x4d\x76\x4a\x44\x61','\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','\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\x33\x6a\x50\x44\x67\x75','\x71\x77\x48\x56\x73\x31\x79','\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','\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','\x45\x76\x6a\x55\x43\x4e\x6d','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x66\x39\x33\x43\x4d\x4c\x30\x7a\x71','\x7a\x65\x54\x33\x73\x30\x47','\x42\x30\x72\x32\x76\x4b\x75','\x41\x30\x7a\x63\x71\x31\x47','\x7a\x4d\x58\x4c\x7a\x78\x72\x46\x41\x77\x71','\x43\x33\x72\x59\x41\x77\x35\x4e\x41\x77\x7a\x35','\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','\x72\x78\x48\x4c\x79\x33\x76\x30\x7a\x73\x62\x48\x69\x68\x6e\x4f\x7a\x77\x58\x53\x69\x67\x6e\x56\x42\x77\x31\x48\x42\x4d\x71\x47\x41\x77\x34\x47\x79\x73\x62\x57\x43\x4d\x76\x32\x41\x77\x39\x31\x43\x32\x58\x35\x69\x67\x6e\x59\x7a\x77\x66\x30\x7a\x77\x71\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x62\x48\x42\x4d\x71\x47\x43\x4d\x76\x30\x44\x78\x6a\x55\x69\x68\x54\x5a\x44\x67\x72\x56\x44\x78\x71\x53\x69\x68\x6e\x30\x7a\x67\x76\x59\x43\x49\x57\x47\x7a\x78\x48\x50\x44\x65\x6e\x56\x7a\x67\x76\x39\x6c\x49\x62\x75\x41\x67\x75\x47\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x63\x62\x54\x44\x78\x6e\x30\x69\x67\x76\x34\x41\x78\x6e\x30\x69\x6f\x6b\x61\x4c\x63\x62\x4a\x43\x4d\x76\x48\x44\x67\x75\x47\x41\x78\x71\x47\x7a\x4d\x4c\x59\x43\x33\x71\x47\x44\x32\x4c\x30\x41\x63\x62\x5a\x79\x77\x35\x4b\x79\x4d\x39\x34\x78\x32\x6e\x59\x7a\x77\x66\x30\x7a\x73\x34','\x6d\x5a\x47\x34\x6e\x64\x71\x34\x72\x32\x6e\x72\x7a\x31\x62\x53','\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','\x43\x32\x76\x5a\x43\x32\x4c\x56\x42\x4b\x4c\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\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\x59\x44\x77\x35\x46\x79\x32\x39\x4b\x7a\x71','\x44\x75\x7a\x75\x75\x4e\x69','\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','\x42\x77\x6a\x58\x72\x4b\x43','\x44\x68\x4c\x57\x7a\x71','\x74\x67\x54\x55\x7a\x65\x4f','\x7a\x4d\x58\x4c\x7a\x78\x72\x5a','\x7a\x4e\x6a\x56\x42\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','\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\x77\x58\x53','\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','\x76\x4d\x66\x71\x73\x4c\x71'];a0_0x15e8=function(){return _0x1a2d84;};return a0_0x15e8();}const TOOL_SPECS={'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x64\x65':{'\x6e\x61\x6d\x65':a0_0x10ac11(0x141),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x172),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x6c\x61\x6e\x67\x75\x61\x67\x65':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca),'\x65\x6e\x75\x6d':['\x70\x79\x74\x68\x6f\x6e',a0_0x10ac11(0x194),a0_0x10ac11(0x1a4),'\x62\x61\x73\x68'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x15b)},'\x73\x6f\x75\x72\x63\x65':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x13f)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':'\x6e\x75\x6d\x62\x65\x72','\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x15a)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x10ac11(0x196),a0_0x10ac11(0x1a0)],'\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:_0x6e2efe,sessionId:_0x290b3c})=>async _0x25dc8d=>{const _0x4508c5=a0_0x10ac11;return await _0x6e2efe['\x72\x75\x6e\x43\x6f\x64\x65'](_0x25dc8d[_0x4508c5(0x196)],_0x25dc8d[_0x4508c5(0x1a0)],{'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x290b3c,'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x25dc8d['\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':a0_0x10ac11(0x1d3),'\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':'\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_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x13d)},'\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_0x10ac11(0x14e)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':'\x6e\x75\x6d\x62\x65\x72','\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:_0x43b48a,sessionId:_0x40eb56})=>async _0xd62983=>{const _0x41be8f=a0_0x10ac11;return await _0x43b48a['\x65\x78\x65\x63'](_0xd62983['\x63\x6f\x6d\x6d\x61\x6e\x64'],{'\x63\x77\x64':_0xd62983[_0x41be8f(0x1cf)],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0xd62983['\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73'],'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x40eb56});}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x65\x61\x64':{'\x6e\x61\x6d\x65':a0_0x10ac11(0x16a),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x154),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca)}},'\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:_0x14b8d9,sessionId:_0x2efe99})=>async _0x509db9=>{const _0x907fab=a0_0x10ac11;return{'\x63\x6f\x6e\x74\x65\x6e\x74':await _0x14b8d9[_0x907fab(0x19f)](_0x509db9[_0x907fab(0x17e)],{'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x2efe99})};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x77\x72\x69\x74\x65':{'\x6e\x61\x6d\x65':a0_0x10ac11(0x134),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1bf),'\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_0x10ac11(0x1ca)},'\x63\x6f\x6e\x74\x65\x6e\x74':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x18b)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x10ac11(0x17e),'\x63\x6f\x6e\x74\x65\x6e\x74'],'\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:_0x1c2a00})=>async _0x1ba17a=>{const _0x19f843=a0_0x10ac11;return await _0x1c2a00[_0x19f843(0x1e9)](_0x1ba17a[_0x19f843(0x17e)],_0x1ba17a[_0x19f843(0x161)]),{'\x6f\x6b':!![]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x6c\x69\x73\x74':{'\x6e\x61\x6d\x65':a0_0x10ac11(0x1aa),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x14a),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x68':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67'}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x10ac11(0x17e)],'\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:_0x294721})=>async _0x17296c=>{const _0x5c66f3=a0_0x10ac11;return{'\x65\x6e\x74\x72\x69\x65\x73':await _0x294721['\x66\x73'][_0x5c66f3(0x150)](_0x17296c[_0x5c66f3(0x17e)])};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x73\x65\x61\x72\x63\x68':{'\x6e\x61\x6d\x65':a0_0x10ac11(0x17c),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x179),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x70\x61\x74\x74\x65\x72\x6e':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x155)},'\x70\x61\x74\x68':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1a6)},'\x6d\x61\x78\x5f\x72\x65\x73\x75\x6c\x74\x73':{'\x74\x79\x70\x65':a0_0x10ac11(0x158),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x180)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x10ac11(0x16f)],'\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:_0x2c327b})=>async _0x6797c0=>{const _0x1bdb89=a0_0x10ac11,_0x356ce0=[],_0x41070b=_0x6797c0[_0x1bdb89(0x178)]??0x64;for await(const _0xf362a6 of _0x2c327b[_0x1bdb89(0x1de)](_0x6797c0[_0x1bdb89(0x16f)],{'\x63\x77\x64':_0x6797c0['\x70\x61\x74\x68'],'\x6d\x61\x78\x52\x65\x73\x75\x6c\x74\x73':_0x41070b})){_0x356ce0[_0x1bdb89(0x184)](_0xf362a6);if(_0x356ce0['\x6c\x65\x6e\x67\x74\x68']>=_0x41070b)break;}return{'\x6d\x61\x74\x63\x68\x65\x73':_0x356ce0};}}},ALL_TOOL_SPECS=Object[a0_0x10ac11(0x1d9)](TOOL_SPECS);function selectSpecs(_0x2fe55e){const _0x40ec9c=a0_0x10ac11,_0x1dc92a={'\x6f\x44\x76\x56\x45':function(_0x5de8e6,_0x56d327){return _0x5de8e6===_0x56d327;}};if(!_0x2fe55e||_0x1dc92a[_0x40ec9c(0x136)](_0x2fe55e['\x6c\x65\x6e\x67\x74\x68'],0x0))return ALL_TOOL_SPECS;const _0x323914=new Set(_0x2fe55e);return Object[_0x40ec9c(0x151)](TOOL_SPECS)[_0x40ec9c(0x1c6)](_0x463fda=>_0x323914[_0x40ec9c(0x168)](_0x463fda))[_0x40ec9c(0x1ce)](_0x2939d5=>TOOL_SPECS[_0x2939d5]);}function serializeToolResult(_0x19f312){const _0x11543a=a0_0x10ac11;if(typeof _0x19f312==='\x73\x74\x72\x69\x6e\x67')return _0x19f312;try{return JSON[_0x11543a(0x139)](_0x19f312,null,0x2);}catch{return String(_0x19f312);}}const SDK_VERSION=((()=>{const _0x2b14f6=a0_0x10ac11,_0x527300={'\x4d\x68\x45\x74\x7a':function(_0x5509b7,_0x1c779f){return _0x5509b7(_0x1c779f);},'\x4c\x43\x55\x42\x45':'\x30\x2e\x30\x2e\x30'};try{return _0x527300[_0x2b14f6(0x15e)](createRequire,import.meta.url)(_0x2b14f6(0x1bd))[_0x2b14f6(0x163)]??_0x527300[_0x2b14f6(0x15f)];}catch{return'\x30\x2e\x30\x2e\x30';}})());async function createMcpServer(_0x4bbe24,_0x40f826={}){const _0xbe81b9=a0_0x10ac11,_0xdfe1c={'\x6d\x62\x71\x46\x47':_0xbe81b9(0x17b),'\x59\x42\x6f\x79\x4a':_0xbe81b9(0x143),'\x70\x6c\x62\x74\x69':_0xbe81b9(0x199),'\x45\x6b\x50\x6b\x6a':function(_0x48e082,_0x1e1efe){return _0x48e082(_0x1e1efe);}};let _0xec44bb,_0x463bb0;try{[_0xec44bb,_0x463bb0]=await Promise[_0xbe81b9(0x14b)]([import(_0xdfe1c['\x59\x42\x6f\x79\x4a']),import(_0xdfe1c['\x70\x6c\x62\x74\x69'])]);}catch{throw new Error(_0xbe81b9(0x1ad));}const _0x252db1=_0xdfe1c[_0xbe81b9(0x183)](selectSpecs,_0x40f826['\x61\x6c\x6c\x6f\x77']),_0x5374d7={'\x62\x6f\x78':_0x4bbe24,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x40f826[_0xbe81b9(0x13e)]},_0x217b55=new Map();for(const _0xcc52f8 of _0x252db1)_0x217b55[_0xbe81b9(0x1db)](_0xcc52f8[_0xbe81b9(0x1d2)],_0xcc52f8[_0xbe81b9(0x18d)](_0x5374d7));const _0x4667ba=new _0xec44bb[(_0xbe81b9(0x19b))]({'\x6e\x61\x6d\x65':_0x40f826[_0xbe81b9(0x1d2)]??'\x74\x61\x6e\x67\x6c\x65\x2d\x73\x61\x6e\x64\x62\x6f\x78','\x76\x65\x72\x73\x69\x6f\x6e':_0x40f826[_0xbe81b9(0x163)]??SDK_VERSION},{'\x63\x61\x70\x61\x62\x69\x6c\x69\x74\x69\x65\x73':{'\x74\x6f\x6f\x6c\x73':{}}});return _0x4667ba['\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x61\x6e\x64\x6c\x65\x72'](_0x463bb0[_0xbe81b9(0x1eb)],async()=>({'\x74\x6f\x6f\x6c\x73':_0x252db1[_0xbe81b9(0x1ce)](_0x48d1a9=>({'\x6e\x61\x6d\x65':_0x48d1a9[_0xbe81b9(0x1d2)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x48d1a9['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x48d1a9[_0xbe81b9(0x176)]}))})),_0x4667ba['\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x61\x6e\x64\x6c\x65\x72'](_0x463bb0[_0xbe81b9(0x188)],async _0x5ae014=>{const _0x5a1752=_0xbe81b9,_0x3c1ba1=_0x5ae014,_0x4bb231=_0x217b55[_0x5a1752(0x156)](_0x3c1ba1[_0x5a1752(0x159)][_0x5a1752(0x1d2)]);if(!_0x4bb231)return{'\x69\x73\x45\x72\x72\x6f\x72':!![],'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0xdfe1c[_0x5a1752(0x144)],'\x74\x65\x78\x74':'\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x74\x6f\x6f\x6c\x3a\x20'+_0x3c1ba1[_0x5a1752(0x159)]['\x6e\x61\x6d\x65']}]};try{return{'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x5a1752(0x17b),'\x74\x65\x78\x74':serializeToolResult(await _0x4bb231(_0x3c1ba1[_0x5a1752(0x159)][_0x5a1752(0x1ae)]??{}))}]};}catch(_0x4d97de){return{'\x69\x73\x45\x72\x72\x6f\x72':!![],'\x63\x6f\x6e\x74\x65\x6e\x74':[{'\x74\x79\x70\x65':_0x5a1752(0x17b),'\x74\x65\x78\x74':_0x4d97de instanceof Error?_0x4d97de[_0x5a1752(0x1ba)]:String(_0x4d97de)}]};}}),{'\x73\x65\x72\x76\x65\x72':_0x4667ba,'\x63\x6f\x6e\x6e\x65\x63\x74':_0x29dc2f=>_0x4667ba[_0xbe81b9(0x1e6)](_0x29dc2f),'\x63\x6c\x6f\x73\x65':()=>_0x4667ba[_0xbe81b9(0x1d0)]()};}function runCode(_0x456a1b,_0x3e5e70,_0x587b57,_0x36f0b2){const _0xd81844=a0_0x10ac11;return _0x456a1b[_0xd81844(0x1d4)](_0x3e5e70,_0x587b57,_0x36f0b2);}function anthropicTools(_0x2fef49,_0x4f903d={}){const _0xcdcf8f=a0_0x10ac11,_0x3c34cc={'\x41\x68\x6f\x4b\x56':_0xcdcf8f(0x1d5),'\x72\x7a\x7a\x51\x61':function(_0x17cb45,_0x1e8a03){return _0x17cb45(_0x1e8a03);}},_0x112063=_0x3c34cc[_0xcdcf8f(0x1bc)](selectSpecs,_0x4f903d[_0xcdcf8f(0x174)]),_0x5ac85a={'\x62\x6f\x78':_0x2fef49,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x4f903d[_0xcdcf8f(0x13e)]},_0x19ad90=new Map();for(const _0x358035 of _0x112063)_0x19ad90[_0xcdcf8f(0x1db)](_0x358035[_0xcdcf8f(0x1d2)],_0x358035[_0xcdcf8f(0x18d)](_0x5ac85a));const _0x2c0857=_0x112063['\x6d\x61\x70'](_0x3db192=>({'\x6e\x61\x6d\x65':_0x3db192[_0xcdcf8f(0x1d2)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x3db192[_0xcdcf8f(0x17f)],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x3db192[_0xcdcf8f(0x176)]}));async function _0x1918da(_0x5111cd){const _0x244436=_0xcdcf8f,_0x427002=_0x19ad90['\x67\x65\x74'](_0x5111cd[_0x244436(0x1d2)]);if(!_0x427002)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':_0x5111cd['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x244436(0x17d)+_0x5111cd[_0x244436(0x1d2)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x58113f=await _0x427002(_0x5111cd['\x69\x6e\x70\x75\x74']);return{'\x74\x79\x70\x65':_0x3c34cc[_0x244436(0x1ea)],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x5111cd['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':toAnthropicContent(_0x58113f)};}catch(_0x46d210){return{'\x74\x79\x70\x65':_0x244436(0x1d5),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x5111cd['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x46d210 instanceof Error?_0x46d210[_0x244436(0x1ba)]:_0x3c34cc[_0x244436(0x1bc)](String,_0x46d210),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}async function _0x619981(_0x27a1f2){const _0x591cd1=_0xcdcf8f,_0x42f2b0=_0x27a1f2[_0x591cd1(0x1c6)](_0x482aa2=>typeof _0x482aa2===_0x591cd1(0x169)&&_0x482aa2!==null&&_0x482aa2[_0x591cd1(0x145)]===_0x591cd1(0x157));return Promise[_0x591cd1(0x14b)](_0x42f2b0[_0x591cd1(0x1ce)](_0x1918da));}return{'\x74\x6f\x6f\x6c\x73':_0x2c0857,'\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65':_0x1918da,'\x68\x61\x6e\x64\x6c\x65\x41\x73\x73\x69\x73\x74\x61\x6e\x74\x4d\x65\x73\x73\x61\x67\x65':_0x619981};}function toAnthropicContent(_0x59ec7f){const _0x3e704d=a0_0x10ac11,_0x4cbf07={'\x42\x52\x50\x79\x55':'\x74\x65\x78\x74','\x4a\x69\x51\x77\x6a':function(_0x1d6f2f,_0xef7397){return _0x1d6f2f(_0xef7397);},'\x51\x4f\x7a\x77\x4b':function(_0x9e45a0,_0x2ebee4){return _0x9e45a0(_0x2ebee4);},'\x79\x53\x62\x78\x58':_0x3e704d(0x1d6)};if(!isCodeExecutionResultWithImages(_0x59ec7f))return serializeToolResult(_0x59ec7f);const _0x4e3034=[],_0x3b2058={..._0x59ec7f,'\x72\x65\x73\x75\x6c\x74\x73':_0x59ec7f[_0x3e704d(0x1df)]['\x66\x69\x6c\x74\x65\x72'](_0x46649f=>_0x46649f['\x74\x79\x70\x65']!==_0x3e704d(0x1d6))};_0x4e3034[_0x3e704d(0x184)]({'\x74\x79\x70\x65':_0x4cbf07['\x42\x52\x50\x79\x55'],'\x74\x65\x78\x74':_0x4cbf07[_0x3e704d(0x1c7)](serializeToolResult,_0x3b2058)});for(const _0xe21e31 of _0x59ec7f[_0x3e704d(0x1df)])if(_0x4cbf07['\x51\x4f\x7a\x77\x4b'](isImagePart,_0xe21e31))_0x4e3034['\x70\x75\x73\x68']({'\x74\x79\x70\x65':_0x4cbf07[_0x3e704d(0x1b4)],'\x73\x6f\x75\x72\x63\x65':{'\x74\x79\x70\x65':_0x3e704d(0x1d7),'\x6d\x65\x64\x69\x61\x5f\x74\x79\x70\x65':imageMediaType(_0xe21e31[_0x3e704d(0x175)]),'\x64\x61\x74\x61':_0xe21e31['\x64\x61\x74\x61']}});return _0x4e3034;}function isImagePart(_0x2fe4a8){const _0x396dc9=a0_0x10ac11,_0x53509e={'\x42\x50\x75\x6a\x46':function(_0x34ab67,_0x44cfb9){return _0x34ab67===_0x44cfb9;}};return _0x53509e[_0x396dc9(0x1c8)](_0x2fe4a8[_0x396dc9(0x145)],_0x396dc9(0x1d6));}function isCodeExecutionResultWithImages(_0x1b60d0){const _0x346104=a0_0x10ac11,_0x29c191={'\x6d\x48\x79\x6f\x47':function(_0x4eda87,_0x5332eb){return _0x4eda87!==_0x5332eb;}};if(!_0x1b60d0||_0x29c191[_0x346104(0x1b0)](typeof _0x1b60d0,_0x346104(0x169)))return![];const _0xc3e8ef=_0x1b60d0[_0x346104(0x1df)];if(!Array['\x69\x73\x41\x72\x72\x61\x79'](_0xc3e8ef))return![];return _0xc3e8ef[_0x346104(0x187)](_0x53d81b=>_0x53d81b&&typeof _0x53d81b==='\x6f\x62\x6a\x65\x63\x74'&&_0x53d81b['\x74\x79\x70\x65']===_0x346104(0x1d6));}function imageMediaType(_0x1fd9ca){const _0x4ab81f=a0_0x10ac11,_0x41215b={'\x5a\x55\x77\x77\x44':_0x4ab81f(0x17a)};switch(_0x1fd9ca){case _0x41215b[_0x4ab81f(0x1c5)]:return _0x4ab81f(0x1a1);case'\x6a\x70\x65\x67':return'\x69\x6d\x61\x67\x65\x2f\x6a\x70\x65\x67';case _0x4ab81f(0x1b1):return _0x4ab81f(0x1a1);}}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_0x10ac11(0x1dc),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\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_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1e7)},'\x77\x6f\x72\x6b\x65\x72\x73':{'\x74\x79\x70\x65':a0_0x10ac11(0x158),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1b5)},'\x6d\x65\x74\x61\x64\x61\x74\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\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_0x10ac11(0x1a5)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x10ac11(0x182),'\x77\x6f\x72\x6b\x65\x72\x73'],'\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:_0x4c97a9})=>async _0x20304b=>{const _0x4755ca=a0_0x10ac11,_0x14a65b=await _0x4c97a9[_0x4755ca(0x147)]['\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':_0x20304b['\x74\x65\x6d\x70\x6c\x61\x74\x65\x5f\x69\x64']},'\x77\x6f\x72\x6b\x65\x72\x73':Array[_0x4755ca(0x148)]({'\x6c\x65\x6e\x67\x74\x68':_0x20304b['\x77\x6f\x72\x6b\x65\x72\x73']},(_0x1d9761,_0x38c512)=>({'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64':'\x77\x6f\x72\x6b\x65\x72\x2d'+_0x38c512})),'\x6d\x65\x74\x61\x64\x61\x74\x61':_0x20304b['\x6d\x65\x74\x61\x64\x61\x74\x61']});return{'\x66\x6c\x65\x65\x74\x49\x64':_0x14a65b[_0x4755ca(0x162)],'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64\x73':_0x14a65b['\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_0x10ac11(0x170),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1bb),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x66\x6c\x65\x65\x74\x5f\x69\x64':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca)},'\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x13d)},'\x6d\x61\x63\x68\x69\x6e\x65\x73':{'\x74\x79\x70\x65':a0_0x10ac11(0x171),'\x69\x74\x65\x6d\x73':{'\x74\x79\x70\x65':'\x73\x74\x72\x69\x6e\x67'},'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x14c)},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x10ac11(0x158),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1e5)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x10ac11(0x138),'\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:_0x348fa3})=>async _0x35722e=>{const _0x1e6f4b=a0_0x10ac11;return await(await _0x348fa3['\x66\x6c\x65\x65\x74\x73']['\x6c\x69\x73\x74']({'\x66\x6c\x65\x65\x74\x49\x64':_0x35722e[_0x1e6f4b(0x138)]}))[_0x1e6f4b(0x1b3)](_0x35722e['\x63\x6f\x6d\x6d\x61\x6e\x64'],{'\x6d\x61\x63\x68\x69\x6e\x65\x73':_0x35722e['\x6d\x61\x63\x68\x69\x6e\x65\x73'],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x35722e['\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73']});}},'\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_0x10ac11(0x16e),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1c4),'\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'}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x10ac11(0x138)],'\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:_0x10c622})=>async _0x585443=>{const _0x2896a4=a0_0x10ac11,_0x384dba=await _0x10c622['\x66\x6c\x65\x65\x74\x73'][_0x2896a4(0x150)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x585443['\x66\x6c\x65\x65\x74\x5f\x69\x64']});return{'\x66\x6c\x65\x65\x74\x49\x64':_0x384dba[_0x2896a4(0x162)],'\x6d\x61\x63\x68\x69\x6e\x65\x73':_0x384dba[_0x2896a4(0x189)]['\x6d\x61\x70'](_0x237eb7=>({'\x6d\x61\x63\x68\x69\x6e\x65\x49\x64':_0x237eb7,'\x73\x74\x61\x74\x75\x73':_0x384dba[_0x2896a4(0x156)](_0x237eb7)[_0x2896a4(0x167)]}))};}},'\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_0x10ac11(0x149),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73':{'\x66\x6c\x65\x65\x74\x5f\x69\x64':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca)},'\x63\x6f\x6e\x74\x69\x6e\x75\x65\x5f\x6f\x6e\x5f\x65\x72\x72\x6f\x72':{'\x74\x79\x70\x65':a0_0x10ac11(0x1cd),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1e1)}},'\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:_0x2a95a6})=>async _0x1664a6=>{const _0x8d7dbf=a0_0x10ac11;return await(await _0x2a95a6['\x66\x6c\x65\x65\x74\x73'][_0x8d7dbf(0x150)]({'\x66\x6c\x65\x65\x74\x49\x64':_0x1664a6[_0x8d7dbf(0x138)]}))['\x64\x65\x6c\x65\x74\x65']({'\x63\x6f\x6e\x74\x69\x6e\x75\x65\x4f\x6e\x45\x72\x72\x6f\x72':_0x1664a6[_0x8d7dbf(0x1ab)]}),{'\x66\x6c\x65\x65\x74\x49\x64':_0x1664a6[_0x8d7dbf(0x138)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};}}},ALL_FLEET_TOOL_SPECS=Object['\x76\x61\x6c\x75\x65\x73'](FLEET_TOOL_SPECS);function selectFleetSpecs(_0x21fcb3){const _0x10d56e=a0_0x10ac11;if(!_0x21fcb3||_0x21fcb3[_0x10d56e(0x181)]===0x0)return ALL_FLEET_TOOL_SPECS;const _0x893bdb=new Set(_0x21fcb3);return Object[_0x10d56e(0x151)](FLEET_TOOL_SPECS)[_0x10d56e(0x1c6)](_0xfa27af=>_0x893bdb[_0x10d56e(0x168)](_0xfa27af))[_0x10d56e(0x1ce)](_0x1528a8=>FLEET_TOOL_SPECS[_0x1528a8]);}function anthropicFleetTools(_0xa1ecb9,_0x5eb30d={}){const _0x5e71fe=a0_0x10ac11,_0x44b114={'\x54\x58\x49\x47\x61':function(_0x1373fa,_0x30f83e){return _0x1373fa(_0x30f83e);},'\x57\x50\x4a\x53\x78':function(_0x2b9ebc,_0x3e527c){return _0x2b9ebc(_0x3e527c);}},_0x3265f5=_0x44b114[_0x5e71fe(0x14f)](selectFleetSpecs,_0x5eb30d[_0x5e71fe(0x174)]),_0x21014b=buildFleetHandlers(_0x3265f5,{'\x63\x6c\x69\x65\x6e\x74':_0xa1ecb9});return{'\x74\x6f\x6f\x6c\x73':_0x3265f5[_0x5e71fe(0x1ce)](_0x225389=>({'\x6e\x61\x6d\x65':_0x225389[_0x5e71fe(0x1d2)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x225389[_0x5e71fe(0x17f)],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x225389[_0x5e71fe(0x176)]})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65'(_0x262f57){const _0x17eb7d=_0x5e71fe,_0x19192c=_0x21014b[_0x17eb7d(0x156)](_0x262f57[_0x17eb7d(0x1d2)]);if(!_0x19192c)return{'\x74\x79\x70\x65':_0x17eb7d(0x1d5),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x262f57['\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'+_0x262f57[_0x17eb7d(0x1d2)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x53e92a=await _0x19192c(_0x262f57[_0x17eb7d(0x1b8)]);return{'\x74\x79\x70\x65':_0x17eb7d(0x1d5),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x262f57['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x44b114[_0x17eb7d(0x1e3)](serializeToolResult,_0x53e92a)};}catch(_0x485540){return{'\x74\x79\x70\x65':_0x17eb7d(0x1d5),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x262f57['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x485540 instanceof Error?_0x485540[_0x17eb7d(0x1ba)]:String(_0x485540),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}};}function openaiFleetTools(_0x517a0f,_0x34564e={}){const _0x968913=a0_0x10ac11,_0x4699da={'\x62\x4f\x62\x51\x47':_0x968913(0x169),'\x55\x41\x43\x41\x61':_0x968913(0x18a),'\x4d\x45\x75\x71\x51':function(_0x185fd8,_0x27e1d7){return _0x185fd8(_0x27e1d7);},'\x75\x46\x54\x52\x72':function(_0x1f5c32,_0x38c0f7){return _0x1f5c32 instanceof _0x38c0f7;},'\x4a\x76\x74\x66\x46':function(_0x5ef0f1,_0x4cfb86){return _0x5ef0f1(_0x4cfb86);},'\x69\x55\x58\x62\x68':function(_0x4b89eb,_0x5bb61f,_0x18d4ba){return _0x4b89eb(_0x5bb61f,_0x18d4ba);}},_0x43f30e=_0x4699da[_0x968913(0x1cc)](selectFleetSpecs,_0x34564e[_0x968913(0x174)]),_0x3080f6=_0x4699da[_0x968913(0x198)](buildFleetHandlers,_0x43f30e,{'\x63\x6c\x69\x65\x6e\x74':_0x517a0f});return{'\x74\x6f\x6f\x6c\x73':_0x43f30e['\x6d\x61\x70'](_0x35cdc0=>({'\x74\x79\x70\x65':'\x66\x75\x6e\x63\x74\x69\x6f\x6e','\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x35cdc0[_0x968913(0x1d2)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x35cdc0['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x35cdc0[_0x968913(0x176)]}})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c'(_0x88ed1){const _0x1e1fb1=_0x968913,_0x269e02=_0x3080f6[_0x1e1fb1(0x156)](_0x88ed1[_0x1e1fb1(0x173)][_0x1e1fb1(0x1d2)]);if(!_0x269e02)return{'\x72\x6f\x6c\x65':_0x1e1fb1(0x18a),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x88ed1['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x1e1fb1(0x139)]({'\x65\x72\x72\x6f\x72':_0x1e1fb1(0x1d1)+_0x88ed1[_0x1e1fb1(0x173)]['\x6e\x61\x6d\x65']})};let _0x4fece4={};try{const _0x296347=JSON[_0x1e1fb1(0x1a3)](_0x88ed1[_0x1e1fb1(0x173)][_0x1e1fb1(0x1ae)]||'\x7b\x7d');if(_0x296347&&typeof _0x296347===_0x4699da[_0x1e1fb1(0x1e2)])_0x4fece4=_0x296347;}catch{}try{const _0x2fcbff=await _0x269e02(_0x4fece4);return{'\x72\x6f\x6c\x65':_0x4699da['\x55\x41\x43\x41\x61'],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x88ed1['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x4699da[_0x1e1fb1(0x1c1)](serializeToolResult,_0x2fcbff)};}catch(_0xc693fb){return{'\x72\x6f\x6c\x65':_0x4699da[_0x1e1fb1(0x19a)],'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x88ed1['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x1e1fb1(0x139)]({'\x65\x72\x72\x6f\x72':_0x4699da[_0x1e1fb1(0x142)](_0xc693fb,Error)?_0xc693fb[_0x1e1fb1(0x1ba)]:String(_0xc693fb)})};}}};}async function vercelAiFleetTools(_0x310904,_0x4d343d={}){const _0x2c3811=a0_0x10ac11,_0x3baa7b={'\x6b\x46\x42\x43\x58':_0x2c3811(0x1c2),'\x4c\x6b\x6e\x64\x4a':function(_0xbae4d5,_0x51a811){return _0xbae4d5(_0x51a811);}};let _0x3adc6c;try{_0x3adc6c=await import('\x61\x69');}catch{throw new Error(_0x3baa7b[_0x2c3811(0x137)]);}const _0x3fa917=_0x3baa7b[_0x2c3811(0x146)](selectFleetSpecs,_0x4d343d[_0x2c3811(0x174)]),_0x251593=buildFleetHandlers(_0x3fa917,{'\x63\x6c\x69\x65\x6e\x74':_0x310904}),_0x36e059={};for(const _0x1cd9f5 of _0x3fa917)_0x36e059[_0x1cd9f5[_0x2c3811(0x1d2)]]=_0x3adc6c[_0x2c3811(0x18a)]({'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x1cd9f5[_0x2c3811(0x17f)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x3adc6c[_0x2c3811(0x1ac)](_0x1cd9f5[_0x2c3811(0x176)]),'\x65\x78\x65\x63\x75\x74\x65':async _0x43b0d3=>{const _0x17a970=_0x2c3811,_0x485af1=_0x251593['\x67\x65\x74'](_0x1cd9f5[_0x17a970(0x1d2)]);if(!_0x485af1)throw new Error(_0x17a970(0x1d1)+_0x1cd9f5[_0x17a970(0x1d2)]);return serializeToolResult(await _0x485af1(_0x43b0d3));}});return _0x36e059;}async function mastraFleetTools(_0x10e6d7,_0x50ca9f={}){const _0x4c4dc9=a0_0x10ac11,_0x437ea6={'\x6d\x79\x4f\x44\x72':_0x4c4dc9(0x1c0),'\x4e\x47\x62\x76\x56':function(_0x515892,_0x82c9c7,_0x5e90a0){return _0x515892(_0x82c9c7,_0x5e90a0);}};let _0x5a2266;try{_0x5a2266=await import(_0x437ea6['\x6d\x79\x4f\x44\x72']);}catch{throw new Error(_0x4c4dc9(0x1c3));}const _0x5aba9e=selectFleetSpecs(_0x50ca9f[_0x4c4dc9(0x174)]),_0x155c74=_0x437ea6[_0x4c4dc9(0x15d)](buildFleetHandlers,_0x5aba9e,{'\x63\x6c\x69\x65\x6e\x74':_0x10e6d7}),_0x4ea1ce={};for(const _0x11234d of _0x5aba9e)_0x4ea1ce[_0x11234d[_0x4c4dc9(0x1d2)]]=_0x5a2266[_0x4c4dc9(0x153)]({'\x69\x64':_0x11234d[_0x4c4dc9(0x1d2)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x11234d[_0x4c4dc9(0x17f)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x5a2266[_0x4c4dc9(0x1ac)]?_0x5a2266[_0x4c4dc9(0x1ac)](_0x11234d[_0x4c4dc9(0x176)]):_0x11234d[_0x4c4dc9(0x176)],'\x65\x78\x65\x63\x75\x74\x65':async _0x46979b=>{const _0x12a722=_0x4c4dc9,_0x1024a2=_0x155c74['\x67\x65\x74'](_0x11234d[_0x12a722(0x1d2)]);if(!_0x1024a2)throw new Error(_0x12a722(0x1d1)+_0x11234d[_0x12a722(0x1d2)]);return{'\x72\x65\x73\x75\x6c\x74':serializeToolResult(await _0x1024a2(_0x46979b?.[_0x12a722(0x18f)]??{}))};}});return _0x4ea1ce;}function buildFleetHandlers(_0x3b4f4e,_0x13758f){const _0x1de14a=a0_0x10ac11,_0x3c6de4=new Map();for(const _0x3dbb27 of _0x3b4f4e)_0x3c6de4['\x73\x65\x74'](_0x3dbb27[_0x1de14a(0x1d2)],_0x3dbb27[_0x1de14a(0x18d)](_0x13758f));return _0x3c6de4;}const LIFECYCLE_TOOL_SPECS={'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x63\x72\x65\x61\x74\x65':{'\x6e\x61\x6d\x65':a0_0x10ac11(0x16c),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x132),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\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_0x10ac11(0x190)},'\x6e\x61\x6d\x65':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x64\x69\x73\x70\x6c\x61\x79\x20\x6e\x61\x6d\x65\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x61\x6e\x64\x62\x6f\x78\x2e'}},'\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:_0x40cff3})=>async _0x493ac2=>{const _0x10832e=a0_0x10ac11,_0x233ea2={'\x79\x52\x6e\x72\x73':_0x10832e(0x165)},_0xcfa117=await _0x40cff3[_0x10832e(0x1e0)]({'\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74':_0x493ac2[_0x10832e(0x1dd)]??_0x233ea2[_0x10832e(0x133)],'\x6e\x61\x6d\x65':_0x493ac2[_0x10832e(0x1d2)]});return{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0xcfa117['\x69\x64'],'\x73\x74\x61\x74\x75\x73':_0xcfa117['\x73\x74\x61\x74\x75\x73']};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x72\x75\x6e\x5f\x63\x6f\x6d\x6d\x61\x6e\x64':{'\x6e\x61\x6d\x65':a0_0x10ac11(0x18c),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x13b),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\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_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x13a)},'\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_0x10ac11(0x13d)},'\x63\x77\x64':{'\x74\x79\x70\x65':a0_0x10ac11(0x1ca),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':'\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x77\x6f\x72\x6b\x69\x6e\x67\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x2e'},'\x74\x69\x6d\x65\x6f\x75\x74\x5f\x6d\x73':{'\x74\x79\x70\x65':a0_0x10ac11(0x158),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1e8)}},'\x72\x65\x71\x75\x69\x72\x65\x64':[a0_0x10ac11(0x19c),a0_0x10ac11(0x186)],'\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:_0x23770d})=>async _0x2e3cda=>{const _0x598d66=a0_0x10ac11,_0x3b5bf8=await _0x23770d[_0x598d66(0x156)](_0x2e3cda['\x73\x61\x6e\x64\x62\x6f\x78\x5f\x69\x64']);if(!_0x3b5bf8)throw new Error('\x53\x61\x6e\x64\x62\x6f\x78\x20'+_0x2e3cda[_0x598d66(0x19c)]+_0x598d66(0x1da));const _0x251544=await _0x3b5bf8[_0x598d66(0x1be)](_0x2e3cda[_0x598d66(0x186)],{'\x63\x77\x64':_0x2e3cda[_0x598d66(0x1cf)],'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x2e3cda[_0x598d66(0x192)]??0xea60});return{'\x73\x74\x64\x6f\x75\x74':_0x251544[_0x598d66(0x1a8)],'\x73\x74\x64\x65\x72\x72':_0x251544[_0x598d66(0x1af)],'\x65\x78\x69\x74\x43\x6f\x64\x65':_0x251544[_0x598d66(0x166)]};}},'\x73\x61\x6e\x64\x62\x6f\x78\x5f\x64\x65\x73\x74\x72\x6f\x79':{'\x6e\x61\x6d\x65':a0_0x10ac11(0x197),'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':a0_0x10ac11(0x1a7),'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':{'\x74\x79\x70\x65':a0_0x10ac11(0x169),'\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_0x10ac11(0x1ca),'\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_0x10ac11(0x19c)],'\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:_0x15aa91})=>async _0x43b03b=>{const _0x1d26c8=a0_0x10ac11,_0x3d05f7=await _0x15aa91[_0x1d26c8(0x156)](_0x43b03b[_0x1d26c8(0x19c)]);if(!_0x3d05f7)return{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x43b03b[_0x1d26c8(0x19c)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};return await _0x3d05f7[_0x1d26c8(0x177)](),{'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x43b03b[_0x1d26c8(0x19c)],'\x64\x65\x6c\x65\x74\x65\x64':!![]};}}},ALL_LIFECYCLE_TOOL_SPECS=Object['\x76\x61\x6c\x75\x65\x73'](LIFECYCLE_TOOL_SPECS);function selectLifecycleSpecs(_0x50dced){const _0x2c031f=a0_0x10ac11,_0x475bdf={'\x41\x69\x4b\x76\x4a':function(_0x5035e8,_0x36c824){return _0x5035e8===_0x36c824;}};if(!_0x50dced||_0x475bdf['\x41\x69\x4b\x76\x4a'](_0x50dced[_0x2c031f(0x181)],0x0))return ALL_LIFECYCLE_TOOL_SPECS;const _0x3c29a6=new Set(_0x50dced);return Object[_0x2c031f(0x151)](LIFECYCLE_TOOL_SPECS)[_0x2c031f(0x1c6)](_0x1108cf=>_0x3c29a6[_0x2c031f(0x168)](_0x1108cf))[_0x2c031f(0x1ce)](_0xde833e=>LIFECYCLE_TOOL_SPECS[_0xde833e]);}function anthropicLifecycleTools(_0x5e4b15,_0x45ff68={}){const _0x47be95=a0_0x10ac11,_0x1a817c={'\x74\x59\x73\x77\x70':'\x74\x6f\x6f\x6c\x5f\x72\x65\x73\x75\x6c\x74','\x57\x51\x63\x4f\x4d':function(_0x4a2f13,_0x3f9668){return _0x4a2f13 instanceof _0x3f9668;},'\x44\x67\x61\x49\x48':function(_0x3a2836,_0x25df15){return _0x3a2836(_0x25df15);},'\x4d\x58\x4b\x4c\x58':function(_0x2d3ca1,_0x314c17){return _0x2d3ca1(_0x314c17);},'\x74\x54\x43\x6c\x79':function(_0x2e2887,_0x1bc7c2,_0x2506eb){return _0x2e2887(_0x1bc7c2,_0x2506eb);}},_0x25c77b=_0x1a817c['\x4d\x58\x4b\x4c\x58'](selectLifecycleSpecs,_0x45ff68[_0x47be95(0x174)]),_0x1b4f51=_0x1a817c['\x74\x54\x43\x6c\x79'](buildLifecycleHandlers,_0x25c77b,{'\x63\x6c\x69\x65\x6e\x74':_0x5e4b15});return{'\x74\x6f\x6f\x6c\x73':_0x25c77b[_0x47be95(0x1ce)](_0x158f47=>({'\x6e\x61\x6d\x65':_0x158f47['\x6e\x61\x6d\x65'],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x158f47[_0x47be95(0x17f)],'\x69\x6e\x70\x75\x74\x5f\x73\x63\x68\x65\x6d\x61':_0x158f47[_0x47be95(0x176)]})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x55\x73\x65'(_0x90f164){const _0x3c5b80=_0x47be95,_0x975e90=_0x1b4f51[_0x3c5b80(0x156)](_0x90f164[_0x3c5b80(0x1d2)]);if(!_0x975e90)return{'\x74\x79\x70\x65':_0x3c5b80(0x1d5),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x90f164['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x3c5b80(0x140)+_0x90f164[_0x3c5b80(0x1d2)],'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};try{const _0x2c548a=await _0x975e90(_0x90f164[_0x3c5b80(0x1b8)]);return{'\x74\x79\x70\x65':_0x1a817c[_0x3c5b80(0x1c9)],'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x90f164['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x2c548a)};}catch(_0x32b3a8){return{'\x74\x79\x70\x65':_0x3c5b80(0x1d5),'\x74\x6f\x6f\x6c\x5f\x75\x73\x65\x5f\x69\x64':_0x90f164['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x1a817c[_0x3c5b80(0x1b2)](_0x32b3a8,Error)?_0x32b3a8[_0x3c5b80(0x1ba)]:_0x1a817c['\x44\x67\x61\x49\x48'](String,_0x32b3a8),'\x69\x73\x5f\x65\x72\x72\x6f\x72':!![]};}}};}function openaiLifecycleTools(_0x3c301d,_0x191a6a={}){const _0x4ffb6c=a0_0x10ac11,_0x1a710f={'\x4d\x4c\x69\x4d\x6b':'\x6f\x62\x6a\x65\x63\x74','\x62\x48\x44\x69\x4d':function(_0x345b8b,_0x1a503b){return _0x345b8b(_0x1a503b);},'\x51\x79\x76\x74\x59':function(_0x279234,_0x3a19d5){return _0x279234(_0x3a19d5);},'\x67\x65\x79\x68\x63':function(_0x482da2,_0x133858){return _0x482da2 instanceof _0x133858;}},_0x489aab=selectLifecycleSpecs(_0x191a6a[_0x4ffb6c(0x174)]),_0x4ddec6=buildLifecycleHandlers(_0x489aab,{'\x63\x6c\x69\x65\x6e\x74':_0x3c301d});return{'\x74\x6f\x6f\x6c\x73':_0x489aab[_0x4ffb6c(0x1ce)](_0xfd8b84=>({'\x74\x79\x70\x65':_0x4ffb6c(0x173),'\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0xfd8b84[_0x4ffb6c(0x1d2)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0xfd8b84[_0x4ffb6c(0x17f)],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0xfd8b84[_0x4ffb6c(0x176)]}})),async '\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c'(_0xfa2576){const _0x5ed2d4=_0x4ffb6c,_0x229a6d=_0x4ddec6[_0x5ed2d4(0x156)](_0xfa2576[_0x5ed2d4(0x173)][_0x5ed2d4(0x1d2)]);if(!_0x229a6d)return{'\x72\x6f\x6c\x65':_0x5ed2d4(0x18a),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0xfa2576['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x5ed2d4(0x139)]({'\x65\x72\x72\x6f\x72':_0x5ed2d4(0x140)+_0xfa2576[_0x5ed2d4(0x173)][_0x5ed2d4(0x1d2)]})};let _0x2a74ba={};try{const _0x43e69a=JSON[_0x5ed2d4(0x1a3)](_0xfa2576['\x66\x75\x6e\x63\x74\x69\x6f\x6e'][_0x5ed2d4(0x1ae)]||'\x7b\x7d');if(_0x43e69a&&typeof _0x43e69a===_0x1a710f[_0x5ed2d4(0x1e4)])_0x2a74ba=_0x43e69a;}catch{}try{const _0x18a248=await _0x1a710f[_0x5ed2d4(0x15c)](_0x229a6d,_0x2a74ba);return{'\x72\x6f\x6c\x65':_0x5ed2d4(0x18a),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0xfa2576['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':_0x1a710f[_0x5ed2d4(0x16d)](serializeToolResult,_0x18a248)};}catch(_0xec284b){return{'\x72\x6f\x6c\x65':_0x5ed2d4(0x18a),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0xfa2576['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79']({'\x65\x72\x72\x6f\x72':_0x1a710f[_0x5ed2d4(0x152)](_0xec284b,Error)?_0xec284b[_0x5ed2d4(0x1ba)]:String(_0xec284b)})};}}};}function buildLifecycleHandlers(_0x26b2c3,_0xc78686){const _0xa2c3e6=a0_0x10ac11,_0x4dfa48=new Map();for(const _0x8c2353 of _0x26b2c3)_0x4dfa48[_0xa2c3e6(0x1db)](_0x8c2353[_0xa2c3e6(0x1d2)],_0x8c2353[_0xa2c3e6(0x18d)](_0xc78686));return _0x4dfa48;}async function mastraTools(_0xd975d,_0x98e45e={}){const _0x3349c9=a0_0x10ac11,_0x13a0de={'\x58\x64\x73\x58\x68':function(_0x1aa8e1,_0x8767bd){return _0x1aa8e1(_0x8767bd);},'\x64\x49\x7a\x67\x61':'\x40\x6d\x61\x73\x74\x72\x61\x2f\x63\x6f\x72\x65'};let _0x28062d;try{_0x28062d=await import(_0x13a0de['\x64\x49\x7a\x67\x61']);}catch{throw new Error(_0x3349c9(0x19d));}const _0x210a9a=selectSpecs(_0x98e45e[_0x3349c9(0x174)]),_0x7f002={'\x62\x6f\x78':_0xd975d,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x98e45e[_0x3349c9(0x13e)]},_0x4d9da={};for(const _0x5b476f of _0x210a9a){const _0x13cf43=_0x5b476f['\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72'](_0x7f002);_0x4d9da[_0x5b476f[_0x3349c9(0x1d2)]]=_0x28062d[_0x3349c9(0x153)]({'\x69\x64':_0x5b476f[_0x3349c9(0x1d2)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x5b476f['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x28062d[_0x3349c9(0x1ac)]?_0x28062d[_0x3349c9(0x1ac)](_0x5b476f['\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61']):_0x5b476f[_0x3349c9(0x176)],'\x65\x78\x65\x63\x75\x74\x65':async _0x250011=>{const _0x520fdc=_0x3349c9;return{'\x72\x65\x73\x75\x6c\x74':serializeToolResult(await _0x13a0de[_0x520fdc(0x18e)](_0x13cf43,_0x250011?.[_0x520fdc(0x18f)]??{}))};}});}return _0x4d9da;}function a0_0x485f(_0x2ec7ce,_0x5db169){_0x2ec7ce=_0x2ec7ce-0x132;const _0x15e8bd=a0_0x15e8();let _0x485f96=_0x15e8bd[_0x2ec7ce];if(a0_0x485f['\x48\x42\x49\x50\x79\x6c']===undefined){var _0x392482=function(_0x1e880c){const _0x41726e='\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 _0x2ef10c='',_0x42922b='';for(let _0x9c8e3c=0x0,_0x6b8544,_0xd7ceab,_0x4fc586=0x0;_0xd7ceab=_0x1e880c['\x63\x68\x61\x72\x41\x74'](_0x4fc586++);~_0xd7ceab&&(_0x6b8544=_0x9c8e3c%0x4?_0x6b8544*0x40+_0xd7ceab:_0xd7ceab,_0x9c8e3c++%0x4)?_0x2ef10c+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&_0x6b8544>>(-0x2*_0x9c8e3c&0x6)):0x0){_0xd7ceab=_0x41726e['\x69\x6e\x64\x65\x78\x4f\x66'](_0xd7ceab);}for(let _0x3a114f=0x0,_0x3f409d=_0x2ef10c['\x6c\x65\x6e\x67\x74\x68'];_0x3a114f<_0x3f409d;_0x3a114f++){_0x42922b+='\x25'+('\x30\x30'+_0x2ef10c['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3a114f)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(_0x42922b);};a0_0x485f['\x56\x4d\x56\x61\x43\x6b']=_0x392482,a0_0x485f['\x53\x63\x74\x6d\x45\x61']={},a0_0x485f['\x48\x42\x49\x50\x79\x6c']=!![];}const _0x189d05=_0x15e8bd[0x0],_0x528cd3=_0x2ec7ce+_0x189d05,_0x315c1c=a0_0x485f['\x53\x63\x74\x6d\x45\x61'][_0x528cd3];return!_0x315c1c?(_0x485f96=a0_0x485f['\x56\x4d\x56\x61\x43\x6b'](_0x485f96),a0_0x485f['\x53\x63\x74\x6d\x45\x61'][_0x528cd3]=_0x485f96):_0x485f96=_0x315c1c,_0x485f96;}function openaiTools(_0x84629c,_0xee6cec={}){const _0x1baf77=a0_0x10ac11,_0x41d167={'\x64\x4b\x77\x4b\x48':function(_0x4ae4c6,_0x2cfa8c){return _0x4ae4c6!==_0x2cfa8c;},'\x56\x61\x50\x4a\x54':function(_0x37eb4a,_0x1e8f6a){return _0x37eb4a(_0x1e8f6a);},'\x6d\x6f\x79\x78\x6a':function(_0x4ad641,_0x1767be){return _0x4ad641 instanceof _0x1767be;},'\x56\x68\x49\x79\x49':function(_0x1d1540,_0x37af06){return _0x1d1540(_0x37af06);}},_0xc96b8c=selectSpecs(_0xee6cec[_0x1baf77(0x174)]),_0x442e79={'\x62\x6f\x78':_0x84629c,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0xee6cec['\x73\x65\x73\x73\x69\x6f\x6e\x49\x64']},_0x193740=new Map();for(const _0x416df1 of _0xc96b8c)_0x193740[_0x1baf77(0x1db)](_0x416df1['\x6e\x61\x6d\x65'],_0x416df1['\x6d\x61\x6b\x65\x48\x61\x6e\x64\x6c\x65\x72'](_0x442e79));const _0x3c960d=_0xc96b8c[_0x1baf77(0x1ce)](_0x3ef7d6=>({'\x74\x79\x70\x65':'\x66\x75\x6e\x63\x74\x69\x6f\x6e','\x66\x75\x6e\x63\x74\x69\x6f\x6e':{'\x6e\x61\x6d\x65':_0x3ef7d6[_0x1baf77(0x1d2)],'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x3ef7d6['\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e'],'\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73':_0x3ef7d6[_0x1baf77(0x176)]}}));function _0x4438f7(_0x293c64){const _0x4d6dc5=_0x1baf77;if(!_0x293c64)return{};try{const _0x59df8f=JSON[_0x4d6dc5(0x1a3)](_0x293c64);return typeof _0x59df8f===_0x4d6dc5(0x169)&&_0x41d167[_0x4d6dc5(0x135)](_0x59df8f,null)?_0x59df8f:{};}catch{return{};}}async function _0x1515ad(_0x79f75c){const _0x5017c4=_0x1baf77,_0x35679a=_0x193740['\x67\x65\x74'](_0x79f75c[_0x5017c4(0x173)]['\x6e\x61\x6d\x65']);if(!_0x35679a)return{'\x72\x6f\x6c\x65':_0x5017c4(0x18a),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x79f75c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x5017c4(0x139)]({'\x65\x72\x72\x6f\x72':_0x5017c4(0x17d)+_0x79f75c[_0x5017c4(0x173)][_0x5017c4(0x1d2)]})};try{const _0x25945f=await _0x41d167[_0x5017c4(0x14d)](_0x35679a,_0x4438f7(_0x79f75c[_0x5017c4(0x173)][_0x5017c4(0x1ae)]));return{'\x72\x6f\x6c\x65':_0x5017c4(0x18a),'\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x79f75c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':serializeToolResult(_0x25945f)};}catch(_0xd509bc){return{'\x72\x6f\x6c\x65':'\x74\x6f\x6f\x6c','\x74\x6f\x6f\x6c\x5f\x63\x61\x6c\x6c\x5f\x69\x64':_0x79f75c['\x69\x64'],'\x63\x6f\x6e\x74\x65\x6e\x74':JSON[_0x5017c4(0x139)]({'\x65\x72\x72\x6f\x72':_0x41d167[_0x5017c4(0x1b9)](_0xd509bc,Error)?_0xd509bc[_0x5017c4(0x1ba)]:_0x41d167[_0x5017c4(0x1d8)](String,_0xd509bc)})};}}async function _0x595613(_0x75dbce){const _0x15f9ed=_0x1baf77,_0x317887=_0x75dbce[_0x15f9ed(0x195)]??[];return Promise[_0x15f9ed(0x14b)](_0x317887[_0x15f9ed(0x1ce)](_0x1515ad));}return{'\x74\x6f\x6f\x6c\x73':_0x3c960d,'\x68\x61\x6e\x64\x6c\x65\x54\x6f\x6f\x6c\x43\x61\x6c\x6c':_0x1515ad,'\x68\x61\x6e\x64\x6c\x65\x41\x73\x73\x69\x73\x74\x61\x6e\x74\x4d\x65\x73\x73\x61\x67\x65':_0x595613};}async function vercelAiTools(_0x56b1f2,_0x569f9a={}){const _0x213139=a0_0x10ac11,_0x25aa55={'\x54\x42\x46\x4c\x5a':function(_0x11903a,_0x6e3ef7){return _0x11903a(_0x6e3ef7);}};let _0x236f02;try{_0x236f02=await import('\x61\x69');}catch{throw new Error(_0x213139(0x160));}const _0x1c5f15=selectSpecs(_0x569f9a[_0x213139(0x174)]),_0x7ce7e3={'\x62\x6f\x78':_0x56b1f2,'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x569f9a[_0x213139(0x13e)]},_0x1e196a={};for(const _0x4fa2e8 of _0x1c5f15){const _0x41cfa0=_0x4fa2e8[_0x213139(0x18d)](_0x7ce7e3);_0x1e196a[_0x4fa2e8[_0x213139(0x1d2)]]=_0x236f02['\x74\x6f\x6f\x6c']({'\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e':_0x4fa2e8[_0x213139(0x17f)],'\x69\x6e\x70\x75\x74\x53\x63\x68\x65\x6d\x61':_0x236f02[_0x213139(0x1ac)](_0x4fa2e8[_0x213139(0x176)]),'\x65\x78\x65\x63\x75\x74\x65':async _0x14e175=>{const _0x5e75da=_0x213139;return serializeToolResult(await _0x25aa55[_0x5e75da(0x193)](_0x41cfa0,_0x14e175));}});}return _0x1e196a;}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_0x50e002=a0_0x530c;(function(_0x5e0eba,_0x1199b9){const _0x202988=a0_0x530c,_0x427772=_0x5e0eba();while(!![]){try{const _0x17590f=-parseInt(_0x202988(0x102))/0x1+-parseInt(_0x202988(0xf8))/0x2*(parseInt(_0x202988(0x125))/0x3)+parseInt(_0x202988(0xfa))/0x4+-parseInt(_0x202988(0xff))/0x5+parseInt(_0x202988(0xef))/0x6+parseInt(_0x202988(0xf1))/0x7+-parseInt(_0x202988(0xf9))/0x8*(-parseInt(_0x202988(0x10c))/0x9);if(_0x17590f===_0x1199b9)break;else _0x427772['push'](_0x427772['shift']());}catch(_0x47c289){_0x427772['push'](_0x427772['shift']());}}}(a0_0x2942,0x4bbdc));import{createHmac,timingSafeEqual}from'\x6e\x6f\x64\x65\x3a\x63\x72\x79\x70\x74\x6f';function base64UrlEncode(_0x420e03){const _0x4c376a=a0_0x530c,_0x407e57={'\x4d\x57\x71\x63\x5a':function(_0x241bb3,_0x402764){return _0x241bb3===_0x402764;},'\x4f\x57\x55\x46\x71':'\x73\x74\x72\x69\x6e\x67'};return(_0x407e57[_0x4c376a(0xfe)](typeof _0x420e03,_0x407e57[_0x4c376a(0x128)])?Buffer['\x66\x72\x6f\x6d'](_0x420e03):_0x420e03)[_0x4c376a(0xf2)](_0x4c376a(0xe5))['\x72\x65\x70\x6c\x61\x63\x65'](/\+/g,'\x2d')[_0x4c376a(0x10e)](/\//g,'\x5f')[_0x4c376a(0x10e)](/=+$/,'');}function decodeBase64UrlToBuffer(_0xda40c8){const _0x3c7051=a0_0x530c;if(!/^[A-Za-z0-9_-]*$/[_0x3c7051(0x108)](_0xda40c8))return null;const _0x2bf43e=_0xda40c8+'\x3d'[_0x3c7051(0xeb)]((0x4-_0xda40c8[_0x3c7051(0x11e)]%0x4)%0x4);return Buffer[_0x3c7051(0xfc)](_0x2bf43e[_0x3c7051(0x10e)](/-/g,'\x2b')[_0x3c7051(0x10e)](/_/g,'\x2f'),_0x3c7051(0xe5));}function createSignature(_0x24bc9,_0x20af94){const _0x666a47=a0_0x530c,_0x28aa5e={'\x73\x4d\x49\x67\x4b':_0x666a47(0x118)};return base64UrlEncode(createHmac(_0x28aa5e[_0x666a47(0x115)],_0x20af94)[_0x666a47(0x11f)](_0x24bc9)[_0x666a47(0xee)]());}const JWT_HEADER=base64UrlEncode(JSON[a0_0x50e002(0x122)]({'\x61\x6c\x67':a0_0x50e002(0x106),'\x74\x79\x70':'\x4a\x57\x54'}));function issueToken(_0x28cc44,_0x18899a,_0x529283){const _0x2b4538=a0_0x50e002,_0x562f86={'\x63\x4f\x73\x73\x73':function(_0x5c6bfd,_0x2991cc){return _0x5c6bfd+_0x2991cc;},'\x4d\x41\x55\x54\x68':function(_0x38a04c,_0x562a29){return _0x38a04c*_0x562a29;},'\x59\x6a\x51\x47\x75':function(_0x31538f,_0x186a78){return _0x31538f(_0x186a78);}},_0x24ad09=Math[_0x2b4538(0x100)](Date[_0x2b4538(0x116)]()/0x3e8),_0xf9c333={..._0x18899a,'\x69\x61\x74':_0x24ad09,'\x65\x78\x70':_0x562f86[_0x2b4538(0x113)](_0x24ad09,_0x562f86[_0x2b4538(0x10f)](_0x529283,0x3c))},_0x482b6f=JWT_HEADER+'\x2e'+_0x562f86[_0x2b4538(0x123)](base64UrlEncode,JSON[_0x2b4538(0x122)](_0xf9c333));return _0x482b6f+'\x2e'+createSignature(_0x482b6f,_0x28cc44);}function issueReadToken(_0x32a983,_0x308571,_0xa948d3){const _0x4730ea=a0_0x50e002,_0x4b5e14={'\x63\x71\x4b\x4f\x56':_0x4730ea(0x104)};return issueToken(_0x32a983,{..._0x308571,'\x74\x79\x70':_0x4b5e14[_0x4730ea(0xf0)]},_0xa948d3);}function issueSessionScopedToken(_0xa298c3,_0x225b9a,_0x154348){return issueReadToken(_0xa298c3,_0x225b9a,_0x154348);}function a0_0x530c(_0x54fe58,_0x11521c){_0x54fe58=_0x54fe58-0xe4;const _0x294246=a0_0x2942();let _0x530c14=_0x294246[_0x54fe58];if(a0_0x530c['\x5a\x66\x5a\x79\x6d\x61']===undefined){var _0x2b9f19=function(_0x288d50){const _0x4340be='\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 _0x3d85ef='',_0x22c898='';for(let _0x599c6c=0x0,_0x5e152d,_0x42898f,_0x1bf1e4=0x0;_0x42898f=_0x288d50['\x63\x68\x61\x72\x41\x74'](_0x1bf1e4++);~_0x42898f&&(_0x5e152d=_0x599c6c%0x4?_0x5e152d*0x40+_0x42898f:_0x42898f,_0x599c6c++%0x4)?_0x3d85ef+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&_0x5e152d>>(-0x2*_0x599c6c&0x6)):0x0){_0x42898f=_0x4340be['\x69\x6e\x64\x65\x78\x4f\x66'](_0x42898f);}for(let _0x20cc6c=0x0,_0x762e12=_0x3d85ef['\x6c\x65\x6e\x67\x74\x68'];_0x20cc6c<_0x762e12;_0x20cc6c++){_0x22c898+='\x25'+('\x30\x30'+_0x3d85ef['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x20cc6c)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(_0x22c898);};a0_0x530c['\x5a\x7a\x6f\x77\x55\x66']=_0x2b9f19,a0_0x530c['\x66\x78\x43\x4d\x44\x6c']={},a0_0x530c['\x5a\x66\x5a\x79\x6d\x61']=!![];}const _0x3b341e=_0x294246[0x0],_0x4e0d54=_0x54fe58+_0x3b341e,_0x170b88=a0_0x530c['\x66\x78\x43\x4d\x44\x6c'][_0x4e0d54];return!_0x170b88?(_0x530c14=a0_0x530c['\x5a\x7a\x6f\x77\x55\x66'](_0x530c14),a0_0x530c['\x66\x78\x43\x4d\x44\x6c'][_0x4e0d54]=_0x530c14):_0x530c14=_0x170b88,_0x530c14;}function issueProjectScopedToken(_0x468637,_0x2f0bb8,_0x14be72){return issueReadToken(_0x468637,_0x2f0bb8,_0x14be72);}function issueBatchScopedToken(_0x526f12,_0x24223b,_0x126232){const _0x249cb8={'\x4b\x61\x73\x73\x73':function(_0x5c3b83,_0x3fdac5,_0x5a688e,_0x5e27dd){return _0x5c3b83(_0x3fdac5,_0x5a688e,_0x5e27dd);}};return _0x249cb8['\x4b\x61\x73\x73\x73'](issueReadToken,_0x526f12,_0x24223b,_0x126232);}function issueCollaborationToken(_0x1a25a1,_0xf36fc9,_0x1c4293){const _0x3e1395=a0_0x50e002,_0x8d7c99={'\x65\x49\x4d\x66\x76':'\x63\x6f\x6c\x6c\x61\x62\x6f\x72\x61\x74\x69\x6f\x6e'};return issueToken(_0x1a25a1,{'\x73\x75\x62':_0xf36fc9[_0x3e1395(0x117)],'\x73\x69\x64':_0xf36fc9[_0x3e1395(0x119)],'\x70\x69\x64':_0xf36fc9[_0x3e1395(0xe7)],'\x63\x69\x64':_0xf36fc9['\x73\x61\x6e\x64\x62\x6f\x78\x49\x64'],'\x74\x79\x70':_0x8d7c99[_0x3e1395(0x101)],'\x70\x72\x6f\x6a\x65\x63\x74\x49\x64':_0xf36fc9['\x70\x72\x6f\x6a\x65\x63\x74\x49\x64'],'\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64':_0xf36fc9[_0x3e1395(0xf7)],'\x61\x63\x63\x65\x73\x73':_0xf36fc9[_0x3e1395(0x10d)]},_0x1c4293);}function unsafeDecodeToken(_0x3405c6){const _0x457a45=a0_0x50e002,_0x1a1e2e={'\x51\x4f\x4c\x6c\x59':function(_0x454868,_0x584635){return _0x454868!==_0x584635;},'\x6d\x41\x77\x55\x50':function(_0xc2cfc7,_0x4e08b9){return _0xc2cfc7-_0x4e08b9;}};try{const _0x57a311=_0x3405c6[_0x457a45(0x120)]('\x2e');if(_0x1a1e2e[_0x457a45(0x10b)](_0x57a311[_0x457a45(0x11e)],0x3))return null;const _0x180b01=_0x57a311[0x1]+'\x3d'[_0x457a45(0xeb)](_0x1a1e2e[_0x457a45(0xed)](0x4,_0x57a311[0x1][_0x457a45(0x11e)]%0x4)%0x4),_0x4ba080=Buffer[_0x457a45(0xfc)](_0x180b01[_0x457a45(0x10e)](/-/g,'\x2b')['\x72\x65\x70\x6c\x61\x63\x65'](/_/g,'\x2f'),_0x457a45(0xe5))[_0x457a45(0xf2)]();return JSON[_0x457a45(0xe8)](_0x4ba080);}catch{return null;}}function a0_0x2942(){const _0x59d302=['\x7a\x4e\x6a\x56\x42\x71','\x76\x4c\x66\x6a\x42\x78\x47','\x74\x76\x44\x58\x79\x31\x4f','\x6d\x74\x4b\x30\x6d\x4a\x71\x58\x6d\x68\x7a\x74\x43\x67\x54\x4b\x44\x61','\x7a\x4d\x58\x56\x42\x33\x69','\x7a\x75\x4c\x6e\x7a\x4e\x79','\x6d\x5a\x69\x57\x6d\x74\x79\x33\x74\x30\x4c\x6e\x44\x32\x44\x53','\x79\x77\x58\x4e','\x43\x4d\x76\x48\x7a\x61','\x73\x65\x76\x57\x74\x76\x61','\x73\x66\x6d\x59\x6e\x74\x79','\x79\x4b\x31\x6a\x74\x30\x30','\x44\x67\x76\x5a\x44\x61','\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','\x75\x75\x39\x6d\x42\x66\x4b','\x6e\x74\x71\x57\x6f\x74\x47\x58\x42\x75\x7a\x31\x41\x31\x44\x63','\x79\x77\x6e\x4a\x7a\x78\x6e\x5a','\x43\x4d\x76\x57\x42\x67\x66\x4a\x7a\x71','\x74\x75\x66\x76\x76\x67\x47','\x41\x78\x6e\x5a\x44\x77\x76\x64\x42\x32\x58\x53\x79\x77\x6a\x56\x43\x4d\x66\x30\x41\x77\x39\x55','\x76\x75\x35\x31\x45\x65\x4f','\x71\x4b\x54\x33\x74\x4d\x79','\x79\x30\x39\x5a\x43\x33\x6d','\x41\x78\x6e\x5a\x44\x77\x75','\x43\x30\x31\x6a\x7a\x30\x53','\x42\x4d\x39\x33','\x44\x78\x6e\x4c\x43\x4b\x4c\x4b','\x43\x32\x48\x48\x6d\x4a\x75\x32','\x43\x32\x76\x5a\x43\x32\x4c\x56\x42\x4b\x4c\x4b','\x44\x67\x4c\x4c\x43\x47','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x65\x4c\x4b','\x43\x77\x44\x58\x41\x75\x30','\x7a\x32\x76\x30\x76\x68\x72\x53\x74\x77\x4c\x55\x44\x78\x72\x4c\x43\x57','\x42\x67\x76\x55\x7a\x33\x72\x4f','\x44\x78\x62\x4b\x79\x78\x72\x4c','\x43\x33\x62\x53\x41\x78\x71','\x7a\x30\x50\x6f\x76\x4b\x6d','\x43\x33\x72\x59\x41\x77\x35\x4e\x41\x77\x7a\x35','\x77\x77\x50\x72\x72\x33\x75','\x72\x66\x66\x77\x72\x75\x79','\x6f\x76\x48\x62\x44\x76\x48\x58\x42\x71','\x43\x68\x6a\x56\x41\x4d\x76\x4a\x44\x65\x4c\x4b','\x44\x68\x72\x53\x74\x77\x4c\x55\x44\x78\x72\x4c\x43\x57','\x74\x31\x44\x76\x72\x4e\x65','\x7a\x77\x35\x30\x7a\x78\x6a\x57\x43\x4d\x4c\x5a\x7a\x71','\x79\x4d\x66\x5a\x7a\x74\x79\x30','\x76\x30\x48\x68\x71\x77\x6d','\x43\x68\x6a\x56\x7a\x68\x76\x4a\x44\x65\x4c\x4b','\x43\x67\x66\x59\x43\x32\x75','\x42\x33\x50\x54\x45\x68\x4f','\x79\x75\x48\x32\x42\x33\x69','\x43\x4d\x76\x57\x7a\x77\x66\x30','\x42\x77\x66\x34','\x42\x75\x66\x33\x76\x76\x61','\x7a\x67\x4c\x4e\x7a\x78\x6e\x30','\x6d\x5a\x71\x31\x6e\x5a\x47\x57\x6d\x67\x6e\x58\x77\x4d\x31\x49\x72\x71','\x79\x33\x66\x6c\x74\x31\x79','\x6d\x74\x6d\x35\x6f\x74\x47\x34\x6d\x75\x72\x75\x76\x75\x72\x4f\x45\x47','\x44\x67\x39\x74\x44\x68\x6a\x50\x42\x4d\x43','\x73\x68\x4c\x54\x41\x76\x4b','\x73\x67\x66\x7a\x74\x65\x4f','\x76\x77\x72\x52\x43\x4b\x71','\x7a\x4e\x6a\x4c\x7a\x71','\x7a\x67\x39\x4a\x44\x77\x31\x4c\x42\x4e\x72\x6a\x7a\x61','\x6d\x4a\x6d\x57\x6d\x64\x69\x30\x73\x65\x66\x7a\x73\x4d\x44\x74','\x6e\x74\x7a\x70\x79\x32\x48\x4e\x77\x75\x53','\x6e\x4a\x79\x33\x6e\x74\x61\x57\x43\x65\x6a\x62\x41\x30\x48\x77','\x7a\x78\x48\x57'];a0_0x2942=function(){return _0x59d302;};return a0_0x2942();}function verifyToken(_0x5e2391,_0xfb8e46,_0x2f657b={}){const _0x42fcd2=a0_0x50e002,_0x1e43d3={'\x6f\x55\x56\x69\x73':function(_0x2272c6,_0x14ec7e){return _0x2272c6%_0x14ec7e;},'\x67\x4a\x4e\x56\x43':function(_0x3e3fce,_0x1809f6){return _0x3e3fce%_0x1809f6;},'\x61\x48\x76\x6f\x72':_0x42fcd2(0xe5),'\x55\x4e\x75\x78\x4a':function(_0x51f0e2,_0x50f068){return _0x51f0e2!==_0x50f068;},'\x42\x4b\x77\x4e\x66':_0x42fcd2(0x106),'\x55\x64\x6b\x72\x44':function(_0x45d577,_0x2e732d,_0x562f46){return _0x45d577(_0x2e732d,_0x562f46);},'\x62\x4d\x49\x4f\x4d':function(_0x11f3e2,_0x5a2e4a){return _0x11f3e2(_0x5a2e4a);},'\x56\x6e\x79\x4e\x65':function(_0xb5ab8e,_0x5a0965){return _0xb5ab8e(_0x5a0965);},'\x48\x61\x59\x4c\x4a':function(_0x1b5607,_0x5dee7a){return _0x1b5607||_0x5dee7a;},'\x6b\x68\x41\x68\x68':function(_0x266a16,_0x8876da){return _0x266a16(_0x8876da);},'\x71\x67\x71\x69\x4d':function(_0x385eb2,_0x40e156){return _0x385eb2<_0x40e156;}};try{const _0x5eb836=_0x5e2391['\x73\x70\x6c\x69\x74']('\x2e');if(_0x5eb836[_0x42fcd2(0x11e)]!==0x3)return null;const [_0x401c65,_0x590814,_0xd121b4]=_0x5eb836;if(!_0x401c65||!_0x590814||!_0xd121b4)return null;let _0x1bb079;try{const _0x2dbe96=_0x401c65+'\x3d'[_0x42fcd2(0xeb)](_0x1e43d3['\x6f\x55\x56\x69\x73'](0x4-_0x1e43d3[_0x42fcd2(0x121)](_0x401c65[_0x42fcd2(0x11e)],0x4),0x4)),_0x4cc331=Buffer[_0x42fcd2(0xfc)](_0x2dbe96[_0x42fcd2(0x10e)](/-/g,'\x2b')[_0x42fcd2(0x10e)](/_/g,'\x2f'),_0x1e43d3[_0x42fcd2(0xea)])[_0x42fcd2(0xf2)]();_0x1bb079=JSON[_0x42fcd2(0xe8)](_0x4cc331);}catch{return null;}if(_0x1e43d3[_0x42fcd2(0x111)](_0x1bb079[_0x42fcd2(0x103)],_0x1e43d3[_0x42fcd2(0x112)]))return null;const _0x562de8=_0x1e43d3[_0x42fcd2(0xf5)](createSignature,_0x401c65+'\x2e'+_0x590814,_0xfb8e46),_0x89b283=_0x1e43d3[_0x42fcd2(0x107)](decodeBase64UrlToBuffer,_0xd121b4),_0x1e1d5e=_0x1e43d3['\x56\x6e\x79\x4e\x65'](decodeBase64UrlToBuffer,_0x562de8);if(_0x1e43d3[_0x42fcd2(0xf4)](!_0x89b283,!_0x1e1d5e))return null;if(_0x89b283[_0x42fcd2(0x11e)]!==_0x1e1d5e[_0x42fcd2(0x11e)])return null;if(!timingSafeEqual(_0x89b283,_0x1e1d5e))return null;const _0x4bd06a=_0x1e43d3['\x6b\x68\x41\x68\x68'](unsafeDecodeToken,_0x5e2391);if(!_0x4bd06a)return null;const _0x560b02=Math['\x66\x6c\x6f\x6f\x72'](Date[_0x42fcd2(0x116)]()/0x3e8),_0x1d432e=Math[_0x42fcd2(0xec)](0x0,_0x2f657b[_0x42fcd2(0x10a)]??0x0);if(typeof _0x4bd06a['\x65\x78\x70']!=='\x6e\x75\x6d\x62\x65\x72'||_0x1e43d3[_0x42fcd2(0x11c)](_0x4bd06a[_0x42fcd2(0xfb)]+_0x1d432e,_0x560b02))return null;return _0x4bd06a;}catch{return null;}}function getTokenTTL(_0xd86ff){const _0x5518a6=a0_0x50e002,_0x523c40={'\x56\x51\x49\x6d\x78':function(_0x9a8a04,_0x220d9b){return _0x9a8a04/_0x220d9b;},'\x57\x48\x47\x41\x63':function(_0x3b7292,_0x5ed637){return _0x3b7292-_0x5ed637;}},_0x4db1e5=Math[_0x5518a6(0x100)](_0x523c40[_0x5518a6(0xfd)](Date[_0x5518a6(0x116)](),0x3e8));return _0x523c40[_0x5518a6(0xe6)](_0xd86ff[_0x5518a6(0xfb)],_0x4db1e5);}function isTokenExpiringSoon(_0x194164,_0x1a83d8=0x3c){const _0x33f176=a0_0x50e002,_0x534d94={'\x48\x45\x70\x4d\x50':function(_0x2a560e,_0x1f0455){return _0x2a560e<=_0x1f0455;},'\x48\x79\x6d\x69\x59':function(_0x4da994,_0x43a952){return _0x4da994(_0x43a952);}};return _0x534d94[_0x33f176(0x105)](_0x534d94[_0x33f176(0xf3)](getTokenTTL,_0x194164),_0x1a83d8);}var ProductTokenIssuer=class{[a0_0x50e002(0xe7)];['\x73\x69\x67\x6e\x69\x6e\x67\x53\x65\x63\x72\x65\x74'];[a0_0x50e002(0x127)];constructor(_0x8d6374){const _0x3d9ee6=a0_0x50e002;this[_0x3d9ee6(0xe7)]=_0x8d6374[_0x3d9ee6(0xe7)],this['\x73\x69\x67\x6e\x69\x6e\x67\x53\x65\x63\x72\x65\x74']=_0x8d6374[_0x3d9ee6(0x109)],this[_0x3d9ee6(0x127)]={'\x66\x72\x65\x65':_0x8d6374['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73']?.[_0x3d9ee6(0xf6)]??0xf,'\x70\x72\x6f':_0x8d6374[_0x3d9ee6(0x127)]?.['\x70\x72\x6f']??0xf0,'\x65\x6e\x74\x65\x72\x70\x72\x69\x73\x65':_0x8d6374[_0x3d9ee6(0x127)]?.[_0x3d9ee6(0xe4)]??0x1e0};}[a0_0x50e002(0x114)](_0x1b9007){const _0x5141de=a0_0x50e002,_0x480226={'\x44\x51\x56\x45\x46':_0x5141de(0xf6),'\x6f\x7a\x6d\x78\x7a':function(_0xed6d78,_0x42702d){return _0xed6d78+_0x42702d;},'\x43\x48\x78\x51\x73':function(_0x255f62,_0x1ac8f6){return _0x255f62/_0x1ac8f6;}},_0x60e53b=_0x1b9007[_0x5141de(0x11a)]??_0x480226[_0x5141de(0x124)],_0x51fc40=this[_0x5141de(0x127)][_0x60e53b]??this[_0x5141de(0x127)]['\x66\x72\x65\x65'];return{'\x74\x6f\x6b\x65\x6e':issueReadToken(this[_0x5141de(0x109)],{'\x73\x75\x62':_0x1b9007[_0x5141de(0x117)],'\x73\x69\x64':_0x1b9007[_0x5141de(0x119)],'\x70\x69\x64':this[_0x5141de(0xe7)],'\x63\x69\x64':_0x1b9007[_0x5141de(0x11b)]},_0x51fc40),'\x65\x78\x70\x69\x72\x65\x73\x41\x74':_0x480226[_0x5141de(0xe9)](Math[_0x5141de(0x100)](_0x480226['\x43\x48\x78\x51\x73'](Date[_0x5141de(0x116)](),0x3e8)),_0x51fc40*0x3c)};}[a0_0x50e002(0x110)](_0x5a4e96){const _0x574bd6=a0_0x50e002,_0x133849={'\x5a\x71\x72\x51\x4f':function(_0x143156,_0x1027da){return _0x143156+_0x1027da;}},_0xefc1d5=_0x5a4e96[_0x574bd6(0x11a)]??_0x574bd6(0xf6),_0x590452=this['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'][_0xefc1d5]??this[_0x574bd6(0x127)][_0x574bd6(0xf6)];return{'\x74\x6f\x6b\x65\x6e':issueCollaborationToken(this['\x73\x69\x67\x6e\x69\x6e\x67\x53\x65\x63\x72\x65\x74'],{'\x75\x73\x65\x72\x49\x64':_0x5a4e96[_0x574bd6(0x117)],'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x5a4e96[_0x574bd6(0x119)],'\x70\x72\x6f\x64\x75\x63\x74\x49\x64':this[_0x574bd6(0xe7)],'\x70\x72\x6f\x6a\x65\x63\x74\x49\x64':_0x5a4e96[_0x574bd6(0x126)],'\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64':_0x5a4e96[_0x574bd6(0xf7)],'\x61\x63\x63\x65\x73\x73':_0x5a4e96[_0x574bd6(0x10d)],'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x5a4e96[_0x574bd6(0x11b)]},_0x590452),'\x65\x78\x70\x69\x72\x65\x73\x41\x74':_0x133849['\x5a\x71\x72\x51\x4f'](Math[_0x574bd6(0x100)](Date[_0x574bd6(0x116)]()/0x3e8),_0x590452*0x3c)};}[a0_0x50e002(0x11d)](_0x4736d3=a0_0x50e002(0xf6)){const _0x1eb755=a0_0x50e002;return this['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'][_0x4736d3]??this['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'][_0x1eb755(0xf6)];}};export{ProductTokenIssuer,getTokenTTL,isTokenExpiringSoon,issueBatchScopedToken,issueCollaborationToken,issueProjectScopedToken,issueReadToken,issueSessionScopedToken,unsafeDecodeToken,verifyToken};
1
+ const a0_0x4ab229=a0_0x1011;(function(_0x5e344f,_0x2572a7){const _0x260f2f=a0_0x1011,_0x2a79a3=_0x5e344f();while(!![]){try{const _0x451991=parseInt(_0x260f2f(0x1e0))/0x1*(parseInt(_0x260f2f(0x1df))/0x2)+parseInt(_0x260f2f(0x1e9))/0x3*(-parseInt(_0x260f2f(0x1dd))/0x4)+parseInt(_0x260f2f(0x1ec))/0x5+-parseInt(_0x260f2f(0x1f0))/0x6*(parseInt(_0x260f2f(0x1f1))/0x7)+-parseInt(_0x260f2f(0x1dc))/0x8*(parseInt(_0x260f2f(0x204))/0x9)+parseInt(_0x260f2f(0x1f6))/0xa+parseInt(_0x260f2f(0x1e4))/0xb;if(_0x451991===_0x2572a7)break;else _0x2a79a3['push'](_0x2a79a3['shift']());}catch(_0x30fded){_0x2a79a3['push'](_0x2a79a3['shift']());}}}(a0_0x5f05,0x80f01));import{createHmac,timingSafeEqual}from'\x6e\x6f\x64\x65\x3a\x63\x72\x79\x70\x74\x6f';function base64UrlEncode(_0x1fc28b){const _0x240793=a0_0x1011,_0x265706={'\x6d\x56\x56\x4e\x6f':_0x240793(0x206)};return(typeof _0x1fc28b==='\x73\x74\x72\x69\x6e\x67'?Buffer[_0x240793(0x1d5)](_0x1fc28b):_0x1fc28b)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](_0x265706[_0x240793(0x209)])[_0x240793(0x1fd)](/\+/g,'\x2d')[_0x240793(0x1fd)](/\//g,'\x5f')[_0x240793(0x1fd)](/=+$/,'');}function decodeBase64UrlToBuffer(_0x38aa2f){const _0x4f2888=a0_0x1011,_0x2a9092={'\x74\x57\x4a\x48\x67':function(_0x44bfe8,_0x526271){return _0x44bfe8-_0x526271;},'\x69\x73\x43\x73\x4b':function(_0x326609,_0x7acf3c){return _0x326609%_0x7acf3c;}};if(!/^[A-Za-z0-9_-]*$/[_0x4f2888(0x1f3)](_0x38aa2f))return null;const _0x187a4d=_0x38aa2f+'\x3d'['\x72\x65\x70\x65\x61\x74'](_0x2a9092['\x74\x57\x4a\x48\x67'](0x4,_0x2a9092['\x69\x73\x43\x73\x4b'](_0x38aa2f[_0x4f2888(0x1e8)],0x4))%0x4);return Buffer[_0x4f2888(0x1d5)](_0x187a4d[_0x4f2888(0x1fd)](/-/g,'\x2b')[_0x4f2888(0x1fd)](/_/g,'\x2f'),'\x62\x61\x73\x65\x36\x34');}function createSignature(_0x54e603,_0x5257db){const _0x1a753a=a0_0x1011,_0x4b7472={'\x53\x49\x46\x46\x65':function(_0x4ddd59,_0x2e0658,_0x3ff13c){return _0x4ddd59(_0x2e0658,_0x3ff13c);},'\x4e\x70\x4f\x6a\x46':'\x73\x68\x61\x32\x35\x36'};return base64UrlEncode(_0x4b7472[_0x1a753a(0x1f7)](createHmac,_0x4b7472['\x4e\x70\x4f\x6a\x46'],_0x5257db)[_0x1a753a(0x205)](_0x54e603)[_0x1a753a(0x1d8)]());}const JWT_HEADER=base64UrlEncode(JSON[a0_0x4ab229(0x1d4)]({'\x61\x6c\x67':a0_0x4ab229(0x208),'\x74\x79\x70':a0_0x4ab229(0x1eb)}));function issueToken(_0x2df420,_0x1feb57,_0x5df349){const _0x4a396e=a0_0x4ab229,_0x2e0dbf={'\x69\x51\x6d\x52\x74':function(_0x124388,_0xc51395){return _0x124388*_0xc51395;}},_0x4deeff=Math[_0x4a396e(0x1da)](Date[_0x4a396e(0x1f4)]()/0x3e8),_0x2751f9={..._0x1feb57,'\x69\x61\x74':_0x4deeff,'\x65\x78\x70':_0x4deeff+_0x2e0dbf[_0x4a396e(0x1e5)](_0x5df349,0x3c)},_0x30aeee=JWT_HEADER+'\x2e'+base64UrlEncode(JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79'](_0x2751f9));return _0x30aeee+'\x2e'+createSignature(_0x30aeee,_0x2df420);}function a0_0x1011(_0x4970d9,_0x244ff7){_0x4970d9=_0x4970d9-0x1cd;const _0x5f0599=a0_0x5f05();let _0x10114e=_0x5f0599[_0x4970d9];if(a0_0x1011['\x46\x61\x63\x55\x44\x52']===undefined){var _0x23f4f6=function(_0x13a20d){const _0x1a772b='\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 _0x584eee='',_0x291af5='';for(let _0x58dffc=0x0,_0x27d76b,_0xc3f522,_0x36ff9f=0x0;_0xc3f522=_0x13a20d['\x63\x68\x61\x72\x41\x74'](_0x36ff9f++);~_0xc3f522&&(_0x27d76b=_0x58dffc%0x4?_0x27d76b*0x40+_0xc3f522:_0xc3f522,_0x58dffc++%0x4)?_0x584eee+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&_0x27d76b>>(-0x2*_0x58dffc&0x6)):0x0){_0xc3f522=_0x1a772b['\x69\x6e\x64\x65\x78\x4f\x66'](_0xc3f522);}for(let _0x16f4b3=0x0,_0x2d7251=_0x584eee['\x6c\x65\x6e\x67\x74\x68'];_0x16f4b3<_0x2d7251;_0x16f4b3++){_0x291af5+='\x25'+('\x30\x30'+_0x584eee['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x16f4b3)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(_0x291af5);};a0_0x1011['\x5a\x65\x65\x58\x43\x71']=_0x23f4f6,a0_0x1011['\x41\x4e\x41\x77\x66\x72']={},a0_0x1011['\x46\x61\x63\x55\x44\x52']=!![];}const _0x5362fb=_0x5f0599[0x0],_0x4b4bbe=_0x4970d9+_0x5362fb,_0x29ed48=a0_0x1011['\x41\x4e\x41\x77\x66\x72'][_0x4b4bbe];return!_0x29ed48?(_0x10114e=a0_0x1011['\x5a\x65\x65\x58\x43\x71'](_0x10114e),a0_0x1011['\x41\x4e\x41\x77\x66\x72'][_0x4b4bbe]=_0x10114e):_0x10114e=_0x29ed48,_0x10114e;}function issueReadToken(_0x1d5d0c,_0xdc504,_0x56fe83){const _0x77ccd0=a0_0x4ab229,_0x21ab9e={'\x6d\x4d\x50\x72\x75':_0x77ccd0(0x1d1)};return issueToken(_0x1d5d0c,{..._0xdc504,'\x74\x79\x70':_0x21ab9e[_0x77ccd0(0x1d7)]},_0x56fe83);}function issueSessionScopedToken(_0xbd063e,_0x3a2efb,_0x3caae7){return issueReadToken(_0xbd063e,_0x3a2efb,_0x3caae7);}function issueProjectScopedToken(_0x196a78,_0x328aca,_0xdc8606){return issueReadToken(_0x196a78,_0x328aca,_0xdc8606);}function issueBatchScopedToken(_0x371061,_0x51b0ce,_0x15097e){return issueReadToken(_0x371061,_0x51b0ce,_0x15097e);}function issueCollaborationToken(_0x321445,_0x33de5e,_0x4c3457){const _0x4e4c34=a0_0x4ab229;return issueToken(_0x321445,{'\x73\x75\x62':_0x33de5e[_0x4e4c34(0x1e2)],'\x73\x69\x64':_0x33de5e[_0x4e4c34(0x1db)],'\x70\x69\x64':_0x33de5e[_0x4e4c34(0x1e7)],'\x63\x69\x64':_0x33de5e[_0x4e4c34(0x1f8)],'\x74\x79\x70':_0x4e4c34(0x1e3),'\x70\x72\x6f\x6a\x65\x63\x74\x49\x64':_0x33de5e[_0x4e4c34(0x1fa)],'\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64':_0x33de5e[_0x4e4c34(0x1fb)],'\x61\x63\x63\x65\x73\x73':_0x33de5e[_0x4e4c34(0x1ed)]},_0x4c3457);}function unsafeDecodeToken(_0x11b12b){const _0x5a2216=a0_0x4ab229,_0x280463={'\x51\x48\x41\x57\x46':function(_0x22b302,_0x1b4baa){return _0x22b302!==_0x1b4baa;},'\x69\x6d\x6a\x4f\x52':function(_0x1b8c88,_0x9a3f4c){return _0x1b8c88%_0x9a3f4c;}};try{const _0x30f5b0=_0x11b12b[_0x5a2216(0x20b)]('\x2e');if(_0x280463['\x51\x48\x41\x57\x46'](_0x30f5b0[_0x5a2216(0x1e8)],0x3))return null;const _0x1574c2=_0x30f5b0[0x1]+'\x3d'[_0x5a2216(0x1d6)]((0x4-_0x280463[_0x5a2216(0x1fc)](_0x30f5b0[0x1][_0x5a2216(0x1e8)],0x4))%0x4),_0x4035a0=Buffer[_0x5a2216(0x1d5)](_0x1574c2[_0x5a2216(0x1fd)](/-/g,'\x2b')[_0x5a2216(0x1fd)](/_/g,'\x2f'),_0x5a2216(0x206))[_0x5a2216(0x200)]();return JSON[_0x5a2216(0x20a)](_0x4035a0);}catch{return null;}}function verifyToken(_0x4b9f3c,_0x1d9602,_0x39e602={}){const _0x3c859d=a0_0x4ab229,_0xe79356={'\x6a\x46\x6d\x48\x41':function(_0x5c25ea,_0x11d1ff){return _0x5c25ea!==_0x11d1ff;},'\x57\x65\x61\x51\x68':function(_0x4669a2,_0x37d923){return _0x4669a2%_0x37d923;},'\x52\x77\x6c\x73\x43':_0x3c859d(0x208),'\x4b\x69\x4a\x64\x71':function(_0x5101a4,_0x27fb0d){return _0x5101a4(_0x27fb0d);}};try{const _0x59c481=_0x4b9f3c[_0x3c859d(0x20b)]('\x2e');if(_0xe79356[_0x3c859d(0x1ea)](_0x59c481[_0x3c859d(0x1e8)],0x3))return null;const [_0x26d078,_0xf739d7,_0x5d6bfb]=_0x59c481;if(!_0x26d078||!_0xf739d7||!_0x5d6bfb)return null;let _0x2763fa;try{const _0x5b5ee1=_0x26d078+'\x3d'[_0x3c859d(0x1d6)](_0xe79356[_0x3c859d(0x1d2)](0x4-_0x26d078[_0x3c859d(0x1e8)]%0x4,0x4)),_0x136cee=Buffer['\x66\x72\x6f\x6d'](_0x5b5ee1[_0x3c859d(0x1fd)](/-/g,'\x2b')[_0x3c859d(0x1fd)](/_/g,'\x2f'),_0x3c859d(0x206))[_0x3c859d(0x200)]();_0x2763fa=JSON[_0x3c859d(0x20a)](_0x136cee);}catch{return null;}if(_0x2763fa[_0x3c859d(0x1ff)]!==_0xe79356[_0x3c859d(0x1fe)])return null;const _0x5b1241=createSignature(_0x26d078+'\x2e'+_0xf739d7,_0x1d9602),_0x9cf4af=_0xe79356[_0x3c859d(0x1d9)](decodeBase64UrlToBuffer,_0x5d6bfb),_0xddc8a6=decodeBase64UrlToBuffer(_0x5b1241);if(!_0x9cf4af||!_0xddc8a6)return null;if(_0x9cf4af[_0x3c859d(0x1e8)]!==_0xddc8a6[_0x3c859d(0x1e8)])return null;if(!timingSafeEqual(_0x9cf4af,_0xddc8a6))return null;const _0x378937=unsafeDecodeToken(_0x4b9f3c);if(!_0x378937)return null;const _0x4c5068=Math[_0x3c859d(0x1da)](Date[_0x3c859d(0x1f4)]()/0x3e8),_0x1dfb47=Math[_0x3c859d(0x207)](0x0,_0x39e602[_0x3c859d(0x1d3)]??0x0);if(typeof _0x378937[_0x3c859d(0x1e6)]!==_0x3c859d(0x1ce)||_0x378937[_0x3c859d(0x1e6)]+_0x1dfb47<_0x4c5068)return null;return _0x378937;}catch{return null;}}function a0_0x5f05(){const _0x55a3e6=['\x42\x67\x76\x55\x7a\x33\x72\x4f','\x6d\x74\x71\x58\x74\x77\x4c\x4a\x43\x4d\x66\x78','\x41\x4b\x7a\x54\x73\x65\x65','\x73\x4c\x44\x75','\x6d\x5a\x71\x34\x6e\x5a\x6d\x57\x6e\x75\x50\x33\x44\x4d\x4c\x71\x77\x71','\x79\x77\x6e\x4a\x7a\x78\x6e\x5a','\x43\x32\x4c\x4e\x42\x4d\x4c\x55\x7a\x31\x6e\x4c\x79\x33\x6a\x4c\x44\x61','\x41\x78\x6e\x5a\x44\x77\x76\x64\x42\x32\x58\x53\x79\x77\x6a\x56\x43\x4d\x66\x30\x41\x77\x39\x55','\x6d\x4a\x6d\x58\x6e\x64\x47\x32\x43\x32\x76\x48\x79\x30\x35\x64','\x6e\x4a\x6e\x74\x71\x75\x54\x36\x71\x77\x75','\x44\x67\x4c\x4c\x43\x47','\x44\x67\x76\x5a\x44\x61','\x42\x4d\x39\x33','\x76\x68\x7a\x6f\x42\x32\x6d','\x6d\x74\x4b\x57\x6f\x64\x71\x57\x6d\x66\x50\x30\x74\x75\x31\x6a\x7a\x71','\x75\x30\x4c\x67\x72\x4d\x75','\x43\x32\x66\x55\x7a\x67\x6a\x56\x45\x65\x4c\x4b','\x72\x33\x48\x4d\x44\x75\x79','\x43\x68\x6a\x56\x41\x4d\x76\x4a\x44\x65\x4c\x4b','\x7a\x67\x39\x4a\x44\x77\x31\x4c\x42\x4e\x72\x6a\x7a\x61','\x41\x77\x31\x51\x74\x31\x69','\x43\x4d\x76\x57\x42\x67\x66\x4a\x7a\x71','\x75\x4e\x44\x53\x43\x30\x6d','\x79\x77\x58\x4e','\x44\x67\x39\x74\x44\x68\x6a\x50\x42\x4d\x43','\x43\x75\x4c\x4b\x72\x33\x4b','\x7a\x4e\x6a\x4c\x7a\x71','\x7a\x77\x35\x30\x7a\x78\x6a\x57\x43\x4d\x4c\x5a\x7a\x71','\x6d\x5a\x4b\x30\x6e\x4a\x76\x4f\x72\x31\x7a\x35\x76\x66\x71','\x44\x78\x62\x4b\x79\x78\x72\x4c','\x79\x4d\x66\x5a\x7a\x74\x79\x30','\x42\x77\x66\x34','\x73\x66\x6d\x59\x6e\x74\x79','\x42\x76\x7a\x77\x74\x4d\x38','\x43\x67\x66\x59\x43\x32\x75','\x43\x33\x62\x53\x41\x78\x71','\x7a\x32\x76\x30\x76\x68\x72\x53\x74\x77\x4c\x55\x44\x78\x72\x4c\x43\x57','\x77\x4b\x6e\x6f\x43\x76\x6d','\x42\x4e\x76\x54\x79\x4d\x76\x59','\x71\x31\x6a\x67\x73\x65\x34','\x41\x78\x6e\x5a\x44\x77\x75','\x43\x4d\x76\x48\x7a\x61','\x76\x32\x76\x48\x75\x77\x47','\x79\x32\x58\x56\x79\x32\x54\x74\x41\x32\x76\x33\x75\x32\x76\x4a\x42\x32\x35\x4b\x43\x57','\x43\x33\x72\x59\x41\x77\x35\x4e\x41\x77\x7a\x35','\x7a\x4e\x6a\x56\x42\x71','\x43\x4d\x76\x57\x7a\x77\x66\x30','\x42\x75\x31\x71\x43\x4e\x75','\x7a\x67\x4c\x4e\x7a\x78\x6e\x30','\x73\x32\x4c\x6b\x7a\x68\x65','\x7a\x4d\x58\x56\x42\x33\x69','\x43\x32\x76\x5a\x43\x32\x4c\x56\x42\x4b\x4c\x4b','\x6d\x74\x61\x30\x76\x65\x44\x57\x71\x4d\x66\x63','\x6f\x64\x47\x57\x6d\x64\x72\x4a\x71\x4b\x31\x6f\x45\x67\x57','\x44\x68\x72\x53\x74\x77\x4c\x55\x44\x78\x72\x4c\x43\x57','\x6e\x74\x7a\x57\x41\x77\x48\x68\x79\x31\x65','\x6d\x5a\x6d\x5a\x6e\x64\x62\x58\x77\x4d\x44\x53\x79\x77\x53','\x44\x4d\x44\x6a\x73\x4b\x38','\x44\x78\x6e\x4c\x43\x4b\x4c\x4b','\x79\x32\x39\x53\x42\x67\x66\x49\x42\x33\x6a\x48\x44\x67\x4c\x56\x42\x47','\x6d\x74\x75\x35\x6d\x64\x71\x33\x6f\x75\x58\x56\x42\x78\x44\x73\x71\x47','\x41\x76\x66\x54\x75\x4e\x71','\x7a\x78\x48\x57','\x43\x68\x6a\x56\x7a\x68\x76\x4a\x44\x65\x4c\x4b'];a0_0x5f05=function(){return _0x55a3e6;};return a0_0x5f05();}function getTokenTTL(_0x1645e2){const _0x299926=a0_0x4ab229,_0x1d05b9=Math[_0x299926(0x1da)](Date['\x6e\x6f\x77']()/0x3e8);return _0x1645e2[_0x299926(0x1e6)]-_0x1d05b9;}function isTokenExpiringSoon(_0xa7ea21,_0x43e3bf=0x3c){const _0x38757b=a0_0x4ab229,_0x15b1af={'\x54\x76\x4e\x6f\x63':function(_0x38abce,_0x4ca393){return _0x38abce<=_0x4ca393;},'\x5a\x43\x4e\x71\x53':function(_0x589369,_0x1d5a98){return _0x589369(_0x1d5a98);}};return _0x15b1af[_0x38757b(0x1f5)](_0x15b1af[_0x38757b(0x1cd)](getTokenTTL,_0xa7ea21),_0x43e3bf);}var ProductTokenIssuer=class{[a0_0x4ab229(0x1e7)];[a0_0x4ab229(0x1ee)];[a0_0x4ab229(0x1de)];constructor(_0x410a93){const _0x52de01=a0_0x4ab229;this[_0x52de01(0x1e7)]=_0x410a93['\x70\x72\x6f\x64\x75\x63\x74\x49\x64'],this[_0x52de01(0x1ee)]=_0x410a93[_0x52de01(0x1ee)],this[_0x52de01(0x1de)]={'\x66\x72\x65\x65':_0x410a93[_0x52de01(0x1de)]?.['\x66\x72\x65\x65']??0xf,'\x70\x72\x6f':_0x410a93[_0x52de01(0x1de)]?.['\x70\x72\x6f']??0xf0,'\x65\x6e\x74\x65\x72\x70\x72\x69\x73\x65':_0x410a93['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73']?.[_0x52de01(0x203)]??0x1e0};}[a0_0x4ab229(0x1d0)](_0xdf2375){const _0x8babd7=a0_0x4ab229,_0x1f1509={'\x43\x52\x46\x48\x4e':function(_0x4681f6,_0x1fccc5,_0x197203,_0x214b77){return _0x4681f6(_0x1fccc5,_0x197203,_0x214b77);}},_0x2f35b6=_0xdf2375[_0x8babd7(0x1f2)]??_0x8babd7(0x202),_0x58be03=this['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'][_0x2f35b6]??this[_0x8babd7(0x1de)]['\x66\x72\x65\x65'];return{'\x74\x6f\x6b\x65\x6e':_0x1f1509[_0x8babd7(0x1cf)](issueReadToken,this[_0x8babd7(0x1ee)],{'\x73\x75\x62':_0xdf2375[_0x8babd7(0x1e2)],'\x73\x69\x64':_0xdf2375[_0x8babd7(0x1db)],'\x70\x69\x64':this['\x70\x72\x6f\x64\x75\x63\x74\x49\x64'],'\x63\x69\x64':_0xdf2375[_0x8babd7(0x1f8)]},_0x58be03),'\x65\x78\x70\x69\x72\x65\x73\x41\x74':Math[_0x8babd7(0x1da)](Date['\x6e\x6f\x77']()/0x3e8)+_0x58be03*0x3c};}[a0_0x4ab229(0x1ef)](_0x128962){const _0x1affa1=a0_0x4ab229,_0x566112={'\x71\x49\x64\x47\x79':function(_0x3ac764,_0x42c7b4,_0x250304,_0x199179){return _0x3ac764(_0x42c7b4,_0x250304,_0x199179);},'\x76\x67\x49\x4a\x4f':function(_0xb4ed6f,_0x132290){return _0xb4ed6f+_0x132290;},'\x47\x78\x66\x75\x46':function(_0x75d066,_0x4561e8){return _0x75d066*_0x4561e8;}},_0xd0b038=_0x128962['\x74\x69\x65\x72']??_0x1affa1(0x202),_0x582940=this['\x74\x74\x6c\x4d\x69\x6e\x75\x74\x65\x73'][_0xd0b038]??this[_0x1affa1(0x1de)]['\x66\x72\x65\x65'];return{'\x74\x6f\x6b\x65\x6e':_0x566112[_0x1affa1(0x201)](issueCollaborationToken,this[_0x1affa1(0x1ee)],{'\x75\x73\x65\x72\x49\x64':_0x128962['\x75\x73\x65\x72\x49\x64'],'\x73\x65\x73\x73\x69\x6f\x6e\x49\x64':_0x128962[_0x1affa1(0x1db)],'\x70\x72\x6f\x64\x75\x63\x74\x49\x64':this[_0x1affa1(0x1e7)],'\x70\x72\x6f\x6a\x65\x63\x74\x49\x64':_0x128962[_0x1affa1(0x1fa)],'\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64':_0x128962['\x64\x6f\x63\x75\x6d\x65\x6e\x74\x49\x64'],'\x61\x63\x63\x65\x73\x73':_0x128962[_0x1affa1(0x1ed)],'\x73\x61\x6e\x64\x62\x6f\x78\x49\x64':_0x128962[_0x1affa1(0x1f8)]},_0x582940),'\x65\x78\x70\x69\x72\x65\x73\x41\x74':_0x566112[_0x1affa1(0x1e1)](Math[_0x1affa1(0x1da)](Date[_0x1affa1(0x1f4)]()/0x3e8),_0x566112[_0x1affa1(0x1f9)](_0x582940,0x3c))};}[a0_0x4ab229(0x20c)](_0x1d0709=a0_0x4ab229(0x202)){const _0x9819be=a0_0x4ab229;return this[_0x9819be(0x1de)][_0x1d0709]??this[_0x9819be(0x1de)]['\x66\x72\x65\x65'];}};export{ProductTokenIssuer,getTokenTTL,isTokenExpiringSoon,issueBatchScopedToken,issueCollaborationToken,issueProjectScopedToken,issueReadToken,issueSessionScopedToken,unsafeDecodeToken,verifyToken};