@dscord/daemon 0.1.78 → 0.1.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat-bridge.js +2054 -2045
- package/dist/index.js +11066 -11065
- package/package.json +1 -1
package/dist/chat-bridge.js
CHANGED
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
const
|
|
2
|
-
(function (
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}, _0x5cbbd2 = _0x4544, _0x4fbc63 = _0x3e32dd();
|
|
1
|
+
const _0x268d8f = _0x35df;
|
|
2
|
+
(function (_0x26355e, _0x3674fe) {
|
|
3
|
+
const _0x22e885 = {
|
|
4
|
+
_0x36a4ae: 0x1c0,
|
|
5
|
+
_0x4e65e3: 0x289,
|
|
6
|
+
_0xcfab7d: 0x1e5
|
|
7
|
+
}, _0x4fe1c5 = _0x35df, _0x8e1ea6 = _0x26355e();
|
|
9
8
|
while (!![]) {
|
|
10
9
|
try {
|
|
11
|
-
const
|
|
12
|
-
if (
|
|
10
|
+
const _0x3adc9c = parseInt(_0x4fe1c5(_0x22e885._0x36a4ae)) / 0x1 * (parseInt(_0x4fe1c5(0x2c7)) / 0x2) + parseInt(_0x4fe1c5(0x26e)) / 0x3 * (parseInt(_0x4fe1c5(0x21b)) / 0x4) + parseInt(_0x4fe1c5(0x223)) / 0x5 + parseInt(_0x4fe1c5(0x23d)) / 0x6 * (parseInt(_0x4fe1c5(0x297)) / 0x7) + -parseInt(_0x4fe1c5(_0x22e885._0x4e65e3)) / 0x8 + -parseInt(_0x4fe1c5(0x257)) / 0x9 * (parseInt(_0x4fe1c5(0x28b)) / 0xa) + -parseInt(_0x4fe1c5(_0x22e885._0xcfab7d)) / 0xb;
|
|
11
|
+
if (_0x3adc9c === _0x3674fe)
|
|
13
12
|
break;
|
|
14
13
|
else
|
|
15
|
-
|
|
16
|
-
} catch (
|
|
17
|
-
|
|
14
|
+
_0x8e1ea6['push'](_0x8e1ea6['shift']());
|
|
15
|
+
} catch (_0x1ee81a) {
|
|
16
|
+
_0x8e1ea6['push'](_0x8e1ea6['shift']());
|
|
18
17
|
}
|
|
19
18
|
}
|
|
20
|
-
}(
|
|
19
|
+
}(_0x42a5, 0xc98f9));
|
|
21
20
|
import { pathToFileURL } from 'node:url';
|
|
22
21
|
import {
|
|
23
22
|
mkdir,
|
|
@@ -27,78 +26,97 @@ import {
|
|
|
27
26
|
writeFile
|
|
28
27
|
} from 'node:fs/promises';
|
|
29
28
|
import { homedir } from 'node:os';
|
|
30
|
-
import
|
|
29
|
+
import _0x506ab5 from 'node:path';
|
|
31
30
|
var DEFAULT_MAX_FILE_SIZE = 0x64 * 0x400 * 0x400, MIME_BY_EXTENSION = {
|
|
32
|
-
'.csv':
|
|
33
|
-
'.gif':
|
|
34
|
-
'.jpeg':
|
|
35
|
-
'.jpg':
|
|
36
|
-
'.json':
|
|
37
|
-
'.md':
|
|
38
|
-
'.pdf':
|
|
39
|
-
'.png':
|
|
40
|
-
'.svg':
|
|
41
|
-
'.txt':
|
|
42
|
-
'.webp':
|
|
43
|
-
'.xml':
|
|
44
|
-
'.zip':
|
|
31
|
+
'.csv': _0x268d8f(0x1f6),
|
|
32
|
+
'.gif': _0x268d8f(0x1fc),
|
|
33
|
+
'.jpeg': _0x268d8f(0x25b),
|
|
34
|
+
'.jpg': _0x268d8f(0x25b),
|
|
35
|
+
'.json': _0x268d8f(0x231),
|
|
36
|
+
'.md': 'text/markdown',
|
|
37
|
+
'.pdf': _0x268d8f(0x213),
|
|
38
|
+
'.png': _0x268d8f(0x28d),
|
|
39
|
+
'.svg': _0x268d8f(0x21a),
|
|
40
|
+
'.txt': _0x268d8f(0x2e7),
|
|
41
|
+
'.webp': _0x268d8f(0x2c9),
|
|
42
|
+
'.xml': _0x268d8f(0x2e3),
|
|
43
|
+
'.zip': _0x268d8f(0x241)
|
|
45
44
|
};
|
|
46
|
-
function guessContentType(
|
|
47
|
-
const
|
|
48
|
-
return MIME_BY_EXTENSION[
|
|
45
|
+
function guessContentType(_0x28afd6) {
|
|
46
|
+
const _0x83daa0 = { _0x7628ad: 0x315 }, _0x4739d6 = _0x268d8f;
|
|
47
|
+
return MIME_BY_EXTENSION[_0x506ab5[_0x4739d6(0x2bc)](_0x28afd6)[_0x4739d6(_0x83daa0._0x7628ad)]()] ?? _0x4739d6(0x210);
|
|
49
48
|
}
|
|
50
|
-
function
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
function _0x35df(_0x2cf52e, _0x26f7e7) {
|
|
50
|
+
_0x2cf52e = _0x2cf52e - 0x18c;
|
|
51
|
+
const _0x42a514 = _0x42a5();
|
|
52
|
+
let _0x35dfca = _0x42a514[_0x2cf52e];
|
|
53
|
+
if (_0x35df['ZYnltg'] === undefined) {
|
|
54
|
+
var _0x599a4f = function (_0x2d79cb) {
|
|
55
|
+
const _0x41bc5a = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
56
|
+
let _0x506ab5 = '', _0x28afd6 = '';
|
|
57
|
+
for (let _0x5d6139 = 0x0, _0x180e08, _0x2c5a73, _0xaf7ac5 = 0x0; _0x2c5a73 = _0x2d79cb['charAt'](_0xaf7ac5++); ~_0x2c5a73 && (_0x180e08 = _0x5d6139 % 0x4 ? _0x180e08 * 0x40 + _0x2c5a73 : _0x2c5a73, _0x5d6139++ % 0x4) ? _0x506ab5 += String['fromCharCode'](0xff & _0x180e08 >> (-0x2 * _0x5d6139 & 0x6)) : 0x0) {
|
|
58
|
+
_0x2c5a73 = _0x41bc5a['indexOf'](_0x2c5a73);
|
|
59
|
+
}
|
|
60
|
+
for (let _0xde7198 = 0x0, _0x5ed85d = _0x506ab5['length']; _0xde7198 < _0x5ed85d; _0xde7198++) {
|
|
61
|
+
_0x28afd6 += '%' + ('00' + _0x506ab5['charCodeAt'](_0xde7198)['toString'](0x10))['slice'](-0x2);
|
|
62
|
+
}
|
|
63
|
+
return decodeURIComponent(_0x28afd6);
|
|
64
|
+
};
|
|
65
|
+
_0x35df['uIlVyX'] = _0x599a4f, _0x35df['WGpLED'] = {}, _0x35df['ZYnltg'] = !![];
|
|
66
|
+
}
|
|
67
|
+
const _0x4d0381 = _0x42a514[0x0], _0x115e1a = _0x2cf52e + _0x4d0381, _0x5def2d = _0x35df['WGpLED'][_0x115e1a];
|
|
68
|
+
return !_0x5def2d ? (_0x35dfca = _0x35df['uIlVyX'](_0x35dfca), _0x35df['WGpLED'][_0x115e1a] = _0x35dfca) : _0x35dfca = _0x5def2d, _0x35dfca;
|
|
53
69
|
}
|
|
54
|
-
function
|
|
55
|
-
const
|
|
56
|
-
return
|
|
70
|
+
function safeFilename(_0x5d6139) {
|
|
71
|
+
const _0x27b58d = { _0x4a6fb1: 0x242 }, _0x18bb28 = _0x268d8f;
|
|
72
|
+
return _0x5d6139[_0x18bb28(_0x27b58d._0x4a6fb1)](/[\\/]/g, '-');
|
|
57
73
|
}
|
|
58
|
-
|
|
59
|
-
const
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
function extensionFor(_0x180e08) {
|
|
75
|
+
const _0x441108 = { _0xe7a8ce: 0x2e4 }, _0x1d39aa = _0x268d8f, _0x2c5a73 = Object[_0x1d39aa(0x256)](MIME_BY_EXTENSION)[_0x1d39aa(_0x441108._0xe7a8ce)](([, _0xaf7ac5]) => _0xaf7ac5 === _0x180e08);
|
|
76
|
+
return _0x2c5a73?.[0x0] ?? _0x1d39aa(0x1e2);
|
|
77
|
+
}
|
|
78
|
+
async function prepareUploadFile(_0xde7198, _0x5ed85d = {}) {
|
|
79
|
+
const _0x1c98c8 = {
|
|
80
|
+
_0x36b9ee: 0x1d0,
|
|
81
|
+
_0x378695: 0x1fa,
|
|
82
|
+
_0xe434fd: 0x1c3,
|
|
83
|
+
_0x5c9ee6: 0x30a
|
|
84
|
+
}, _0x13034b = _0x268d8f;
|
|
85
|
+
if (!_0x506ab5[_0x13034b(0x28f)](_0xde7198))
|
|
86
|
+
throw new Error('file_path\x20must\x20be\x20an\x20absolute\x20path');
|
|
87
|
+
const _0x3b8dad = await stat(_0xde7198)[_0x13034b(_0x1c98c8._0x36b9ee)](() => null);
|
|
88
|
+
if (!_0x3b8dad || !_0x3b8dad[_0x13034b(_0x1c98c8._0x378695)]())
|
|
89
|
+
throw new Error('File\x20not\x20found:\x20' + _0xde7198);
|
|
90
|
+
const _0x3f851a = _0x5ed85d[_0x13034b(_0x1c98c8._0xe434fd)] ?? DEFAULT_MAX_FILE_SIZE;
|
|
91
|
+
if (_0x3b8dad[_0x13034b(0x30a)] > _0x3f851a)
|
|
92
|
+
throw new Error(_0x13034b(0x2ae) + _0x3b8dad[_0x13034b(_0x1c98c8._0x5c9ee6)]);
|
|
93
|
+
const _0x141856 = await readFile(_0xde7198), _0x422c5b = _0x506ab5['basename'](_0xde7198);
|
|
76
94
|
return {
|
|
77
|
-
'contentBase64':
|
|
78
|
-
'contentType': guessContentType(
|
|
79
|
-
'filename':
|
|
80
|
-
'sizeBytes':
|
|
95
|
+
'contentBase64': _0x141856['toString']('base64'),
|
|
96
|
+
'contentType': guessContentType(_0x422c5b),
|
|
97
|
+
'filename': _0x422c5b,
|
|
98
|
+
'sizeBytes': _0x3b8dad['size']
|
|
81
99
|
};
|
|
82
100
|
}
|
|
83
|
-
function createAttachmentCache(
|
|
84
|
-
const
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
},
|
|
101
|
+
function createAttachmentCache(_0x3efc4c = {}) {
|
|
102
|
+
const _0x16f41d = { _0x16d71e: 0x200 }, _0x196c46 = {
|
|
103
|
+
_0xe062dc: 0x2dc,
|
|
104
|
+
_0x17f73d: 0x2dc,
|
|
105
|
+
_0x4516b5: 0x195
|
|
106
|
+
}, _0x2d6fc0 = _0x268d8f, _0x169db9 = _0x3efc4c['cacheDir'] ?? _0x506ab5['join'](homedir(), _0x2d6fc0(_0x16f41d._0x16d71e), _0x2d6fc0(0x2cf));
|
|
89
107
|
return {
|
|
90
|
-
'cacheDir':
|
|
91
|
-
async 'findCachedPath'(
|
|
92
|
-
const
|
|
93
|
-
await mkdir(
|
|
94
|
-
const
|
|
95
|
-
return
|
|
108
|
+
'cacheDir': _0x169db9,
|
|
109
|
+
async 'findCachedPath'(_0x5d4457) {
|
|
110
|
+
const _0x9c3071 = _0x2d6fc0;
|
|
111
|
+
await mkdir(_0x169db9, { 'recursive': !![] });
|
|
112
|
+
const _0x9346f6 = await readdir(_0x169db9), _0x22b3a4 = _0x9346f6['find'](_0x48e1ea => _0x48e1ea[_0x9c3071(0x299)](_0x5d4457 + '-') || _0x48e1ea[_0x9c3071(0x299)](_0x5d4457));
|
|
113
|
+
return _0x22b3a4 ? _0x506ab5[_0x9c3071(0x1d7)](_0x169db9, _0x22b3a4) : null;
|
|
96
114
|
},
|
|
97
|
-
async 'save'(
|
|
98
|
-
const
|
|
99
|
-
await mkdir(
|
|
100
|
-
const
|
|
101
|
-
return await writeFile(
|
|
115
|
+
async 'save'(_0x37b081) {
|
|
116
|
+
const _0x4b8a36 = _0x2d6fc0;
|
|
117
|
+
await mkdir(_0x169db9, { 'recursive': !![] });
|
|
118
|
+
const _0x1c9e37 = _0x37b081[_0x4b8a36(0x261)]?.[_0x4b8a36(0x25e)]() ? safeFilename(_0x37b081['originalFilename']) : '' + _0x37b081[_0x4b8a36(_0x196c46._0xe062dc)] + extensionFor(_0x37b081['contentType']), _0x9b7de5 = _0x506ab5[_0x4b8a36(0x1d7)](_0x169db9, _0x37b081[_0x4b8a36(_0x196c46._0x17f73d)] + '-' + _0x1c9e37);
|
|
119
|
+
return await writeFile(_0x9b7de5, _0x37b081[_0x4b8a36(_0x196c46._0x4516b5)]), _0x9b7de5;
|
|
102
120
|
}
|
|
103
121
|
};
|
|
104
122
|
}
|
|
@@ -106,2339 +124,2330 @@ import {
|
|
|
106
124
|
createHash,
|
|
107
125
|
randomUUID
|
|
108
126
|
} from 'node:crypto';
|
|
109
|
-
var UNSUPPORTED_TARGET_MESSAGE =
|
|
110
|
-
function ensureSegment(
|
|
111
|
-
const
|
|
112
|
-
if (!
|
|
127
|
+
var UNSUPPORTED_TARGET_MESSAGE = _0x268d8f(0x1a2);
|
|
128
|
+
function ensureSegment(_0x3c736e) {
|
|
129
|
+
const _0x196fbd = _0x268d8f, _0x2b2d28 = _0x3c736e[_0x196fbd(0x25e)]();
|
|
130
|
+
if (!_0x2b2d28 || _0x2b2d28[_0x196fbd(0x1d4)](':'))
|
|
113
131
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
114
|
-
return
|
|
132
|
+
return _0x2b2d28;
|
|
115
133
|
}
|
|
116
|
-
function parseThreadParts(
|
|
117
|
-
const
|
|
118
|
-
if (
|
|
134
|
+
function parseThreadParts(_0x1f6fa5) {
|
|
135
|
+
const _0x2d60f7 = { _0x4727aa: 0x2ac }, _0x5e6835 = _0x268d8f, _0x31bb3c = _0x1f6fa5[_0x5e6835(0x1b9)](':');
|
|
136
|
+
if (_0x31bb3c[_0x5e6835(_0x2d60f7._0x4727aa)] < 0x1 || _0x31bb3c[_0x5e6835(0x2ac)] > 0x2)
|
|
119
137
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
120
138
|
return {
|
|
121
|
-
'channelName': ensureSegment(
|
|
122
|
-
'threadShortId':
|
|
139
|
+
'channelName': ensureSegment(_0x31bb3c[0x0] ?? ''),
|
|
140
|
+
'threadShortId': _0x31bb3c[0x1] ? ensureSegment(_0x31bb3c[0x1]) : null
|
|
123
141
|
};
|
|
124
142
|
}
|
|
125
|
-
function parseTarget(
|
|
126
|
-
const
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
143
|
+
function parseTarget(_0x267136) {
|
|
144
|
+
const _0x15fb54 = {
|
|
145
|
+
_0x31493f: 0x25e,
|
|
146
|
+
_0x209a98: 0x2df,
|
|
147
|
+
_0x1feb76: 0x1fe,
|
|
148
|
+
_0x1e7050: 0x1fe,
|
|
149
|
+
_0x1c5860: 0x1cd,
|
|
150
|
+
_0x1b1747: 0x219,
|
|
151
|
+
_0x2a008e: 0x299,
|
|
152
|
+
_0x2a5684: 0x2aa,
|
|
153
|
+
_0x30942d: 0x219,
|
|
154
|
+
_0x37556c: 0x1cd
|
|
155
|
+
}, _0x3dfed5 = _0x268d8f, _0x145c74 = _0x267136[_0x3dfed5(_0x15fb54._0x31493f)]();
|
|
156
|
+
if (!_0x145c74)
|
|
136
157
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
137
|
-
if (
|
|
138
|
-
const
|
|
139
|
-
if (!
|
|
158
|
+
if (_0x145c74[_0x3dfed5(0x299)]('#')) {
|
|
159
|
+
const _0x568c1a = parseThreadParts(_0x145c74[_0x3dfed5(_0x15fb54._0x209a98)](0x1)), _0x181dc6 = '#' + _0x568c1a[_0x3dfed5(_0x15fb54._0x1feb76)];
|
|
160
|
+
if (!_0x568c1a[_0x3dfed5(0x219)])
|
|
140
161
|
return {
|
|
141
|
-
'channelName':
|
|
142
|
-
'channelTarget':
|
|
143
|
-
'kind':
|
|
144
|
-
'target':
|
|
162
|
+
'channelName': _0x568c1a[_0x3dfed5(_0x15fb54._0x1e7050)],
|
|
163
|
+
'channelTarget': _0x181dc6,
|
|
164
|
+
'kind': _0x3dfed5(_0x15fb54._0x1c5860),
|
|
165
|
+
'target': _0x181dc6
|
|
145
166
|
};
|
|
146
167
|
return {
|
|
147
|
-
'channelName':
|
|
148
|
-
'channelTarget':
|
|
149
|
-
'kind':
|
|
150
|
-
'target':
|
|
151
|
-
'threadShortId':
|
|
168
|
+
'channelName': _0x568c1a[_0x3dfed5(0x1fe)],
|
|
169
|
+
'channelTarget': _0x181dc6,
|
|
170
|
+
'kind': _0x3dfed5(0x1f9),
|
|
171
|
+
'target': _0x181dc6 + ':' + _0x568c1a['threadShortId'],
|
|
172
|
+
'threadShortId': _0x568c1a[_0x3dfed5(_0x15fb54._0x1b1747)]
|
|
152
173
|
};
|
|
153
174
|
}
|
|
154
|
-
if (
|
|
155
|
-
const
|
|
156
|
-
if (!
|
|
175
|
+
if (_0x145c74[_0x3dfed5(_0x15fb54._0x2a008e)](_0x3dfed5(_0x15fb54._0x2a5684))) {
|
|
176
|
+
const _0x3dc8e2 = parseThreadParts(_0x145c74['slice'](0x3));
|
|
177
|
+
if (!_0x3dc8e2[_0x3dfed5(_0x15fb54._0x1e7050)][_0x3dfed5(0x299)](_0x3dfed5(0x215)))
|
|
157
178
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
158
|
-
const
|
|
159
|
-
if (!
|
|
179
|
+
const _0x2e2f6c = _0x3dfed5(0x2aa) + _0x3dc8e2[_0x3dfed5(0x1fe)];
|
|
180
|
+
if (!_0x3dc8e2[_0x3dfed5(_0x15fb54._0x30942d)])
|
|
160
181
|
return {
|
|
161
|
-
'channelName':
|
|
162
|
-
'channelTarget':
|
|
163
|
-
'kind':
|
|
164
|
-
'target':
|
|
182
|
+
'channelName': _0x3dc8e2[_0x3dfed5(0x1fe)],
|
|
183
|
+
'channelTarget': _0x2e2f6c,
|
|
184
|
+
'kind': _0x3dfed5(_0x15fb54._0x37556c),
|
|
185
|
+
'target': _0x2e2f6c
|
|
165
186
|
};
|
|
166
187
|
return {
|
|
167
|
-
'channelName':
|
|
168
|
-
'channelTarget':
|
|
169
|
-
'kind':
|
|
170
|
-
'target':
|
|
171
|
-
'threadShortId':
|
|
188
|
+
'channelName': _0x3dc8e2['channelName'],
|
|
189
|
+
'channelTarget': _0x2e2f6c,
|
|
190
|
+
'kind': _0x3dfed5(0x1f9),
|
|
191
|
+
'target': _0x2e2f6c + ':' + _0x3dc8e2[_0x3dfed5(0x219)],
|
|
192
|
+
'threadShortId': _0x3dc8e2[_0x3dfed5(0x219)]
|
|
172
193
|
};
|
|
173
194
|
}
|
|
174
195
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
175
196
|
}
|
|
176
|
-
function asErrorMessage(
|
|
177
|
-
const
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
if (typeof _0x214cd3 === _0x365019(_0x78dd7c._0x424039) && _0x214cd3[_0x365019(_0x78dd7c._0x2bde63)]())
|
|
182
|
-
return _0x214cd3;
|
|
183
|
-
return _0x580db1;
|
|
197
|
+
function asErrorMessage(_0x404fd7, _0x8c1a8a) {
|
|
198
|
+
const _0x4fa16e = { _0x212a60: 0x25e }, _0x16afd3 = _0x268d8f;
|
|
199
|
+
if (typeof _0x404fd7 === _0x16afd3(0x264) && _0x404fd7[_0x16afd3(_0x4fa16e._0x212a60)]())
|
|
200
|
+
return _0x404fd7;
|
|
201
|
+
return _0x8c1a8a;
|
|
184
202
|
}
|
|
185
|
-
function
|
|
186
|
-
const
|
|
187
|
-
|
|
188
|
-
'z2v0twLUDxrLCW',
|
|
189
|
-
'l2fWAs9Hz2vUDc1ZzxnZAw9UCY8',
|
|
190
|
-
'Aw5PDgLHBeXHC3rtzwvUu2vX',
|
|
191
|
-
'ChvZAa',
|
|
192
|
-
'Bg9JywXLq29TCgfYzq',
|
|
193
|
-
'q2HLy2SGDgHLign1CNjLBNqGC3rHDhvZig9MigeGC3bHD25Lzcb3B3jRzxiGyNKGAxrZihDVCMSGA2v5lG',
|
|
194
|
-
'y2HHBM5LBeLK',
|
|
195
|
-
'ihr5Cgu9ywDLBNq',
|
|
196
|
-
'mta0nZjQrwfNDxu',
|
|
197
|
-
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw5UB3qGy2XHAw0GyNKGBwvZC2fNzv9PzhmGkhrVCc1SzxzLBcbTzxnZywDLihbYB21VDgLVBIbPCYbTywLUlwfNzw50ig9UBhKPoYb1C2uGC3vIDgfZA19UDw1IzxjZigLUC2LKzsb5B3vYig93BIb0yxnRihrOCMvHzc4',
|
|
198
|
-
'DxbKyxrLx3rHC2TFC3rHDhvZigzHAwXLza',
|
|
199
|
-
'EM9K',
|
|
200
|
-
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
201
|
-
'twLZC2LUzYaTlwrHzw1VBI1HCgKTA2v5',
|
|
202
|
-
'AgvHzgvYCW',
|
|
203
|
-
'DgfZAY0',
|
|
204
|
-
'zxnJywXHDgvFDg9FBwfPBG',
|
|
205
|
-
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
206
|
-
'DxbSB2fKx2zPBgu',
|
|
207
|
-
'l3DVCMTLCNmVCgfYAW',
|
|
208
|
-
'mtmWntaZm2nszKfUzG',
|
|
209
|
-
'DgHYzwfKvgfYz2v0',
|
|
210
|
-
'rMLSzsb1CgXVywrLzdOG',
|
|
211
|
-
'C2v0',
|
|
212
|
-
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
213
|
-
'yxr0ywnOBwvUDf9Pzhm',
|
|
214
|
-
'yxr0ywnOBwvUDf9Pza',
|
|
215
|
-
'ig1ZzZ1Oyw5KB2zMihrPBwu9',
|
|
216
|
-
'cGOTls0G',
|
|
217
|
-
'zMLSDgvY',
|
|
218
|
-
'C3rVCe1HAw4',
|
|
219
|
-
'CgfYC2vjBNq',
|
|
220
|
-
'y2XHAw0GzMfPBgvK',
|
|
221
|
-
'yMfZzty0',
|
|
222
|
-
'DgfZA051BwjLCG',
|
|
223
|
-
'BwfW',
|
|
224
|
-
'oIb3B3jRzxiGy2fUig9UBhKGB3bLCMf0zsbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcaO',
|
|
225
|
-
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
226
|
-
'rg93BMXVywrLzcb0BZOG',
|
|
227
|
-
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
228
|
-
'yM9KEvrLEhq',
|
|
229
|
-
'zxjYB3i',
|
|
230
|
-
'igzHAwXLzdOG',
|
|
231
|
-
'ls13B3jRzxiTBw9Kzq',
|
|
232
|
-
'yxbWBgLJyxrPB24VANnVBG',
|
|
233
|
-
'igTPBMq9',
|
|
234
|
-
'C2vUzf9TzxnZywDL',
|
|
235
|
-
'C2HHmJu2',
|
|
236
|
-
'rg93BMXVywqGyw4Gyxr0ywnOBwvUDcb0BYb0AguGBg9JywWGy2fJAguGyw5KihjLDhvYBIb0AguGBg9JywWGCgf0Ac4',
|
|
237
|
-
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
238
|
-
'Dg9VBa',
|
|
239
|
-
'Dgv4Dc9JC3y',
|
|
240
|
-
'Bwv0yq',
|
|
241
|
-
'DgvZDa',
|
|
242
|
-
'C2vX',
|
|
243
|
-
'z2v0u2vJB25KCW',
|
|
244
|
-
'l3nLBMq',
|
|
245
|
-
'uMvSzwfZzsbHignSywLTzwqGDgfZAYbIEsbJAgfUBMvSigfUzcb0yxnRig51BwjLCI4GrM9Yihn1yNrHC2TZlcbHBhnVihbHC3mGC3vIDgfZA19UDw1IzxiU',
|
|
246
|
-
'B2jQzwn0',
|
|
247
|
-
'uM9VDcb0yxnRig1LC3nHz2u6cG',
|
|
248
|
-
'BgvUz3rO',
|
|
249
|
-
'D29YA2vYsgfUzg9MzG',
|
|
250
|
-
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
251
|
-
'BwLU',
|
|
252
|
-
'Dg9ju09tDhjPBMC',
|
|
253
|
-
'ywrKrxzLBNrmAxn0zw5LCG',
|
|
254
|
-
'ywDLBNrZ',
|
|
255
|
-
'Aw1Hz2uVC3zNk3HTBa',
|
|
256
|
-
'Bgf0zxn0u2vX',
|
|
257
|
-
'ndG5mJuYmhfwvLn1sq',
|
|
258
|
-
'D29YA2vYtw9KzuvUywjSzwq',
|
|
259
|
-
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBguGkgrHzw1VBIbSB2nHBcbvuKWGB3iGywDLBNqGsuqGBM90ignVBMzPz3vYzwqP',
|
|
260
|
-
'vgfZAZOG',
|
|
261
|
-
'C3rYAw5NAwz5',
|
|
262
|
-
'y2HLy2TFBwvZC2fNzxm',
|
|
263
|
-
'zgvSzxrL',
|
|
264
|
-
'iYmJienOyw5UzwXZ',
|
|
265
|
-
'yxbWBgLJyxrPB24VEMLW',
|
|
266
|
-
'DMfSDwu',
|
|
267
|
-
'l3jLy2vPDMu',
|
|
268
|
-
'CMvHzf9OAxn0B3j5',
|
|
269
|
-
'DhLWzq',
|
|
270
|
-
'pgvTChr5pG',
|
|
271
|
-
'twfYAYb0AguGy3vYCMvUDcb3B3jRzxiGyxmGD2fPDgLUzYbMB3iGAhvTyw4GAw5WDxqUifbHDxnLCYb0AguGAwrSzsbuveWGDgLTzxiGDw50AwWGysbUzxCGBwvZC2fNzsbHCNjPDMvZlG',
|
|
272
|
-
'l2nVBNrLBNq',
|
|
273
|
-
'iJOGC3rHDhvZpq',
|
|
274
|
-
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
275
|
-
'y2XPzw50',
|
|
276
|
-
'CgfKu3rHCNq',
|
|
277
|
-
'rMLSzsbZAxPLigv4y2vLzhmGBgLTAxq6ia',
|
|
278
|
-
'ihrVigXVywqGB2XKzxiGBwvZC2fNzxmUic0Tlq',
|
|
279
|
-
'icHPzdO',
|
|
280
|
-
'CMvXDwvZDfvYBa',
|
|
281
|
-
'C2LNBMfS',
|
|
282
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
283
|
-
'vxbKyxrLihrHC2SGC3rHDhvZigj5ignOyw5UzwWGyw5KihrHC2SGBNvTyMvYlIbgB3iGC3vIDgfZA3mSigfSC28GCgfZCYbZDwj0yxnRx251BwjLCI4Gv2HLBIbTB3zPBMCGD29YAYb0BYbPBL9YzxzPzxCSignOzwnRihLVDxiGBwvTB3j5ig9YignOyw5UzwWGCNvSzxmGyw5KihnLBMqGysbYzxzPzxDLCIbTzw50Aw9UihLVDxjZzwXMihDOzw4GyxbWCM9WCMLHDguU',
|
|
284
|
-
'y3jLyxrLx3rHC2TZ',
|
|
285
|
-
'4PQG77IpifDpuKTfuIbbq1rjvKfuruqG4Ocuifn0B3aGquXmihDVCMSGB24GDgHPCYb0yxnRigLTBwvKAwf0zwX5lIbeBYbUB3qGC2vUzcbMDxj0AgvYig1LC3nHz2vZihrVihrOAxmGDgHYzwfKlG',
|
|
286
|
-
'AxngAwXL',
|
|
287
|
-
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
288
|
-
'C2L6zq',
|
|
289
|
-
'y2HHDa',
|
|
290
|
-
'igLUia',
|
|
291
|
-
'zgvZy3jPChrPB24',
|
|
292
|
-
'BgLZDf9Zzxj2zxi',
|
|
293
|
-
'tM8GDgfZA3mGy2XHAw1Lzc4',
|
|
294
|
-
'BwvZC2fNzuLK',
|
|
295
|
-
'ig1ZzZ0',
|
|
296
|
-
'DgL0Bgu',
|
|
297
|
-
'Bwf0y2Hoyw1L',
|
|
298
|
-
'ANnVBG',
|
|
299
|
-
'icGWig1LC3nHz2vZkqOktM8GBwvZC2fNzxmGAw4GDgHPCYbJAgfUBMvSlG',
|
|
300
|
-
'ls1HDhrHy2HTzw50lwnHy2HLlwrPCG',
|
|
301
|
-
'iYmGu2vYDMvYoIa',
|
|
302
|
-
'BwfPBG',
|
|
303
|
-
'uMvHzcbTzxnZywDLigHPC3rVCNKGzM9YigeGy2HHBM5LBcWGre0Sig9YihrOCMvHzcb0yxjNzxqU',
|
|
304
|
-
'C2vUze1LC3nHz2u',
|
|
305
|
-
'AgLNAa',
|
|
306
|
-
'mZy3mMX1BvjlyG',
|
|
307
|
-
'l3rHC2TZpW',
|
|
308
|
-
'l2HPC3rVCNK/',
|
|
309
|
-
'igrVBMuP',
|
|
310
|
-
'ktSGz290ignOyw5UzwW9',
|
|
311
|
-
'l3DVCMTLCNmVzxnJywXHDgu',
|
|
312
|
-
'A2LUza',
|
|
313
|
-
'iIbUB3qGzM91BMq',
|
|
314
|
-
'ywz0zxjtzxe',
|
|
315
|
-
'ChvIBgLJ',
|
|
316
|
-
'r0vu',
|
|
317
|
-
'CMvHzeHPC3rVCNK',
|
|
318
|
-
'zg9Uzq',
|
|
319
|
-
'z2v0rgf0zq',
|
|
320
|
-
'igv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
321
|
-
'CMvHC29U',
|
|
322
|
-
'q2HLy2SGzM9Yig5LDYbTzxnZywDLCYb3AxrOB3v0ihDHAxrPBMCU',
|
|
323
|
-
'ywXS',
|
|
324
|
-
'DgHYzwfKu2HVCNrjza',
|
|
325
|
-
'zgfLBw9Utg9JywXvCMW',
|
|
326
|
-
'Cgf5Bg9HzePZB24',
|
|
327
|
-
'z2v0vgLTzq',
|
|
328
|
-
'Dgv4Dc9WBgfPBG',
|
|
329
|
-
'ihn0yxr1CZ0',
|
|
330
|
-
'AwrSzq',
|
|
331
|
-
'ig1LC3nHz2vZihnOB3DUlIbvC2uGyMvMB3jLpq',
|
|
332
|
-
'y29UDgvUDfr5Cgu',
|
|
333
|
-
'yxjYyxLcDwzMzxi',
|
|
334
|
-
'y3jLyxrLx3rHC2TZigzHAwXLza',
|
|
335
|
-
'y2HPBgrYzw5uB3rHBa',
|
|
336
|
-
't3b0Aw9UywWUieLMig9TAxr0zwqSihrOzsbTzxnZywDLigLZihb1yMXPyY4Gsw4GDgfZAYb0AhjLywrZlcbZzxqGiMfZAwrLiIbVBMX5ihDOzw4GEw91igv4CgXPy2L0BhKGD2fUDcbHBIbHC2LKzs4Grg8GBM90ihnLDcbVDxrZAwrLihrOCMvHzhmU',
|
|
337
|
-
'Dw5JBgfPBv90yxnRigzHAwXLza',
|
|
338
|
-
'AxnjBNrLz2vY',
|
|
339
|
-
'C3vIDgfZA19UDw1Izxi',
|
|
340
|
-
'zw50CMLLCW',
|
|
341
|
-
'y2HPBgrYzw5eB25L',
|
|
342
|
-
'ndK0odaWsxDgzMzV',
|
|
343
|
-
'l3DVCMTLCNmVy29UDgv4Dc1TzxrYAwnZ',
|
|
344
|
-
'yxjNDG',
|
|
345
|
-
'vw5ZDxbWB3j0zwqGDgfYz2v0igzVCM1HDc4Gu3vWCg9YDgvKihzHBhvLCYbHCMuGi2nOyw5UzwWSigrToMrTltXUyw1LpIWGyw5KihrOzwLYihrOCMvHzcb0yxjNzxrZlG',
|
|
346
|
-
'DxbSB2fKx2zPBguGB25SEsbZDxbWB3j0CYbJAgfUBMvSig9YiernihrHCMDLDhmSig5VDcb0AhjLywqGDgfYz2v0CW',
|
|
347
|
-
'iIbWyxjRzwqUifnHBwuTDgHYzwfKigzVBgXVDY11Ccb3AwXSihjLC3vTzsb0AgLZigXHBMuU',
|
|
348
|
-
'Aw1Hz2uVD2vICa',
|
|
349
|
-
'q2XHAw0GDgfZA3mGAw4GysbJAgfUBMvSigj5ihrHC2SGBNvTyMvYig9YihnVDxjJzsbTzxnZywDLlIbgB3iGC3vIDgfZA3mGAw4Gysb0AhjLywqSihvZzsbZDwj0yxnRx251BwjLCNmGD2L0AcbHihnPBMDSzsb0yxnRx251BwjLCNmGzw50CNKU',
|
|
350
|
-
'BgLZDf90yxnRCW',
|
|
351
|
-
'l3rHC2TZl2nSywLT',
|
|
352
|
-
'C3rHCNrLza',
|
|
353
|
-
'Dg9tDhjPBMC',
|
|
354
|
-
'lsba',
|
|
355
|
-
'CgfYA193B3jRzxi',
|
|
356
|
-
'y2HHBM5LBfrHCMDLDa',
|
|
357
|
-
'zMLUza',
|
|
358
|
-
'D29YA2vYsgfUzg9MzJ10CNvL',
|
|
359
|
-
'Aw1Hz2uVCg5N',
|
|
360
|
-
'BgLZDfnLCNzLCG',
|
|
361
|
-
'CNvUswq',
|
|
362
|
-
'ihn0yxLZigLUig1HAw4GC2vZC2LVBIaOzxHLy3v0Aw9Utw9Kzt1TywLUktSGCMvTywLUigHLCMuSihjLywqGDgHLihjLzMvYzw5JzwqGCgXHBI9KB2n1BwvUDcWGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYbPzIb0Agf0igLZihrOzsbPBNrLBNqU',
|
|
363
|
-
'l3rHC2TZ',
|
|
364
|
-
'y2HHBM5LBhm',
|
|
365
|
-
'C2vUzgvYtMfTzq',
|
|
366
|
-
'l3DVCMTLCNmVzgvSAxzLCG',
|
|
367
|
-
'CxvLDwvK',
|
|
368
|
-
'y2HLy2TnzxnZywDLCW',
|
|
369
|
-
'rMLSzsbUB3qGzM91BMq6ia',
|
|
370
|
-
'ywjVCNq',
|
|
371
|
-
'DgHYzwfKvgfYz2v0pq',
|
|
372
|
-
'y2XHAw1uyxnRCW',
|
|
373
|
-
'Ahr0Chm6',
|
|
374
|
-
'v29YA2vYici',
|
|
375
|
-
'DxrMoa',
|
|
376
|
-
'l3jLy2vPDMu/',
|
|
377
|
-
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
378
|
-
'ioI/LowBNUs6HUMDNIbku09oiowtJEw6Lo+8Ihn0yxr1CZ0',
|
|
379
|
-
'C2XPy2u',
|
|
380
|
-
'q3jLyxrLig9UzsbVCIbTB3jLihrHC2TZigLUigeGy2HHBM5LBc4Gsw4Gysb0AhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPlcbJCMvHDgvZihn1yNrHC2TZihvUzgvYihrOzsbLEgLZDgLUzYbWyxjLBNqGDgfZAY4',
|
|
381
|
-
'DgHYzwfKswq',
|
|
382
|
-
'BNvTyMvY',
|
|
383
|
-
'ignSywLTzwq',
|
|
384
|
-
'CMvHzf9OAxn0B3j5igzHAwXLza',
|
|
385
|
-
'tM8GBMv3ig1LC3nHz2vZlG',
|
|
386
|
-
'kgXLz2fJEsK',
|
|
387
|
-
'C3rHDhvZ',
|
|
388
|
-
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
389
|
-
'tgLZDcbJAgfUBMvSCYWGywDLBNrZlcbHBMqGAhvTyw5ZigLUihrOzsbJDxjYzw50ihnLCNzLCI4',
|
|
390
|
-
'zgLZCg9ZAxrPB24',
|
|
391
|
-
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVBwnWlMPZ',
|
|
392
|
-
'B3b0Aw9UywW',
|
|
393
|
-
'zg93BMXVywrbDhrHy2HTzw50',
|
|
394
|
-
'yxnPzgu',
|
|
395
|
-
'y3jLyxrLzef0',
|
|
396
|
-
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
397
|
-
'D29YA2vYsgfUzg9MzKvYCM9Y',
|
|
398
|
-
'DMLZAwjPBgL0Eq',
|
|
399
|
-
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxjYB3i9',
|
|
400
|
-
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
401
|
-
'DgfYz2v0zwq',
|
|
402
|
-
'6k+35Rgcia',
|
|
403
|
-
'mtKWodm1nwDZEMPvtW',
|
|
404
|
-
'Dw5JBgfPBv90yxnR',
|
|
405
|
-
'zMv0y2HuAw1LB3v0txm',
|
|
406
|
-
'l3n0yxj0',
|
|
407
|
-
'BMv4Den1CNnVCG',
|
|
408
|
-
'BwvZC2fNzq',
|
|
409
|
-
'DMfSDwvZ',
|
|
410
|
-
'D29YA19RzxK',
|
|
411
|
-
'l2zPBMLZAa',
|
|
412
|
-
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxHLy3v0Aw9Utw9Kzt1TywLUcLn0yxKGAw4GBwfPBIbZzxnZAw9UoIbYzwfKihrOzsbYzwzLCMvUy2vKihbSyw4Vzg9JDw1LBNqGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYaOB3iGB3rOzxj3AxnLigfKDMfUy2uGDgHLihrHC2SGAw4GBwfPBIb3AxrOB3v0igHHBMrPBMCGB2zMihrVigeGD29YA2vYks4',
|
|
413
|
-
'ywjVCNrLza',
|
|
414
|
-
'zxHWAxjLC0f0',
|
|
415
|
-
'Aw5FCMv2Awv3',
|
|
416
|
-
'z2v0',
|
|
417
|
-
'khvUA25VD24P',
|
|
418
|
-
'ChjVDg9JB2W',
|
|
419
|
-
'igfSCMvHzhKGAgfZigfUigfJDgL2zsb3B3jRzxiUihn0B3bnywLUpxrYDwuGzxHLy3v0Aw9Utw9Kzt13B3jRzxi',
|
|
420
|
-
'BM93',
|
|
421
|
-
'C2vYDMvYvxjS',
|
|
422
|
-
'Aw5KzxHpzG',
|
|
423
|
-
'CMvZDwX0CW',
|
|
424
|
-
'w3rHCMDLDd0',
|
|
425
|
-
'z2v0sg91CNm',
|
|
426
|
-
'ywrK',
|
|
427
|
-
'cUkAOo+4JYbxt1jlrviGqunusvzbveveiokaLcbtDg9Wiefmtcb3B3jRig9UihrOAxmGDgfZAYbPBw1LzgLHDgvSEs4Gv29YA2vYigHHBMrSzxmGzxHLy3v0Aw9UigvUzc10BY1LBMqU',
|
|
428
|
-
'sfruuca',
|
|
429
|
-
'l2LUDgvYBMfSl2fNzw50lW',
|
|
430
|
-
'zgvZy3jPyMu',
|
|
431
|
-
'igf0DgfJAg1LBNq',
|
|
432
|
-
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT',
|
|
433
|
-
'zMLSzv9WyxrO',
|
|
434
|
-
'ls1KywvTB24TBg9JywWTDxjS',
|
|
435
|
-
'yxnZAwDUzwvoyw1L',
|
|
436
|
-
'Axnoyu4',
|
|
437
|
-
'zMLSzv9WyxrOig11C3qGyMuGyw4GywjZB2X1DguGCgf0Aa',
|
|
438
|
-
'v29YA2vYia',
|
|
439
|
-
'mZbHrfrgrKO',
|
|
440
|
-
'Agv4',
|
|
441
|
-
'DgfZA3m',
|
|
442
|
-
'C2nOzwr1BgvKrM9Y',
|
|
443
|
-
'ue9tva',
|
|
444
|
-
'DMLLD19MAwXLigzHAwXLza',
|
|
445
|
-
'zgLNzxn0',
|
|
446
|
-
'xsbaC3LZDgvToIbBzw50zxiTAgfUzg9MzL0',
|
|
447
|
-
'zNjVBq',
|
|
448
|
-
'CMvZCg9UC2u',
|
|
449
|
-
'ywDLBNrjza',
|
|
450
|
-
'C3bSAxq',
|
|
451
|
-
'Dg9gAxHLza',
|
|
452
|
-
'y29UDgvUDa',
|
|
453
|
-
'twvZC2fNzsbZzw50ihrVia',
|
|
454
|
-
'ihrPBwu9',
|
|
455
|
-
'y2HHBM5LBa',
|
|
456
|
-
'C3rHCNrZv2L0Aa',
|
|
457
|
-
'DgHYzwfK',
|
|
458
|
-
'AhjLzG',
|
|
459
|
-
'DxbSB2fKrMLSzq',
|
|
460
|
-
'AxnbCNjHEq',
|
|
461
|
-
'CMvWBgfJzq',
|
|
462
|
-
'BMfTzq',
|
|
463
|
-
'D29YA2vYCW',
|
|
464
|
-
'zxHLy3v0Aw9Utw9Kzq',
|
|
465
|
-
'rxnJywXHDguGyw4GAxnZDwuGDg8GDgHLig1HAw4GywDLBNqGC2vZC2LVBI4GvxnLihDOzw4GDgHLihDVCMTLCIbJyw5UB3qGCMvZB2X2zsbHihbYB2jSzw0GywXVBMuGyw5Kig5LzwrZig1HAw4GDg8GAw50zxj2zw5LlG',
|
|
466
|
-
'ls13B3jRzxiTDgHYzwfKlxrHCMDLDa',
|
|
467
|
-
'AgfZ',
|
|
468
|
-
'vxbSB2fKigeGBg9JywWGzMLSzsb0BYbHignOyw5UzwWGB3iGre0Gyw5KihjLDhvYBIbHBIbHDhrHy2HTzw50ieLeihrOyxqGy2fUigjLihvZzwqGD2L0AcbZzw5Kx21LC3nHz2uUifrOCMvHzcb0yxjNzxrZigfYzsbUB3qGywXSB3DLzc4',
|
|
469
|
-
'C2vYDMvYtMfTzq',
|
|
470
|
-
'zgf0yq',
|
|
471
|
-
'w3nLCt0',
|
|
472
|
-
'DxnLCG',
|
|
473
|
-
'DgfZA0LK',
|
|
474
|
-
'nZG3ntyZzeH5ENPX',
|
|
475
|
-
'zMv0y2HjBxbS',
|
|
476
|
-
'Dgv4Dc9TyxjRzg93BG',
|
|
477
|
-
'zxH0BMfTzq',
|
|
478
|
-
'y2XHAw1FDgfZA3m',
|
|
479
|
-
'C2vUzgvYvhLWzq',
|
|
480
|
-
'y2fJAgveAxi',
|
|
481
|
-
'yxr0ywnOBwvUDhm',
|
|
482
|
-
'CgfYDgLJAxbHBNrjza',
|
|
483
|
-
'D29YA2vYrgLZCg9ZAxrPB249',
|
|
484
|
-
'Aw5FChjVz3jLC3m',
|
|
485
|
-
'yMvMB3jL',
|
|
486
|
-
'DgHYzwfKx3rHCMDLDa',
|
|
487
|
-
'AwrLBxbVDgvUy3LFA2v5',
|
|
488
|
-
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
489
|
-
'zg06',
|
|
490
|
-
'DgfZAW',
|
|
491
|
-
'vgHYzwfKihrHCMDLDdOG',
|
|
492
|
-
'DgHYzwfKtNvTyMvY',
|
|
493
|
-
'C2vYDMvY',
|
|
494
|
-
'ywDNCMvNyxrLvhLWzq',
|
|
495
|
-
'iokaLca',
|
|
496
|
-
'tgLZDcb0yxnRCYbPBIbHignOyw5UzwWGB3iGDgHYzwfKlIbuAhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPihjLDhvYBNmGDgHLihbHCMvUDcb0yxnRihbSDxmGAxrZihn1yNrHC2TZihDPDgGGywDNCMvNyxrPB24GzMLLBgrZicHJAgLSzhjLBLrVDgfSlcbJAgLSzhjLBKrVBMuSignOAwXKCMvUsw5qCM9NCMvZCYKUienOyw5UzwWGDgfYz2v0ihjLDhvYBNmGB25SEsbWyxjLBNqGDgfZA3mGkg5Vihn1yNrHC2TZks4',
|
|
497
|
-
'C2f2zq',
|
|
498
|
-
'ywDLBNq',
|
|
499
|
-
'zg0T',
|
|
500
|
-
'AM9PBG',
|
|
501
|
-
'l3nLCNzLCG',
|
|
502
|
-
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
503
|
-
'y29UDgvUDc10ExbL',
|
|
504
|
-
'ls13B3jRzxiTBw9Kzs1LBMfIBgvK',
|
|
505
|
-
'DgfYz2v0',
|
|
506
|
-
'C2L6zuj5DgvZ',
|
|
507
|
-
'y2HHBM5LBe5HBwu',
|
|
508
|
-
'ig1LC3nHz2vZkqOk',
|
|
509
|
-
'CgfYDgLJAxbHBNq',
|
|
510
|
-
'ls1KywvTB24TyxbPlwTLEq',
|
|
511
|
-
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw4GB25SEsbJBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCNmU',
|
|
512
|
-
'lMrZy29Yza',
|
|
513
|
-
'zMLSzw5HBwu',
|
|
514
|
-
'iow3SUwiH+AnOUwiScb3B3jRzxiG5OMN6kgm',
|
|
515
|
-
'BwvZC2fNzxm',
|
|
516
|
-
'y2f0y2G',
|
|
517
|
-
'ywz0zxi',
|
|
518
|
-
'zw50zxiTAgfUzg9MzIbMywLSzwq',
|
|
519
|
-
'l3DVCMTLCNmVBgLZDd9Hz2vUDf9Pzd0',
|
|
520
|
-
'zgvZDhjVEwvK',
|
|
521
|
-
'kg5VBMuP',
|
|
522
|
-
'yxjYyxK',
|
|
523
|
-
'D3nZoG',
|
|
524
|
-
'xsbaC3LZDgvToIbBy2XHAw0TAgfUzg9MzL0G',
|
|
525
|
-
'DgfZAYa',
|
|
526
|
-
'C29YDa',
|
|
527
|
-
'B3jPz2LUywXgAwXLBMfTzq',
|
|
528
|
-
'D29YA2vYu2vZC2LVBKLK',
|
|
529
|
-
'C2vZC2LVBKLK',
|
|
530
|
-
'CNvUBMLUzW',
|
|
531
|
-
'iokaLcb1C2uGDMLLD19MAwXLihrVihnLzv0',
|
|
532
|
-
'BwvTyMvY',
|
|
533
|
-
'DxbKyxrLx3rHC2TFC3rHDhvZ',
|
|
534
|
-
'lIbnzxnZywDLieLeoIa',
|
|
535
|
-
'C3rVCe1HAw49Dhj1zq',
|
|
536
|
-
'Dw5RBM93BG',
|
|
537
|
-
'Aw5JBhvKzxm',
|
|
538
|
-
'D2fPDgLUz19PBNb1Da',
|
|
539
|
-
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
540
|
-
'CgfYA193B3jRzxiGzMfPBgvK',
|
|
541
|
-
'yxbWBgLJyxrPB24VEg1S',
|
|
542
|
-
'y2XHAw1FDgfZA3mGzMfPBgvK',
|
|
543
|
-
'DgfZA19Pza',
|
|
544
|
-
'ls1Zzxj2zxiTDxjS',
|
|
545
|
-
'Bwf4rMLSzvnPEMvcExrLCW',
|
|
546
|
-
'ig1LC3nHz2u9',
|
|
547
|
-
'AgfZtw9Yzq',
|
|
548
|
-
'C3rYAw5N',
|
|
549
|
-
'Dg9mB3DLCKnHC2u',
|
|
550
|
-
'AhvTyw4',
|
|
551
|
-
'tM8GDgfZA3mGzM91BMqU',
|
|
552
|
-
'z2v0tw9UDgG',
|
|
553
|
-
'Aw1Hz2uVz2LM',
|
|
554
|
-
'DxjNzw50',
|
|
555
|
-
'iIbTyxjRzwqGyxmGD2fPDgLUz19PBNb1Dc4GvfrmihrPBwvYihbHDxnLzcb1BNrPBcbUzxH0ig1LC3nHz2uGyxjYAxzLCY4',
|
|
556
|
-
'DxbSB2fKuhjLCgfYzxi',
|
|
557
|
-
'D29YA2vY',
|
|
558
|
-
'DhjPBq',
|
|
559
|
-
'xsba',
|
|
560
|
-
'zgfLBw9UqxbPs2v5',
|
|
561
|
-
'y29UDgvUDejHC2u2na',
|
|
562
|
-
'l3DVCMTLCNmVD2fPDgLUz19PBNb1Da',
|
|
563
|
-
'DMLLD19MAwXL',
|
|
564
|
-
'D29YA2vYtw9Kzq',
|
|
565
|
-
'z2v0rNvSBfLLyxi',
|
|
566
|
-
'BgLZDfrHC2TZ',
|
|
567
|
-
'yxr0ywnOBwvUDeLK',
|
|
568
|
-
'BgLTAxq',
|
|
569
|
-
'Dg9KBW',
|
|
570
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmVy2XHAw0',
|
|
571
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmV',
|
|
572
|
-
'DxbKyxrLvgfZA1n0yxr1CW',
|
|
573
|
-
'l2nVBNrLEhqTBwv0CMLJCW',
|
|
574
|
-
'AhvTyw5Z',
|
|
575
|
-
'CM9VDe1LC3nHz2vjza',
|
|
576
|
-
'l3jLC29SDMuTy2HHBM5LBa',
|
|
577
|
-
'ls1Hz2vUDc1Pza',
|
|
578
|
-
'C3vIDgfZA051BwjLCG',
|
|
579
|
-
'igfZC2LNBMvLpua',
|
|
580
|
-
'C3vJy2vZCW',
|
|
581
|
-
'C29Tzq',
|
|
582
|
-
'mJa2mJeWohrfuvHcsW',
|
|
583
|
-
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
584
|
-
'zMLUzenHy2HLzfbHDgG',
|
|
585
|
-
'twLZC2LUzYaTlwfNzw50lwLK',
|
|
586
|
-
'zw51Bq',
|
|
587
|
-
'y3vYC29Y',
|
|
588
|
-
'ywDNCMvNyxrLswq',
|
|
589
|
-
'l3vWBg9Hza',
|
|
590
|
-
'Bwf4',
|
|
591
|
-
'y29UBMvJDa',
|
|
592
|
-
'yM9KEu1HCMTKB3DU'
|
|
593
|
-
];
|
|
594
|
-
_0xa4b5 = function () {
|
|
595
|
-
return _0x14ca53;
|
|
596
|
-
};
|
|
597
|
-
return _0xa4b5();
|
|
203
|
+
function asRecord(_0x30e6d2) {
|
|
204
|
+
const _0x445928 = { _0x1486ae: 0x1a9 }, _0x7d02c0 = _0x268d8f;
|
|
205
|
+
return typeof _0x30e6d2 === _0x7d02c0(_0x445928._0x1486ae) && _0x30e6d2 !== null ? _0x30e6d2 : {};
|
|
598
206
|
}
|
|
599
|
-
function
|
|
600
|
-
|
|
207
|
+
function stableStringify(_0x384fb9) {
|
|
208
|
+
const _0x59e80c = {
|
|
209
|
+
_0x3069a3: 0x2b5,
|
|
210
|
+
_0x1b4b5e: 0x1b8,
|
|
211
|
+
_0x244163: 0x20a,
|
|
212
|
+
_0x173ace: 0x1b1
|
|
213
|
+
}, _0xc263cd = _0x268d8f;
|
|
214
|
+
if (_0x384fb9 === null || typeof _0x384fb9 !== 'object')
|
|
215
|
+
return JSON[_0xc263cd(_0x59e80c._0x3069a3)](_0x384fb9);
|
|
216
|
+
if (Array[_0xc263cd(_0x59e80c._0x1b4b5e)](_0x384fb9))
|
|
217
|
+
return '[' + _0x384fb9[_0xc263cd(0x1b1)](_0x30512d => stableStringify(_0x30512d))[_0xc263cd(0x1d7)](',') + ']';
|
|
218
|
+
const _0x143920 = Object[_0xc263cd(0x256)](_0x384fb9)['filter'](([, _0x1238f8]) => _0x1238f8 !== void 0x0)[_0xc263cd(_0x59e80c._0x244163)](([_0x5c38cb], [_0x1f1408]) => _0x5c38cb['localeCompare'](_0x1f1408))[_0xc263cd(_0x59e80c._0x173ace)](([_0x4d4f16, _0x36594a]) => JSON['stringify'](_0x4d4f16) + ':' + stableStringify(_0x36594a));
|
|
219
|
+
return '{' + _0x143920[_0xc263cd(0x1d7)](',') + '}';
|
|
601
220
|
}
|
|
602
|
-
function
|
|
603
|
-
const _0xedc13d = {
|
|
604
|
-
_0x3a0d38: 0x1ca,
|
|
605
|
-
_0x215811: 0x149
|
|
606
|
-
}, _0x18aa1e = _0x5f0bcb;
|
|
607
|
-
if (_0x1331ff === null || typeof _0x1331ff !== _0x18aa1e(0x1e1))
|
|
608
|
-
return JSON[_0x18aa1e(0x1f0)](_0x1331ff);
|
|
609
|
-
if (Array[_0x18aa1e(0x121)](_0x1331ff))
|
|
610
|
-
return '[' + _0x1331ff[_0x18aa1e(_0xedc13d._0x3a0d38)](_0x15feac => stableStringify(_0x15feac))[_0x18aa1e(_0xedc13d._0x215811)](',') + ']';
|
|
611
|
-
const _0x5cce6a = Object[_0x18aa1e(0xa9)](_0x1331ff)['filter'](([, _0x462b01]) => _0x462b01 !== void 0x0)[_0x18aa1e(0x163)](([_0x1cd5ca], [_0x37f7fd]) => _0x1cd5ca[_0x18aa1e(0x1ab)](_0x37f7fd))[_0x18aa1e(0x1ca)](([_0x178ced, _0x3e8537]) => JSON[_0x18aa1e(0x1f0)](_0x178ced) + ':' + stableStringify(_0x3e8537));
|
|
612
|
-
return '{' + _0x5cce6a['join'](',') + '}';
|
|
613
|
-
}
|
|
614
|
-
function createHeaders(_0x1b617c) {
|
|
615
|
-
const _0x33dbf3 = _0x5f0bcb;
|
|
221
|
+
function createHeaders(_0x26a1c6) {
|
|
616
222
|
return {
|
|
617
|
-
'Content-Type':
|
|
618
|
-
'x-daemon-api-key':
|
|
223
|
+
'Content-Type': 'application/json',
|
|
224
|
+
'x-daemon-api-key': _0x26a1c6
|
|
619
225
|
};
|
|
620
226
|
}
|
|
621
|
-
function toHttpBaseUrl(
|
|
622
|
-
const
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
_0x594f15[_0x340c3d(_0x2cec03._0x4726d4)] = 'http:';
|
|
227
|
+
function toHttpBaseUrl(_0x43181f) {
|
|
228
|
+
const _0x25fc84 = {
|
|
229
|
+
_0x4bf50b: 0x287,
|
|
230
|
+
_0x271d9b: 0x2c6
|
|
231
|
+
}, _0x4bec7e = _0x268d8f, _0x2aa3d5 = new URL(_0x43181f);
|
|
232
|
+
if (_0x2aa3d5['protocol'] === _0x4bec7e(_0x25fc84._0x4bf50b))
|
|
233
|
+
_0x2aa3d5['protocol'] = 'http:';
|
|
629
234
|
else
|
|
630
|
-
|
|
631
|
-
return
|
|
235
|
+
_0x2aa3d5[_0x4bec7e(0x2c6)] === _0x4bec7e(0x2a4) && (_0x2aa3d5[_0x4bec7e(_0x25fc84._0x271d9b)] = _0x4bec7e(0x272));
|
|
236
|
+
return _0x2aa3d5['toString']()[_0x4bec7e(0x242)](/\/$/, '');
|
|
632
237
|
}
|
|
633
|
-
function isMentionBoundary(
|
|
634
|
-
|
|
635
|
-
return !_0x4af90f || /\s|[([{'",。!?、:;]/[_0x22a3e7(0x1dc)](_0x4af90f);
|
|
238
|
+
function isMentionBoundary(_0x5a8fc2) {
|
|
239
|
+
return !_0x5a8fc2 || /\s|[([{'",。!?、:;]/['test'](_0x5a8fc2);
|
|
636
240
|
}
|
|
637
|
-
function isMentionTerminal(
|
|
638
|
-
const
|
|
639
|
-
return !
|
|
241
|
+
function isMentionTerminal(_0xd48898) {
|
|
242
|
+
const _0x172abc = { _0x5f4abb: 0x2d1 }, _0x34cd87 = _0x268d8f;
|
|
243
|
+
return !_0xd48898 || /\s|[)\]}'",。!?、:;,.!?]/[_0x34cd87(_0x172abc._0x5f4abb)](_0xd48898);
|
|
640
244
|
}
|
|
641
|
-
function buildMatchableEntries(
|
|
642
|
-
const
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
...
|
|
245
|
+
function buildMatchableEntries(_0x308f1e) {
|
|
246
|
+
const _0xc7f1ce = {
|
|
247
|
+
_0x5abc63: 0x234,
|
|
248
|
+
_0x423973: 0x2be,
|
|
249
|
+
_0x2d642a: 0x1ff
|
|
250
|
+
}, _0x48f61f = _0x268d8f, _0x484f3a = [];
|
|
251
|
+
for (const _0x49723e of [
|
|
252
|
+
..._0x308f1e[_0x48f61f(_0xc7f1ce._0x5abc63)],
|
|
253
|
+
..._0x308f1e[_0x48f61f(_0xc7f1ce._0x423973)]
|
|
649
254
|
]) {
|
|
650
|
-
|
|
651
|
-
'matchName':
|
|
652
|
-
'matchNameLower':
|
|
653
|
-
'participantId':
|
|
654
|
-
}),
|
|
655
|
-
'matchName':
|
|
656
|
-
'matchNameLower':
|
|
657
|
-
'participantId':
|
|
255
|
+
_0x484f3a[_0x48f61f(0x1ff)]({
|
|
256
|
+
'matchName': _0x49723e[_0x48f61f(0x311)],
|
|
257
|
+
'matchNameLower': _0x49723e['name']['toLocaleLowerCase'](),
|
|
258
|
+
'participantId': _0x49723e['id']
|
|
259
|
+
}), _0x49723e['id'] !== _0x49723e['name'] && _0x484f3a[_0x48f61f(_0xc7f1ce._0x2d642a)]({
|
|
260
|
+
'matchName': _0x49723e['id'],
|
|
261
|
+
'matchNameLower': _0x49723e['id'][_0x48f61f(0x203)](),
|
|
262
|
+
'participantId': _0x49723e['id']
|
|
658
263
|
});
|
|
659
264
|
}
|
|
660
|
-
return
|
|
265
|
+
return _0x484f3a;
|
|
661
266
|
}
|
|
662
|
-
function extractMentionedParticipantIds(
|
|
663
|
-
const
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
},
|
|
671
|
-
for (let
|
|
672
|
-
if (
|
|
267
|
+
function extractMentionedParticipantIds(_0x2dfa9d, _0x261d06) {
|
|
268
|
+
const _0x487abc = {
|
|
269
|
+
_0x11b57a: 0x2e4,
|
|
270
|
+
_0xe64ef5: 0x27e,
|
|
271
|
+
_0x1b3427: 0x2ac
|
|
272
|
+
}, _0x3423d4 = {
|
|
273
|
+
_0x409e36: 0x299,
|
|
274
|
+
_0x2e0f3e: 0x2ac
|
|
275
|
+
}, _0x408ebe = _0x268d8f, _0x49addc = buildMatchableEntries(_0x261d06)[_0x408ebe(0x20a)]((_0x34c16c, _0x43a3f6) => _0x43a3f6['matchName'][_0x408ebe(0x2ac)] - _0x34c16c['matchName'][_0x408ebe(0x2ac)]), _0x158cee = [], _0xd3ebf7 = new Set();
|
|
276
|
+
for (let _0xcfd21e = 0x0; _0xcfd21e < _0x2dfa9d[_0x408ebe(0x2ac)]; _0xcfd21e += 0x1) {
|
|
277
|
+
if (_0x2dfa9d[_0xcfd21e] !== '@' || !isMentionBoundary(_0x2dfa9d[_0xcfd21e - 0x1]))
|
|
673
278
|
continue;
|
|
674
|
-
const
|
|
675
|
-
const
|
|
676
|
-
if (!
|
|
279
|
+
const _0x48687f = _0x2dfa9d[_0x408ebe(0x2df)](_0xcfd21e + 0x1), _0xbfabfd = _0x48687f[_0x408ebe(0x203)](), _0xe1e5a3 = _0x49addc[_0x408ebe(_0x487abc._0x11b57a)](_0x5edad3 => {
|
|
280
|
+
const _0x29903b = _0x408ebe;
|
|
281
|
+
if (!_0xbfabfd[_0x29903b(_0x3423d4._0x409e36)](_0x5edad3[_0x29903b(0x280)]))
|
|
677
282
|
return ![];
|
|
678
|
-
return isMentionTerminal(
|
|
283
|
+
return isMentionTerminal(_0x48687f[_0x5edad3[_0x29903b(0x1ee)][_0x29903b(_0x3423d4._0x2e0f3e)]]);
|
|
679
284
|
});
|
|
680
|
-
if (!
|
|
285
|
+
if (!_0xe1e5a3 || _0xd3ebf7[_0x408ebe(0x1ab)](_0xe1e5a3[_0x408ebe(0x27e)]))
|
|
681
286
|
continue;
|
|
682
|
-
|
|
683
|
-
}
|
|
684
|
-
return _0x4c76e4;
|
|
685
|
-
}
|
|
686
|
-
function _0x4544(_0x3c2951, _0x12cb0b) {
|
|
687
|
-
_0x3c2951 = _0x3c2951 - 0x82;
|
|
688
|
-
const _0xa4b51b = _0xa4b5();
|
|
689
|
-
let _0x454436 = _0xa4b51b[_0x3c2951];
|
|
690
|
-
if (_0x4544['VElwlF'] === undefined) {
|
|
691
|
-
var _0xee3026 = function (_0x274218) {
|
|
692
|
-
const _0x45b4ac = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
693
|
-
let _0x5aa251 = '', _0x119d71 = '';
|
|
694
|
-
for (let _0x3d34e5 = 0x0, _0x333fae, _0x5c68d2, _0xc3b9e1 = 0x0; _0x5c68d2 = _0x274218['charAt'](_0xc3b9e1++); ~_0x5c68d2 && (_0x333fae = _0x3d34e5 % 0x4 ? _0x333fae * 0x40 + _0x5c68d2 : _0x5c68d2, _0x3d34e5++ % 0x4) ? _0x5aa251 += String['fromCharCode'](0xff & _0x333fae >> (-0x2 * _0x3d34e5 & 0x6)) : 0x0) {
|
|
695
|
-
_0x5c68d2 = _0x45b4ac['indexOf'](_0x5c68d2);
|
|
696
|
-
}
|
|
697
|
-
for (let _0x4e07d8 = 0x0, _0x28cb5b = _0x5aa251['length']; _0x4e07d8 < _0x28cb5b; _0x4e07d8++) {
|
|
698
|
-
_0x119d71 += '%' + ('00' + _0x5aa251['charCodeAt'](_0x4e07d8)['toString'](0x10))['slice'](-0x2);
|
|
699
|
-
}
|
|
700
|
-
return decodeURIComponent(_0x119d71);
|
|
701
|
-
};
|
|
702
|
-
_0x4544['fyRmqb'] = _0xee3026, _0x4544['yXxTPg'] = {}, _0x4544['VElwlF'] = !![];
|
|
287
|
+
_0xd3ebf7[_0x408ebe(0x1e7)](_0xe1e5a3['participantId']), _0x158cee['push'](_0xe1e5a3[_0x408ebe(_0x487abc._0xe64ef5)]), _0xcfd21e += _0xe1e5a3[_0x408ebe(0x1ee)][_0x408ebe(_0x487abc._0x1b3427)];
|
|
703
288
|
}
|
|
704
|
-
|
|
705
|
-
return !_0x46fa74 ? (_0x454436 = _0x4544['fyRmqb'](_0x454436), _0x4544['yXxTPg'][_0x5bc4f9] = _0x454436) : _0x454436 = _0x46fa74, _0x454436;
|
|
289
|
+
return _0x158cee;
|
|
706
290
|
}
|
|
707
291
|
var DEFAULT_FETCH_TIMEOUT_MS = 0x3a98;
|
|
708
|
-
function anySignal(...
|
|
709
|
-
const
|
|
710
|
-
for (const
|
|
711
|
-
if (
|
|
712
|
-
return
|
|
713
|
-
|
|
292
|
+
function anySignal(..._0x1000bb) {
|
|
293
|
+
const _0x3163a4 = { _0x308a09: 0x29b }, _0x5e6b57 = _0x268d8f, _0x26b36b = new AbortController();
|
|
294
|
+
for (const _0x54726d of _0x1000bb) {
|
|
295
|
+
if (_0x54726d['aborted'])
|
|
296
|
+
return _0x26b36b['abort'](_0x54726d[_0x5e6b57(0x1a0)]), _0x26b36b[_0x5e6b57(0x29b)];
|
|
297
|
+
_0x54726d['addEventListener']('abort', () => _0x26b36b[_0x5e6b57(0x259)](_0x54726d['reason']), {
|
|
714
298
|
'once': !![],
|
|
715
|
-
'signal':
|
|
299
|
+
'signal': _0x26b36b[_0x5e6b57(_0x3163a4._0x308a09)]
|
|
716
300
|
});
|
|
717
301
|
}
|
|
718
|
-
return
|
|
302
|
+
return _0x26b36b[_0x5e6b57(0x29b)];
|
|
719
303
|
}
|
|
720
|
-
function createInternalAgentClient(
|
|
721
|
-
const
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
},
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
},
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
304
|
+
function createInternalAgentClient(_0x2c8f6e) {
|
|
305
|
+
const _0x10471c = {
|
|
306
|
+
_0x4094a8: 0x1eb,
|
|
307
|
+
_0x524258: 0x25e,
|
|
308
|
+
_0x17aa16: 0x25e,
|
|
309
|
+
_0x343016: 0x2dd,
|
|
310
|
+
_0x1aa280: 0x25e
|
|
311
|
+
}, _0x4c0507 = {
|
|
312
|
+
_0x1304de: 0x2e1,
|
|
313
|
+
_0x3a2162: 0x1f4,
|
|
314
|
+
_0x211249: 0x226,
|
|
315
|
+
_0x2e625e: 0x24d,
|
|
316
|
+
_0x45f87d: 0x275,
|
|
317
|
+
_0x80d0a5: 0x1d9,
|
|
318
|
+
_0x12ec75: 0x2ac,
|
|
319
|
+
_0x5304f7: 0x1b1,
|
|
320
|
+
_0x46acc9: 0x190,
|
|
321
|
+
_0x28e19a: 0x264,
|
|
322
|
+
_0x2d0e98: 0x1f7,
|
|
323
|
+
_0x29b4d7: 0x1dc,
|
|
324
|
+
_0x1d3edf: 0x282,
|
|
325
|
+
_0x45ca74: 0x1dc,
|
|
326
|
+
_0x106f20: 0x1f7,
|
|
327
|
+
_0x4ab36a: 0x2b6,
|
|
328
|
+
_0x2f19c0: 0x256,
|
|
329
|
+
_0xc531d6: 0x1b7,
|
|
330
|
+
_0x4081f0: 0x267,
|
|
331
|
+
_0x564dfd: 0x20b,
|
|
332
|
+
_0x392162: 0x1e1,
|
|
333
|
+
_0x5998fe: 0x267,
|
|
334
|
+
_0x2f7ce8: 0x1b7,
|
|
335
|
+
_0x132014: 0x25c,
|
|
336
|
+
_0x437f30: 0x20b,
|
|
337
|
+
_0xb7d606: 0x1a8,
|
|
338
|
+
_0xdcd13: 0x1b4,
|
|
339
|
+
_0x150b2d: 0x1d6,
|
|
340
|
+
_0x34412b: 0x25a,
|
|
341
|
+
_0x1b813f: 0x1fd,
|
|
342
|
+
_0x35030f: 0x220
|
|
343
|
+
}, _0x419f0a = {
|
|
344
|
+
_0x1288fe: 0x190,
|
|
345
|
+
_0x493f14: 0x1ab
|
|
346
|
+
}, _0x22e028 = { _0x4e6500: 0x1bf }, _0x41757c = { _0x67fdc3: 0x208 }, _0x30bbcb = {
|
|
347
|
+
_0x264a7c: 0x284,
|
|
348
|
+
_0x1d94d3: 0x2e1,
|
|
349
|
+
_0x27b5ef: 0x22a,
|
|
350
|
+
_0x2f6783: 0x282
|
|
351
|
+
}, _0x33ef01 = {
|
|
352
|
+
_0x195bf6: 0x2b7,
|
|
353
|
+
_0x459326: 0x2cc,
|
|
354
|
+
_0x2fe0de: 0x29b,
|
|
355
|
+
_0xbefc50: 0x263,
|
|
356
|
+
_0x4b2f6f: 0x244,
|
|
357
|
+
_0xdfaa34: 0x233,
|
|
358
|
+
_0x359d99: 0x267,
|
|
359
|
+
_0x4336cf: 0x2ce,
|
|
360
|
+
_0x285aae: 0x195
|
|
361
|
+
}, _0x3d4723 = {
|
|
362
|
+
_0x3ee246: 0x1cd,
|
|
363
|
+
_0x24c99f: 0x244,
|
|
364
|
+
_0x36bb13: 0x19a,
|
|
365
|
+
_0x2d4dea: 0x195,
|
|
366
|
+
_0x178857: 0x1c5,
|
|
367
|
+
_0xe1d310: 0x202
|
|
368
|
+
}, _0x574468 = {
|
|
369
|
+
_0x52ac7e: 0x290,
|
|
370
|
+
_0x4b8773: 0x236,
|
|
371
|
+
_0x5c88f1: 0x19a
|
|
372
|
+
}, _0x2e3bb1 = {
|
|
373
|
+
_0x22f993: 0x24e,
|
|
374
|
+
_0x4f1a18: 0x2fe
|
|
375
|
+
}, _0x3ce4c3 = {
|
|
376
|
+
_0x447644: 0x1f4,
|
|
377
|
+
_0x15297a: 0x290,
|
|
378
|
+
_0x5c6bea: 0x2b5,
|
|
379
|
+
_0x2a4a3e: 0x25d,
|
|
380
|
+
_0x17efac: 0x19a
|
|
381
|
+
}, _0x1eba5c = {
|
|
382
|
+
_0x3588c6: 0x290,
|
|
383
|
+
_0x1527e2: 0x198
|
|
384
|
+
}, _0x2db116 = {
|
|
385
|
+
_0x57af26: 0x263,
|
|
386
|
+
_0x3331ec: 0x1f4,
|
|
387
|
+
_0x55f935: 0x2fd
|
|
388
|
+
}, _0x41fb5c = {
|
|
389
|
+
_0x279cc1: 0x1be,
|
|
390
|
+
_0x2bf2e5: 0x2b5,
|
|
391
|
+
_0x40f779: 0x263,
|
|
392
|
+
_0x19295e: 0x195
|
|
393
|
+
}, _0x4f6ebd = { _0x5bb57d: 0x195 }, _0x1adcfe = { _0x176a00: 0x18c }, _0x262ef5 = { _0xf01467: 0x2fd }, _0x395f7e = {
|
|
394
|
+
_0x42b93c: 0x221,
|
|
395
|
+
_0x3c3937: 0x19b,
|
|
396
|
+
_0x121e71: 0x1d4,
|
|
397
|
+
_0x49058d: 0x19b,
|
|
398
|
+
_0x310e38: 0x290,
|
|
399
|
+
_0x157321: 0x1b6,
|
|
400
|
+
_0x94dd3: 0x190,
|
|
401
|
+
_0x3204c4: 0x2ac
|
|
402
|
+
}, _0x266748 = {
|
|
403
|
+
_0x483482: 0x204,
|
|
404
|
+
_0xbeba7e: 0x2e1,
|
|
405
|
+
_0x2cfd91: 0x208,
|
|
406
|
+
_0x35733c: 0x226,
|
|
407
|
+
_0x1faed8: 0x309,
|
|
408
|
+
_0x333afe: 0x1f8,
|
|
409
|
+
_0x4bb917: 0x2fd,
|
|
410
|
+
_0x1f8edc: 0x1b1,
|
|
411
|
+
_0x1a4ca3: 0x1d2,
|
|
412
|
+
_0x283d46: 0x260
|
|
413
|
+
}, _0x32caff = {
|
|
414
|
+
_0x23f7d4: 0x18e,
|
|
415
|
+
_0x201d88: 0x23c
|
|
416
|
+
}, _0x669548 = {
|
|
417
|
+
_0x540d80: 0x20b,
|
|
418
|
+
_0x465af1: 0x1dc,
|
|
419
|
+
_0x538325: 0x1dc,
|
|
420
|
+
_0x1b0d7e: 0x1f7,
|
|
421
|
+
_0x49d444: 0x219,
|
|
422
|
+
_0xa9d79d: 0x299,
|
|
423
|
+
_0x3972ea: 0x2ea,
|
|
424
|
+
_0x2bafbc: 0x2ea
|
|
425
|
+
}, _0x233a33 = {
|
|
426
|
+
_0x89c8a: 0x20b,
|
|
427
|
+
_0x10abdb: 0x1f9,
|
|
428
|
+
_0x4d42e4: 0x1d2,
|
|
429
|
+
_0x207cdf: 0x1dc,
|
|
430
|
+
_0x2971e7: 0x219,
|
|
431
|
+
_0x34a949: 0x1dc,
|
|
432
|
+
_0x5c5d84: 0x1f7,
|
|
433
|
+
_0x42310f: 0x299
|
|
434
|
+
}, _0x2be5bb = {
|
|
435
|
+
_0x10e6c: 0x1dc,
|
|
436
|
+
_0x56c743: 0x1f7,
|
|
437
|
+
_0x7f4de1: 0x1d2,
|
|
438
|
+
_0x3d564c: 0x2ea,
|
|
439
|
+
_0x5e0b98: 0x1d2
|
|
440
|
+
}, _0x3b1ae4 = { _0x59f6d7: 0x2be }, _0x4c9d7b = { _0x27fd12: 0x234 }, _0x726e40 = { _0x53980e: 0x1d0 }, _0x2cccb8 = {
|
|
441
|
+
_0x334a3d: 0x290,
|
|
442
|
+
_0x29ee11: 0x252,
|
|
443
|
+
_0x6b92e0: 0x2b5,
|
|
444
|
+
_0x3c61f7: 0x195
|
|
445
|
+
}, _0x214e08 = { _0x1cb6a2: 0x2a2 }, _0x2d24c3 = {
|
|
446
|
+
_0x3a547f: 0x2c4,
|
|
447
|
+
_0x1602f1: 0x28e
|
|
448
|
+
}, _0x55f945 = {
|
|
449
|
+
_0x5a3cfd: 0x29b,
|
|
450
|
+
_0x5d7213: 0x263
|
|
451
|
+
}, _0x4fddf6 = {
|
|
452
|
+
_0x425db8: 0x29b,
|
|
453
|
+
_0x126539: 0x31d
|
|
454
|
+
}, _0x56da7d = {
|
|
455
|
+
_0x367a93: 0x264,
|
|
456
|
+
_0x4d9d1d: 0x25e,
|
|
457
|
+
_0x3e468a: 0x1c9,
|
|
458
|
+
_0x11e1f7: 0x31c,
|
|
459
|
+
_0x9393c8: 0x2f1,
|
|
460
|
+
_0x2e6cc1: 0x267,
|
|
461
|
+
_0x453bb5: 0x19e
|
|
462
|
+
}, _0x1ad68b = {
|
|
463
|
+
_0x1802df: 0x1df,
|
|
464
|
+
_0x50fce8: 0x18f,
|
|
465
|
+
_0x5ae933: 0x1f8,
|
|
466
|
+
_0x1ee58b: 0x296
|
|
467
|
+
}, _0x52f41d = {
|
|
468
|
+
_0x972ff1: 0x2ce,
|
|
469
|
+
_0x2d1515: 0x2a6,
|
|
470
|
+
_0x1c629e: 0x242,
|
|
471
|
+
_0x1937f0: 0x1c6,
|
|
472
|
+
_0x44a622: 0x246,
|
|
473
|
+
_0x538d6e: 0x23f,
|
|
474
|
+
_0x4fe5be: 0x1d1,
|
|
475
|
+
_0x18e20b: 0x230
|
|
476
|
+
}, _0x2e563f = _0x268d8f, _0x4dcd1a = _0x2c8f6e[_0x2e563f(_0x10471c._0x4094a8)] ?? fetch, _0x4d52b3 = _0x2c8f6e['fetchTimeoutMs'] ?? DEFAULT_FETCH_TIMEOUT_MS, _0x4ff272 = typeof _0x2c8f6e['initialLastSeenSeq'] === 'number' && _0x2c8f6e['initialLastSeenSeq'] > 0x0 ? _0x2c8f6e[_0x2e563f(0x20c)] : 0x0, _0x419486 = _0x2c8f6e[_0x2e563f(0x240)]?.[_0x2e563f(_0x10471c._0x524258)]() || void 0x0, _0x3f2217 = _0x2c8f6e['sessionId']?.[_0x2e563f(0x25e)]() || void 0x0, _0xe1484e = _0x2c8f6e[_0x2e563f(0x24b)] === !![], _0x410779 = _0x2c8f6e['workerSessionId']?.[_0x2e563f(_0x10471c._0x17aa16)]() || void 0x0, _0x31dff4 = _0x2c8f6e[_0x2e563f(_0x10471c._0x343016)]?.[_0x2e563f(_0x10471c._0x1aa280)]() || void 0x0, _0x2b5cfd = createHeaders(_0x2c8f6e['daemonApiKey']), _0x256543 = toHttpBaseUrl(_0x2c8f6e[_0x2e563f(0x30b)]);
|
|
477
|
+
let _0x36d346 = null;
|
|
478
|
+
const _0x387e6b = new Map();
|
|
479
|
+
let _0x117501 = _0x4ff272, _0x4ffa60 = _0x4ff272;
|
|
480
|
+
function _0x2d6c37(_0x11985e) {
|
|
481
|
+
const _0x1f95dc = _0x2e563f, _0x3d3758 = _0x11985e[_0x1f95dc(0x23f)]['headers']['get'](_0x1f95dc(_0x52f41d._0x972ff1)) ?? _0x1f95dc(_0x52f41d._0x2d1515), _0x1f5c53 = _0x11985e['bodyText']['trim']()[_0x1f95dc(_0x52f41d._0x1c629e)](/\s+/g, '\x20')[_0x1f95dc(0x2df)](0x0, 0x78) || _0x1f95dc(_0x52f41d._0x1937f0);
|
|
482
|
+
return '请求\x20' + _0x11985e[_0x1f95dc(0x292)] + _0x1f95dc(_0x52f41d._0x44a622) + _0x11985e[_0x1f95dc(_0x52f41d._0x538d6e)][_0x1f95dc(0x263)] + _0x1f95dc(0x29c) + _0x3d3758 + _0x1f95dc(_0x52f41d._0x4fe5be) + _0x1f5c53 + _0x1f95dc(_0x52f41d._0x18e20b);
|
|
893
483
|
}
|
|
894
|
-
async function
|
|
895
|
-
const
|
|
896
|
-
if (!
|
|
484
|
+
async function _0xf15f80(_0x51e866, _0x288783) {
|
|
485
|
+
const _0xe9a874 = _0x2e563f, _0x393271 = Buffer[_0xe9a874(_0x1ad68b._0x1802df)](await _0x288783[_0xe9a874(_0x1ad68b._0x50fce8)]())[_0xe9a874(_0x1ad68b._0x5ae933)](_0xe9a874(_0x1ad68b._0x1ee58b));
|
|
486
|
+
if (!_0x393271['trim']())
|
|
897
487
|
return {};
|
|
898
488
|
try {
|
|
899
|
-
return JSON[
|
|
489
|
+
return JSON[_0xe9a874(0x300)](_0x393271);
|
|
900
490
|
} catch {
|
|
901
|
-
throw new Error(
|
|
902
|
-
'bodyText':
|
|
903
|
-
'requestUrl':
|
|
904
|
-
'response':
|
|
491
|
+
throw new Error(_0x2d6c37({
|
|
492
|
+
'bodyText': _0x393271,
|
|
493
|
+
'requestUrl': _0x51e866,
|
|
494
|
+
'response': _0x288783
|
|
905
495
|
}));
|
|
906
496
|
}
|
|
907
497
|
}
|
|
908
|
-
function
|
|
909
|
-
const
|
|
910
|
-
if (
|
|
911
|
-
return
|
|
912
|
-
const
|
|
913
|
-
for (const [
|
|
914
|
-
|
|
498
|
+
function _0x1daa8f(_0x3354ba, _0x2f6578) {
|
|
499
|
+
const _0x131b0e = _0x2e563f, _0x676cc9 = typeof _0x2f6578[_0x131b0e(0x1e9)] === _0x131b0e(_0x56da7d._0x367a93) ? _0x2f6578['idempotency_key'][_0x131b0e(_0x56da7d._0x4d9d1d)]() : '';
|
|
500
|
+
if (_0x676cc9)
|
|
501
|
+
return _0x676cc9;
|
|
502
|
+
const _0x34febd = Date['now']();
|
|
503
|
+
for (const [_0x3c2200, _0x19cf7a] of _0x387e6b) {
|
|
504
|
+
_0x19cf7a[_0x131b0e(_0x56da7d._0x3e468a)] <= _0x34febd && _0x387e6b[_0x131b0e(0x20e)](_0x3c2200);
|
|
915
505
|
}
|
|
916
|
-
const
|
|
917
|
-
...
|
|
506
|
+
const _0x468c20 = {
|
|
507
|
+
..._0x2f6578,
|
|
918
508
|
'idempotency_key': void 0x0
|
|
919
|
-
},
|
|
920
|
-
if (
|
|
921
|
-
return
|
|
922
|
-
const
|
|
923
|
-
return
|
|
924
|
-
'expiresAt':
|
|
925
|
-
'value':
|
|
926
|
-
}),
|
|
509
|
+
}, _0x362b45 = createHash(_0x131b0e(0x1b5))[_0x131b0e(_0x56da7d._0x11e1f7)](_0x3354ba + ':' + stableStringify(_0x468c20))[_0x131b0e(_0x56da7d._0x9393c8)](_0x131b0e(0x27d)), _0x18ab22 = _0x3354ba + ':' + _0x362b45, _0x3bb82f = _0x387e6b[_0x131b0e(_0x56da7d._0x2e6cc1)](_0x18ab22);
|
|
510
|
+
if (_0x3bb82f)
|
|
511
|
+
return _0x3bb82f[_0x131b0e(_0x56da7d._0x453bb5)];
|
|
512
|
+
const _0x18815f = 'auto:' + _0x3354ba + ':' + randomUUID();
|
|
513
|
+
return _0x387e6b['set'](_0x18ab22, {
|
|
514
|
+
'expiresAt': _0x34febd + 0x5 * 0x3c * 0x3e8,
|
|
515
|
+
'value': _0x18815f
|
|
516
|
+
}), _0x18815f;
|
|
927
517
|
}
|
|
928
|
-
async function
|
|
929
|
-
const
|
|
518
|
+
async function _0x1bb4e6(_0xa64622, _0x32bd92) {
|
|
519
|
+
const _0x27afe1 = _0x2e563f, _0x57304d = new AbortController(), _0x50c260 = setTimeout(() => _0x57304d[_0x27afe1(0x259)](), _0x4d52b3), _0xaea11a = _0x32bd92?.[_0x27afe1(_0x4fddf6._0x425db8)] ? anySignal(_0x32bd92[_0x27afe1(0x29b)], _0x57304d['signal']) : _0x57304d['signal'], _0xad9422 = '' + _0x256543 + _0xa64622;
|
|
930
520
|
try {
|
|
931
|
-
const
|
|
932
|
-
...
|
|
933
|
-
'signal':
|
|
934
|
-
}),
|
|
935
|
-
if (!
|
|
936
|
-
throw new Error(asErrorMessage(
|
|
937
|
-
return
|
|
521
|
+
const _0x463014 = await _0x4dcd1a(_0xad9422, {
|
|
522
|
+
..._0x32bd92,
|
|
523
|
+
'signal': _0xaea11a
|
|
524
|
+
}), _0x1a0619 = await _0xf15f80(_0xad9422, _0x463014);
|
|
525
|
+
if (!_0x463014['ok'] || _0x1a0619['success'] === ![])
|
|
526
|
+
throw new Error(asErrorMessage(_0x1a0619[_0x27afe1(_0x4fddf6._0x126539)], 'HTTP\x20' + _0x463014['status']));
|
|
527
|
+
return _0x1a0619;
|
|
938
528
|
} finally {
|
|
939
|
-
clearTimeout(
|
|
529
|
+
clearTimeout(_0x50c260);
|
|
940
530
|
}
|
|
941
531
|
}
|
|
942
|
-
async function
|
|
943
|
-
const
|
|
532
|
+
async function _0x309d41(_0x1c2bab, _0x334e3d) {
|
|
533
|
+
const _0x21e867 = _0x2e563f, _0x419bd4 = new AbortController(), _0x729b42 = setTimeout(() => _0x419bd4[_0x21e867(0x259)](), _0x4d52b3), _0x38d3cd = _0x334e3d?.['signal'] ? anySignal(_0x334e3d[_0x21e867(0x29b)], _0x419bd4['signal']) : _0x419bd4[_0x21e867(_0x55f945._0x5a3cfd)], _0x51bec7 = '' + _0x256543 + _0x1c2bab;
|
|
944
534
|
try {
|
|
945
|
-
const
|
|
946
|
-
...
|
|
947
|
-
'signal':
|
|
948
|
-
}),
|
|
949
|
-
if (!
|
|
950
|
-
throw new Error(asErrorMessage(
|
|
951
|
-
return
|
|
535
|
+
const _0x452cb4 = await _0x4dcd1a(_0x51bec7, {
|
|
536
|
+
..._0x334e3d,
|
|
537
|
+
'signal': _0x38d3cd
|
|
538
|
+
}), _0x4b4f50 = await _0xf15f80(_0x51bec7, _0x452cb4);
|
|
539
|
+
if (!_0x452cb4['ok'])
|
|
540
|
+
throw new Error(asErrorMessage(_0x4b4f50['error'], 'HTTP\x20' + _0x452cb4[_0x21e867(_0x55f945._0x5d7213)]));
|
|
541
|
+
return _0x4b4f50;
|
|
952
542
|
} finally {
|
|
953
|
-
clearTimeout(
|
|
543
|
+
clearTimeout(_0x729b42);
|
|
954
544
|
}
|
|
955
545
|
}
|
|
956
|
-
async function
|
|
957
|
-
const
|
|
958
|
-
if (!
|
|
546
|
+
async function _0x29b200(_0x1760fa) {
|
|
547
|
+
const _0x24854f = _0x2e563f;
|
|
548
|
+
if (!_0x3f2217 || _0x1760fa <= _0x4ffa60)
|
|
959
549
|
return;
|
|
960
|
-
await
|
|
961
|
-
'body': JSON[
|
|
962
|
-
'headers':
|
|
963
|
-
'method':
|
|
964
|
-
}),
|
|
550
|
+
await _0x1bb4e6(_0x24854f(_0x2d24c3._0x3a547f) + encodeURIComponent(_0x3f2217) + _0x24854f(_0x2d24c3._0x1602f1), {
|
|
551
|
+
'body': JSON[_0x24854f(0x2b5)]({ 'lastSeenSeq': _0x1760fa }),
|
|
552
|
+
'headers': _0x2b5cfd,
|
|
553
|
+
'method': _0x24854f(0x313)
|
|
554
|
+
}), _0x4ffa60 = _0x1760fa;
|
|
965
555
|
}
|
|
966
|
-
async function
|
|
967
|
-
const
|
|
968
|
-
if (!
|
|
556
|
+
async function _0x5b27a7(_0x3d15b4) {
|
|
557
|
+
const _0x242a5d = _0x2e563f;
|
|
558
|
+
if (!_0x419486 || !_0x410779 || _0x3d15b4 <= _0x4ffa60)
|
|
969
559
|
return;
|
|
970
|
-
const
|
|
971
|
-
'body': JSON[
|
|
972
|
-
'last_seen_seq':
|
|
973
|
-
'worker_session_id':
|
|
560
|
+
const _0x47c24d = await _0x4dcd1a(_0x419486 + _0x242a5d(_0x214e08._0x1cb6a2), {
|
|
561
|
+
'body': JSON[_0x242a5d(0x2b5)]({
|
|
562
|
+
'last_seen_seq': _0x3d15b4,
|
|
563
|
+
'worker_session_id': _0x410779
|
|
974
564
|
}),
|
|
975
|
-
'headers': { 'Content-Type':
|
|
976
|
-
'method':
|
|
565
|
+
'headers': { 'Content-Type': _0x242a5d(0x231) },
|
|
566
|
+
'method': 'POST'
|
|
977
567
|
});
|
|
978
|
-
if (!
|
|
979
|
-
throw new Error(
|
|
980
|
-
|
|
568
|
+
if (!_0x47c24d['ok'])
|
|
569
|
+
throw new Error(_0x242a5d(0x2e9) + _0x47c24d[_0x242a5d(0x263)]);
|
|
570
|
+
_0x4ffa60 = _0x3d15b4;
|
|
981
571
|
}
|
|
982
|
-
async function
|
|
983
|
-
const
|
|
984
|
-
'body': JSON[
|
|
985
|
-
'headers':
|
|
986
|
-
'method':
|
|
572
|
+
async function _0x3bbe97(_0x498d2a) {
|
|
573
|
+
const _0x2389d1 = _0x2e563f, _0x4c9b23 = parseTarget(_0x498d2a), _0x581be8 = await _0x1bb4e6(_0x2389d1(0x1f4) + _0x2c8f6e[_0x2389d1(_0x2cccb8._0x334a3d)] + _0x2389d1(_0x2cccb8._0x29ee11), {
|
|
574
|
+
'body': JSON[_0x2389d1(_0x2cccb8._0x6b92e0)]({ 'target': _0x4c9b23[_0x2389d1(0x221)] }),
|
|
575
|
+
'headers': _0x2b5cfd,
|
|
576
|
+
'method': 'POST'
|
|
987
577
|
});
|
|
988
578
|
return {
|
|
989
|
-
'channelId':
|
|
990
|
-
'target':
|
|
991
|
-
'task':
|
|
992
|
-
'threadId':
|
|
993
|
-
'threadNumber':
|
|
579
|
+
'channelId': _0x581be8[_0x2389d1(_0x2cccb8._0x3c61f7)]?.[_0x2389d1(0x190)] ?? '',
|
|
580
|
+
'target': _0x4c9b23[_0x2389d1(0x1d2)],
|
|
581
|
+
'task': _0x581be8[_0x2389d1(0x195)]?.['task'],
|
|
582
|
+
'threadId': _0x581be8[_0x2389d1(_0x2cccb8._0x3c61f7)]?.['threadId'],
|
|
583
|
+
'threadNumber': _0x581be8['data']?.['threadNumber']
|
|
994
584
|
};
|
|
995
585
|
}
|
|
996
|
-
async function
|
|
997
|
-
const
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
if (!
|
|
1007
|
-
return
|
|
1008
|
-
return
|
|
1009
|
-
const
|
|
1010
|
-
'headers':
|
|
1011
|
-
'method':
|
|
1012
|
-
}),
|
|
1013
|
-
'id':
|
|
1014
|
-
'name':
|
|
1015
|
-
}))[
|
|
1016
|
-
'id':
|
|
1017
|
-
'name':
|
|
1018
|
-
}))['filter'](
|
|
586
|
+
async function _0x142453(_0x33f0c2 = {}) {
|
|
587
|
+
const _0x126e4c = {
|
|
588
|
+
_0x1798c7: 0x1f4,
|
|
589
|
+
_0x2a3a66: 0x195,
|
|
590
|
+
_0x441c0e: 0x1b1,
|
|
591
|
+
_0x2a3eb0: 0x24d,
|
|
592
|
+
_0x57a649: 0x195,
|
|
593
|
+
_0xb4ae12: 0x30f,
|
|
594
|
+
_0x5880bf: 0x311
|
|
595
|
+
}, _0x32c3e7 = _0x2e563f;
|
|
596
|
+
if (!_0x33f0c2[_0x32c3e7(0x2bd)] && _0x36d346)
|
|
597
|
+
return _0x36d346;
|
|
598
|
+
return _0x36d346 = (async () => {
|
|
599
|
+
const _0x598c9d = _0x32c3e7, _0xcac4ee = await _0x1bb4e6(_0x598c9d(_0x126e4c._0x1798c7) + _0x2c8f6e['agentId'] + '/server', {
|
|
600
|
+
'headers': _0x2b5cfd,
|
|
601
|
+
'method': _0x598c9d(0x2fd)
|
|
602
|
+
}), _0x3bb3c5 = _0xcac4ee[_0x598c9d(_0x126e4c._0x2a3a66)]?.['members'] ?? [], _0x22cb0e = _0x3bb3c5[_0x598c9d(0x24d)](_0x357ecc => _0x357ecc[_0x598c9d(0x23c)]?.['type'] === _0x598c9d(0x224))[_0x598c9d(_0x126e4c._0x441c0e)](_0x26ff0c => ({
|
|
603
|
+
'id': _0x55772b(_0x26ff0c),
|
|
604
|
+
'name': _0x2cfcce(_0x26ff0c)
|
|
605
|
+
}))[_0x598c9d(0x24d)](_0x5a186d => _0x5a186d['id']), _0x2d9547 = _0x3bb3c5[_0x598c9d(_0x126e4c._0x2a3eb0)](_0x48b63d => _0x48b63d[_0x598c9d(0x23c)]?.['type'] !== _0x598c9d(0x224))[_0x598c9d(0x1b1)](_0x8bad39 => ({
|
|
606
|
+
'id': _0x55772b(_0x8bad39),
|
|
607
|
+
'name': _0x2cfcce(_0x8bad39)
|
|
608
|
+
}))['filter'](_0xa36058 => _0xa36058['id']), _0x4a35a6 = _0xcac4ee[_0x598c9d(_0x126e4c._0x57a649)]?.['server']['id'] ?? '';
|
|
1019
609
|
return {
|
|
1020
|
-
'agents':
|
|
1021
|
-
'channels':
|
|
1022
|
-
'humans':
|
|
1023
|
-
'serverId':
|
|
1024
|
-
'serverName':
|
|
610
|
+
'agents': _0x22cb0e,
|
|
611
|
+
'channels': _0xcac4ee[_0x598c9d(0x195)]?.['channels'] ?? [],
|
|
612
|
+
'humans': _0x2d9547,
|
|
613
|
+
'serverId': _0x4a35a6,
|
|
614
|
+
'serverName': _0xcac4ee['data']?.[_0x598c9d(_0x126e4c._0xb4ae12)][_0x598c9d(_0x126e4c._0x5880bf)] ?? _0x4a35a6
|
|
1025
615
|
};
|
|
1026
|
-
})()[
|
|
1027
|
-
|
|
1028
|
-
throw
|
|
1029
|
-
}),
|
|
616
|
+
})()[_0x32c3e7(_0x726e40._0x53980e)](_0x188d38 => {
|
|
617
|
+
_0x36d346 = null;
|
|
618
|
+
throw _0x188d38;
|
|
619
|
+
}), _0x36d346;
|
|
1030
620
|
}
|
|
1031
|
-
function
|
|
1032
|
-
const
|
|
1033
|
-
return
|
|
621
|
+
function _0x19679a(_0x48d889, _0x168166) {
|
|
622
|
+
const _0x546a8f = _0x2e563f;
|
|
623
|
+
return _0x168166[_0x546a8f(_0x4c9d7b._0x27fd12)]['some'](_0x4a3a23 => _0x4a3a23['id'] === _0x48d889 || _0x4a3a23['name'] === _0x48d889) ? _0x546a8f(0x224) : 'human';
|
|
1034
624
|
}
|
|
1035
|
-
function
|
|
1036
|
-
const
|
|
1037
|
-
...
|
|
1038
|
-
...
|
|
1039
|
-
][
|
|
1040
|
-
return
|
|
625
|
+
function _0x446cb9(_0x568715, _0x586478) {
|
|
626
|
+
const _0x12e971 = _0x2e563f, _0x592d2e = [
|
|
627
|
+
..._0x586478['agents'],
|
|
628
|
+
..._0x586478[_0x12e971(_0x3b1ae4._0x59f6d7)]
|
|
629
|
+
][_0x12e971(0x2e4)](_0x496711 => _0x496711['id'] === _0x568715);
|
|
630
|
+
return _0x592d2e?.[_0x12e971(0x311)] ?? _0x568715;
|
|
1041
631
|
}
|
|
1042
|
-
function
|
|
1043
|
-
const
|
|
1044
|
-
if (
|
|
1045
|
-
return
|
|
1046
|
-
if (
|
|
1047
|
-
return
|
|
1048
|
-
if (
|
|
1049
|
-
return
|
|
1050
|
-
return
|
|
632
|
+
function _0x2e660d(_0x1ce476) {
|
|
633
|
+
const _0x2774e5 = _0x2e563f;
|
|
634
|
+
if (_0x1ce476[_0x2774e5(0x1dc)] != null)
|
|
635
|
+
return _0x1ce476[_0x2774e5(0x1d2)] + ':t' + _0x1ce476[_0x2774e5(_0x2be5bb._0x10e6c)];
|
|
636
|
+
if (_0x1ce476[_0x2774e5(_0x2be5bb._0x56c743)])
|
|
637
|
+
return _0x1ce476[_0x2774e5(_0x2be5bb._0x7f4de1)] + ':' + _0x1ce476[_0x2774e5(0x1f7)];
|
|
638
|
+
if (_0x1ce476[_0x2774e5(_0x2be5bb._0x3d564c)])
|
|
639
|
+
return _0x1ce476[_0x2774e5(_0x2be5bb._0x5e0b98)] + ':' + _0x1ce476[_0x2774e5(0x2ea)]['slice'](0x0, 0x8);
|
|
640
|
+
return _0x1ce476['channelTarget'];
|
|
1051
641
|
}
|
|
1052
|
-
function
|
|
1053
|
-
const
|
|
642
|
+
function _0x2c290f(_0x58787c, _0x488c1e) {
|
|
643
|
+
const _0x1d74ac = _0x2e563f;
|
|
1054
644
|
try {
|
|
1055
|
-
const
|
|
1056
|
-
if (
|
|
645
|
+
const _0xf97f4f = parseTarget(_0x58787c);
|
|
646
|
+
if (_0xf97f4f[_0x1d74ac(_0x233a33._0x89c8a)] !== _0x1d74ac(_0x233a33._0x10abdb) || _0xf97f4f['channelTarget'] !== _0x488c1e[_0x1d74ac(_0x233a33._0x4d42e4)])
|
|
1057
647
|
return ![];
|
|
1058
|
-
if (
|
|
648
|
+
if (_0x488c1e[_0x1d74ac(_0x233a33._0x207cdf)] != null && _0xf97f4f[_0x1d74ac(_0x233a33._0x2971e7)] === 't' + _0x488c1e[_0x1d74ac(_0x233a33._0x34a949)])
|
|
1059
649
|
return !![];
|
|
1060
|
-
if (
|
|
1061
|
-
return
|
|
1062
|
-
if (
|
|
1063
|
-
return
|
|
650
|
+
if (_0x488c1e[_0x1d74ac(0x1f7)])
|
|
651
|
+
return _0xf97f4f[_0x1d74ac(_0x233a33._0x2971e7)] === _0x488c1e[_0x1d74ac(_0x233a33._0x5c5d84)] || _0x488c1e[_0x1d74ac(_0x233a33._0x5c5d84)]['startsWith'](_0xf97f4f[_0x1d74ac(0x219)]);
|
|
652
|
+
if (_0x488c1e[_0x1d74ac(0x2ea)])
|
|
653
|
+
return _0xf97f4f[_0x1d74ac(0x219)] === _0x488c1e['threadId'] || _0x488c1e['threadId'][_0x1d74ac(_0x233a33._0x42310f)](_0xf97f4f[_0x1d74ac(0x219)]);
|
|
1064
654
|
return ![];
|
|
1065
655
|
} catch {
|
|
1066
656
|
return ![];
|
|
1067
657
|
}
|
|
1068
658
|
}
|
|
1069
|
-
function
|
|
1070
|
-
const
|
|
659
|
+
function _0x2423c2(_0x393417, _0x177220) {
|
|
660
|
+
const _0x4c0752 = _0x2e563f;
|
|
1071
661
|
try {
|
|
1072
|
-
const
|
|
1073
|
-
if (
|
|
662
|
+
const _0x3092c0 = parseTarget(_0x393417);
|
|
663
|
+
if (_0x3092c0[_0x4c0752(_0x669548._0x540d80)] !== _0x4c0752(0x1f9))
|
|
1074
664
|
return ![];
|
|
1075
|
-
const
|
|
1076
|
-
if (
|
|
665
|
+
const _0x4e1766 = typeof _0x177220[_0x4c0752(_0x669548._0x465af1)] === _0x4c0752(0x282) && Number[_0x4c0752(0x26b)](_0x177220[_0x4c0752(_0x669548._0x538325)]) ? _0x177220['threadNumber'] : void 0x0;
|
|
666
|
+
if (_0x4e1766 != null && _0x3092c0[_0x4c0752(0x219)] === 't' + _0x4e1766)
|
|
1077
667
|
return !![];
|
|
1078
|
-
const
|
|
1079
|
-
if (
|
|
1080
|
-
return
|
|
1081
|
-
const
|
|
1082
|
-
return Boolean(
|
|
668
|
+
const _0x2a8291 = typeof _0x177220[_0x4c0752(_0x669548._0x1b0d7e)] === _0x4c0752(0x264) ? _0x177220[_0x4c0752(0x1f7)] : void 0x0;
|
|
669
|
+
if (_0x2a8291)
|
|
670
|
+
return _0x3092c0[_0x4c0752(_0x669548._0x49d444)] === _0x2a8291 || _0x2a8291[_0x4c0752(_0x669548._0xa9d79d)](_0x3092c0['threadShortId']);
|
|
671
|
+
const _0x20b127 = typeof _0x177220[_0x4c0752(_0x669548._0x3972ea)] === _0x4c0752(0x264) ? _0x177220[_0x4c0752(_0x669548._0x2bafbc)] : void 0x0;
|
|
672
|
+
return Boolean(_0x20b127) && (_0x3092c0[_0x4c0752(_0x669548._0x49d444)] === _0x20b127 || _0x20b127[_0x4c0752(0x299)](_0x3092c0['threadShortId']));
|
|
1083
673
|
} catch {
|
|
1084
674
|
return ![];
|
|
1085
675
|
}
|
|
1086
676
|
}
|
|
1087
|
-
function
|
|
1088
|
-
const
|
|
1089
|
-
return
|
|
677
|
+
function _0x55772b(_0x567131) {
|
|
678
|
+
const _0x22e336 = _0x2e563f;
|
|
679
|
+
return _0x567131[_0x22e336(_0x32caff._0x23f7d4)]?.[_0x22e336(0x27e)] ?? _0x567131[_0x22e336(_0x32caff._0x201d88)]?.['id'] ?? _0x567131['participantId'] ?? '';
|
|
1090
680
|
}
|
|
1091
|
-
function
|
|
1092
|
-
const
|
|
1093
|
-
return
|
|
681
|
+
function _0x2cfcce(_0x440f11) {
|
|
682
|
+
const _0x2a40a4 = _0x2e563f;
|
|
683
|
+
return _0x440f11['participant']?.[_0x2a40a4(0x311)] ?? _0x55772b(_0x440f11);
|
|
1094
684
|
}
|
|
1095
|
-
async function
|
|
1096
|
-
const
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
const
|
|
1102
|
-
'headers':
|
|
1103
|
-
'method':
|
|
1104
|
-
}),
|
|
1105
|
-
'attachments': (
|
|
1106
|
-
'filename':
|
|
1107
|
-
'id':
|
|
685
|
+
async function _0x5e7652(_0x1d688f) {
|
|
686
|
+
const _0x23e6e1 = _0x2e563f, _0x53604c = Math[_0x23e6e1(_0x266748._0x483482)](_0x1d688f['limit'] ?? 0x32, 0x64), _0x422400 = await _0x142453(), _0x25eb35 = new URLSearchParams();
|
|
687
|
+
_0x25eb35[_0x23e6e1(0x2e1)]('limit', String(_0x53604c));
|
|
688
|
+
_0x1d688f[_0x23e6e1(0x2ea)] ? (_0x25eb35['set'](_0x23e6e1(0x2ea), _0x1d688f['threadId']), _0x25eb35[_0x23e6e1(_0x266748._0xbeba7e)](_0x23e6e1(0x190), _0x1d688f[_0x23e6e1(0x190)])) : _0x25eb35[_0x23e6e1(0x2e1)](_0x23e6e1(0x190), _0x1d688f[_0x23e6e1(0x190)]);
|
|
689
|
+
_0x1d688f[_0x23e6e1(_0x266748._0x2cfd91)] && _0x25eb35[_0x23e6e1(0x2e1)](_0x23e6e1(_0x266748._0x35733c), String(_0x1d688f['before']));
|
|
690
|
+
_0x1d688f['after'] !== void 0x0 && _0x25eb35[_0x23e6e1(0x2e1)](_0x23e6e1(_0x266748._0x1faed8), String(_0x1d688f[_0x23e6e1(_0x266748._0x1faed8)]));
|
|
691
|
+
const _0xd92645 = await _0x1bb4e6(_0x23e6e1(0x1f4) + _0x2c8f6e[_0x23e6e1(0x290)] + _0x23e6e1(0x1bb) + _0x25eb35[_0x23e6e1(_0x266748._0x333afe)](), {
|
|
692
|
+
'headers': _0x2b5cfd,
|
|
693
|
+
'method': _0x23e6e1(_0x266748._0x4bb917)
|
|
694
|
+
}), _0x3ede47 = (_0xd92645['data'] ?? [])[_0x23e6e1(_0x266748._0x1f8edc)](_0x3c6b5a => ({
|
|
695
|
+
'attachments': (_0x3c6b5a[_0x23e6e1(0x2cf)] ?? [])[_0x23e6e1(0x1b1)](_0x12b1e2 => ({
|
|
696
|
+
'filename': _0x12b1e2[_0x23e6e1(0x1c5)] ?? _0x12b1e2['id'],
|
|
697
|
+
'id': _0x12b1e2['id']
|
|
1108
698
|
})),
|
|
1109
|
-
'content':
|
|
1110
|
-
'createdAt':
|
|
1111
|
-
...
|
|
1112
|
-
'messageId':
|
|
1113
|
-
'senderName':
|
|
1114
|
-
'senderType':
|
|
1115
|
-
'seq':
|
|
699
|
+
'content': _0x3c6b5a[_0x23e6e1(0x25a)] ?? '',
|
|
700
|
+
'createdAt': _0x3c6b5a[_0x23e6e1(0x25c)],
|
|
701
|
+
..._0x3c6b5a[_0x23e6e1(0x20b)] && _0x3c6b5a[_0x23e6e1(0x20b)] !== _0x23e6e1(0x1fd) ? { 'kind': _0x3c6b5a[_0x23e6e1(0x20b)] } : {},
|
|
702
|
+
'messageId': _0x3c6b5a['id'],
|
|
703
|
+
'senderName': _0x446cb9(_0x3c6b5a['senderParticipantId'], _0x422400),
|
|
704
|
+
'senderType': _0x19679a(_0x3c6b5a[_0x23e6e1(0x1d6)], _0x422400),
|
|
705
|
+
'seq': _0x3c6b5a[_0x23e6e1(0x307)] ?? 0x0
|
|
1116
706
|
}));
|
|
1117
707
|
return {
|
|
1118
|
-
'channel':
|
|
1119
|
-
'hasMore':
|
|
1120
|
-
'messages':
|
|
1121
|
-
'nextCursor':
|
|
708
|
+
'channel': _0x1d688f[_0x23e6e1(_0x266748._0x1a4ca3)],
|
|
709
|
+
'hasMore': _0xd92645[_0x23e6e1(0x260)]?.[_0x23e6e1(0x22f)] ?? ![],
|
|
710
|
+
'messages': _0x3ede47,
|
|
711
|
+
'nextCursor': _0xd92645[_0x23e6e1(_0x266748._0x283d46)]?.[_0x23e6e1(0x226)]
|
|
1122
712
|
};
|
|
1123
713
|
}
|
|
1124
714
|
return {
|
|
1125
|
-
async 'sendMessage'(
|
|
1126
|
-
const
|
|
1127
|
-
'body': JSON[
|
|
1128
|
-
'attachment_ids':
|
|
1129
|
-
'bodyMarkdown':
|
|
1130
|
-
'channelId':
|
|
1131
|
-
...
|
|
1132
|
-
'threadId':
|
|
1133
|
-
...
|
|
715
|
+
async 'sendMessage'(_0x43a10a) {
|
|
716
|
+
const _0x3ba2dd = _0x2e563f, _0x2fa721 = await _0x3bbe97(_0x43a10a[_0x3ba2dd(_0x395f7e._0x42b93c)]), _0x4a3934 = _0x43a10a[_0x3ba2dd(_0x395f7e._0x3c3937)][_0x3ba2dd(_0x395f7e._0x121e71)]('@') ? extractMentionedParticipantIds(_0x43a10a[_0x3ba2dd(_0x395f7e._0x49058d)], await _0x142453()) : [], _0x197697 = await _0x1bb4e6(_0x3ba2dd(0x1f4) + _0x2c8f6e[_0x3ba2dd(_0x395f7e._0x310e38)] + '/send', {
|
|
717
|
+
'body': JSON[_0x3ba2dd(0x2b5)]({
|
|
718
|
+
'attachment_ids': _0x43a10a[_0x3ba2dd(_0x395f7e._0x157321)],
|
|
719
|
+
'bodyMarkdown': _0x43a10a['content'],
|
|
720
|
+
'channelId': _0x2fa721[_0x3ba2dd(_0x395f7e._0x94dd3)],
|
|
721
|
+
..._0x4a3934[_0x3ba2dd(_0x395f7e._0x3204c4)] > 0x0 ? { 'mentionedParticipantIds': _0x4a3934 } : {},
|
|
722
|
+
'threadId': _0x2fa721['threadId'],
|
|
723
|
+
..._0x43a10a[_0x3ba2dd(0x1e0)] ? { 'visibility': _0x43a10a['visibility'] } : {}
|
|
1134
724
|
}),
|
|
1135
|
-
'headers':
|
|
1136
|
-
'method':
|
|
725
|
+
'headers': _0x2b5cfd,
|
|
726
|
+
'method': _0x3ba2dd(0x19a)
|
|
1137
727
|
});
|
|
1138
|
-
return { 'messageId':
|
|
728
|
+
return { 'messageId': _0x197697['data']?.['id'] ?? '' };
|
|
1139
729
|
},
|
|
1140
730
|
async 'listSchedules'() {
|
|
1141
|
-
const
|
|
1142
|
-
'headers':
|
|
1143
|
-
'method':
|
|
731
|
+
const _0x6797ac = _0x2e563f, _0x580692 = await _0x1bb4e6(_0x6797ac(0x1ac), {
|
|
732
|
+
'headers': _0x2b5cfd,
|
|
733
|
+
'method': _0x6797ac(_0x262ef5._0xf01467)
|
|
1144
734
|
});
|
|
1145
|
-
return
|
|
735
|
+
return _0x580692['data'] ?? [];
|
|
1146
736
|
},
|
|
1147
|
-
async 'claimScheduleRun'(
|
|
1148
|
-
const
|
|
1149
|
-
'body': JSON[
|
|
1150
|
-
'headers':
|
|
1151
|
-
'method':
|
|
737
|
+
async 'claimScheduleRun'(_0x16888d) {
|
|
738
|
+
const _0x3f7cca = _0x2e563f, _0x19bf5a = await _0x1bb4e6(_0x3f7cca(_0x1adcfe._0x176a00), {
|
|
739
|
+
'body': JSON[_0x3f7cca(0x2b5)](_0x16888d),
|
|
740
|
+
'headers': _0x2b5cfd,
|
|
741
|
+
'method': _0x3f7cca(0x19a)
|
|
1152
742
|
});
|
|
1153
|
-
return
|
|
743
|
+
return _0x19bf5a[_0x3f7cca(0x195)] ?? {
|
|
1154
744
|
'granted': ![],
|
|
1155
745
|
'runId': null,
|
|
1156
746
|
'schedule': null,
|
|
1157
|
-
'scheduledFor':
|
|
747
|
+
'scheduledFor': _0x16888d[_0x3f7cca(0x21d)]
|
|
1158
748
|
};
|
|
1159
749
|
},
|
|
1160
|
-
async 'startScheduleRun'(
|
|
1161
|
-
const
|
|
1162
|
-
'body': JSON[
|
|
1163
|
-
'headers':
|
|
1164
|
-
'method':
|
|
750
|
+
async 'startScheduleRun'(_0x3cfbe5) {
|
|
751
|
+
const _0x1ad105 = _0x2e563f, _0x1e06f9 = await _0x1bb4e6('/api/internal/schedules/' + encodeURIComponent(_0x3cfbe5[_0x1ad105(0x1be)]) + '/start', {
|
|
752
|
+
'body': JSON['stringify']({}),
|
|
753
|
+
'headers': _0x2b5cfd,
|
|
754
|
+
'method': _0x1ad105(0x19a)
|
|
1165
755
|
});
|
|
1166
|
-
return
|
|
756
|
+
return _0x1e06f9[_0x1ad105(_0x4f6ebd._0x5bb57d)] ?? {
|
|
1167
757
|
'claimedByDaemonId': '',
|
|
1168
|
-
'id':
|
|
758
|
+
'id': _0x3cfbe5['runId'],
|
|
1169
759
|
'scheduleId': '',
|
|
1170
|
-
'status':
|
|
760
|
+
'status': _0x1ad105(0x245)
|
|
1171
761
|
};
|
|
1172
762
|
},
|
|
1173
|
-
async 'finishScheduleRun'(
|
|
1174
|
-
const
|
|
1175
|
-
'body': JSON[
|
|
1176
|
-
'error':
|
|
1177
|
-
'resultJson':
|
|
1178
|
-
'status':
|
|
763
|
+
async 'finishScheduleRun'(_0x336281) {
|
|
764
|
+
const _0x359d02 = _0x2e563f, _0x25533f = await _0x1bb4e6(_0x359d02(0x248) + encodeURIComponent(_0x336281[_0x359d02(_0x41fb5c._0x279cc1)]) + _0x359d02(0x2ed), {
|
|
765
|
+
'body': JSON[_0x359d02(_0x41fb5c._0x2bf2e5)]({
|
|
766
|
+
'error': _0x336281[_0x359d02(0x31d)],
|
|
767
|
+
'resultJson': _0x336281[_0x359d02(0x227)],
|
|
768
|
+
'status': _0x336281[_0x359d02(_0x41fb5c._0x40f779)]
|
|
1179
769
|
}),
|
|
1180
|
-
'headers':
|
|
1181
|
-
'method':
|
|
770
|
+
'headers': _0x2b5cfd,
|
|
771
|
+
'method': 'POST'
|
|
1182
772
|
});
|
|
1183
|
-
return
|
|
773
|
+
return _0x25533f[_0x359d02(_0x41fb5c._0x19295e)] ?? {
|
|
1184
774
|
'nextRunAt': null,
|
|
1185
775
|
'run': {
|
|
1186
776
|
'claimedByDaemonId': '',
|
|
1187
|
-
'id':
|
|
777
|
+
'id': _0x336281[_0x359d02(0x1be)],
|
|
1188
778
|
'scheduleId': '',
|
|
1189
|
-
'status':
|
|
779
|
+
'status': _0x336281['status']
|
|
1190
780
|
}
|
|
1191
781
|
};
|
|
1192
782
|
},
|
|
1193
|
-
async 'listTasks'(
|
|
1194
|
-
const
|
|
1195
|
-
return
|
|
1196
|
-
'headers':
|
|
1197
|
-
'method':
|
|
783
|
+
async 'listTasks'(_0x270a56) {
|
|
784
|
+
const _0x2f3b54 = _0x2e563f, _0x39a8b3 = new URLSearchParams();
|
|
785
|
+
return _0x39a8b3['set']('channel', _0x270a56['channel']), _0x270a56['status'] && _0x39a8b3['set'](_0x2f3b54(_0x2db116._0x57af26), _0x270a56[_0x2f3b54(_0x2db116._0x57af26)]), _0x309d41(_0x2f3b54(_0x2db116._0x3331ec) + _0x2c8f6e['agentId'] + _0x2f3b54(0x1cc) + _0x39a8b3['toString'](), {
|
|
786
|
+
'headers': _0x2b5cfd,
|
|
787
|
+
'method': _0x2f3b54(_0x2db116._0x55f935)
|
|
1198
788
|
});
|
|
1199
789
|
},
|
|
1200
|
-
async 'createTasks'(
|
|
1201
|
-
const
|
|
1202
|
-
return
|
|
1203
|
-
'body': JSON[
|
|
1204
|
-
...
|
|
1205
|
-
'idempotency_key':
|
|
790
|
+
async 'createTasks'(_0x2fa5a3) {
|
|
791
|
+
const _0x238e48 = _0x2e563f;
|
|
792
|
+
return _0x309d41('/internal/agent/' + _0x2c8f6e[_0x238e48(_0x1eba5c._0x3588c6)] + _0x238e48(_0x1eba5c._0x1527e2), {
|
|
793
|
+
'body': JSON[_0x238e48(0x2b5)]({
|
|
794
|
+
..._0x2fa5a3,
|
|
795
|
+
'idempotency_key': _0x1daa8f(_0x238e48(0x301), _0x2fa5a3)
|
|
1206
796
|
}),
|
|
1207
|
-
'headers':
|
|
1208
|
-
'method':
|
|
797
|
+
'headers': _0x2b5cfd,
|
|
798
|
+
'method': _0x238e48(0x19a)
|
|
1209
799
|
});
|
|
1210
800
|
},
|
|
1211
|
-
async 'claimTasks'(
|
|
1212
|
-
const
|
|
1213
|
-
return
|
|
1214
|
-
'body': JSON[
|
|
1215
|
-
...
|
|
1216
|
-
'idempotency_key':
|
|
801
|
+
async 'claimTasks'(_0x58e400) {
|
|
802
|
+
const _0x1c3a5d = _0x2e563f;
|
|
803
|
+
return _0x309d41(_0x1c3a5d(_0x3ce4c3._0x447644) + _0x2c8f6e[_0x1c3a5d(_0x3ce4c3._0x15297a)] + _0x1c3a5d(0x270), {
|
|
804
|
+
'body': JSON[_0x1c3a5d(_0x3ce4c3._0x5c6bea)]({
|
|
805
|
+
..._0x58e400,
|
|
806
|
+
'idempotency_key': _0x1daa8f(_0x1c3a5d(_0x3ce4c3._0x2a4a3e), _0x58e400)
|
|
1217
807
|
}),
|
|
1218
|
-
'headers':
|
|
1219
|
-
'method':
|
|
808
|
+
'headers': _0x2b5cfd,
|
|
809
|
+
'method': _0x1c3a5d(_0x3ce4c3._0x17efac)
|
|
1220
810
|
});
|
|
1221
811
|
},
|
|
1222
|
-
async 'unclaimTask'(
|
|
1223
|
-
const
|
|
1224
|
-
return
|
|
1225
|
-
'body': JSON[
|
|
1226
|
-
...
|
|
1227
|
-
'idempotency_key':
|
|
812
|
+
async 'unclaimTask'(_0x5f44b1) {
|
|
813
|
+
const _0x474a8c = _0x2e563f;
|
|
814
|
+
return _0x309d41(_0x474a8c(0x1f4) + _0x2c8f6e['agentId'] + _0x474a8c(_0x2e3bb1._0x22f993), {
|
|
815
|
+
'body': JSON[_0x474a8c(0x2b5)]({
|
|
816
|
+
..._0x5f44b1,
|
|
817
|
+
'idempotency_key': _0x1daa8f(_0x474a8c(_0x2e3bb1._0x4f1a18), _0x5f44b1)
|
|
1228
818
|
}),
|
|
1229
|
-
'headers':
|
|
1230
|
-
'method':
|
|
819
|
+
'headers': _0x2b5cfd,
|
|
820
|
+
'method': 'POST'
|
|
1231
821
|
});
|
|
1232
822
|
},
|
|
1233
|
-
async 'updateTaskStatus'(
|
|
1234
|
-
const
|
|
1235
|
-
return
|
|
1236
|
-
'body': JSON[
|
|
1237
|
-
...
|
|
1238
|
-
'idempotency_key':
|
|
823
|
+
async 'updateTaskStatus'(_0x42ba12) {
|
|
824
|
+
const _0x4047cc = _0x2e563f;
|
|
825
|
+
return _0x309d41('/internal/agent/' + _0x2c8f6e[_0x4047cc(_0x574468._0x52ac7e)] + _0x4047cc(_0x574468._0x4b8773), {
|
|
826
|
+
'body': JSON[_0x4047cc(0x2b5)]({
|
|
827
|
+
..._0x42ba12,
|
|
828
|
+
'idempotency_key': _0x1daa8f('update_task_status', _0x42ba12)
|
|
1239
829
|
}),
|
|
1240
|
-
'headers':
|
|
1241
|
-
'method':
|
|
830
|
+
'headers': _0x2b5cfd,
|
|
831
|
+
'method': _0x4047cc(_0x574468._0x5c88f1)
|
|
1242
832
|
});
|
|
1243
833
|
},
|
|
1244
|
-
async 'uploadFile'(
|
|
1245
|
-
const
|
|
1246
|
-
if (
|
|
1247
|
-
throw new Error(
|
|
1248
|
-
const
|
|
1249
|
-
'body': JSON[
|
|
1250
|
-
'channel':
|
|
1251
|
-
'contentBase64':
|
|
1252
|
-
'contentType':
|
|
1253
|
-
'originalFilename':
|
|
834
|
+
async 'uploadFile'(_0x37ffcb) {
|
|
835
|
+
const _0x2b97c3 = _0x2e563f, _0x479daf = await _0x3bbe97(_0x37ffcb[_0x2b97c3(_0x3d4723._0x3ee246)]);
|
|
836
|
+
if (_0x479daf[_0x2b97c3(0x2ea)])
|
|
837
|
+
throw new Error('upload_file\x20only\x20supports\x20channel\x20or\x20DM\x20targets,\x20not\x20thread\x20targets');
|
|
838
|
+
const _0xbafa49 = await _0x1bb4e6(_0x2b97c3(0x1f4) + _0x2c8f6e[_0x2b97c3(0x290)] + _0x2b97c3(0x2fa), {
|
|
839
|
+
'body': JSON[_0x2b97c3(0x2b5)]({
|
|
840
|
+
'channel': _0x479daf['target'],
|
|
841
|
+
'contentBase64': _0x37ffcb[_0x2b97c3(0x2b8)],
|
|
842
|
+
'contentType': _0x37ffcb[_0x2b97c3(_0x3d4723._0x24c99f)],
|
|
843
|
+
'originalFilename': _0x37ffcb['filename']
|
|
1254
844
|
}),
|
|
1255
|
-
'headers':
|
|
1256
|
-
'method':
|
|
845
|
+
'headers': _0x2b5cfd,
|
|
846
|
+
'method': _0x2b97c3(_0x3d4723._0x36bb13)
|
|
1257
847
|
});
|
|
1258
848
|
return {
|
|
1259
|
-
'attachmentId':
|
|
1260
|
-
'filename':
|
|
1261
|
-
'sizeBytes':
|
|
849
|
+
'attachmentId': _0xbafa49[_0x2b97c3(0x195)]?.['id'] ?? '',
|
|
850
|
+
'filename': _0xbafa49[_0x2b97c3(_0x3d4723._0x2d4dea)]?.[_0x2b97c3(0x261)] ?? _0x37ffcb[_0x2b97c3(_0x3d4723._0x178857)],
|
|
851
|
+
'sizeBytes': _0xbafa49[_0x2b97c3(0x195)]?.[_0x2b97c3(_0x3d4723._0xe1d310)] ?? 0x0
|
|
1262
852
|
};
|
|
1263
853
|
},
|
|
1264
|
-
async 'downloadAttachment'(
|
|
1265
|
-
const
|
|
1266
|
-
'headers':
|
|
1267
|
-
'method':
|
|
1268
|
-
}),
|
|
854
|
+
async 'downloadAttachment'(_0x3f0cea) {
|
|
855
|
+
const _0x3ff34f = _0x2e563f, _0x4eae95 = await _0x1bb4e6('/api/attachments/' + _0x3f0cea, {
|
|
856
|
+
'headers': _0x2b5cfd,
|
|
857
|
+
'method': _0x3ff34f(0x2fd)
|
|
858
|
+
}), _0x12376d = new AbortController(), _0x3713e6 = setTimeout(() => _0x12376d[_0x3ff34f(0x259)](), _0x4d52b3);
|
|
1269
859
|
try {
|
|
1270
|
-
const
|
|
1271
|
-
'headers':
|
|
1272
|
-
'method':
|
|
1273
|
-
'signal':
|
|
860
|
+
const _0x381e41 = await _0x4dcd1a(_0x256543 + _0x3ff34f(_0x33ef01._0x195bf6) + _0x3f0cea + _0x3ff34f(_0x33ef01._0x459326), {
|
|
861
|
+
'headers': _0x2b5cfd,
|
|
862
|
+
'method': 'GET',
|
|
863
|
+
'signal': _0x12376d[_0x3ff34f(_0x33ef01._0x2fe0de)]
|
|
1274
864
|
});
|
|
1275
|
-
if (!
|
|
1276
|
-
throw new Error(
|
|
865
|
+
if (!_0x381e41['ok'])
|
|
866
|
+
throw new Error(_0x3ff34f(0x2e9) + _0x381e41[_0x3ff34f(_0x33ef01._0xbefc50)]);
|
|
1277
867
|
return {
|
|
1278
|
-
'contentType':
|
|
1279
|
-
'data': Buffer[
|
|
1280
|
-
'originalFilename':
|
|
868
|
+
'contentType': _0x4eae95['data']?.[_0x3ff34f(_0x33ef01._0x4b2f6f)] ?? _0x381e41[_0x3ff34f(_0x33ef01._0xdfaa34)][_0x3ff34f(_0x33ef01._0x359d99)](_0x3ff34f(_0x33ef01._0x4336cf)) ?? _0x3ff34f(0x210),
|
|
869
|
+
'data': Buffer['from'](await _0x381e41[_0x3ff34f(0x18f)]()),
|
|
870
|
+
'originalFilename': _0x4eae95[_0x3ff34f(_0x33ef01._0x285aae)]?.['originalFilename']
|
|
1281
871
|
};
|
|
1282
872
|
} finally {
|
|
1283
|
-
clearTimeout(
|
|
873
|
+
clearTimeout(_0x3713e6);
|
|
1284
874
|
}
|
|
1285
875
|
},
|
|
1286
876
|
async 'listServer'() {
|
|
1287
|
-
return
|
|
877
|
+
return _0x142453({ 'forceRefresh': !![] });
|
|
1288
878
|
},
|
|
1289
879
|
async 'getLatestEventSeq'() {
|
|
1290
|
-
const
|
|
1291
|
-
|
|
1292
|
-
const
|
|
1293
|
-
'headers':
|
|
880
|
+
const _0x52b18e = _0x2e563f, _0x59b1dc = new URLSearchParams();
|
|
881
|
+
_0x59b1dc[_0x52b18e(0x2e1)](_0x52b18e(_0x30bbcb._0x264a7c), '0'), _0x59b1dc[_0x52b18e(_0x30bbcb._0x1d94d3)](_0x52b18e(0x2ab), '1');
|
|
882
|
+
const _0x1254bc = await _0x1bb4e6(_0x52b18e(0x1f4) + _0x2c8f6e[_0x52b18e(0x290)] + _0x52b18e(0x278) + _0x59b1dc[_0x52b18e(0x1f8)](), {
|
|
883
|
+
'headers': _0x2b5cfd,
|
|
1294
884
|
'method': 'GET'
|
|
1295
|
-
}),
|
|
1296
|
-
return typeof
|
|
885
|
+
}), _0x18d5ac = _0x1254bc['meta']?.[_0x52b18e(_0x30bbcb._0x27b5ef)];
|
|
886
|
+
return typeof _0x18d5ac === _0x52b18e(_0x30bbcb._0x2f6783) && _0x18d5ac > 0x0 ? _0x18d5ac : 0x0;
|
|
1297
887
|
},
|
|
1298
|
-
async 'readHistory'(
|
|
1299
|
-
const
|
|
1300
|
-
return
|
|
1301
|
-
'after':
|
|
1302
|
-
'before':
|
|
1303
|
-
'channelId':
|
|
1304
|
-
'channelTarget':
|
|
1305
|
-
'limit':
|
|
1306
|
-
'threadId':
|
|
888
|
+
async 'readHistory'(_0x44f3ef) {
|
|
889
|
+
const _0xd2cf6 = _0x2e563f, _0x55d99b = await _0x3bbe97(_0x44f3ef[_0xd2cf6(0x1cd)]);
|
|
890
|
+
return _0x5e7652({
|
|
891
|
+
'after': _0x44f3ef[_0xd2cf6(0x309)],
|
|
892
|
+
'before': _0x44f3ef[_0xd2cf6(_0x41757c._0x67fdc3)],
|
|
893
|
+
'channelId': _0x55d99b[_0xd2cf6(0x190)],
|
|
894
|
+
'channelTarget': _0x55d99b['target'],
|
|
895
|
+
'limit': _0x44f3ef[_0xd2cf6(0x2ab)],
|
|
896
|
+
'threadId': _0x55d99b['threadId']
|
|
1307
897
|
});
|
|
1308
898
|
},
|
|
1309
|
-
'resolveTarget':
|
|
899
|
+
'resolveTarget': _0x3bbe97,
|
|
1310
900
|
async 'checkMessages'() {
|
|
1311
|
-
const
|
|
1312
|
-
|
|
1313
|
-
const
|
|
1314
|
-
'headers':
|
|
901
|
+
const _0x314921 = _0x2e563f, _0x2ed28e = new URLSearchParams();
|
|
902
|
+
_0x2ed28e[_0x314921(_0x4c0507._0x1304de)](_0x314921(0x284), String(_0x117501));
|
|
903
|
+
const _0x25453c = _0x2ed28e['toString'](), _0x3ef333 = await _0x1bb4e6(_0x314921(_0x4c0507._0x3a2162) + _0x2c8f6e['agentId'] + _0x314921(0x251) + (_0x25453c ? '?' + _0x25453c : ''), {
|
|
904
|
+
'headers': _0x2b5cfd,
|
|
1315
905
|
'method': 'GET'
|
|
1316
|
-
}),
|
|
1317
|
-
const
|
|
1318
|
-
if (
|
|
906
|
+
}), _0x23442d = _0x3ef333['data'] ?? [], _0x5d7cab = _0x3ef333['meta']?.[_0x314921(_0x4c0507._0x211249)], _0x4f063c = _0x31dff4 ? _0x23442d[_0x314921(_0x4c0507._0x2e625e)](_0xeaea91 => {
|
|
907
|
+
const _0x1fa059 = _0x314921;
|
|
908
|
+
if (_0xeaea91[_0x1fa059(_0x22e028._0x4e6500)] !== _0x1fa059(0x1ba))
|
|
1319
909
|
return ![];
|
|
1320
|
-
return
|
|
1321
|
-
}) :
|
|
1322
|
-
let
|
|
1323
|
-
|
|
1324
|
-
|
|
910
|
+
return _0x2423c2(_0x31dff4, asRecord(_0xeaea91[_0x1fa059(0x1b7)]));
|
|
911
|
+
}) : _0x23442d, _0x1d6874 = _0x5d7cab !== void 0x0 ? _0x31dff4 ? Math['max'](_0x117501, _0x4f063c[_0x314921(0x2ac)] > 0x0 ? _0x4f063c[_0x4f063c[_0x314921(0x2ac)] - 0x1][_0x314921(_0x4c0507._0x45f87d)] : _0x117501) : Math[_0x314921(_0x4c0507._0x80d0a5)](_0x117501, _0x5d7cab) : _0x4f063c[_0x314921(0x2ac)] > 0x0 ? Math['max'](_0x117501, _0x4f063c[_0x4f063c[_0x314921(_0x4c0507._0x12ec75)] - 0x1][_0x314921(_0x4c0507._0x45f87d)]) : _0x117501, _0x1b9a50 = (_0x31dff4 ? _0x4f063c : _0x23442d)['filter'](_0x1f664f => _0x1f664f[_0x314921(0x1bf)] === _0x314921(0x1ba)), _0x3e7a4d = _0x31dff4 === void 0x0 && _0xe1484e;
|
|
912
|
+
let _0x2f41cb = await _0x142453(), _0x557b9c = new Map(_0x2f41cb[_0x314921(0x205)][_0x314921(0x1b1)](_0x15f59c => [
|
|
913
|
+
_0x15f59c['id'],
|
|
914
|
+
_0x15f59c
|
|
1325
915
|
]));
|
|
1326
|
-
const
|
|
1327
|
-
const
|
|
1328
|
-
return Boolean(
|
|
916
|
+
const _0x422f58 = _0x1b9a50[_0x314921(0x2f5)](_0x5b8b97 => {
|
|
917
|
+
const _0x109db6 = _0x314921, _0x1abc62 = asRecord(_0x5b8b97[_0x109db6(0x1b7)]), _0x50e6ab = typeof _0x1abc62?.[_0x109db6(_0x419f0a._0x1288fe)] === _0x109db6(0x264) ? _0x1abc62[_0x109db6(0x190)] : '';
|
|
918
|
+
return Boolean(_0x50e6ab) && !_0x557b9c[_0x109db6(_0x419f0a._0x493f14)](_0x50e6ab);
|
|
1329
919
|
});
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
920
|
+
_0x422f58 && (_0x2f41cb = await _0x142453({ 'forceRefresh': !![] }), _0x557b9c = new Map(_0x2f41cb['channels'][_0x314921(_0x4c0507._0x5304f7)](_0x5ca7b6 => [
|
|
921
|
+
_0x5ca7b6['id'],
|
|
922
|
+
_0x5ca7b6
|
|
1333
923
|
])));
|
|
1334
|
-
const
|
|
1335
|
-
for (const
|
|
1336
|
-
const
|
|
1337
|
-
if (!
|
|
924
|
+
const _0x2350ff = new Map();
|
|
925
|
+
for (const _0xb82c07 of _0x1b9a50) {
|
|
926
|
+
const _0x42db46 = asRecord(_0xb82c07['payloadJson']), _0x24ba9b = typeof _0x42db46[_0x314921(_0x4c0507._0x46acc9)] === _0x314921(0x264) ? _0x42db46[_0x314921(0x190)] : '';
|
|
927
|
+
if (!_0x24ba9b)
|
|
1338
928
|
continue;
|
|
1339
|
-
const
|
|
929
|
+
const _0x359b90 = typeof _0x42db46[_0x314921(0x2ea)] === _0x314921(_0x4c0507._0x28e19a) ? _0x42db46[_0x314921(0x2ea)] : void 0x0, _0xdbc434 = typeof _0x42db46[_0x314921(_0x4c0507._0x2d0e98)] === _0x314921(_0x4c0507._0x28e19a) ? _0x42db46['rootMessageId'] : void 0x0, _0x1830b7 = typeof _0x42db46[_0x314921(_0x4c0507._0x29b4d7)] === _0x314921(_0x4c0507._0x1d3edf) && Number['isInteger'](_0x42db46[_0x314921(0x1dc)]) ? _0x42db46[_0x314921(0x1dc)] : void 0x0, _0xd802fd = Boolean(_0x359b90 && (!_0xdbc434 || _0xb82c07[_0x314921(0x1a4)] !== _0xdbc434)), _0x2f4d02 = _0xd802fd ? _0x24ba9b + ':' + _0x359b90 : _0x24ba9b, _0x9a8fe6 = _0x2350ff[_0x314921(0x267)](_0x2f4d02) ?? {
|
|
1340
930
|
'aggregateIds': [],
|
|
1341
|
-
'channelId':
|
|
931
|
+
'channelId': _0x24ba9b,
|
|
1342
932
|
'entries': new Map(),
|
|
1343
|
-
'isThreadReply':
|
|
1344
|
-
'rootMessageId':
|
|
1345
|
-
'threadNumber':
|
|
1346
|
-
'threadId':
|
|
933
|
+
'isThreadReply': _0xd802fd,
|
|
934
|
+
'rootMessageId': _0xdbc434,
|
|
935
|
+
'threadNumber': _0x1830b7,
|
|
936
|
+
'threadId': _0xd802fd ? _0x359b90 : void 0x0
|
|
1347
937
|
};
|
|
1348
|
-
|
|
1349
|
-
'payloadJson':
|
|
1350
|
-
'seq':
|
|
1351
|
-
}),
|
|
938
|
+
_0x9a8fe6[_0x314921(_0x4c0507._0x45ca74)] == null && _0x1830b7 != null && (_0x9a8fe6[_0x314921(0x1dc)] = _0x1830b7), !_0x9a8fe6[_0x314921(0x1f7)] && _0xdbc434 && (_0x9a8fe6[_0x314921(_0x4c0507._0x106f20)] = _0xdbc434), _0x9a8fe6[_0x314921(_0x4c0507._0x4ab36a)][_0x314921(0x1ff)](_0xb82c07['aggregateId']), _0x9a8fe6[_0x314921(_0x4c0507._0x2f19c0)][_0x314921(0x2e1)](_0xb82c07[_0x314921(0x1a4)], {
|
|
939
|
+
'payloadJson': _0xb82c07[_0x314921(_0x4c0507._0xc531d6)],
|
|
940
|
+
'seq': _0xb82c07[_0x314921(0x275)]
|
|
941
|
+
}), _0x2350ff[_0x314921(_0x4c0507._0x1304de)](_0x2f4d02, _0x9a8fe6);
|
|
1352
942
|
}
|
|
1353
|
-
const
|
|
1354
|
-
for (const
|
|
943
|
+
const _0x217328 = [];
|
|
944
|
+
for (const _0x3e65d6 of _0x2350ff['values']()) {
|
|
1355
945
|
const {
|
|
1356
|
-
channelId:
|
|
1357
|
-
threadId:
|
|
1358
|
-
rootMessageId:
|
|
1359
|
-
threadNumber:
|
|
1360
|
-
aggregateIds:
|
|
1361
|
-
isThreadReply:
|
|
1362
|
-
entries:
|
|
1363
|
-
} =
|
|
1364
|
-
'channelTarget':
|
|
1365
|
-
'rootMessageId':
|
|
1366
|
-
'threadId':
|
|
1367
|
-
'threadNumber':
|
|
1368
|
-
},
|
|
1369
|
-
'channelId':
|
|
1370
|
-
'channelTarget':
|
|
1371
|
-
'limit': Math[
|
|
1372
|
-
'threadId':
|
|
1373
|
-
}),
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
])),
|
|
1377
|
-
for (const
|
|
1378
|
-
if (!
|
|
946
|
+
channelId: _0x460424,
|
|
947
|
+
threadId: _0x5e9b03,
|
|
948
|
+
rootMessageId: _0x2c3328,
|
|
949
|
+
threadNumber: _0x93651f,
|
|
950
|
+
aggregateIds: _0x37fbd4,
|
|
951
|
+
isThreadReply: _0x565bbb,
|
|
952
|
+
entries: _0x46130e
|
|
953
|
+
} = _0x3e65d6, _0x3c57f5 = _0x557b9c[_0x314921(_0x4c0507._0x4081f0)](_0x460424), _0x494f05 = _0x3c57f5?.[_0x314921(0x311)] ?? _0x460424, _0x245502 = _0x3c57f5?.[_0x314921(_0x4c0507._0x564dfd)] === 'dm' ? 'dm:' + _0x494f05 : '#' + _0x494f05, _0x3e9fcf = {
|
|
954
|
+
'channelTarget': _0x245502,
|
|
955
|
+
'rootMessageId': _0x2c3328,
|
|
956
|
+
'threadId': _0x5e9b03,
|
|
957
|
+
'threadNumber': _0x93651f
|
|
958
|
+
}, _0x5b0d4d = await _0x5e7652({
|
|
959
|
+
'channelId': _0x460424,
|
|
960
|
+
'channelTarget': _0x245502,
|
|
961
|
+
'limit': Math['max'](_0x37fbd4[_0x314921(0x2ac)], 0x32),
|
|
962
|
+
'threadId': _0x5e9b03
|
|
963
|
+
}), _0x48dbd2 = new Map(_0x5b0d4d[_0x314921(_0x4c0507._0x392162)][_0x314921(_0x4c0507._0x5304f7)](_0x1b63bf => [
|
|
964
|
+
_0x1b63bf[_0x314921(0x1a8)],
|
|
965
|
+
_0x1b63bf
|
|
966
|
+
])), _0x1d7d23 = _0x5e9b03 ? _0x2e660d(_0x3e9fcf) : _0x245502, _0x54dd27 = _0x31dff4 ? _0x565bbb && _0x2c290f(_0x31dff4, _0x3e9fcf) : !![], _0x151cdf = _0x565bbb ? _0x54dd27 && _0x31dff4 ? _0x31dff4 : _0x1d7d23 : _0x245502;
|
|
967
|
+
for (const _0x5638b2 of _0x37fbd4) {
|
|
968
|
+
if (!_0x54dd27)
|
|
1379
969
|
continue;
|
|
1380
|
-
const
|
|
1381
|
-
if (
|
|
970
|
+
const _0x3020ac = _0x46130e[_0x314921(_0x4c0507._0x5998fe)](_0x5638b2), _0x52d0bc = _0x3020ac ? asRecord(_0x3020ac[_0x314921(_0x4c0507._0x2f7ce8)]) : void 0x0, _0x4aa4d1 = _0x52d0bc?.[_0x314921(0x303)] === _0x314921(0x2d4);
|
|
971
|
+
if (_0x3e7a4d && _0x4aa4d1)
|
|
1382
972
|
continue;
|
|
1383
|
-
const
|
|
1384
|
-
if (
|
|
1385
|
-
|
|
1386
|
-
'attachments':
|
|
1387
|
-
'content':
|
|
1388
|
-
'createdAt':
|
|
1389
|
-
...
|
|
1390
|
-
'messageId':
|
|
1391
|
-
'senderName':
|
|
1392
|
-
'senderType':
|
|
1393
|
-
'target':
|
|
1394
|
-
...
|
|
973
|
+
const _0x572e56 = _0x48dbd2[_0x314921(0x267)](_0x5638b2);
|
|
974
|
+
if (_0x572e56) {
|
|
975
|
+
_0x217328['push']({
|
|
976
|
+
'attachments': _0x572e56['attachments'],
|
|
977
|
+
'content': _0x572e56[_0x314921(0x19b)],
|
|
978
|
+
'createdAt': _0x572e56[_0x314921(_0x4c0507._0x132014)],
|
|
979
|
+
..._0x572e56[_0x314921(0x20b)] ? { 'kind': _0x572e56[_0x314921(_0x4c0507._0x437f30)] } : {},
|
|
980
|
+
'messageId': _0x572e56[_0x314921(_0x4c0507._0xb7d606)],
|
|
981
|
+
'senderName': _0x572e56[_0x314921(0x293)],
|
|
982
|
+
'senderType': _0x572e56[_0x314921(_0x4c0507._0xdcd13)],
|
|
983
|
+
'target': _0x151cdf,
|
|
984
|
+
..._0x4aa4d1 ? { 'targetedTask': !![] } : {}
|
|
1395
985
|
});
|
|
1396
986
|
continue;
|
|
1397
987
|
}
|
|
1398
|
-
if (
|
|
1399
|
-
const
|
|
1400
|
-
|
|
988
|
+
if (_0x3020ac) {
|
|
989
|
+
const _0x14e567 = typeof _0x52d0bc?.[_0x314921(_0x4c0507._0x150b2d)] === _0x314921(_0x4c0507._0x28e19a) ? _0x52d0bc[_0x314921(_0x4c0507._0x150b2d)] : '', _0x1c580f = typeof _0x52d0bc?.[_0x314921(0x25a)] === 'string' ? _0x52d0bc[_0x314921(_0x4c0507._0x34412b)] : '', _0x46004a = typeof _0x52d0bc?.[_0x314921(0x20b)] === _0x314921(0x264) && _0x52d0bc[_0x314921(_0x4c0507._0x564dfd)] !== _0x314921(_0x4c0507._0x1b813f) ? _0x52d0bc[_0x314921(0x20b)] : void 0x0;
|
|
990
|
+
_0x14e567 && _0x1c580f && _0x217328['push']({
|
|
1401
991
|
'attachments': [],
|
|
1402
|
-
'content':
|
|
1403
|
-
'createdAt': new Date()[
|
|
1404
|
-
...
|
|
1405
|
-
'messageId':
|
|
1406
|
-
'senderName':
|
|
1407
|
-
'senderType':
|
|
1408
|
-
'target':
|
|
1409
|
-
...
|
|
992
|
+
'content': _0x1c580f,
|
|
993
|
+
'createdAt': new Date()[_0x314921(_0x4c0507._0x35030f)](),
|
|
994
|
+
..._0x46004a ? { 'kind': _0x46004a } : {},
|
|
995
|
+
'messageId': _0x5638b2,
|
|
996
|
+
'senderName': _0x446cb9(_0x14e567, _0x2f41cb),
|
|
997
|
+
'senderType': _0x19679a(_0x14e567, _0x2f41cb),
|
|
998
|
+
'target': _0x151cdf,
|
|
999
|
+
..._0x4aa4d1 ? { 'targetedTask': !![] } : {}
|
|
1410
1000
|
});
|
|
1411
1001
|
}
|
|
1412
1002
|
}
|
|
1413
1003
|
}
|
|
1414
|
-
if (
|
|
1415
|
-
if (
|
|
1416
|
-
await
|
|
1004
|
+
if (_0x1d6874 > 0x0) {
|
|
1005
|
+
if (_0x3f2217)
|
|
1006
|
+
await _0x29b200(_0x1d6874);
|
|
1417
1007
|
else
|
|
1418
|
-
|
|
1008
|
+
_0x410779 && await _0x5b27a7(_0x1d6874);
|
|
1419
1009
|
}
|
|
1420
|
-
return
|
|
1010
|
+
return _0x1d6874 > _0x117501 && (_0x117501 = _0x1d6874), { 'messages': _0x31dff4 ? _0x217328 : _0x3e7a4d ? _0x217328['filter'](_0x388804 => _0x388804[_0x314921(0x28a)] !== !![]) : _0x217328 };
|
|
1421
1011
|
}
|
|
1422
1012
|
};
|
|
1423
1013
|
}
|
|
1424
|
-
function toLocalTime(
|
|
1425
|
-
const
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
return _0x171438;
|
|
1435
|
-
const _0x90ee3e = _0x2d2a0f => String(_0x2d2a0f)[_0x2b23b6(0x1ff)](0x2, '0');
|
|
1436
|
-
return _0x144c2b[_0x2b23b6(0x18a)]() + '-' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x146972)]() + 0x1) + '-' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x2b36f1)]()) + '\x20' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x55f268)]()) + ':' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x54c505)]()) + ':' + _0x90ee3e(_0x144c2b[_0x2b23b6(_0x167064._0x32176c)]());
|
|
1014
|
+
function toLocalTime(_0x24e410) {
|
|
1015
|
+
const _0x5b7044 = {
|
|
1016
|
+
_0x46daf0: 0x1a6,
|
|
1017
|
+
_0x1005fc: 0x27f,
|
|
1018
|
+
_0x557428: 0x314
|
|
1019
|
+
}, _0x357fcb = _0x268d8f, _0x4bf8a9 = new Date(_0x24e410);
|
|
1020
|
+
if (Number['isNaN'](_0x4bf8a9[_0x357fcb(_0x5b7044._0x46daf0)]()))
|
|
1021
|
+
return _0x24e410;
|
|
1022
|
+
const _0x259cf4 = _0x2a81ef => String(_0x2a81ef)['padStart'](0x2, '0');
|
|
1023
|
+
return _0x4bf8a9['getFullYear']() + '-' + _0x259cf4(_0x4bf8a9[_0x357fcb(0x192)]() + 0x1) + '-' + _0x259cf4(_0x4bf8a9[_0x357fcb(_0x5b7044._0x1005fc)]()) + '\x20' + _0x259cf4(_0x4bf8a9[_0x357fcb(0x22b)]()) + ':' + _0x259cf4(_0x4bf8a9[_0x357fcb(_0x5b7044._0x557428)]()) + ':' + _0x259cf4(_0x4bf8a9[_0x357fcb(0x31b)]());
|
|
1437
1024
|
}
|
|
1438
|
-
function formatAttachmentSuffix(
|
|
1439
|
-
const
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1025
|
+
function formatAttachmentSuffix(_0x1ef3ec) {
|
|
1026
|
+
const _0x11a6e3 = {
|
|
1027
|
+
_0x59eb63: 0x2ac,
|
|
1028
|
+
_0x3cb343: 0x1d7,
|
|
1029
|
+
_0x45245e: 0x283
|
|
1030
|
+
}, _0x2154fa = _0x268d8f;
|
|
1031
|
+
if (!_0x1ef3ec || _0x1ef3ec[_0x2154fa(0x2ac)] === 0x0)
|
|
1444
1032
|
return '';
|
|
1445
|
-
return '\x20[' +
|
|
1033
|
+
return '\x20[' + _0x1ef3ec['length'] + _0x2154fa(0x249) + (_0x1ef3ec[_0x2154fa(_0x11a6e3._0x59eb63)] > 0x1 ? 's' : '') + ':\x20' + _0x1ef3ec['map'](_0x3dd48b => _0x3dd48b[_0x2154fa(0x1c5)] + _0x2154fa(0x193) + _0x3dd48b['id'] + ')')[_0x2154fa(_0x11a6e3._0x3cb343)](',\x20') + _0x2154fa(_0x11a6e3._0x45245e);
|
|
1446
1034
|
}
|
|
1447
|
-
function formatCheckMessages(
|
|
1448
|
-
const
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1035
|
+
function formatCheckMessages(_0x1c2cd9) {
|
|
1036
|
+
const _0x1c73c1 = { _0x544458: 0x1b1 }, _0x595b90 = {
|
|
1037
|
+
_0x35659e: 0x1c2,
|
|
1038
|
+
_0x30c0f1: 0x20b,
|
|
1039
|
+
_0x3cb397: 0x2c5,
|
|
1040
|
+
_0x3536f6: 0x1a8,
|
|
1041
|
+
_0x12ee40: 0x2df,
|
|
1042
|
+
_0x5b9059: 0x2b2,
|
|
1043
|
+
_0x583cfe: 0x25c,
|
|
1044
|
+
_0x370835: 0x279,
|
|
1045
|
+
_0x19f8e3: 0x19b
|
|
1046
|
+
}, _0xd50279 = _0x268d8f;
|
|
1047
|
+
if (_0x1c2cd9[_0xd50279(0x2ac)] === 0x0)
|
|
1048
|
+
return _0xd50279(0x2f6);
|
|
1049
|
+
return _0x1c2cd9[_0xd50279(_0x1c73c1._0x544458)](_0x3ac84d => {
|
|
1050
|
+
const _0x1fe3f6 = _0xd50279, _0x46e0fe = _0x3ac84d['senderType'] === _0x1fe3f6(0x224) ? _0x1fe3f6(0x1aa) : '', _0x153e1a = _0x3ac84d[_0x1fe3f6(0x20b)] && _0x3ac84d[_0x1fe3f6(0x20b)] !== _0x1fe3f6(0x1fd) ? _0x1fe3f6(_0x595b90._0x35659e) + _0x3ac84d[_0x1fe3f6(_0x595b90._0x30c0f1)] : '';
|
|
1051
|
+
return _0x1fe3f6(_0x595b90._0x3cb397) + _0x3ac84d[_0x1fe3f6(0x221)] + _0x1fe3f6(0x2b9) + _0x3ac84d[_0x1fe3f6(_0x595b90._0x3536f6)][_0x1fe3f6(_0x595b90._0x12ee40)](0x0, 0x8) + _0x1fe3f6(_0x595b90._0x5b9059) + toLocalTime(_0x3ac84d[_0x1fe3f6(_0x595b90._0x583cfe)]) + _0x46e0fe + _0x153e1a + _0x1fe3f6(_0x595b90._0x370835) + _0x3ac84d[_0x1fe3f6(0x293)] + ':\x20' + _0x3ac84d[_0x1fe3f6(_0x595b90._0x19f8e3)] + formatAttachmentSuffix(_0x3ac84d[_0x1fe3f6(0x2cf)]);
|
|
1052
|
+
})['join']('\x0a');
|
|
1459
1053
|
}
|
|
1460
|
-
function formatHistory(
|
|
1461
|
-
const
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1054
|
+
function formatHistory(_0x5371a9) {
|
|
1055
|
+
const _0x563322 = {
|
|
1056
|
+
_0x35676f: 0x1b1,
|
|
1057
|
+
_0x4b8622: 0x1d7,
|
|
1058
|
+
_0x35fa09: 0x22f,
|
|
1059
|
+
_0xd9f6d0: 0x1cf,
|
|
1060
|
+
_0x3927a6: 0x21c
|
|
1061
|
+
}, _0x58e151 = {
|
|
1062
|
+
_0x164420: 0x1b4,
|
|
1063
|
+
_0x4a35b7: 0x1c2,
|
|
1064
|
+
_0x3fcd97: 0x20b,
|
|
1065
|
+
_0x4fd472: 0x1a8,
|
|
1066
|
+
_0x3bad6c: 0x2b2,
|
|
1067
|
+
_0x555345: 0x25c,
|
|
1068
|
+
_0x988ad3: 0x279,
|
|
1069
|
+
_0x4f5919: 0x293,
|
|
1070
|
+
_0x35a828: 0x19b,
|
|
1071
|
+
_0xffd7a7: 0x2cf
|
|
1072
|
+
}, _0x471a26 = _0x268d8f;
|
|
1073
|
+
if (_0x5371a9['messages'][_0x471a26(0x2ac)] === 0x0)
|
|
1074
|
+
return _0x471a26(0x21c) + _0x5371a9[_0x471a26(0x1cd)] + '\x20(0\x20messages)\x0a\x0aNo\x20messages\x20in\x20this\x20channel.';
|
|
1075
|
+
const _0x39be3f = _0x5371a9[_0x471a26(0x1e1)][_0x471a26(_0x563322._0x35676f)](_0x4916c4 => {
|
|
1076
|
+
const _0x1e8a5f = _0x471a26, _0x2142e1 = _0x4916c4[_0x1e8a5f(_0x58e151._0x164420)] === _0x1e8a5f(0x224) ? _0x1e8a5f(0x1aa) : '', _0x28a01a = _0x4916c4[_0x1e8a5f(0x20b)] && _0x4916c4['kind'] !== _0x1e8a5f(0x1fd) ? _0x1e8a5f(_0x58e151._0x4a35b7) + _0x4916c4[_0x1e8a5f(_0x58e151._0x3fcd97)] : '';
|
|
1077
|
+
return '[seq=' + _0x4916c4[_0x1e8a5f(0x275)] + '\x20msg=' + _0x4916c4[_0x1e8a5f(_0x58e151._0x4fd472)] + _0x1e8a5f(_0x58e151._0x3bad6c) + toLocalTime(_0x4916c4[_0x1e8a5f(_0x58e151._0x555345)]) + _0x2142e1 + _0x28a01a + _0x1e8a5f(_0x58e151._0x988ad3) + _0x4916c4[_0x1e8a5f(_0x58e151._0x4f5919)] + ':\x20' + _0x4916c4[_0x1e8a5f(_0x58e151._0x35a828)] + formatAttachmentSuffix(_0x4916c4[_0x1e8a5f(_0x58e151._0xffd7a7)]);
|
|
1078
|
+
})[_0x471a26(_0x563322._0x4b8622)]('\x0a'), _0x58da31 = _0x5371a9[_0x471a26(_0x563322._0x35fa09)] && _0x5371a9[_0x471a26(_0x563322._0xd9f6d0)] ? _0x471a26(0x1fb) + _0x5371a9['messages']['length'] + '\x20messages\x20shown.\x20Use\x20before=' + _0x5371a9['nextCursor'] + _0x471a26(0x2e8) : '';
|
|
1079
|
+
return _0x471a26(_0x563322._0x3927a6) + _0x5371a9[_0x471a26(0x1cd)] + '\x20(' + _0x5371a9['messages'][_0x471a26(0x2ac)] + '\x20messages)\x0a\x0a' + _0x39be3f + _0x58da31;
|
|
1484
1080
|
}
|
|
1485
|
-
function formatServerDirectory(
|
|
1486
|
-
const
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1081
|
+
function formatServerDirectory(_0x1a203f) {
|
|
1082
|
+
const _0x5cc3db = {
|
|
1083
|
+
_0x4c6ce1: 0x205,
|
|
1084
|
+
_0x5b8cb6: 0x306,
|
|
1085
|
+
_0x53fdbe: 0x234,
|
|
1086
|
+
_0x304d62: 0x1b1,
|
|
1087
|
+
_0x276573: 0x1d7,
|
|
1088
|
+
_0x1b86fb: 0x306,
|
|
1089
|
+
_0x7ab97a: 0x2ac,
|
|
1090
|
+
_0x5ec67a: 0x306,
|
|
1091
|
+
_0x1429a6: 0x2d7
|
|
1092
|
+
}, _0xa0b182 = _0x268d8f, _0x45a59d = _0x1a203f[_0xa0b182(_0x5cc3db._0x4c6ce1)]['length'] > 0x0 ? _0x1a203f[_0xa0b182(_0x5cc3db._0x4c6ce1)][_0xa0b182(0x1b1)](_0x15e1da => _0x15e1da[_0xa0b182(0x1dd)] ? '-\x20#' + _0x15e1da['name'] + '\x20—\x20' + _0x15e1da['description'] : _0xa0b182(0x2e5) + _0x15e1da[_0xa0b182(0x311)])['join']('\x0a') : _0xa0b182(_0x5cc3db._0x5b8cb6), _0xe8520e = _0x1a203f[_0xa0b182(_0x5cc3db._0x53fdbe)]['length'] > 0x0 ? _0x1a203f[_0xa0b182(0x234)][_0xa0b182(_0x5cc3db._0x304d62)](_0x422d2b => _0xa0b182(0x1f1) + _0x422d2b[_0xa0b182(0x311)])[_0xa0b182(_0x5cc3db._0x276573)]('\x0a') : _0xa0b182(_0x5cc3db._0x1b86fb), _0x59c3f8 = _0x1a203f[_0xa0b182(0x2be)][_0xa0b182(_0x5cc3db._0x7ab97a)] > 0x0 ? _0x1a203f['humans'][_0xa0b182(0x1b1)](_0x27adde => _0xa0b182(0x1f1) + _0x27adde['name'])[_0xa0b182(0x1d7)]('\x0a') : _0xa0b182(_0x5cc3db._0x5ec67a);
|
|
1490
1093
|
return [
|
|
1491
|
-
|
|
1094
|
+
_0xa0b182(0x286) + _0x1a203f[_0xa0b182(0x2ee)],
|
|
1492
1095
|
'',
|
|
1493
|
-
|
|
1494
|
-
|
|
1096
|
+
_0xa0b182(_0x5cc3db._0x1429a6),
|
|
1097
|
+
_0x45a59d,
|
|
1495
1098
|
'',
|
|
1496
1099
|
'###\x20Agents',
|
|
1497
|
-
|
|
1100
|
+
_0xe8520e,
|
|
1498
1101
|
'',
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
][
|
|
1102
|
+
_0xa0b182(0x1e6),
|
|
1103
|
+
_0x59c3f8
|
|
1104
|
+
][_0xa0b182(0x1d7)]('\x0a');
|
|
1502
1105
|
}
|
|
1503
|
-
function formatUploadResult(
|
|
1504
|
-
const
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1106
|
+
function formatUploadResult(_0x203142) {
|
|
1107
|
+
const _0x512124 = {
|
|
1108
|
+
_0x3cc4b1: 0x2f9,
|
|
1109
|
+
_0x5bbd24: 0x1c7,
|
|
1110
|
+
_0xe7f21f: 0x214,
|
|
1111
|
+
_0x4997dd: 0x2dc
|
|
1112
|
+
}, _0x5d04d6 = _0x268d8f;
|
|
1113
|
+
return _0x5d04d6(_0x512124._0x3cc4b1) + _0x203142[_0x5d04d6(0x1c5)] + '\x20(' + (_0x203142[_0x5d04d6(0x202)] / 0x400)[_0x5d04d6(_0x512124._0x5bbd24)](0x1) + _0x5d04d6(_0x512124._0xe7f21f) + _0x203142[_0x5d04d6(_0x512124._0x4997dd)] + '\x0a\x0aUse\x20this\x20ID\x20in\x20send_message\x27s\x20attachment_ids\x20parameter\x20to\x20include\x20it\x20in\x20a\x20message.';
|
|
1509
1114
|
}
|
|
1510
|
-
function formatViewFileResult(
|
|
1511
|
-
const
|
|
1512
|
-
return
|
|
1115
|
+
function formatViewFileResult(_0x5095cc, _0xbfca61) {
|
|
1116
|
+
const _0x57f291 = { _0x5aebe1: 0x2d0 }, _0xf0e82d = _0x268d8f;
|
|
1117
|
+
return _0xbfca61 ? 'File\x20already\x20cached\x20at:\x20' + _0x5095cc : _0xf0e82d(_0x57f291._0x5aebe1) + _0x5095cc;
|
|
1513
1118
|
}
|
|
1514
|
-
function formatTaskList(
|
|
1515
|
-
const
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
},
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
},
|
|
1527
|
-
if (
|
|
1528
|
-
return
|
|
1529
|
-
return
|
|
1530
|
-
const
|
|
1531
|
-
return
|
|
1532
|
-
})[
|
|
1119
|
+
function formatTaskList(_0x48a9c8, _0x1de1b8) {
|
|
1120
|
+
const _0x463ba4 = {
|
|
1121
|
+
_0x37ccb8: 0x304,
|
|
1122
|
+
_0x2d5f06: 0x1d7
|
|
1123
|
+
}, _0xc03520 = {
|
|
1124
|
+
_0x5a7118: 0x218,
|
|
1125
|
+
_0x149e1f: 0x1b2,
|
|
1126
|
+
_0x2ee4ba: 0x2de,
|
|
1127
|
+
_0x1999a7: 0x218,
|
|
1128
|
+
_0x95a82d: 0x27c,
|
|
1129
|
+
_0x127bdc: 0x196,
|
|
1130
|
+
_0x1883b1: 0x2f4
|
|
1131
|
+
}, _0x5112af = _0x268d8f;
|
|
1132
|
+
if (_0x48a9c8[_0x5112af(0x2ac)] === 0x0)
|
|
1133
|
+
return _0x5112af(_0x463ba4._0x37ccb8);
|
|
1134
|
+
return _0x48a9c8[_0x5112af(0x1b1)](_0x337606 => {
|
|
1135
|
+
const _0xcc9872 = _0x5112af, _0x3cae55 = _0x337606[_0xcc9872(_0xc03520._0x5a7118)] == null ? _0xcc9872(_0xc03520._0x149e1f) : _0x337606[_0xcc9872(_0xc03520._0x2ee4ba)] != null ? '#' + _0x337606[_0xcc9872(_0xc03520._0x1999a7)] + '.' + _0x337606[_0xcc9872(_0xc03520._0x2ee4ba)] : '#' + _0x337606[_0xcc9872(0x218)], _0x3dfc4d = _0x337606['messageId'] ? _0xcc9872(0x310) + _0x337606['messageId'] : '', _0x5cbf24 = _0x1de1b8 && _0x337606[_0xcc9872(0x218)] != null && !_0x337606[_0xcc9872(0x2de)] && _0x1de1b8['has'](_0x337606[_0xcc9872(0x218)]) ? _0xcc9872(0x222) : '', _0x1cd810 = _0x337606[_0xcc9872(_0xc03520._0x95a82d)] != null && _0x337606['childrenTotal'] > 0x0 ? '\x20(' + (_0x337606[_0xcc9872(_0xc03520._0x127bdc)] ?? 0x0) + '/' + _0x337606[_0xcc9872(_0xc03520._0x95a82d)] + '\x20done)' : '', _0x5eed65 = _0x337606[_0xcc9872(0x2f3)] ? _0xcc9872(0x206) + _0x337606['assigneeName'] : '';
|
|
1136
|
+
return _0x3cae55 + '\x20[' + _0x337606[_0xcc9872(0x263)] + ']\x20' + _0x337606[_0xcc9872(_0xc03520._0x1883b1)] + _0x1cd810 + _0x5eed65 + _0x3dfc4d + _0x5cbf24;
|
|
1137
|
+
})[_0x5112af(_0x463ba4._0x2d5f06)]('\x0a');
|
|
1533
1138
|
}
|
|
1534
|
-
function formatCreatedTasks(
|
|
1535
|
-
const
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
},
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
return _0x365889 + '\x20' + _0x3f8c8c[_0x559b41(_0x3d798a._0x26b43c)] + _0x547034;
|
|
1550
|
-
})[_0x16275a(_0x39eb6b._0x5c9101)]('\x0a');
|
|
1139
|
+
function formatCreatedTasks(_0x4bfa45) {
|
|
1140
|
+
const _0x38332b = {
|
|
1141
|
+
_0x49dc72: 0x2ac,
|
|
1142
|
+
_0x170d2d: 0x265
|
|
1143
|
+
}, _0x852eab = {
|
|
1144
|
+
_0x11213: 0x218,
|
|
1145
|
+
_0x9545e6: 0x2de,
|
|
1146
|
+
_0x55d32d: 0x310
|
|
1147
|
+
}, _0x3d817c = _0x268d8f;
|
|
1148
|
+
if (_0x4bfa45[_0x3d817c(_0x38332b._0x49dc72)] === 0x0)
|
|
1149
|
+
return _0x3d817c(_0x38332b._0x170d2d);
|
|
1150
|
+
return _0x4bfa45['map'](_0x414a66 => {
|
|
1151
|
+
const _0x246ca8 = _0x3d817c, _0x3570f0 = _0x414a66[_0x246ca8(_0x852eab._0x11213)] == null ? '(legacy)' : _0x414a66[_0x246ca8(0x2de)] != null ? '#' + _0x414a66[_0x246ca8(_0x852eab._0x11213)] + '.' + _0x414a66[_0x246ca8(_0x852eab._0x9545e6)] : '#' + _0x414a66[_0x246ca8(0x218)], _0x104d06 = _0x414a66[_0x246ca8(0x1a8)] ? _0x246ca8(_0x852eab._0x55d32d) + _0x414a66[_0x246ca8(0x1a8)] : '';
|
|
1152
|
+
return _0x3570f0 + '\x20' + _0x414a66[_0x246ca8(0x2f4)] + _0x104d06;
|
|
1153
|
+
})[_0x3d817c(0x1d7)]('\x0a');
|
|
1551
1154
|
}
|
|
1552
|
-
function formatClaimTaskLabel(
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1155
|
+
function formatClaimTaskLabel(_0x29b875, _0x1716af) {
|
|
1156
|
+
const _0x57158f = _0x268d8f;
|
|
1157
|
+
if (_0x29b875 == null)
|
|
1158
|
+
return _0x57158f(0x1b2);
|
|
1159
|
+
return _0x1716af != null ? '#' + _0x29b875 + '.' + _0x1716af : '#' + _0x29b875;
|
|
1556
1160
|
}
|
|
1557
|
-
function formatClaimTaskResults(
|
|
1558
|
-
const
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
_0x136cb6[_0x4d2719(0x20a)] ? _0x4d2719(0x138) + _0x136cb6[_0x4d2719(0x20a)] : null
|
|
1588
|
-
][_0x4d2719(_0x57d248._0x3aa3f7)](Boolean)[_0x4d2719(0x149)]('\x20');
|
|
1589
|
-
return _0x241ba8 + _0x4d2719(_0x57d248._0x3d1db5) + _0xfc1f8a + '\x20' + _0x4837df + _0x4d2719(_0x57d248._0x44c4e);
|
|
1161
|
+
function formatClaimTaskResults(_0x52ef7b) {
|
|
1162
|
+
const _0x62cecd = {
|
|
1163
|
+
_0x1f5559: 0x2ac,
|
|
1164
|
+
_0x415041: 0x1b1
|
|
1165
|
+
}, _0x463fc5 = {
|
|
1166
|
+
_0x593d6f: 0x2de,
|
|
1167
|
+
_0x35da29: 0x1a8,
|
|
1168
|
+
_0x34c7ab: 0x2f8,
|
|
1169
|
+
_0x137c29: 0x26d,
|
|
1170
|
+
_0xc1c67b: 0x2f2,
|
|
1171
|
+
_0x80e5a3: 0x2bb,
|
|
1172
|
+
_0x26b99e: 0x1e3,
|
|
1173
|
+
_0x933b7e: 0x22e,
|
|
1174
|
+
_0x41c846: 0x1ae
|
|
1175
|
+
}, _0x2129aa = _0x268d8f;
|
|
1176
|
+
if (_0x52ef7b[_0x2129aa(_0x62cecd._0x1f5559)] === 0x0)
|
|
1177
|
+
return _0x2129aa(0x253);
|
|
1178
|
+
return _0x52ef7b[_0x2129aa(_0x62cecd._0x415041)](_0x21c08e => {
|
|
1179
|
+
const _0x406b10 = _0x2129aa;
|
|
1180
|
+
if (_0x21c08e['success']) {
|
|
1181
|
+
const _0x5ac74d = formatClaimTaskLabel(_0x21c08e['taskNumber'], _0x21c08e[_0x406b10(_0x463fc5._0x593d6f)]), _0x15bf5d = _0x21c08e[_0x406b10(0x1a8)] ? '\x20message=' + _0x21c08e[_0x406b10(_0x463fc5._0x35da29)] : '';
|
|
1182
|
+
if (_0x21c08e['workerHandoff']) {
|
|
1183
|
+
const _0x3b6b9b = [
|
|
1184
|
+
_0x406b10(0x2d8),
|
|
1185
|
+
_0x21c08e['stopMain'] ? 'stopMain=true' : null,
|
|
1186
|
+
_0x21c08e[_0x406b10(0x2c3)] ? _0x406b10(0x29e) + _0x21c08e[_0x406b10(0x2c3)] : null,
|
|
1187
|
+
_0x21c08e[_0x406b10(0x274)] ? _0x406b10(_0x463fc5._0x34c7ab) + _0x21c08e[_0x406b10(0x274)] : null,
|
|
1188
|
+
_0x21c08e['workerDisposition'] ? _0x406b10(0x2b0) + _0x21c08e[_0x406b10(_0x463fc5._0x137c29)] : null
|
|
1189
|
+
]['filter'](Boolean)['join']('\x20');
|
|
1190
|
+
return _0x5ac74d + '\x20claimed' + _0x15bf5d + '\x20' + _0x3b6b9b + _0x406b10(0x2d9);
|
|
1590
1191
|
}
|
|
1591
|
-
if (
|
|
1592
|
-
return
|
|
1593
|
-
const
|
|
1594
|
-
return
|
|
1192
|
+
if (_0x21c08e['executionMode'] === _0x406b10(_0x463fc5._0xc1c67b))
|
|
1193
|
+
return _0x5ac74d + _0x406b10(_0x463fc5._0x80e5a3) + _0x15bf5d + _0x406b10(_0x463fc5._0x26b99e);
|
|
1194
|
+
const _0x4f3f13 = _0x21c08e[_0x406b10(0x1ce)] ? '\x20workerHandoff=false\x20error=' + _0x21c08e[_0x406b10(0x1ce)] : '';
|
|
1195
|
+
return _0x5ac74d + '\x20claimed' + _0x15bf5d + _0x4f3f13;
|
|
1595
1196
|
}
|
|
1596
|
-
const
|
|
1597
|
-
return
|
|
1598
|
-
})[
|
|
1197
|
+
const _0x9ce165 = _0x21c08e[_0x406b10(0x218)] == null ? _0x21c08e['messageId'] ?? _0x406b10(0x1a7) : formatClaimTaskLabel(_0x21c08e['taskNumber'], _0x21c08e[_0x406b10(_0x463fc5._0x593d6f)]);
|
|
1198
|
+
return _0x9ce165 + _0x406b10(_0x463fc5._0x933b7e) + (_0x21c08e[_0x406b10(0x1a0)] ?? _0x406b10(_0x463fc5._0x41c846));
|
|
1199
|
+
})[_0x2129aa(0x1d7)]('\x0a');
|
|
1599
1200
|
}
|
|
1600
|
-
function formatUnclaimTaskResult(
|
|
1601
|
-
const
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
},
|
|
1606
|
-
return
|
|
1201
|
+
function formatUnclaimTaskResult(_0x415ad3) {
|
|
1202
|
+
const _0x10f193 = {
|
|
1203
|
+
_0x2c4eba: 0x218,
|
|
1204
|
+
_0x4a6a69: 0x21f,
|
|
1205
|
+
_0x4ecddd: 0x263
|
|
1206
|
+
}, _0x2f291b = _0x268d8f, _0x5b1393 = _0x415ad3[_0x2f291b(_0x10f193._0x2c4eba)] == null ? _0x2f291b(0x1b2) : _0x415ad3[_0x2f291b(0x2de)] != null ? '#' + _0x415ad3[_0x2f291b(0x218)] + '.' + _0x415ad3[_0x2f291b(0x2de)] : '#' + _0x415ad3[_0x2f291b(0x218)];
|
|
1207
|
+
return _0x5b1393 + _0x2f291b(_0x10f193._0x4a6a69) + _0x415ad3[_0x2f291b(_0x10f193._0x4ecddd)];
|
|
1607
1208
|
}
|
|
1608
|
-
function formatUpdateTaskStatusResult(
|
|
1609
|
-
const
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1209
|
+
function formatUpdateTaskStatusResult(_0x22843e) {
|
|
1210
|
+
const _0x49dde0 = {
|
|
1211
|
+
_0x20d68a: 0x2de,
|
|
1212
|
+
_0x5a5fb6: 0x2de,
|
|
1213
|
+
_0x14226d: 0x218,
|
|
1214
|
+
_0x543bf4: 0x263,
|
|
1215
|
+
_0x5c0607: 0x263,
|
|
1216
|
+
_0x19ad86: 0x235
|
|
1217
|
+
}, _0x5093dc = _0x268d8f, _0x2f9895 = _0x22843e[_0x5093dc(0x218)] == null ? _0x5093dc(0x1b2) : _0x22843e[_0x5093dc(_0x49dde0._0x20d68a)] != null ? '#' + _0x22843e[_0x5093dc(0x218)] + '.' + _0x22843e[_0x5093dc(_0x49dde0._0x5a5fb6)] : '#' + _0x22843e[_0x5093dc(_0x49dde0._0x14226d)], _0xd82c13 = _0x2f9895 + _0x5093dc(0x21f) + _0x22843e[_0x5093dc(_0x49dde0._0x543bf4)];
|
|
1218
|
+
if (_0x22843e[_0x5093dc(_0x49dde0._0x5c0607)] !== 'in_review')
|
|
1219
|
+
return _0xd82c13;
|
|
1220
|
+
return _0xd82c13 + _0x5093dc(_0x49dde0._0x19ad86);
|
|
1613
1221
|
}
|
|
1614
1222
|
function getChatBridgeToolDefinitions() {
|
|
1615
|
-
const
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
}, _0x35a970 = _0x5f0bcb;
|
|
1223
|
+
const _0x990deb = {
|
|
1224
|
+
_0x46ce1b: 0x1f2,
|
|
1225
|
+
_0x160238: 0x2c0,
|
|
1226
|
+
_0x5db7f8: 0x1af,
|
|
1227
|
+
_0x120f26: 0x2ec,
|
|
1228
|
+
_0x1c82cf: 0x301,
|
|
1229
|
+
_0x67c90a: 0x25d,
|
|
1230
|
+
_0x17a0c1: 0x1b0,
|
|
1231
|
+
_0x8587bc: 0x1ad
|
|
1232
|
+
}, _0x2af83d = _0x268d8f;
|
|
1626
1233
|
return [
|
|
1627
|
-
{ 'name':
|
|
1234
|
+
{ 'name': _0x2af83d(_0x990deb._0x46ce1b) },
|
|
1628
1235
|
{ 'name': 'check_messages' },
|
|
1629
|
-
{ 'name':
|
|
1630
|
-
{ 'name':
|
|
1631
|
-
{ 'name':
|
|
1632
|
-
{ 'name':
|
|
1633
|
-
{ 'name':
|
|
1634
|
-
{ 'name':
|
|
1635
|
-
{ 'name':
|
|
1636
|
-
{ 'name':
|
|
1637
|
-
{ 'name':
|
|
1638
|
-
{ 'name':
|
|
1639
|
-
{ 'name':
|
|
1640
|
-
{ 'name':
|
|
1641
|
-
{ 'name':
|
|
1236
|
+
{ 'name': _0x2af83d(0x2fc) },
|
|
1237
|
+
{ 'name': _0x2af83d(_0x990deb._0x160238) },
|
|
1238
|
+
{ 'name': _0x2af83d(0x2c8) },
|
|
1239
|
+
{ 'name': _0x2af83d(_0x990deb._0x5db7f8) },
|
|
1240
|
+
{ 'name': _0x2af83d(_0x990deb._0x120f26) },
|
|
1241
|
+
{ 'name': _0x2af83d(_0x990deb._0x1c82cf) },
|
|
1242
|
+
{ 'name': _0x2af83d(_0x990deb._0x67c90a) },
|
|
1243
|
+
{ 'name': _0x2af83d(0x2fe) },
|
|
1244
|
+
{ 'name': 'update_task_status' },
|
|
1245
|
+
{ 'name': _0x2af83d(_0x990deb._0x17a0c1) },
|
|
1246
|
+
{ 'name': _0x2af83d(_0x990deb._0x8587bc) },
|
|
1247
|
+
{ 'name': _0x2af83d(0x1c1) },
|
|
1248
|
+
{ 'name': 'mark_waiting_input' }
|
|
1642
1249
|
];
|
|
1643
1250
|
}
|
|
1644
|
-
function createChatBridgeHandlers(
|
|
1645
|
-
const
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
},
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
},
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
},
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
},
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
}, _0x5e3c5d = _0x5f0bcb;
|
|
1778
|
-
function _0x3ce88e(_0x4f83c2, _0x83fee5) {
|
|
1779
|
-
const _0x4f472f = _0x4544;
|
|
1780
|
-
if (!_0x208103[_0x4f472f(0x189)])
|
|
1251
|
+
function createChatBridgeHandlers(_0x30731b) {
|
|
1252
|
+
const _0x303aed = { _0x39d481: 0x245 }, _0x2922c6 = {
|
|
1253
|
+
_0x283ad1: 0x26c,
|
|
1254
|
+
_0x5cbed1: 0x23b,
|
|
1255
|
+
_0x13682e: 0x19a,
|
|
1256
|
+
_0x3f8d15: 0x231,
|
|
1257
|
+
_0x3b3818: 0x2b5,
|
|
1258
|
+
_0x1fa096: 0x1a0,
|
|
1259
|
+
_0x5c14b5: 0x197
|
|
1260
|
+
}, _0x2d30ce = {
|
|
1261
|
+
_0x4bf9af: 0x19a,
|
|
1262
|
+
_0x4fcd10: 0x2b5,
|
|
1263
|
+
_0xc0e88c: 0x290,
|
|
1264
|
+
_0x4027df: 0x31d,
|
|
1265
|
+
_0x1e4d7e: 0x250,
|
|
1266
|
+
_0x8c0f64: 0x255
|
|
1267
|
+
}, _0xeb667 = {
|
|
1268
|
+
_0x5900ca: 0x240,
|
|
1269
|
+
_0x45a27d: 0x19a,
|
|
1270
|
+
_0x127826: 0x231,
|
|
1271
|
+
_0x380a6b: 0x255,
|
|
1272
|
+
_0x3e1563: 0x2ef,
|
|
1273
|
+
_0x543b9a: 0x255
|
|
1274
|
+
}, _0x3873d8 = {
|
|
1275
|
+
_0x18fda2: 0x255,
|
|
1276
|
+
_0x1f3c64: 0x2d2,
|
|
1277
|
+
_0x2569d7: 0x255,
|
|
1278
|
+
_0x536dbf: 0x1da
|
|
1279
|
+
}, _0x3cc678 = {
|
|
1280
|
+
_0x5a37d8: 0x318,
|
|
1281
|
+
_0x22f087: 0x1ec,
|
|
1282
|
+
_0x4dbaca: 0x262,
|
|
1283
|
+
_0x51eeca: 0x261
|
|
1284
|
+
}, _0x5b9980 = {
|
|
1285
|
+
_0x1914c8: 0x2ad,
|
|
1286
|
+
_0x4248b1: 0x1cd,
|
|
1287
|
+
_0x508b0c: 0x319
|
|
1288
|
+
}, _0x5c3f5d = {
|
|
1289
|
+
_0x990db4: 0x288,
|
|
1290
|
+
_0xe957da: 0x22c
|
|
1291
|
+
}, _0x4d2f1b = {
|
|
1292
|
+
_0x40129e: 0x1d8,
|
|
1293
|
+
_0x1e0840: 0x2ac,
|
|
1294
|
+
_0x34f65d: 0x2cd,
|
|
1295
|
+
_0xea787f: 0x1b1
|
|
1296
|
+
}, _0x48017e = {
|
|
1297
|
+
_0x24ceec: 0x239,
|
|
1298
|
+
_0x5f430c: 0x1a8,
|
|
1299
|
+
_0x39d308: 0x1cd,
|
|
1300
|
+
_0x3f7482: 0x218,
|
|
1301
|
+
_0x48878e: 0x1ba
|
|
1302
|
+
}, _0x5f192a = { _0x46b1d4: 0x29f }, _0x448adb = {
|
|
1303
|
+
_0x5a36f2: 0x319,
|
|
1304
|
+
_0x2533b7: 0x240,
|
|
1305
|
+
_0x29780d: 0x197,
|
|
1306
|
+
_0x520a78: 0x1bc,
|
|
1307
|
+
_0x4bf035: 0x299,
|
|
1308
|
+
_0x5c4ab6: 0x2ac,
|
|
1309
|
+
_0x46146e: 0x218,
|
|
1310
|
+
_0x1f8050: 0x2af
|
|
1311
|
+
}, _0x4913b1 = { _0x10d1ed: 0x26f }, _0x457288 = { _0x473b26: 0x27a }, _0x5831c3 = {
|
|
1312
|
+
_0x2a14a8: 0x319,
|
|
1313
|
+
_0x5904b5: 0x288,
|
|
1314
|
+
_0x271bc1: 0x24d
|
|
1315
|
+
}, _0x29ebda = {
|
|
1316
|
+
_0x5241d7: 0x217,
|
|
1317
|
+
_0x12a3d5: 0x2ea,
|
|
1318
|
+
_0x4cf80e: 0x1e0,
|
|
1319
|
+
_0xf016c: 0x221,
|
|
1320
|
+
_0x5e17e8: 0x1a8,
|
|
1321
|
+
_0x493670: 0x217,
|
|
1322
|
+
_0x340429: 0x1dc,
|
|
1323
|
+
_0x41847f: 0x221,
|
|
1324
|
+
_0x1518dd: 0x221,
|
|
1325
|
+
_0x3cf256: 0x2df,
|
|
1326
|
+
_0x211cdb: 0x225,
|
|
1327
|
+
_0x32abf9: 0x229,
|
|
1328
|
+
_0x17bd40: 0x1d7,
|
|
1329
|
+
_0x29b308: 0x220,
|
|
1330
|
+
_0x27dbd5: 0x266,
|
|
1331
|
+
_0x201334: 0x312,
|
|
1332
|
+
_0x36d47c: 0x240,
|
|
1333
|
+
_0x51dff3: 0x1a1,
|
|
1334
|
+
_0xf21b64: 0x231,
|
|
1335
|
+
_0x18fb5f: 0x2b5,
|
|
1336
|
+
_0x17af69: 0x197,
|
|
1337
|
+
_0x3eecb9: 0x31d,
|
|
1338
|
+
_0x59c72c: 0x238,
|
|
1339
|
+
_0x49b5a4: 0x2b3,
|
|
1340
|
+
_0x1c22c6: 0x22d,
|
|
1341
|
+
_0x3c6fa2: 0x298,
|
|
1342
|
+
_0x36de3b: 0x1e8,
|
|
1343
|
+
_0xf4c805: 0x221
|
|
1344
|
+
}, _0x4a4cfa = {
|
|
1345
|
+
_0x1a4ae3: 0x288,
|
|
1346
|
+
_0x3df96f: 0x240,
|
|
1347
|
+
_0x429eed: 0x2e2,
|
|
1348
|
+
_0x43f3ee: 0x290,
|
|
1349
|
+
_0x4a47f4: 0x207,
|
|
1350
|
+
_0xb767ae: 0x1ab,
|
|
1351
|
+
_0x547c69: 0x1e7,
|
|
1352
|
+
_0x498e3f: 0x2a3
|
|
1353
|
+
}, _0x37b59b = {
|
|
1354
|
+
_0x9fe4fc: 0x2e2,
|
|
1355
|
+
_0x1a3c07: 0x197,
|
|
1356
|
+
_0x53c4eb: 0x207,
|
|
1357
|
+
_0x2c28d5: 0x263,
|
|
1358
|
+
_0x26930b: 0x1e7,
|
|
1359
|
+
_0x3cb39e: 0x2a3
|
|
1360
|
+
}, _0x5e9c39 = {
|
|
1361
|
+
_0x47c1e6: 0x290,
|
|
1362
|
+
_0x50fd1e: 0x24b,
|
|
1363
|
+
_0x3a306a: 0x2f2,
|
|
1364
|
+
_0x1fda03: 0x218,
|
|
1365
|
+
_0x395688: 0x1f0,
|
|
1366
|
+
_0x594eb2: 0x1d2,
|
|
1367
|
+
_0x3f3c34: 0x1a8,
|
|
1368
|
+
_0x11b519: 0x2e4,
|
|
1369
|
+
_0x8b92b6: 0x218,
|
|
1370
|
+
_0x2955a9: 0x2c5,
|
|
1371
|
+
_0x2f1072: 0x2b9,
|
|
1372
|
+
_0x49826d: 0x1a8,
|
|
1373
|
+
_0x4554f7: 0x2df,
|
|
1374
|
+
_0x4641ef: 0x2a8,
|
|
1375
|
+
_0x1c32ff: 0x1a3,
|
|
1376
|
+
_0x1ec0ff: 0x19a,
|
|
1377
|
+
_0x3973f5: 0x277,
|
|
1378
|
+
_0x94de3e: 0x19d,
|
|
1379
|
+
_0x55aaff: 0x2cb
|
|
1380
|
+
}, _0x2aa39c = _0x268d8f;
|
|
1381
|
+
function _0x4de631(_0x2b0f0f, _0x216ac7) {
|
|
1382
|
+
const _0x5bf635 = _0x35df;
|
|
1383
|
+
if (!_0x30731b['workerMode'])
|
|
1781
1384
|
return;
|
|
1782
|
-
if (!
|
|
1783
|
-
throw new Error(
|
|
1784
|
-
if (
|
|
1785
|
-
throw new Error(
|
|
1385
|
+
if (!_0x30731b[_0x5bf635(0x2dd)])
|
|
1386
|
+
throw new Error(_0x2b0f0f + ':\x20worker\x20runtime\x20missing\x20workerThreadTarget;\x20cannot\x20validate\x20scope');
|
|
1387
|
+
if (_0x216ac7 !== _0x30731b[_0x5bf635(0x2dd)])
|
|
1388
|
+
throw new Error(_0x2b0f0f + ':\x20worker\x20can\x20only\x20operate\x20inside\x20its\x20own\x20task\x20thread\x20(' + _0x30731b[_0x5bf635(0x2dd)] + ');\x20got\x20channel=' + _0x216ac7);
|
|
1786
1389
|
}
|
|
1787
|
-
async function
|
|
1788
|
-
const
|
|
1789
|
-
if (!
|
|
1390
|
+
async function _0xbb694e(_0x418f35) {
|
|
1391
|
+
const _0x22e652 = _0x35df;
|
|
1392
|
+
if (!_0x30731b[_0x22e652(0x240)] || !_0x30731b[_0x22e652(_0x5e9c39._0x47c1e6)] || _0x30731b[_0x22e652(0x288)] || _0x30731b[_0x22e652(_0x5e9c39._0x50fd1e)] !== !![])
|
|
1790
1393
|
return null;
|
|
1791
|
-
const
|
|
1792
|
-
if (
|
|
1394
|
+
const _0x4528dd = parseTarget(_0x418f35['channel']);
|
|
1395
|
+
if (_0x4528dd['kind'] !== 'channel')
|
|
1793
1396
|
return null;
|
|
1794
|
-
if (
|
|
1795
|
-
const
|
|
1397
|
+
if (_0x418f35[_0x22e652(0x2c3)] === _0x22e652(_0x5e9c39._0x3a306a)) {
|
|
1398
|
+
const _0x19846a = _0x418f35[_0x22e652(_0x5e9c39._0x1fda03)] == null ? '(legacy)' : '#' + _0x418f35['taskNumber'];
|
|
1796
1399
|
return {
|
|
1797
|
-
'executionMode':
|
|
1400
|
+
'executionMode': 'main',
|
|
1798
1401
|
'stopMain': ![],
|
|
1799
1402
|
'workerHandoff': ![],
|
|
1800
|
-
'workerHandoffError':
|
|
1403
|
+
'workerHandoffError': _0x22e652(_0x5e9c39._0x395688) + _0x19846a + _0x22e652(0x232)
|
|
1801
1404
|
};
|
|
1802
1405
|
}
|
|
1803
|
-
const
|
|
1804
|
-
let
|
|
1406
|
+
const _0x19e54e = _0x418f35['threadNumber'] != null ? _0x4528dd['channelTarget'] + ':t' + _0x418f35[_0x22e652(0x1dc)] : _0x4528dd[_0x22e652(_0x5e9c39._0x594eb2)] + ':' + _0x418f35[_0x22e652(_0x5e9c39._0x3f3c34)];
|
|
1407
|
+
let _0x1eba96;
|
|
1805
1408
|
try {
|
|
1806
|
-
const
|
|
1807
|
-
'channel':
|
|
1409
|
+
const _0x3c6409 = await _0x30731b[_0x22e652(0x319)][_0x22e652(0x27a)]({
|
|
1410
|
+
'channel': _0x19e54e,
|
|
1808
1411
|
'limit': 0x14
|
|
1809
1412
|
});
|
|
1810
|
-
|
|
1413
|
+
_0x1eba96 = _0x3c6409[_0x22e652(0x1e1)][_0x22e652(_0x5e9c39._0x11b519)](_0x1b96af => _0x1b96af[_0x22e652(0x1a8)] === _0x418f35[_0x22e652(0x1a8)]);
|
|
1811
1414
|
} catch {
|
|
1812
|
-
|
|
1415
|
+
_0x1eba96 = void 0x0;
|
|
1813
1416
|
}
|
|
1814
|
-
const
|
|
1815
|
-
|
|
1417
|
+
const _0x40c750 = _0x418f35[_0x22e652(_0x5e9c39._0x1fda03)] == null ? _0x22e652(0x1b2) : '#' + _0x418f35[_0x22e652(_0x5e9c39._0x8b92b6)], _0x208f65 = [
|
|
1418
|
+
_0x22e652(_0x5e9c39._0x2955a9) + _0x19e54e + _0x22e652(_0x5e9c39._0x2f1072) + _0x418f35[_0x22e652(_0x5e9c39._0x49826d)][_0x22e652(_0x5e9c39._0x4554f7)](0x0, 0x8) + '\x20time=' + new Date()['toISOString']() + ']\x20@system:\x20[claim-handoff]\x20' + _0x40c750 + _0x22e652(_0x5e9c39._0x4641ef),
|
|
1816
1419
|
'',
|
|
1817
|
-
|
|
1420
|
+
_0x1eba96 ? 'Root\x20task\x20message:\x0a' + _0x1eba96['content'] : 'Root\x20task\x20message\x20id:\x20' + _0x418f35[_0x22e652(0x1a8)],
|
|
1818
1421
|
'',
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
][
|
|
1822
|
-
'method':
|
|
1823
|
-
'headers': { 'Content-Type':
|
|
1824
|
-
'body': JSON[
|
|
1825
|
-
'agent_id':
|
|
1826
|
-
'thread_target':
|
|
1422
|
+
'Thread\x20target:\x20' + _0x19e54e,
|
|
1423
|
+
_0x22e652(_0x5e9c39._0x1c32ff)
|
|
1424
|
+
][_0x22e652(0x1d7)]('\x0a'), _0x2f0b89 = await fetch(_0x30731b[_0x22e652(0x240)] + _0x22e652(0x1a1), {
|
|
1425
|
+
'method': _0x22e652(_0x5e9c39._0x1ec0ff),
|
|
1426
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
1427
|
+
'body': JSON[_0x22e652(0x2b5)]({
|
|
1428
|
+
'agent_id': _0x30731b['agentId'],
|
|
1429
|
+
'thread_target': _0x19e54e,
|
|
1827
1430
|
'spawn_packet': {
|
|
1828
|
-
'replyTarget':
|
|
1829
|
-
...
|
|
1431
|
+
'replyTarget': _0x19e54e,
|
|
1432
|
+
..._0x418f35['taskId'] ? { 'taskId': _0x418f35[_0x22e652(_0x5e9c39._0x3973f5)] } : _0x418f35['taskNumber'] != null ? { 'taskId': _0x22e652(0x316) + _0x418f35[_0x22e652(0x218)] } : {}
|
|
1830
1433
|
},
|
|
1831
1434
|
'payload': {
|
|
1832
|
-
'mode':
|
|
1833
|
-
'text':
|
|
1435
|
+
'mode': _0x22e652(_0x5e9c39._0x94de3e),
|
|
1436
|
+
'text': _0x208f65
|
|
1834
1437
|
}
|
|
1835
1438
|
})
|
|
1836
|
-
}),
|
|
1837
|
-
if (!
|
|
1838
|
-
throw new Error(
|
|
1439
|
+
}), _0x232475 = await _0x2f0b89['json']();
|
|
1440
|
+
if (!_0x232475['ok'])
|
|
1441
|
+
throw new Error(_0x232475[_0x22e652(0x31d)] ?? _0x22e652(_0x5e9c39._0x55aaff));
|
|
1839
1442
|
return {
|
|
1840
1443
|
'stopMain': !![],
|
|
1841
|
-
'threadTarget':
|
|
1842
|
-
'workerDisposition':
|
|
1444
|
+
'threadTarget': _0x19e54e,
|
|
1445
|
+
'workerDisposition': _0x232475['disposition'] === 'queued' ? 'queued' : 'started',
|
|
1843
1446
|
'workerHandoff': !![],
|
|
1844
|
-
'workerSessionId':
|
|
1845
|
-
'executionMode':
|
|
1447
|
+
'workerSessionId': _0x232475['worker_session_id'] ?? '',
|
|
1448
|
+
'executionMode': 'worker'
|
|
1846
1449
|
};
|
|
1847
1450
|
}
|
|
1848
|
-
async function
|
|
1849
|
-
const
|
|
1850
|
-
if (!
|
|
1451
|
+
async function _0x2dbf60() {
|
|
1452
|
+
const _0x4423f0 = _0x35df;
|
|
1453
|
+
if (!_0x30731b[_0x4423f0(0x240)] || !_0x30731b[_0x4423f0(0x290)] || _0x30731b[_0x4423f0(0x288)])
|
|
1851
1454
|
return null;
|
|
1852
1455
|
try {
|
|
1853
|
-
const
|
|
1854
|
-
if (!
|
|
1456
|
+
const _0xe32e1d = await fetch(_0x30731b['daemonLocalUrl'] + _0x4423f0(_0x37b59b._0x9fe4fc) + encodeURIComponent(_0x30731b['agentId'])), _0x2e2318 = await _0xe32e1d[_0x4423f0(_0x37b59b._0x1a3c07)]();
|
|
1457
|
+
if (!_0x2e2318['ok'])
|
|
1855
1458
|
return null;
|
|
1856
|
-
const
|
|
1857
|
-
for (const
|
|
1858
|
-
|
|
1459
|
+
const _0x2e878c = new Set();
|
|
1460
|
+
for (const _0x15594b of _0x2e2318[_0x4423f0(_0x37b59b._0x53c4eb)]) {
|
|
1461
|
+
_0x15594b[_0x4423f0(_0x37b59b._0x2c28d5)] !== 'destroyed' && _0x15594b[_0x4423f0(0x2a3)] && _0x2e878c[_0x4423f0(_0x37b59b._0x26930b)](_0x15594b[_0x4423f0(_0x37b59b._0x3cb39e)]);
|
|
1859
1462
|
}
|
|
1860
|
-
return
|
|
1463
|
+
return _0x2e878c[_0x4423f0(0x30a)] > 0x0 ? _0x2e878c : null;
|
|
1861
1464
|
} catch {
|
|
1862
1465
|
return null;
|
|
1863
1466
|
}
|
|
1864
1467
|
}
|
|
1865
|
-
const
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1468
|
+
const _0x37b9b8 = new Set([
|
|
1469
|
+
_0x2aa39c(_0x303aed._0x39d481),
|
|
1470
|
+
'idle',
|
|
1471
|
+
'waiting_input'
|
|
1869
1472
|
]);
|
|
1870
|
-
async function
|
|
1871
|
-
const
|
|
1872
|
-
if (!
|
|
1473
|
+
async function _0x32c831() {
|
|
1474
|
+
const _0x2fab62 = _0x2aa39c;
|
|
1475
|
+
if (!_0x30731b[_0x2fab62(0x240)] || !_0x30731b[_0x2fab62(0x290)] || _0x30731b[_0x2fab62(_0x4a4cfa._0x1a4ae3)])
|
|
1873
1476
|
return null;
|
|
1874
1477
|
try {
|
|
1875
|
-
const
|
|
1876
|
-
if (!
|
|
1478
|
+
const _0xe1223d = await fetch(_0x30731b[_0x2fab62(_0x4a4cfa._0x3df96f)] + _0x2fab62(_0x4a4cfa._0x429eed) + encodeURIComponent(_0x30731b[_0x2fab62(_0x4a4cfa._0x43f3ee)])), _0x1b19a5 = await _0xe1223d[_0x2fab62(0x197)]();
|
|
1479
|
+
if (!_0x1b19a5['ok'])
|
|
1877
1480
|
return null;
|
|
1878
|
-
const
|
|
1879
|
-
for (const
|
|
1880
|
-
|
|
1481
|
+
const _0x24e7e6 = new Set();
|
|
1482
|
+
for (const _0x539ad4 of _0x1b19a5[_0x2fab62(_0x4a4cfa._0x4a47f4)]) {
|
|
1483
|
+
_0x37b9b8[_0x2fab62(_0x4a4cfa._0xb767ae)](_0x539ad4['status']) && _0x539ad4[_0x2fab62(0x2a3)] && _0x24e7e6[_0x2fab62(_0x4a4cfa._0x547c69)](_0x539ad4[_0x2fab62(_0x4a4cfa._0x498e3f)]);
|
|
1881
1484
|
}
|
|
1882
|
-
return
|
|
1485
|
+
return _0x24e7e6['size'] > 0x0 ? _0x24e7e6 : null;
|
|
1883
1486
|
} catch {
|
|
1884
1487
|
return null;
|
|
1885
1488
|
}
|
|
1886
1489
|
}
|
|
1887
1490
|
return {
|
|
1888
|
-
async 'send_message'(
|
|
1889
|
-
const
|
|
1890
|
-
if (!
|
|
1891
|
-
const
|
|
1892
|
-
if (
|
|
1893
|
-
if (
|
|
1894
|
-
const
|
|
1895
|
-
'attachmentIds':
|
|
1896
|
-
'content':
|
|
1897
|
-
'target':
|
|
1898
|
-
'visibility':
|
|
1491
|
+
async 'send_message'(_0x462cf0) {
|
|
1492
|
+
const _0x55cfa1 = _0x2aa39c;
|
|
1493
|
+
if (!_0x30731b[_0x55cfa1(0x288)] && _0x30731b[_0x55cfa1(0x24b)] && _0x30731b[_0x55cfa1(0x240)] && _0x30731b['agentId']) {
|
|
1494
|
+
const _0x1e9ea3 = await _0x30731b[_0x55cfa1(0x319)][_0x55cfa1(0x191)](_0x462cf0[_0x55cfa1(0x221)]);
|
|
1495
|
+
if (_0x1e9ea3[_0x55cfa1(_0x29ebda._0x5241d7)] && _0x1e9ea3[_0x55cfa1(_0x29ebda._0x12a3d5)]) {
|
|
1496
|
+
if (_0x1e9ea3[_0x55cfa1(_0x29ebda._0x5241d7)][_0x55cfa1(0x2c3)] === _0x55cfa1(0x2f2)) {
|
|
1497
|
+
const _0x234f2c = await _0x30731b[_0x55cfa1(0x319)][_0x55cfa1(0x1e8)]({
|
|
1498
|
+
'attachmentIds': _0x462cf0[_0x55cfa1(0x201)],
|
|
1499
|
+
'content': _0x462cf0[_0x55cfa1(0x19b)],
|
|
1500
|
+
'target': _0x462cf0[_0x55cfa1(0x221)],
|
|
1501
|
+
'visibility': _0x462cf0[_0x55cfa1(_0x29ebda._0x4cf80e)]
|
|
1899
1502
|
});
|
|
1900
|
-
return
|
|
1503
|
+
return _0x55cfa1(0x1bd) + _0x462cf0[_0x55cfa1(_0x29ebda._0xf016c)] + '.\x20Message\x20ID:\x20' + _0x234f2c[_0x55cfa1(_0x29ebda._0x5e17e8)];
|
|
1901
1504
|
}
|
|
1902
|
-
const
|
|
1903
|
-
if (
|
|
1505
|
+
const _0x29ec7c = _0x1e9ea3[_0x55cfa1(_0x29ebda._0x5241d7)][_0x55cfa1(0x218)] != null ? '#' + _0x1e9ea3[_0x55cfa1(_0x29ebda._0x493670)]['taskNumber'] : '(legacy)', _0x2f141b = _0x1e9ea3[_0x55cfa1(_0x29ebda._0x340429)] != null ? _0x1e9ea3[_0x55cfa1(_0x29ebda._0x41847f)] + ':t' + _0x1e9ea3[_0x55cfa1(0x1dc)] : _0x1e9ea3[_0x55cfa1(_0x29ebda._0x1518dd)] + ':' + _0x1e9ea3[_0x55cfa1(0x2ea)][_0x55cfa1(_0x29ebda._0x3cf256)](0x0, 0x8), _0x15b167 = await _0x32c831();
|
|
1506
|
+
if (_0x15b167?.[_0x55cfa1(0x1ab)](_0x2f141b))
|
|
1904
1507
|
return [
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
][
|
|
1908
|
-
const
|
|
1909
|
-
|
|
1508
|
+
_0x55cfa1(0x2ca) + _0x29ec7c + _0x55cfa1(_0x29ebda._0x211cdb) + _0x2f141b + _0x55cfa1(_0x29ebda._0x32abf9),
|
|
1509
|
+
_0x55cfa1(0x21e)
|
|
1510
|
+
][_0x55cfa1(_0x29ebda._0x17bd40)]('\x0a');
|
|
1511
|
+
const _0x20a4e1 = [
|
|
1512
|
+
'[target=' + _0x2f141b + _0x55cfa1(0x276) + new Date()[_0x55cfa1(_0x29ebda._0x29b308)]() + _0x55cfa1(_0x29ebda._0x27dbd5),
|
|
1910
1513
|
'',
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1514
|
+
_0x55cfa1(0x1de) + _0x462cf0['content'],
|
|
1515
|
+
_0x55cfa1(_0x29ebda._0x201334) + _0x29ec7c + '\x20(' + _0x1e9ea3[_0x55cfa1(0x217)]['taskId'] + ')',
|
|
1516
|
+
_0x55cfa1(0x247) + _0x2f141b,
|
|
1914
1517
|
'Read\x20thread\x20history\x20before\x20taking\x20action.\x20Do\x20not\x20echo\x20this\x20message\x20to\x20the\x20thread.'
|
|
1915
|
-
][
|
|
1916
|
-
'method':
|
|
1917
|
-
'headers': { 'Content-Type':
|
|
1918
|
-
'body': JSON[
|
|
1919
|
-
'agent_id':
|
|
1920
|
-
'thread_target':
|
|
1518
|
+
][_0x55cfa1(0x1d7)]('\x0a'), _0x111a1d = await fetch(_0x30731b[_0x55cfa1(_0x29ebda._0x36d47c)] + _0x55cfa1(_0x29ebda._0x51dff3), {
|
|
1519
|
+
'method': _0x55cfa1(0x19a),
|
|
1520
|
+
'headers': { 'Content-Type': _0x55cfa1(_0x29ebda._0xf21b64) },
|
|
1521
|
+
'body': JSON[_0x55cfa1(_0x29ebda._0x18fb5f)]({
|
|
1522
|
+
'agent_id': _0x30731b['agentId'],
|
|
1523
|
+
'thread_target': _0x2f141b,
|
|
1921
1524
|
'spawn_packet': {
|
|
1922
|
-
'replyTarget':
|
|
1923
|
-
'taskId':
|
|
1525
|
+
'replyTarget': _0x2f141b,
|
|
1526
|
+
'taskId': _0x1e9ea3[_0x55cfa1(_0x29ebda._0x5241d7)][_0x55cfa1(0x277)]
|
|
1924
1527
|
},
|
|
1925
1528
|
'payload': {
|
|
1926
|
-
'mode':
|
|
1927
|
-
'text':
|
|
1529
|
+
'mode': _0x55cfa1(0x19d),
|
|
1530
|
+
'text': _0x20a4e1
|
|
1928
1531
|
}
|
|
1929
1532
|
})
|
|
1930
|
-
}),
|
|
1931
|
-
if (!
|
|
1932
|
-
throw new Error(
|
|
1533
|
+
}), _0x4a3053 = await _0x111a1d[_0x55cfa1(_0x29ebda._0x17af69)]();
|
|
1534
|
+
if (!_0x4a3053['ok'])
|
|
1535
|
+
throw new Error(_0x4a3053[_0x55cfa1(_0x29ebda._0x3eecb9)] ?? 'enter-handoff\x20failed');
|
|
1933
1536
|
return [
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
][
|
|
1537
|
+
_0x55cfa1(_0x29ebda._0x59c72c) + _0x29ec7c + _0x55cfa1(0x225) + _0x2f141b + _0x55cfa1(_0x29ebda._0x49b5a4),
|
|
1538
|
+
_0x55cfa1(0x1db) + (_0x4a3053[_0x55cfa1(_0x29ebda._0x1c22c6)] === _0x55cfa1(_0x29ebda._0x3c6fa2) ? _0x55cfa1(0x298) : _0x55cfa1(0x2e0)) + '.',
|
|
1539
|
+
_0x55cfa1(0x194)
|
|
1540
|
+
][_0x55cfa1(_0x29ebda._0x17bd40)]('\x0a');
|
|
1938
1541
|
}
|
|
1939
1542
|
}
|
|
1940
|
-
const
|
|
1941
|
-
'attachmentIds':
|
|
1942
|
-
'content':
|
|
1943
|
-
'target':
|
|
1944
|
-
'visibility':
|
|
1543
|
+
const _0x9abdf8 = await _0x30731b[_0x55cfa1(0x319)][_0x55cfa1(_0x29ebda._0x36de3b)]({
|
|
1544
|
+
'attachmentIds': _0x462cf0[_0x55cfa1(0x201)],
|
|
1545
|
+
'content': _0x462cf0[_0x55cfa1(0x19b)],
|
|
1546
|
+
'target': _0x462cf0[_0x55cfa1(0x221)],
|
|
1547
|
+
'visibility': _0x462cf0['visibility']
|
|
1945
1548
|
});
|
|
1946
|
-
return
|
|
1549
|
+
return _0x55cfa1(0x1bd) + _0x462cf0[_0x55cfa1(_0x29ebda._0xf4c805)] + _0x55cfa1(0x20f) + _0x9abdf8[_0x55cfa1(0x1a8)];
|
|
1947
1550
|
},
|
|
1948
1551
|
async 'check_messages'() {
|
|
1949
|
-
const
|
|
1950
|
-
if (!
|
|
1951
|
-
const
|
|
1952
|
-
if (
|
|
1953
|
-
return formatCheckMessages(
|
|
1552
|
+
const _0x1f5aa3 = _0x2aa39c, _0x20d73b = await _0x30731b[_0x1f5aa3(_0x5831c3._0x2a14a8)]['checkMessages']();
|
|
1553
|
+
if (!_0x30731b[_0x1f5aa3(_0x5831c3._0x5904b5)]) {
|
|
1554
|
+
const _0x3e5c91 = await _0x2dbf60();
|
|
1555
|
+
if (_0x3e5c91)
|
|
1556
|
+
return formatCheckMessages(_0x20d73b['messages'][_0x1f5aa3(_0x5831c3._0x271bc1)](_0xd0f7bd => !_0x3e5c91[_0x1f5aa3(0x1ab)](_0xd0f7bd[_0x1f5aa3(0x221)])));
|
|
1954
1557
|
}
|
|
1955
|
-
return formatCheckMessages(
|
|
1558
|
+
return formatCheckMessages(_0x20d73b['messages']);
|
|
1956
1559
|
},
|
|
1957
|
-
async 'read_history'(
|
|
1958
|
-
const
|
|
1959
|
-
return formatHistory(
|
|
1560
|
+
async 'read_history'(_0x3cfdfe) {
|
|
1561
|
+
const _0x53656f = _0x2aa39c, _0x4c51ae = await _0x30731b['client'][_0x53656f(_0x457288._0x473b26)](_0x3cfdfe);
|
|
1562
|
+
return formatHistory(_0x4c51ae);
|
|
1960
1563
|
},
|
|
1961
1564
|
async 'list_server'() {
|
|
1962
|
-
const
|
|
1963
|
-
return formatServerDirectory(
|
|
1565
|
+
const _0x2dffeb = _0x2aa39c, _0x12f200 = await _0x30731b[_0x2dffeb(0x319)][_0x2dffeb(_0x4913b1._0x10d1ed)]();
|
|
1566
|
+
return formatServerDirectory(_0x12f200);
|
|
1964
1567
|
},
|
|
1965
|
-
async 'list_tasks'(
|
|
1966
|
-
const
|
|
1967
|
-
let
|
|
1968
|
-
if (
|
|
1568
|
+
async 'list_tasks'(_0x11e534) {
|
|
1569
|
+
const _0x548703 = _0x2aa39c, _0x2ac691 = await _0x30731b[_0x548703(_0x448adb._0x5a36f2)][_0x548703(0x28c)](_0x11e534);
|
|
1570
|
+
let _0x251cd9;
|
|
1571
|
+
if (_0x30731b[_0x548703(_0x448adb._0x2533b7)] && _0x30731b['agentId'])
|
|
1969
1572
|
try {
|
|
1970
|
-
const
|
|
1971
|
-
if (
|
|
1972
|
-
const
|
|
1973
|
-
|
|
1974
|
-
for (const
|
|
1975
|
-
if (
|
|
1573
|
+
const _0x428afb = await fetch(_0x30731b['daemonLocalUrl'] + _0x548703(0x2e2) + encodeURIComponent(_0x30731b[_0x548703(0x290)])), _0x4056f7 = await _0x428afb[_0x548703(_0x448adb._0x29780d)]();
|
|
1574
|
+
if (_0x4056f7['ok']) {
|
|
1575
|
+
const _0x472642 = _0x11e534[_0x548703(0x1cd)] + ':';
|
|
1576
|
+
_0x251cd9 = new Set();
|
|
1577
|
+
for (const _0x59ad3e of _0x4056f7['workers']) {
|
|
1578
|
+
if (_0x59ad3e[_0x548703(0x263)] === _0x548703(_0x448adb._0x520a78))
|
|
1976
1579
|
continue;
|
|
1977
|
-
if (
|
|
1978
|
-
const
|
|
1979
|
-
if (
|
|
1980
|
-
|
|
1580
|
+
if (_0x59ad3e[_0x548703(0x2a3)]?.[_0x548703(_0x448adb._0x4bf035)](_0x472642)) {
|
|
1581
|
+
const _0x4cdea7 = _0x59ad3e[_0x548703(0x2a3)]['slice'](_0x472642[_0x548703(_0x448adb._0x5c4ab6)]), _0x275c0c = _0x2ac691['tasks'][_0x548703(0x2e4)](_0xe228a2 => _0xe228a2[_0x548703(0x1a8)]?.[_0x548703(0x299)](_0x4cdea7) === !![]);
|
|
1582
|
+
if (_0x275c0c?.[_0x548703(_0x448adb._0x46146e)] != null) {
|
|
1583
|
+
_0x251cd9[_0x548703(0x1e7)](_0x275c0c[_0x548703(0x218)]);
|
|
1981
1584
|
continue;
|
|
1982
1585
|
}
|
|
1983
1586
|
}
|
|
1984
|
-
if (
|
|
1985
|
-
const
|
|
1986
|
-
|
|
1587
|
+
if (_0x59ad3e['task_id']) {
|
|
1588
|
+
const _0x432a22 = _0x2ac691[_0x548703(_0x448adb._0x1f8050)]['find'](_0x56c964 => _0x56c964['taskId'] === _0x59ad3e[_0x548703(0x209)]);
|
|
1589
|
+
_0x432a22?.[_0x548703(0x218)] != null && _0x251cd9[_0x548703(0x1e7)](_0x432a22['taskNumber']);
|
|
1987
1590
|
}
|
|
1988
1591
|
}
|
|
1989
1592
|
}
|
|
1990
1593
|
} catch {
|
|
1991
1594
|
}
|
|
1992
|
-
return formatTaskList(
|
|
1595
|
+
return formatTaskList(_0x2ac691['tasks'], _0x251cd9);
|
|
1993
1596
|
},
|
|
1994
|
-
async 'create_tasks'(
|
|
1995
|
-
const
|
|
1996
|
-
|
|
1997
|
-
const
|
|
1998
|
-
return formatCreatedTasks(
|
|
1597
|
+
async 'create_tasks'(_0x4a229b) {
|
|
1598
|
+
const _0xa9fd1d = _0x2aa39c;
|
|
1599
|
+
_0x4de631('create_tasks', _0x4a229b['channel']);
|
|
1600
|
+
const _0x2e5cde = await _0x30731b[_0xa9fd1d(0x319)][_0xa9fd1d(_0x5f192a._0x46b1d4)](_0x4a229b);
|
|
1601
|
+
return formatCreatedTasks(_0x2e5cde['tasks']);
|
|
1999
1602
|
},
|
|
2000
|
-
async 'claim_tasks'(
|
|
2001
|
-
const
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
_0x3ce88e(_0x100311(0x133), _0x124614[_0x100311(_0x418ba7._0x499140)]);
|
|
2009
|
-
if (_0x124614['message_ids'] && _0x124614['message_ids'][_0x100311(0x1e3)] > 0x0)
|
|
2010
|
-
throw new Error(_0x100311(0x1b0));
|
|
2011
|
-
if (!_0x124614['subtask_numbers'] || _0x124614['subtask_numbers']['length'] === 0x0)
|
|
2012
|
-
throw new Error(_0x100311(_0x418ba7._0x2e44d1));
|
|
1603
|
+
async 'claim_tasks'(_0x5c4739) {
|
|
1604
|
+
const _0x1dd8cb = _0x2aa39c;
|
|
1605
|
+
if (_0x30731b['workerMode']) {
|
|
1606
|
+
_0x4de631('claim_tasks', _0x5c4739[_0x1dd8cb(0x1cd)]);
|
|
1607
|
+
if (_0x5c4739[_0x1dd8cb(_0x4d2f1b._0x40129e)] && _0x5c4739[_0x1dd8cb(0x1d8)][_0x1dd8cb(0x2ac)] > 0x0)
|
|
1608
|
+
throw new Error(_0x1dd8cb(0x2b1));
|
|
1609
|
+
if (!_0x5c4739['subtask_numbers'] || _0x5c4739[_0x1dd8cb(0x271)][_0x1dd8cb(_0x4d2f1b._0x1e0840)] === 0x0)
|
|
1610
|
+
throw new Error(_0x1dd8cb(_0x4d2f1b._0x34f65d));
|
|
2013
1611
|
}
|
|
2014
|
-
const
|
|
2015
|
-
const
|
|
2016
|
-
if (!
|
|
2017
|
-
return
|
|
1612
|
+
const _0x454541 = await _0x30731b['client'][_0x1dd8cb(0x212)](_0x5c4739), _0x401f3d = await Promise[_0x1dd8cb(0x2a9)](_0x454541[_0x1dd8cb(0x2d5)][_0x1dd8cb(_0x4d2f1b._0xea787f)](async _0x459dc7 => {
|
|
1613
|
+
const _0x33ff2e = _0x1dd8cb;
|
|
1614
|
+
if (!_0x459dc7[_0x33ff2e(_0x48017e._0x24ceec)] || !_0x459dc7[_0x33ff2e(_0x48017e._0x5f430c)])
|
|
1615
|
+
return _0x459dc7;
|
|
2018
1616
|
try {
|
|
2019
|
-
const
|
|
2020
|
-
'channel':
|
|
2021
|
-
'executionMode':
|
|
2022
|
-
'messageId':
|
|
2023
|
-
'taskId':
|
|
2024
|
-
'taskNumber':
|
|
2025
|
-
'threadNumber':
|
|
1617
|
+
const _0x3a7154 = await _0xbb694e({
|
|
1618
|
+
'channel': _0x5c4739[_0x33ff2e(_0x48017e._0x39d308)],
|
|
1619
|
+
'executionMode': _0x459dc7[_0x33ff2e(0x2c3)],
|
|
1620
|
+
'messageId': _0x459dc7[_0x33ff2e(0x1a8)],
|
|
1621
|
+
'taskId': _0x459dc7['taskId'],
|
|
1622
|
+
'taskNumber': _0x459dc7[_0x33ff2e(_0x48017e._0x3f7482)],
|
|
1623
|
+
'threadNumber': _0x459dc7[_0x33ff2e(0x1dc)]
|
|
2026
1624
|
});
|
|
2027
|
-
return
|
|
2028
|
-
...
|
|
2029
|
-
...
|
|
2030
|
-
} :
|
|
2031
|
-
} catch (
|
|
1625
|
+
return _0x3a7154 ? {
|
|
1626
|
+
..._0x459dc7,
|
|
1627
|
+
..._0x3a7154
|
|
1628
|
+
} : _0x459dc7;
|
|
1629
|
+
} catch (_0x1a1c94) {
|
|
2032
1630
|
return {
|
|
2033
|
-
...
|
|
2034
|
-
'workerHandoffError':
|
|
1631
|
+
..._0x459dc7,
|
|
1632
|
+
'workerHandoffError': _0x1a1c94 instanceof Error ? _0x1a1c94[_0x33ff2e(_0x48017e._0x48878e)] : _0x33ff2e(0x2cb)
|
|
2035
1633
|
};
|
|
2036
1634
|
}
|
|
2037
1635
|
}));
|
|
2038
|
-
return formatClaimTaskResults(
|
|
1636
|
+
return formatClaimTaskResults(_0x401f3d);
|
|
2039
1637
|
},
|
|
2040
|
-
async 'unclaim_task'(
|
|
2041
|
-
const
|
|
2042
|
-
if (
|
|
2043
|
-
|
|
2044
|
-
if (
|
|
2045
|
-
throw new Error(
|
|
1638
|
+
async 'unclaim_task'(_0x330a3b) {
|
|
1639
|
+
const _0x22a76b = _0x2aa39c;
|
|
1640
|
+
if (_0x30731b[_0x22a76b(_0x5c3f5d._0x990db4)]) {
|
|
1641
|
+
_0x4de631('unclaim_task', _0x330a3b[_0x22a76b(0x1cd)]);
|
|
1642
|
+
if (_0x330a3b['subtask_number'] == null)
|
|
1643
|
+
throw new Error(_0x22a76b(0x30e));
|
|
2046
1644
|
}
|
|
2047
|
-
const
|
|
2048
|
-
return formatUnclaimTaskResult(
|
|
1645
|
+
const _0xee5f1f = await _0x30731b[_0x22a76b(0x319)][_0x22a76b(_0x5c3f5d._0xe957da)](_0x330a3b);
|
|
1646
|
+
return formatUnclaimTaskResult(_0xee5f1f);
|
|
2049
1647
|
},
|
|
2050
|
-
async 'update_task_status'(
|
|
2051
|
-
const
|
|
2052
|
-
|
|
2053
|
-
const
|
|
2054
|
-
return formatUpdateTaskStatusResult(
|
|
1648
|
+
async 'update_task_status'(_0x566468) {
|
|
1649
|
+
const _0x184352 = _0x2aa39c;
|
|
1650
|
+
_0x4de631(_0x184352(_0x5b9980._0x1914c8), _0x566468[_0x184352(_0x5b9980._0x4248b1)]);
|
|
1651
|
+
const _0x428e03 = await _0x30731b[_0x184352(_0x5b9980._0x508b0c)][_0x184352(0x291)](_0x566468);
|
|
1652
|
+
return formatUpdateTaskStatusResult(_0x428e03);
|
|
2055
1653
|
},
|
|
2056
|
-
async 'upload_file'(
|
|
2057
|
-
const
|
|
2058
|
-
sizeBytes:
|
|
2059
|
-
...
|
|
2060
|
-
} =
|
|
2061
|
-
'channel':
|
|
2062
|
-
...
|
|
1654
|
+
async 'upload_file'(_0x1bee12) {
|
|
1655
|
+
const _0x198e38 = _0x2aa39c, _0x87592a = await _0x30731b[_0x198e38(0x2b4)](_0x1bee12[_0x198e38(0x243)]), {
|
|
1656
|
+
sizeBytes: _0x28e3c3,
|
|
1657
|
+
..._0xae143f
|
|
1658
|
+
} = _0x87592a, _0x164153 = await _0x30731b[_0x198e38(0x319)][_0x198e38(0x23e)]({
|
|
1659
|
+
'channel': _0x1bee12[_0x198e38(0x1cd)],
|
|
1660
|
+
..._0xae143f
|
|
2063
1661
|
});
|
|
2064
|
-
return formatUploadResult(
|
|
1662
|
+
return formatUploadResult(_0x164153);
|
|
2065
1663
|
},
|
|
2066
|
-
async 'view_file'(
|
|
2067
|
-
const
|
|
2068
|
-
if (
|
|
2069
|
-
return formatViewFileResult(
|
|
2070
|
-
const
|
|
2071
|
-
'attachmentId':
|
|
2072
|
-
'contentType':
|
|
2073
|
-
'data':
|
|
2074
|
-
'originalFilename':
|
|
1664
|
+
async 'view_file'(_0x59752e) {
|
|
1665
|
+
const _0xeb220a = _0x2aa39c, _0x49f9e8 = await _0x30731b[_0xeb220a(_0x3cc678._0x5a37d8)][_0xeb220a(_0x3cc678._0x22f087)](_0x59752e['attachment_id']);
|
|
1666
|
+
if (_0x49f9e8)
|
|
1667
|
+
return formatViewFileResult(_0x49f9e8, !![]);
|
|
1668
|
+
const _0x54493d = await _0x30731b[_0xeb220a(0x319)][_0xeb220a(0x1ed)](_0x59752e[_0xeb220a(_0x3cc678._0x4dbaca)]), _0x14c5c7 = await _0x30731b[_0xeb220a(0x318)][_0xeb220a(0x2db)]({
|
|
1669
|
+
'attachmentId': _0x59752e['attachment_id'],
|
|
1670
|
+
'contentType': _0x54493d[_0xeb220a(0x244)],
|
|
1671
|
+
'data': _0x54493d[_0xeb220a(0x195)],
|
|
1672
|
+
'originalFilename': _0x54493d[_0xeb220a(_0x3cc678._0x51eeca)]
|
|
2075
1673
|
});
|
|
2076
|
-
return formatViewFileResult(
|
|
1674
|
+
return formatViewFileResult(_0x14c5c7, ![]);
|
|
2077
1675
|
},
|
|
2078
|
-
async 'get_worker_status'(
|
|
2079
|
-
const
|
|
2080
|
-
if (!
|
|
2081
|
-
return
|
|
2082
|
-
const
|
|
2083
|
-
if (!
|
|
2084
|
-
return
|
|
2085
|
-
return
|
|
1676
|
+
async 'get_worker_status'(_0x308ba3) {
|
|
1677
|
+
const _0x368bd2 = _0x2aa39c;
|
|
1678
|
+
if (!_0x30731b[_0x368bd2(0x240)])
|
|
1679
|
+
return _0x368bd2(0x26c);
|
|
1680
|
+
const _0x3489b4 = await fetch(_0x30731b[_0x368bd2(0x240)] + '/workers/status?work_key=' + encodeURIComponent(_0x308ba3['work_key'])), _0x3af475 = await _0x3489b4['json']();
|
|
1681
|
+
if (!_0x3af475['ok'])
|
|
1682
|
+
return 'Worker\x20\x22' + _0x308ba3[_0x368bd2(_0x3873d8._0x18fda2)] + _0x368bd2(_0x3873d8._0x1f3c64);
|
|
1683
|
+
return _0x368bd2(0x19f) + _0x308ba3[_0x368bd2(_0x3873d8._0x2569d7)] + _0x368bd2(_0x3873d8._0x536dbf) + _0x3af475[_0x368bd2(0x263)];
|
|
2086
1684
|
},
|
|
2087
|
-
async 'park_worker'(
|
|
2088
|
-
const
|
|
2089
|
-
if (!
|
|
2090
|
-
return
|
|
2091
|
-
const
|
|
2092
|
-
'method':
|
|
2093
|
-
'headers': { 'Content-Type':
|
|
2094
|
-
'body': JSON[
|
|
2095
|
-
}),
|
|
2096
|
-
if (!
|
|
2097
|
-
throw new Error(
|
|
2098
|
-
return
|
|
1685
|
+
async 'park_worker'(_0x13a500) {
|
|
1686
|
+
const _0x40be01 = _0x2aa39c;
|
|
1687
|
+
if (!_0x30731b['daemonLocalUrl'])
|
|
1688
|
+
return 'Worker\x20features\x20not\x20available';
|
|
1689
|
+
const _0x4413cf = await fetch(_0x30731b[_0x40be01(_0xeb667._0x5900ca)] + '/workers/park', {
|
|
1690
|
+
'method': _0x40be01(_0xeb667._0x45a27d),
|
|
1691
|
+
'headers': { 'Content-Type': _0x40be01(_0xeb667._0x127826) },
|
|
1692
|
+
'body': JSON[_0x40be01(0x2b5)]({ 'work_key': _0x13a500[_0x40be01(_0xeb667._0x380a6b)] })
|
|
1693
|
+
}), _0x262a57 = await _0x4413cf['json']();
|
|
1694
|
+
if (!_0x262a57['ok'])
|
|
1695
|
+
throw new Error(_0x262a57[_0x40be01(0x31d)] ?? _0x40be01(_0xeb667._0x3e1563));
|
|
1696
|
+
return _0x40be01(0x19f) + _0x13a500[_0x40be01(_0xeb667._0x543b9a)] + _0x40be01(0x199);
|
|
2099
1697
|
},
|
|
2100
|
-
async 'mark_waiting_input'(
|
|
2101
|
-
const
|
|
2102
|
-
if (!
|
|
2103
|
-
return
|
|
2104
|
-
const
|
|
2105
|
-
'method':
|
|
1698
|
+
async 'mark_waiting_input'(_0x15ff08) {
|
|
1699
|
+
const _0x42b272 = _0x2aa39c;
|
|
1700
|
+
if (!_0x30731b['daemonLocalUrl'] || !_0x30731b[_0x42b272(0x290)])
|
|
1701
|
+
return 'Worker\x20features\x20not\x20available\x20(daemon\x20local\x20URL\x20or\x20agent\x20ID\x20not\x20configured)';
|
|
1702
|
+
const _0x11536d = await fetch(_0x30731b[_0x42b272(0x240)] + _0x42b272(0x2ff), {
|
|
1703
|
+
'method': _0x42b272(_0x2d30ce._0x4bf9af),
|
|
2106
1704
|
'headers': { 'Content-Type': 'application/json' },
|
|
2107
|
-
'body': JSON[
|
|
2108
|
-
'work_key':
|
|
2109
|
-
'agent_id':
|
|
1705
|
+
'body': JSON[_0x42b272(_0x2d30ce._0x4fcd10)]({
|
|
1706
|
+
'work_key': _0x15ff08[_0x42b272(0x255)],
|
|
1707
|
+
'agent_id': _0x30731b[_0x42b272(_0x2d30ce._0xc0e88c)]
|
|
2110
1708
|
})
|
|
2111
|
-
}),
|
|
2112
|
-
if (!
|
|
2113
|
-
throw new Error(
|
|
2114
|
-
return 'Worker\x20\x22' +
|
|
1709
|
+
}), _0x3d6e8d = await _0x11536d[_0x42b272(0x197)]();
|
|
1710
|
+
if (!_0x3d6e8d['ok'])
|
|
1711
|
+
throw new Error(_0x3d6e8d[_0x42b272(_0x2d30ce._0x4027df)] ?? _0x42b272(_0x2d30ce._0x1e4d7e));
|
|
1712
|
+
return 'Worker\x20\x22' + _0x15ff08[_0x42b272(_0x2d30ce._0x8c0f64)] + '\x22\x20marked\x20as\x20waiting_input.\x20TTL\x20timer\x20paused\x20until\x20next\x20message\x20arrives.';
|
|
2115
1713
|
},
|
|
2116
|
-
async 'escalate_to_main'(
|
|
2117
|
-
const
|
|
2118
|
-
if (!
|
|
2119
|
-
return
|
|
2120
|
-
const
|
|
2121
|
-
'method':
|
|
2122
|
-
'headers': { 'Content-Type':
|
|
2123
|
-
'body': JSON[
|
|
2124
|
-
'work_key':
|
|
2125
|
-
'reason':
|
|
1714
|
+
async 'escalate_to_main'(_0x304857) {
|
|
1715
|
+
const _0xd3b9a8 = _0x2aa39c;
|
|
1716
|
+
if (!_0x30731b[_0xd3b9a8(0x240)])
|
|
1717
|
+
return _0xd3b9a8(_0x2922c6._0x283ad1);
|
|
1718
|
+
const _0x4b7f0b = await fetch(_0x30731b[_0xd3b9a8(0x240)] + _0xd3b9a8(_0x2922c6._0x5cbed1), {
|
|
1719
|
+
'method': _0xd3b9a8(_0x2922c6._0x13682e),
|
|
1720
|
+
'headers': { 'Content-Type': _0xd3b9a8(_0x2922c6._0x3f8d15) },
|
|
1721
|
+
'body': JSON[_0xd3b9a8(_0x2922c6._0x3b3818)]({
|
|
1722
|
+
'work_key': _0x304857['work_key'],
|
|
1723
|
+
'reason': _0x304857[_0xd3b9a8(_0x2922c6._0x1fa096)]
|
|
2126
1724
|
})
|
|
2127
|
-
}),
|
|
2128
|
-
if (!
|
|
2129
|
-
throw new Error(
|
|
2130
|
-
return
|
|
1725
|
+
}), _0x43f672 = await _0x4b7f0b[_0xd3b9a8(_0x2922c6._0x5c14b5)]();
|
|
1726
|
+
if (!_0x43f672['ok'])
|
|
1727
|
+
throw new Error(_0x43f672['error'] ?? 'escalate_to_main\x20failed');
|
|
1728
|
+
return _0xd3b9a8(0x254) + _0x304857[_0xd3b9a8(_0x2922c6._0x1fa096)];
|
|
2131
1729
|
}
|
|
2132
1730
|
};
|
|
2133
1731
|
}
|
|
2134
|
-
function textResult(
|
|
1732
|
+
function textResult(_0x5dc0ec, _0x21874d = ![]) {
|
|
1733
|
+
const _0x2fb586 = { _0x38e861: 0x23a }, _0x95126a = _0x268d8f;
|
|
2135
1734
|
return {
|
|
2136
1735
|
'content': [{
|
|
2137
|
-
'type':
|
|
2138
|
-
'text':
|
|
1736
|
+
'type': _0x95126a(_0x2fb586._0x38e861),
|
|
1737
|
+
'text': _0x5dc0ec
|
|
2139
1738
|
}],
|
|
2140
|
-
...
|
|
1739
|
+
..._0x21874d ? { 'isError': !![] } : {}
|
|
2141
1740
|
};
|
|
2142
1741
|
}
|
|
2143
|
-
async function registerChatBridgeTools(
|
|
2144
|
-
const
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
},
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
},
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
},
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
},
|
|
2200
|
-
|
|
2201
|
-
'target':
|
|
2202
|
-
'content':
|
|
2203
|
-
'attachment_ids':
|
|
2204
|
-
'visibility':
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
])[
|
|
2208
|
-
}, async
|
|
2209
|
-
const
|
|
1742
|
+
async function registerChatBridgeTools(_0x30f468, _0x234976, _0x5bc02d) {
|
|
1743
|
+
const _0x2d35f4 = {
|
|
1744
|
+
_0x454fe9: 0x31a,
|
|
1745
|
+
_0x479142: 0x1f2,
|
|
1746
|
+
_0x36540c: 0x317,
|
|
1747
|
+
_0x4c803: 0x264,
|
|
1748
|
+
_0x26f970: 0x29d,
|
|
1749
|
+
_0xbc84eb: 0x281,
|
|
1750
|
+
_0x3d0090: 0x2da,
|
|
1751
|
+
_0x489450: 0x282,
|
|
1752
|
+
_0x38c3e4: 0x2ec,
|
|
1753
|
+
_0x2fbcd2: 0x2f7,
|
|
1754
|
+
_0x2bf22f: 0x273,
|
|
1755
|
+
_0x461a07: 0x269,
|
|
1756
|
+
_0x3a1fa6: 0x18d,
|
|
1757
|
+
_0x3102cc: 0x211,
|
|
1758
|
+
_0x1e8773: 0x29d,
|
|
1759
|
+
_0x236004: 0x301,
|
|
1760
|
+
_0x37d26e: 0x273,
|
|
1761
|
+
_0xb00683: 0x1b3,
|
|
1762
|
+
_0x38c6e0: 0x31a,
|
|
1763
|
+
_0x1a19ac: 0x29d,
|
|
1764
|
+
_0x3023b8: 0x308,
|
|
1765
|
+
_0x75829b: 0x308,
|
|
1766
|
+
_0x330d1e: 0x264,
|
|
1767
|
+
_0x24da5d: 0x2a6,
|
|
1768
|
+
_0x153070: 0x29d,
|
|
1769
|
+
_0x4b6505: 0x29d,
|
|
1770
|
+
_0x109313: 0x29d,
|
|
1771
|
+
_0x803ea3: 0x2fe,
|
|
1772
|
+
_0x3aacfc: 0x264,
|
|
1773
|
+
_0x4dba43: 0x264,
|
|
1774
|
+
_0x4db68a: 0x2ad,
|
|
1775
|
+
_0x30a0fc: 0x282,
|
|
1776
|
+
_0x412739: 0x211,
|
|
1777
|
+
_0x1a795f: 0x305,
|
|
1778
|
+
_0x12a887: 0x1af,
|
|
1779
|
+
_0xcb6bae: 0x1b0,
|
|
1780
|
+
_0x4d06bb: 0x2ba,
|
|
1781
|
+
_0x55f731: 0x31a,
|
|
1782
|
+
_0xdc0352: 0x2a1,
|
|
1783
|
+
_0x3e256c: 0x264,
|
|
1784
|
+
_0x3801b0: 0x1c1
|
|
1785
|
+
}, _0xe90d96 = {
|
|
1786
|
+
_0x4cfd11: 0x1ad,
|
|
1787
|
+
_0x285819: 0x1ba,
|
|
1788
|
+
_0xa504ef: 0x2ef
|
|
1789
|
+
}, _0x4e43c7 = {
|
|
1790
|
+
_0x359d51: 0x1b0,
|
|
1791
|
+
_0xb53369: 0x1ba
|
|
1792
|
+
}, _0x39999c = {
|
|
1793
|
+
_0x4bf25b: 0x1af,
|
|
1794
|
+
_0x51ae65: 0x24a
|
|
1795
|
+
}, _0x1dcd7f = { _0x35125f: 0x2c8 }, _0x2687e0 = { _0x2111db: 0x1a5 }, _0x47d360 = { _0x40f0eb: 0x295 }, _0x408a6c = { _0x2a5b41: 0x1ba }, _0x5dadbe = {
|
|
1796
|
+
_0xaecea3: 0x301,
|
|
1797
|
+
_0x4b23c7: 0x1ba
|
|
1798
|
+
}, _0x4f141e = { _0x5deb97: 0x1ba }, _0x533526 = { _0x42e6c9: 0x237 }, _0x204502 = { _0x147a17: 0x1ba }, _0x300f7f = { _0x1e5a75: 0x24f }, _0x198988 = _0x268d8f, {z: _0x1d816c} = await import(_0x198988(0x2a0));
|
|
1799
|
+
_0x30f468[_0x198988(_0x2d35f4._0x454fe9)](_0x198988(_0x2d35f4._0x479142), _0x198988(_0x2d35f4._0x36540c), {
|
|
1800
|
+
'target': _0x1d816c['string'](),
|
|
1801
|
+
'content': _0x1d816c['string'](),
|
|
1802
|
+
'attachment_ids': _0x1d816c[_0x198988(0x308)](_0x1d816c[_0x198988(_0x2d35f4._0x4c803)]())[_0x198988(0x29d)](),
|
|
1803
|
+
'visibility': _0x1d816c['enum']([
|
|
1804
|
+
'public',
|
|
1805
|
+
_0x198988(0x2fb)
|
|
1806
|
+
])[_0x198988(_0x2d35f4._0x26f970)]()[_0x198988(0x2e6)](_0x198988(_0x2d35f4._0xbc84eb))
|
|
1807
|
+
}, async _0xf6d37a => {
|
|
1808
|
+
const _0x19de6d = _0x198988;
|
|
2210
1809
|
try {
|
|
2211
|
-
return textResult(await
|
|
2212
|
-
} catch (
|
|
2213
|
-
return textResult(
|
|
1810
|
+
return textResult(await _0x234976[_0x19de6d(0x1f2)](_0xf6d37a));
|
|
1811
|
+
} catch (_0x3104f0) {
|
|
1812
|
+
return textResult(_0x3104f0 instanceof Error ? _0x3104f0[_0x19de6d(0x1ba)] : _0x19de6d(_0x300f7f._0x1e5a75), !![]);
|
|
2214
1813
|
}
|
|
2215
|
-
}),
|
|
2216
|
-
const
|
|
1814
|
+
}), _0x30f468[_0x198988(0x31a)](_0x198988(_0x2d35f4._0x3d0090), _0x198988(0x2c1), {}, async () => {
|
|
1815
|
+
const _0x1eff65 = _0x198988;
|
|
2217
1816
|
try {
|
|
2218
|
-
return textResult(await
|
|
2219
|
-
} catch (
|
|
2220
|
-
return textResult(
|
|
1817
|
+
return textResult(await _0x234976['check_messages']());
|
|
1818
|
+
} catch (_0x2d27a0) {
|
|
1819
|
+
return textResult(_0x2d27a0 instanceof Error ? _0x2d27a0[_0x1eff65(_0x204502._0x147a17)] : _0x1eff65(0x1d3), !![]);
|
|
2221
1820
|
}
|
|
2222
|
-
}),
|
|
2223
|
-
'channel':
|
|
2224
|
-
'limit':
|
|
2225
|
-
'before':
|
|
2226
|
-
'after':
|
|
2227
|
-
}, async
|
|
2228
|
-
const
|
|
1821
|
+
}), _0x30f468[_0x198988(0x31a)](_0x198988(0x2fc), _0x198988(0x1ea), {
|
|
1822
|
+
'channel': _0x1d816c['string'](),
|
|
1823
|
+
'limit': _0x1d816c[_0x198988(0x282)]()[_0x198988(0x29d)](),
|
|
1824
|
+
'before': _0x1d816c[_0x198988(0x282)]()[_0x198988(_0x2d35f4._0x26f970)](),
|
|
1825
|
+
'after': _0x1d816c[_0x198988(_0x2d35f4._0x489450)]()[_0x198988(0x29d)]()
|
|
1826
|
+
}, async _0x5bff4f => {
|
|
1827
|
+
const _0xdca80f = _0x198988;
|
|
2229
1828
|
try {
|
|
2230
|
-
return textResult(await
|
|
2231
|
-
} catch (
|
|
2232
|
-
return textResult(
|
|
1829
|
+
return textResult(await _0x234976['read_history'](_0x5bff4f));
|
|
1830
|
+
} catch (_0x4fc5fe) {
|
|
1831
|
+
return textResult(_0x4fc5fe instanceof Error ? _0x4fc5fe[_0xdca80f(0x1ba)] : 'read_history\x20failed', !![]);
|
|
2233
1832
|
}
|
|
2234
|
-
}),
|
|
2235
|
-
const
|
|
1833
|
+
}), _0x30f468['tool']('list_server', _0x198988(0x20d), {}, async () => {
|
|
1834
|
+
const _0x45d802 = _0x198988;
|
|
2236
1835
|
try {
|
|
2237
|
-
return textResult(await
|
|
2238
|
-
} catch (
|
|
2239
|
-
return textResult(
|
|
1836
|
+
return textResult(await _0x234976['list_server']());
|
|
1837
|
+
} catch (_0x3bb747) {
|
|
1838
|
+
return textResult(_0x3bb747 instanceof Error ? _0x3bb747[_0x45d802(0x1ba)] : _0x45d802(_0x533526._0x42e6c9), !![]);
|
|
2240
1839
|
}
|
|
2241
|
-
}),
|
|
2242
|
-
'channel':
|
|
2243
|
-
'status':
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
])[
|
|
2249
|
-
}, async
|
|
2250
|
-
const
|
|
1840
|
+
}), _0x30f468[_0x198988(_0x2d35f4._0x454fe9)](_0x198988(_0x2d35f4._0x38c3e4), _0x198988(_0x2d35f4._0x2fbcd2), {
|
|
1841
|
+
'channel': _0x1d816c[_0x198988(0x264)](),
|
|
1842
|
+
'status': _0x1d816c[_0x198988(_0x2d35f4._0x2bf22f)]([
|
|
1843
|
+
_0x198988(0x27b),
|
|
1844
|
+
_0x198988(_0x2d35f4._0x461a07),
|
|
1845
|
+
_0x198988(_0x2d35f4._0x3a1fa6),
|
|
1846
|
+
_0x198988(_0x2d35f4._0x3102cc)
|
|
1847
|
+
])[_0x198988(_0x2d35f4._0x1e8773)]()
|
|
1848
|
+
}, async _0x5a89c1 => {
|
|
1849
|
+
const _0x5ca3e4 = _0x198988;
|
|
2251
1850
|
try {
|
|
2252
|
-
return textResult(await
|
|
2253
|
-
} catch (
|
|
2254
|
-
return textResult(
|
|
1851
|
+
return textResult(await _0x234976[_0x5ca3e4(0x2ec)](_0x5a89c1));
|
|
1852
|
+
} catch (_0xfee791) {
|
|
1853
|
+
return textResult(_0xfee791 instanceof Error ? _0xfee791[_0x5ca3e4(_0x4f141e._0x5deb97)] : 'list_tasks\x20failed', !![]);
|
|
2255
1854
|
}
|
|
2256
|
-
}),
|
|
2257
|
-
'channel':
|
|
2258
|
-
'idempotency_key':
|
|
2259
|
-
'tasks':
|
|
2260
|
-
'title':
|
|
2261
|
-
'description':
|
|
2262
|
-
'priority':
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
])[
|
|
1855
|
+
}), _0x30f468[_0x198988(0x31a)](_0x198988(_0x2d35f4._0x236004), _0x198988(0x285), {
|
|
1856
|
+
'channel': _0x1d816c[_0x198988(_0x2d35f4._0x4c803)](),
|
|
1857
|
+
'idempotency_key': _0x1d816c[_0x198988(0x264)]()[_0x198988(0x29d)](),
|
|
1858
|
+
'tasks': _0x1d816c[_0x198988(0x308)](_0x1d816c[_0x198988(0x1a9)]({
|
|
1859
|
+
'title': _0x1d816c[_0x198988(0x264)](),
|
|
1860
|
+
'description': _0x1d816c[_0x198988(0x264)]()[_0x198988(0x29d)](),
|
|
1861
|
+
'priority': _0x1d816c[_0x198988(_0x2d35f4._0x37d26e)]([
|
|
1862
|
+
_0x198988(_0x2d35f4._0xb00683),
|
|
1863
|
+
_0x198988(0x228),
|
|
1864
|
+
_0x198988(0x1f3),
|
|
1865
|
+
'urgent'
|
|
1866
|
+
])[_0x198988(0x29d)]()
|
|
2268
1867
|
}))
|
|
2269
|
-
}, async
|
|
2270
|
-
const
|
|
1868
|
+
}, async _0x21b050 => {
|
|
1869
|
+
const _0x58dd11 = _0x198988;
|
|
2271
1870
|
try {
|
|
2272
|
-
return textResult(await
|
|
2273
|
-
} catch (
|
|
2274
|
-
return textResult(
|
|
1871
|
+
return textResult(await _0x234976[_0x58dd11(_0x5dadbe._0xaecea3)](_0x21b050));
|
|
1872
|
+
} catch (_0x440cd1) {
|
|
1873
|
+
return textResult(_0x440cd1 instanceof Error ? _0x440cd1[_0x58dd11(_0x5dadbe._0x4b23c7)] : _0x58dd11(0x30c), !![]);
|
|
2275
1874
|
}
|
|
2276
|
-
}),
|
|
2277
|
-
'channel':
|
|
2278
|
-
'task_numbers':
|
|
2279
|
-
'subtask_numbers':
|
|
2280
|
-
'message_ids':
|
|
2281
|
-
'evidence':
|
|
2282
|
-
'create_thread':
|
|
2283
|
-
'create_task':
|
|
2284
|
-
}))[
|
|
2285
|
-
'idempotency_key':
|
|
2286
|
-
}, async
|
|
2287
|
-
const
|
|
1875
|
+
}), _0x30f468[_0x198988(_0x2d35f4._0x38c6e0)](_0x198988(0x25d), 'Claim\x20tasks\x20in\x20a\x20channel\x20by\x20task\x20number\x20or\x20source\x20message.\x20For\x20subtasks\x20in\x20a\x20thread,\x20use\x20subtask_numbers\x20with\x20a\x20single\x20task_numbers\x20entry.', {
|
|
1876
|
+
'channel': _0x1d816c['string'](),
|
|
1877
|
+
'task_numbers': _0x1d816c['array'](_0x1d816c[_0x198988(0x282)]())[_0x198988(_0x2d35f4._0x1a19ac)](),
|
|
1878
|
+
'subtask_numbers': _0x1d816c[_0x198988(_0x2d35f4._0x3023b8)](_0x1d816c['number']())[_0x198988(0x29d)](),
|
|
1879
|
+
'message_ids': _0x1d816c[_0x198988(_0x2d35f4._0x75829b)](_0x1d816c[_0x198988(0x264)]())[_0x198988(_0x2d35f4._0x26f970)](),
|
|
1880
|
+
'evidence': _0x1d816c[_0x198988(0x1ca)](_0x1d816c[_0x198988(_0x2d35f4._0x330d1e)](), _0x1d816c[_0x198988(0x1a9)]({
|
|
1881
|
+
'create_thread': _0x1d816c[_0x198988(0x2a6)]()[_0x198988(0x29d)](),
|
|
1882
|
+
'create_task': _0x1d816c[_0x198988(_0x2d35f4._0x24da5d)]()[_0x198988(_0x2d35f4._0x153070)]()
|
|
1883
|
+
}))[_0x198988(_0x2d35f4._0x4b6505)](),
|
|
1884
|
+
'idempotency_key': _0x1d816c[_0x198988(0x264)]()[_0x198988(_0x2d35f4._0x109313)]()
|
|
1885
|
+
}, async _0x136c70 => {
|
|
1886
|
+
const _0x1cd35d = _0x198988;
|
|
2288
1887
|
try {
|
|
2289
|
-
return textResult(await
|
|
2290
|
-
} catch (
|
|
2291
|
-
return textResult(
|
|
1888
|
+
return textResult(await _0x234976[_0x1cd35d(0x25d)](_0x136c70));
|
|
1889
|
+
} catch (_0x13fb0e) {
|
|
1890
|
+
return textResult(_0x13fb0e instanceof Error ? _0x13fb0e[_0x1cd35d(_0x408a6c._0x2a5b41)] : _0x1cd35d(0x258), !![]);
|
|
2292
1891
|
}
|
|
2293
|
-
}),
|
|
2294
|
-
'channel':
|
|
2295
|
-
'task_number':
|
|
2296
|
-
'subtask_number':
|
|
2297
|
-
'idempotency_key':
|
|
2298
|
-
}, async
|
|
2299
|
-
const
|
|
1892
|
+
}), _0x30f468[_0x198988(0x31a)](_0x198988(_0x2d35f4._0x803ea3), _0x198988(0x29a), {
|
|
1893
|
+
'channel': _0x1d816c[_0x198988(_0x2d35f4._0x3aacfc)](),
|
|
1894
|
+
'task_number': _0x1d816c['number'](),
|
|
1895
|
+
'subtask_number': _0x1d816c[_0x198988(0x282)]()[_0x198988(0x29d)](),
|
|
1896
|
+
'idempotency_key': _0x1d816c[_0x198988(_0x2d35f4._0x4dba43)]()[_0x198988(_0x2d35f4._0x109313)]()
|
|
1897
|
+
}, async _0x1e8879 => {
|
|
1898
|
+
const _0x332047 = _0x198988;
|
|
2300
1899
|
try {
|
|
2301
|
-
return textResult(await
|
|
2302
|
-
} catch (
|
|
2303
|
-
return textResult(
|
|
1900
|
+
return textResult(await _0x234976[_0x332047(0x2fe)](_0x1e8879));
|
|
1901
|
+
} catch (_0x33c604) {
|
|
1902
|
+
return textResult(_0x33c604 instanceof Error ? _0x33c604['message'] : _0x332047(_0x47d360._0x40f0eb), !![]);
|
|
2304
1903
|
}
|
|
2305
|
-
}),
|
|
2306
|
-
'channel':
|
|
2307
|
-
'task_number':
|
|
2308
|
-
'subtask_number':
|
|
2309
|
-
'status':
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
1904
|
+
}), _0x30f468[_0x198988(0x31a)](_0x198988(_0x2d35f4._0x4db68a), _0x198988(0x2f0), {
|
|
1905
|
+
'channel': _0x1d816c['string'](),
|
|
1906
|
+
'task_number': _0x1d816c[_0x198988(_0x2d35f4._0x30a0fc)](),
|
|
1907
|
+
'subtask_number': _0x1d816c[_0x198988(0x282)]()['optional'](),
|
|
1908
|
+
'status': _0x1d816c['enum']([
|
|
1909
|
+
_0x198988(0x27b),
|
|
1910
|
+
_0x198988(0x269),
|
|
1911
|
+
_0x198988(_0x2d35f4._0x3a1fa6),
|
|
1912
|
+
_0x198988(_0x2d35f4._0x412739)
|
|
2314
1913
|
]),
|
|
2315
|
-
'idempotency_key':
|
|
2316
|
-
}, async
|
|
2317
|
-
const
|
|
1914
|
+
'idempotency_key': _0x1d816c['string']()['optional']()
|
|
1915
|
+
}, async _0x4c2d8e => {
|
|
1916
|
+
const _0x3fd644 = _0x198988;
|
|
2318
1917
|
try {
|
|
2319
|
-
return textResult(await
|
|
2320
|
-
} catch (
|
|
2321
|
-
return textResult(
|
|
1918
|
+
return textResult(await _0x234976[_0x3fd644(0x2ad)](_0x4c2d8e));
|
|
1919
|
+
} catch (_0x847bc7) {
|
|
1920
|
+
return textResult(_0x847bc7 instanceof Error ? _0x847bc7['message'] : _0x3fd644(_0x2687e0._0x2111db), !![]);
|
|
2322
1921
|
}
|
|
2323
|
-
}),
|
|
2324
|
-
'channel':
|
|
2325
|
-
'file_path':
|
|
2326
|
-
}, async
|
|
2327
|
-
const
|
|
1922
|
+
}), _0x30f468[_0x198988(0x31a)]('upload_file', _0x198988(_0x2d35f4._0x1a795f), {
|
|
1923
|
+
'channel': _0x1d816c['string'](),
|
|
1924
|
+
'file_path': _0x1d816c['string']()
|
|
1925
|
+
}, async _0x566bce => {
|
|
1926
|
+
const _0x51e179 = _0x198988;
|
|
2328
1927
|
try {
|
|
2329
|
-
return textResult(await
|
|
2330
|
-
} catch (
|
|
2331
|
-
return textResult(
|
|
1928
|
+
return textResult(await _0x234976[_0x51e179(_0x1dcd7f._0x35125f)](_0x566bce));
|
|
1929
|
+
} catch (_0x4a618e) {
|
|
1930
|
+
return textResult(_0x4a618e instanceof Error ? _0x4a618e['message'] : _0x51e179(0x1c8), !![]);
|
|
2332
1931
|
}
|
|
2333
|
-
}),
|
|
2334
|
-
const
|
|
1932
|
+
}), _0x30f468[_0x198988(_0x2d35f4._0x454fe9)](_0x198988(_0x2d35f4._0x12a887), _0x198988(0x1ef), { 'attachment_id': _0x1d816c[_0x198988(0x264)]() }, async _0x2e6da3 => {
|
|
1933
|
+
const _0x344fdd = _0x198988;
|
|
2335
1934
|
try {
|
|
2336
|
-
return textResult(await
|
|
2337
|
-
} catch (
|
|
2338
|
-
return textResult(
|
|
1935
|
+
return textResult(await _0x234976[_0x344fdd(_0x39999c._0x4bf25b)](_0x2e6da3));
|
|
1936
|
+
} catch (_0x2a10e6) {
|
|
1937
|
+
return textResult(_0x2a10e6 instanceof Error ? _0x2a10e6[_0x344fdd(0x1ba)] : _0x344fdd(_0x39999c._0x51ae65), !![]);
|
|
2339
1938
|
}
|
|
2340
|
-
}),
|
|
1939
|
+
}), _0x30f468[_0x198988(0x31a)](_0x198988(_0x2d35f4._0xcb6bae), _0x198988(_0x2d35f4._0x4d06bb), { 'work_key': _0x1d816c[_0x198988(0x264)]() }, async _0x421334 => {
|
|
1940
|
+
const _0x4e4ec4 = _0x198988;
|
|
2341
1941
|
try {
|
|
2342
|
-
return textResult(await
|
|
2343
|
-
} catch (
|
|
2344
|
-
return textResult(
|
|
1942
|
+
return textResult(await _0x234976[_0x4e4ec4(_0x4e43c7._0x359d51)](_0x421334));
|
|
1943
|
+
} catch (_0x466714) {
|
|
1944
|
+
return textResult(_0x466714 instanceof Error ? _0x466714[_0x4e4ec4(_0x4e43c7._0xb53369)] : _0x4e4ec4(0x2bf), !![]);
|
|
2345
1945
|
}
|
|
2346
|
-
}),
|
|
2347
|
-
const
|
|
1946
|
+
}), _0x30f468[_0x198988(_0x2d35f4._0x55f731)]('park_worker', _0x198988(_0x2d35f4._0xdc0352), { 'work_key': _0x1d816c[_0x198988(_0x2d35f4._0x3e256c)]() }, async _0xa65c1e => {
|
|
1947
|
+
const _0x39583f = _0x198988;
|
|
2348
1948
|
try {
|
|
2349
|
-
return textResult(await
|
|
2350
|
-
} catch (
|
|
2351
|
-
return textResult(
|
|
1949
|
+
return textResult(await _0x234976[_0x39583f(_0xe90d96._0x4cfd11)](_0xa65c1e));
|
|
1950
|
+
} catch (_0x2bb2ce) {
|
|
1951
|
+
return textResult(_0x2bb2ce instanceof Error ? _0x2bb2ce[_0x39583f(_0xe90d96._0x285819)] : _0x39583f(_0xe90d96._0xa504ef), !![]);
|
|
2352
1952
|
}
|
|
2353
|
-
}), !
|
|
2354
|
-
'work_key':
|
|
2355
|
-
'reason':
|
|
2356
|
-
}, async
|
|
2357
|
-
const
|
|
1953
|
+
}), !_0x5bc02d?.['workerMode'] && _0x30f468['tool'](_0x198988(_0x2d35f4._0x3801b0), 'Escalate\x20an\x20issue\x20to\x20the\x20main\x20agent\x20session.\x20Use\x20when\x20the\x20worker\x20cannot\x20resolve\x20a\x20problem\x20alone\x20and\x20needs\x20main\x20to\x20intervene.', {
|
|
1954
|
+
'work_key': _0x1d816c[_0x198988(0x264)](),
|
|
1955
|
+
'reason': _0x1d816c[_0x198988(_0x2d35f4._0x4c803)]()
|
|
1956
|
+
}, async _0x485383 => {
|
|
1957
|
+
const _0x26f7e3 = _0x198988;
|
|
2358
1958
|
try {
|
|
2359
|
-
return textResult(await
|
|
2360
|
-
} catch (
|
|
2361
|
-
return textResult(
|
|
1959
|
+
return textResult(await _0x234976[_0x26f7e3(0x1c1)](_0x485383));
|
|
1960
|
+
} catch (_0x3bad13) {
|
|
1961
|
+
return textResult(_0x3bad13 instanceof Error ? _0x3bad13['message'] : _0x26f7e3(0x2d6), !![]);
|
|
2362
1962
|
}
|
|
2363
|
-
}),
|
|
2364
|
-
const
|
|
1963
|
+
}), _0x5bc02d?.['workerMode'] && _0x30f468[_0x198988(0x31a)](_0x198988(0x1c4), _0x198988(0x2a7), { 'work_key': _0x1d816c['string']() }, async _0x53aef1 => {
|
|
1964
|
+
const _0x2d22ee = _0x198988;
|
|
2365
1965
|
try {
|
|
2366
|
-
return textResult(await
|
|
2367
|
-
} catch (
|
|
2368
|
-
return textResult(
|
|
1966
|
+
return textResult(await _0x234976[_0x2d22ee(0x1c4)](_0x53aef1));
|
|
1967
|
+
} catch (_0xc412a2) {
|
|
1968
|
+
return textResult(_0xc412a2 instanceof Error ? _0xc412a2['message'] : _0x2d22ee(0x250), !![]);
|
|
2369
1969
|
}
|
|
2370
1970
|
});
|
|
2371
1971
|
}
|
|
2372
|
-
async function createChatBridgeServer(
|
|
2373
|
-
const
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
},
|
|
2377
|
-
'name':
|
|
2378
|
-
'version':
|
|
2379
|
-
}),
|
|
2380
|
-
return await registerChatBridgeTools(
|
|
2381
|
-
'handlers':
|
|
2382
|
-
'server':
|
|
1972
|
+
async function createChatBridgeServer(_0x49e5ea) {
|
|
1973
|
+
const _0x1512d3 = {
|
|
1974
|
+
_0x326381: 0x1fd,
|
|
1975
|
+
_0x3c034e: 0x288
|
|
1976
|
+
}, _0x41a7ce = _0x268d8f, {McpServer: _0x4b65cb} = await import('@modelcontextprotocol/sdk/server/mcp.js'), _0x12b179 = new _0x4b65cb({
|
|
1977
|
+
'name': _0x41a7ce(_0x1512d3._0x326381),
|
|
1978
|
+
'version': _0x41a7ce(0x24c)
|
|
1979
|
+
}), _0x4e3651 = createChatBridgeHandlers(_0x49e5ea);
|
|
1980
|
+
return await registerChatBridgeTools(_0x12b179, _0x4e3651, { 'workerMode': _0x49e5ea[_0x41a7ce(_0x1512d3._0x3c034e)] }), {
|
|
1981
|
+
'handlers': _0x4e3651,
|
|
1982
|
+
'server': _0x12b179
|
|
2383
1983
|
};
|
|
2384
1984
|
}
|
|
2385
|
-
function readFlag(
|
|
2386
|
-
const
|
|
2387
|
-
if (
|
|
1985
|
+
function readFlag(_0x3f4665, _0x3fb0b1) {
|
|
1986
|
+
const _0x19f354 = { _0x4b5e48: 0x1f5 }, _0x1b2425 = _0x268d8f, _0x1b6159 = _0x3f4665[_0x1b2425(_0x19f354._0x4b5e48)](_0x3fb0b1);
|
|
1987
|
+
if (_0x1b6159 === -0x1)
|
|
2388
1988
|
return void 0x0;
|
|
2389
|
-
return
|
|
1989
|
+
return _0x3f4665[_0x1b6159 + 0x1];
|
|
1990
|
+
}
|
|
1991
|
+
function _0x42a5() {
|
|
1992
|
+
const _0x37409f = [
|
|
1993
|
+
'C3vIDgfZA19UDw1IzxjZ',
|
|
1994
|
+
'Ahr0Chm6',
|
|
1995
|
+
'zw51Bq',
|
|
1996
|
+
'DgHYzwfKvgfYz2v0',
|
|
1997
|
+
'C2vX',
|
|
1998
|
+
'ig1ZzZ1Oyw5KB2zMihrPBwu9',
|
|
1999
|
+
'DgfZA0LK',
|
|
2000
|
+
'l3jLy2vPDMu/',
|
|
2001
|
+
'xsba',
|
|
2002
|
+
'CMvHzeHPC3rVCNK',
|
|
2003
|
+
'Dg9KBW',
|
|
2004
|
+
'y2HPBgrYzw5uB3rHBa',
|
|
2005
|
+
'Agv4',
|
|
2006
|
+
'CgfYDgLJAxbHBNrjza',
|
|
2007
|
+
'z2v0rgf0zq',
|
|
2008
|
+
'Bwf0y2Hoyw1Ltg93zxi',
|
|
2009
|
+
't3b0Aw9UywWUieLMig9TAxr0zwqSihrOzsbTzxnZywDLigLZihb1yMXPyY4Gsw4GDgfZAYb0AhjLywrZlcbZzxqGiMfZAwrLiIbVBMX5ihDOzw4GEw91igv4CgXPy2L0BhKGD2fUDcbHBIbHC2LKzs4Grg8GBM90ihnLDcbVDxrZAwrLihrOCMvHzhmU',
|
|
2010
|
+
'BNvTyMvY',
|
|
2011
|
+
'iokaLcb1C2uGDMLLD19MAwXLihrVihnLzv0',
|
|
2012
|
+
'ywz0zxjtzxe',
|
|
2013
|
+
'q3jLyxrLig9UzsbVCIbTB3jLihrHC2TZigLUigeGy2HHBM5LBc4Gsw4Gysb0AhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPlcbJCMvHDgvZihn1yNrHC2TZihvUzgvYihrOzsbLEgLZDgLUzYbWyxjLBNqGDgfZAY4',
|
|
2014
|
+
'iYmGu2vYDMvYoIa',
|
|
2015
|
+
'D3m6',
|
|
2016
|
+
'D29YA2vYtw9Kzq',
|
|
2017
|
+
'odK1mZKWneLWwgnxwq',
|
|
2018
|
+
'DgfYz2v0zwruyxnR',
|
|
2019
|
+
'odm5mJu1mgrHB0Pmqq',
|
|
2020
|
+
'BgLZDfrHC2TZ',
|
|
2021
|
+
'Aw1Hz2uVCg5N',
|
|
2022
|
+
'l2nVBNrLEhqTBwv0CMLJCW',
|
|
2023
|
+
'AxnbyNnVBhv0zq',
|
|
2024
|
+
'ywDLBNrjza',
|
|
2025
|
+
'DxbKyxrLvgfZA1n0yxr1CW',
|
|
2026
|
+
'CMvXDwvZDfvYBa',
|
|
2027
|
+
'C2vUzgvYtMfTzq',
|
|
2028
|
+
'ls1KywvTB24TyxbPlwTLEq',
|
|
2029
|
+
'Dw5JBgfPBv90yxnRigzHAwXLza',
|
|
2030
|
+
'DxrMoa',
|
|
2031
|
+
'mti2mdmWmuLAzLzNvW',
|
|
2032
|
+
'CxvLDwvK',
|
|
2033
|
+
'C3rHCNrZv2L0Aa',
|
|
2034
|
+
'uMvSzwfZzsbHignSywLTzwqGDgfZAYbIEsbJAgfUBMvSigfUzcb0yxnRig51BwjLCI4GrM9Yihn1yNrHC2TZlcbHBhnVihbHC3mGC3vIDgfZA19UDw1IzxiU',
|
|
2035
|
+
'C2LNBMfS',
|
|
2036
|
+
'lcbJB250zw50lxr5Cgu9',
|
|
2037
|
+
'B3b0Aw9UywW',
|
|
2038
|
+
'zxHLy3v0Aw9Utw9Kzt0',
|
|
2039
|
+
'y3jLyxrLvgfZA3m',
|
|
2040
|
+
'EM9K',
|
|
2041
|
+
'v29YA2vYlw9UBhKUifbHCMSGDgHLign1CNjLBNqGD29YA2vYigXHBMuGywz0zxiGEw91igHHDMuGywXYzwfKEsbYzxbVCNrLzcbYzxn1BhrZigLUihrOAxmGDgHYzwfKlIbuAgLZigrVzxmGBM90igvUzcb0AguGC2vZC2LVBJSGC2fTzs10AhjLywqGzM9SBg93lxvWihDPBgWGCMvZDw1LihrOAxmGBgfUzs4',
|
|
2042
|
+
'l3DVCMTLCNmVy29UDgv4Dc1TzxrYAwnZ',
|
|
2043
|
+
'DgHYzwfKx3rHCMDLDa',
|
|
2044
|
+
'D3nZoG',
|
|
2045
|
+
'CgfYC2vjBNq',
|
|
2046
|
+
'Dw5RBM93BG',
|
|
2047
|
+
'twfYAYb0AguGy3vYCMvUDcb3B3jRzxiGyxmGD2fPDgLUzYbMB3iGAhvTyw4GAw5WDxqUifbHDxnLCYb0AguGAwrSzsbuveWGDgLTzxiGDw50AwWGysbUzxCGBwvZC2fNzsbHCNjPDMvZlG',
|
|
2048
|
+
'iow3SUwiH+AnOUwiScb3B3jRzxiG5OMN6kgm',
|
|
2049
|
+
'ywXS',
|
|
2050
|
+
'zg06',
|
|
2051
|
+
'BgLTAxq',
|
|
2052
|
+
'BgvUz3rO',
|
|
2053
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZ',
|
|
2054
|
+
'rMLSzsbZAxPLigv4y2vLzhmGBgLTAxq6ia',
|
|
2055
|
+
'DgfZA3m',
|
|
2056
|
+
'D29YA2vYrgLZCg9ZAxrPB249',
|
|
2057
|
+
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw5UB3qGy2XHAw0GyNKGBwvZC2fNzv9PzhmGkhrVCc1SzxzLBcbTzxnZywDLihbYB21VDgLVBIbPCYbTywLUlwfNzw50ig9UBhKPoYb1C2uGC3vIDgfZA19UDw1IzxjZigLUC2LKzsb5B3vYig93BIb0yxnRihrOCMvHzc4',
|
|
2058
|
+
'ihrPBwu9',
|
|
2059
|
+
'lIbZDg9WtwfPBJ10CNvLigv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
2060
|
+
'DxbSB2fKuhjLCgfYzxi',
|
|
2061
|
+
'C3rYAw5NAwz5',
|
|
2062
|
+
'ywDNCMvNyxrLswrZ',
|
|
2063
|
+
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
2064
|
+
'y29UDgvUDejHC2u2na',
|
|
2065
|
+
'ig1ZzZ0',
|
|
2066
|
+
'q2HLy2SGDgHLign1CNjLBNqGC3rHDhvZig9MigeGC3bHD25Lzcb3B3jRzxiGyNKGAxrZihDVCMSGA2v5lG',
|
|
2067
|
+
'ignSywLTzwq',
|
|
2068
|
+
'zxH0BMfTzq',
|
|
2069
|
+
'zM9Yy2vszwzYzxnO',
|
|
2070
|
+
'AhvTyw5Z',
|
|
2071
|
+
'z2v0x3DVCMTLCL9ZDgf0DxmGzMfPBgvK',
|
|
2072
|
+
'BgLZDf9Zzxj2zxi',
|
|
2073
|
+
'q2HLy2SGzM9Yig5LDYbTzxnZywDLCYb3AxrOB3v0ihDHAxrPBMCU',
|
|
2074
|
+
'yxr0ywnOBwvUDenHy2HLrgLY',
|
|
2075
|
+
'zxHLy3v0Aw9Utw9Kzq',
|
|
2076
|
+
'l2fWAs9Hz2vUDc1ZzxnZAw9UCY8',
|
|
2077
|
+
'w3rHCMDLDd0',
|
|
2078
|
+
'ChjVDg9JB2W',
|
|
2079
|
+
'mK5lwwn5Ca',
|
|
2080
|
+
'DxbSB2fKx2zPBgu',
|
|
2081
|
+
'Aw1Hz2uVD2vICa',
|
|
2082
|
+
'vgfZAYa',
|
|
2083
|
+
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
2084
|
+
'l2nVBNrLBNq',
|
|
2085
|
+
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw4GB25SEsbJBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCNmU',
|
|
2086
|
+
'y29UDgvUDc10ExbL',
|
|
2087
|
+
'yxr0ywnOBwvUDhm',
|
|
2088
|
+
'rg93BMXVywrLzcb0BZOG',
|
|
2089
|
+
'DgvZDa',
|
|
2090
|
+
'iIbUB3qGzM91BMq',
|
|
2091
|
+
'sw52ywXPzcaTlwLUAxrPywWTBgfZDc1ZzwvUlxnLCq',
|
|
2092
|
+
'DgfYz2v0zwq',
|
|
2093
|
+
'CMvZDwX0CW',
|
|
2094
|
+
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
2095
|
+
'iYmJienOyw5UzwXZ',
|
|
2096
|
+
'D29YA2vYsgfUzg9MzJ10CNvL',
|
|
2097
|
+
'cUkAOo+4JYbxt1jlrviGqunusvzbveveiokaLcbtDg9Wiefmtcb3B3jRig9UihrOAxmGDgfZAYbPBw1LzgLHDgvSEs4Gv29YA2vYigHHBMrSzxmGzxHLy3v0Aw9UigvUzc10BY1LBMqU',
|
|
2098
|
+
'y2HLy2TFBwvZC2fNzxm',
|
|
2099
|
+
'C2f2zq',
|
|
2100
|
+
'yxr0ywnOBwvUDeLK',
|
|
2101
|
+
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
2102
|
+
'C3vIDgfZA051BwjLCG',
|
|
2103
|
+
'C2XPy2u',
|
|
2104
|
+
'C3rHCNrLza',
|
|
2105
|
+
'C2v0',
|
|
2106
|
+
'l3DVCMTLCNmVBgLZDd9Hz2vUDf9Pzd0',
|
|
2107
|
+
'yxbWBgLJyxrPB24VEg1S',
|
|
2108
|
+
'zMLUza',
|
|
2109
|
+
'lsaJ',
|
|
2110
|
+
'zgvZy3jPyMu',
|
|
2111
|
+
'Dgv4Dc9WBgfPBG',
|
|
2112
|
+
'ihrVigXVywqGB2XKzxiGBwvZC2fNzxmUic0Tlq',
|
|
2113
|
+
'sfruuca',
|
|
2114
|
+
'DgHYzwfKswq',
|
|
2115
|
+
'ls13B3jRzxiTBw9Kzs1LBMfIBgvK',
|
|
2116
|
+
'BgLZDf90yxnRCW',
|
|
2117
|
+
'l2zPBMLZAa',
|
|
2118
|
+
'C2vYDMvYtMfTzq',
|
|
2119
|
+
'CgfYA193B3jRzxiGzMfPBgvK',
|
|
2120
|
+
'vxbKyxrLihrHC2SGC3rHDhvZigj5ignOyw5UzwWGyw5KihrHC2SGBNvTyMvYlIbgB3iGC3vIDgfZA3mSigfSC28GCgfZCYbZDwj0yxnRx251BwjLCI4Gv2HLBIbTB3zPBMCGD29YAYb0BYbPBL9YzxzPzxCSignOzwnRihLVDxiGBwvTB3j5ig9YignOyw5UzwWGCNvSzxmGyw5KihnLBMqGysbYzxzPzxDLCIbTzw50Aw9UihLVDxjZzwXMihDOzw4GyxbWCM9WCMLHDguU',
|
|
2121
|
+
'zgLNzxn0',
|
|
2122
|
+
'BwfPBG',
|
|
2123
|
+
'yxnZAwDUzwvoyw1L',
|
|
2124
|
+
'DgL0Bgu',
|
|
2125
|
+
'C29Tzq',
|
|
2126
|
+
'tM8GBMv3ig1LC3nHz2vZlG',
|
|
2127
|
+
'tgLZDcb0yxnRCYbPBIbHignOyw5UzwWGB3iGDgHYzwfKlIbuAhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPihjLDhvYBNmGDgHLihbHCMvUDcb0yxnRihbSDxmGAxrZihn1yNrHC2TZihDPDgGGywDNCMvNyxrPB24GzMLLBgrZicHJAgLSzhjLBLrVDgfSlcbJAgLSzhjLBKrVBMuSignOAwXKCMvUsw5qCM9NCMvZCYKUienOyw5UzwWGDgfYz2v0ihjLDhvYBNmGB25SEsbWyxjLBNqGDgfZA3mGkg5Vihn1yNrHC2TZks4',
|
|
2128
|
+
'DgHYzwfKvgfYz2v0pq',
|
|
2129
|
+
'rMLSzsb1CgXVywrLzdOG',
|
|
2130
|
+
'l3vWBg9Hza',
|
|
2131
|
+
'yxnPzgu',
|
|
2132
|
+
'CMvHzf9OAxn0B3j5',
|
|
2133
|
+
'r0vu',
|
|
2134
|
+
'Dw5JBgfPBv90yxnR',
|
|
2135
|
+
'l3DVCMTLCNmVD2fPDgLUz19PBNb1Da',
|
|
2136
|
+
'CgfYC2u',
|
|
2137
|
+
'y3jLyxrLx3rHC2TZ',
|
|
2138
|
+
'ls13B3jRzxiTDgHYzwfKlxrHCMDLDa',
|
|
2139
|
+
'DgfZA0rLBgL2zxj5tw9Kzq',
|
|
2140
|
+
'tM8GDgfZA3mGzM91BMqU',
|
|
2141
|
+
'vxbSB2fKigeGBg9JywWGzMLSzsb0BYbHignOyw5UzwWGB3iGre0Gyw5KihjLDhvYBIbHBIbHDhrHy2HTzw50ieLeihrOyxqGy2fUigjLihvZzwqGD2L0AcbZzw5Kx21LC3nHz2uUifrOCMvHzcb0yxjNzxrZigfYzsbUB3qGywXSB3DLzc4',
|
|
2142
|
+
'kg5VBMuP',
|
|
2143
|
+
'zxzLBNrtzxe',
|
|
2144
|
+
'yxjYyxK',
|
|
2145
|
+
'ywz0zxi',
|
|
2146
|
+
'C2L6zq',
|
|
2147
|
+
'C2vYDMvYvxjS',
|
|
2148
|
+
'y3jLyxrLx3rHC2TZigzHAwXLza',
|
|
2149
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
2150
|
+
'Dw5JBgfPBv90yxnRoIb3B3jRzxiGy2fUig9UBhKGDw5JBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCI4',
|
|
2151
|
+
'C2vYDMvY',
|
|
2152
|
+
'ig1LC3nHz2u9',
|
|
2153
|
+
'BMfTzq',
|
|
2154
|
+
'vgfZAZOG',
|
|
2155
|
+
'uefuq0G',
|
|
2156
|
+
'z2v0twLUDxrLCW',
|
|
2157
|
+
'Dg9mB3DLCKnHC2u',
|
|
2158
|
+
'DgfZAY0',
|
|
2159
|
+
'u2vUzcbHig1LC3nHz2uUieLMihzPC2LIAwXPDhKGAxmGB21PDhrLzcWGDgHLig1LC3nHz2uGAxmGChvIBgLJlIbjBIb0yxnRihrOCMvHzhmSihnLDcb2AxnPyMLSAxr5oIbHC2LKzsbVBMX5ihDOzw4GEw91igv4CgXPy2L0BhKGD2fUDcbHBIbHC2LKzs4Gt3v0C2LKzsb0AhjLywrZlcbKBYbUB3qGC2v0ihzPC2LIAwXPDhKUifjLDxnLihrOzsbLEgfJDcb0yxjNzxqGC3rYAw5NigzYB20GAw5JB21PBMCGBwvZC2fNzxmU',
|
|
2160
|
+
'yxr0ywnOBwvUDenHy2HL',
|
|
2161
|
+
'y2XPzw50',
|
|
2162
|
+
'Dg9VBa',
|
|
2163
|
+
'z2v0u2vJB25KCW',
|
|
2164
|
+
'DxbKyxrL',
|
|
2165
|
+
'zxjYB3i',
|
|
2166
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmVy2XHAw0',
|
|
2167
|
+
'Aw5FCMv2Awv3',
|
|
2168
|
+
'BwvTyMvY',
|
|
2169
|
+
'yxjYyxLcDwzMzxi',
|
|
2170
|
+
'y2HHBM5LBeLK',
|
|
2171
|
+
'CMvZB2X2zvrHCMDLDa',
|
|
2172
|
+
'z2v0tw9UDgG',
|
|
2173
|
+
'icHPzdO',
|
|
2174
|
+
'4PQG77IpifDpuKTfuIbbq1rjvKfuruqG4Ocuifn0B3aGquXmihDVCMSGB24GDgHPCYb0yxnRigLTBwvKAwf0zwX5lIbeBYbUB3qGC2vUzcbMDxj0AgvYig1LC3nHz2vZihrVihrOAxmGDgHYzwfKlG',
|
|
2175
|
+
'zgf0yq',
|
|
2176
|
+
'y2HPBgrYzw5eB25L',
|
|
2177
|
+
'ANnVBG',
|
|
2178
|
+
'l3rHC2TZ',
|
|
2179
|
+
'iIbWyxjRzwqUifnHBwuTDgHYzwfKigzVBgXVDY11Ccb3AwXSihjLC3vTzsb0AgLZigXHBMuU',
|
|
2180
|
+
'ue9tva',
|
|
2181
|
+
'y29UDgvUDa',
|
|
2182
|
+
'ls1ZzxnZAw9UlwLK',
|
|
2183
|
+
'DxnLCG',
|
|
2184
|
+
'DMfSDwu',
|
|
2185
|
+
'v29YA2vYici',
|
|
2186
|
+
'CMvHC29U',
|
|
2187
|
+
'l3DVCMTLCNmVzgvSAxzLCG',
|
|
2188
|
+
'vw5ZDxbWB3j0zwqGDgfYz2v0igzVCM1HDc4Gu3vWCg9YDgvKihzHBhvLCYbHCMuGi2nOyw5UzwWSigrToMrTltXUyw1LpIWGyw5KihrOzwLYihrOCMvHzcb0yxjNzxrZlG',
|
|
2189
|
+
'q29UDgLUDwuGzxHLy3v0Aw9UigLUihrOAxmGDgHYzwfKlIbvC2uGCMvHzf9OAxn0B3j5igLMihLVDsbUzwvKig1VCMuGy29UDgv4Dc4',
|
|
2190
|
+
'ywDNCMvNyxrLswq',
|
|
2191
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZigzHAwXLza',
|
|
2192
|
+
'z2v0vgLTzq',
|
|
2193
|
+
'khvUA25VD24P',
|
|
2194
|
+
'BwvZC2fNzuLK',
|
|
2195
|
+
'B2jQzwn0',
|
|
2196
|
+
'ihr5Cgu9ywDLBNq',
|
|
2197
|
+
'AgfZ',
|
|
2198
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
2199
|
+
'CgfYA193B3jRzxi',
|
|
2200
|
+
'y2XHAw0GzMfPBgvK',
|
|
2201
|
+
'DMLLD19MAwXL',
|
|
2202
|
+
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
2203
|
+
'BwfW',
|
|
2204
|
+
'kgXLz2fJEsK',
|
|
2205
|
+
'Bg93',
|
|
2206
|
+
'C2vUzgvYvhLWzq',
|
|
2207
|
+
'C2HHmJu2',
|
|
2208
|
+
'yxr0ywnOBwvUDeLKCW',
|
|
2209
|
+
'Cgf5Bg9HzePZB24',
|
|
2210
|
+
'AxnbCNjHEq',
|
|
2211
|
+
'C3bSAxq',
|
|
2212
|
+
'BwvZC2fNzq',
|
|
2213
|
+
'l2HPC3rVCNK/',
|
|
2214
|
+
'zgvZDhjVEwvK',
|
|
2215
|
+
'twvZC2fNzsbZzw50ihrVia',
|
|
2216
|
+
'CNvUswq',
|
|
2217
|
+
'ywDNCMvNyxrLvhLWzq',
|
|
2218
|
+
'mtqYmJe0DhLnwfjY',
|
|
2219
|
+
'zxnJywXHDgvFDg9FBwfPBG',
|
|
2220
|
+
'igTPBMq9',
|
|
2221
|
+
'Bwf4rMLSzvnPEMvcExrLCW',
|
|
2222
|
+
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
2223
|
+
'zMLSzw5HBwu',
|
|
2224
|
+
'pgvTChr5pG',
|
|
2225
|
+
'Dg9gAxHLza',
|
|
2226
|
+
'DxbSB2fKx2zPBguGzMfPBgvK',
|
|
2227
|
+
'zxHWAxjLC0f0',
|
|
2228
|
+
'CMvJB3jK',
|
|
2229
|
+
'AhjLzG',
|
|
2230
|
+
'l3rHC2TZpW',
|
|
2231
|
+
'y2HHBM5LBa',
|
|
2232
|
+
'D29YA2vYsgfUzg9MzKvYCM9Y',
|
|
2233
|
+
'BMv4Den1CNnVCG',
|
|
2234
|
+
'y2f0y2G',
|
|
2235
|
+
'lcbWCMv2Awv3pq',
|
|
2236
|
+
'y2HHBM5LBfrHCMDLDa',
|
|
2237
|
+
'y2HLy2TFBwvZC2fNzxmGzMfPBgvK',
|
|
2238
|
+
'Aw5JBhvKzxm',
|
|
2239
|
+
'yxjNDG',
|
|
2240
|
+
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
2241
|
+
'AM9PBG',
|
|
2242
|
+
'BwvZC2fNzv9Pzhm',
|
|
2243
|
+
'Bwf4',
|
|
2244
|
+
'iJOGC3rHDhvZpq',
|
|
2245
|
+
'v29YA2vYia',
|
|
2246
|
+
'DgHYzwfKtNvTyMvY',
|
|
2247
|
+
'zgvZy3jPChrPB24',
|
|
2248
|
+
't3jPz2LUywWGBwvZC2fNztOG',
|
|
2249
|
+
'zNjVBq',
|
|
2250
|
+
'DMLZAwjPBgL0Eq',
|
|
2251
|
+
'BwvZC2fNzxm',
|
|
2252
|
+
'lMjPBG',
|
|
2253
|
+
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxHLy3v0Aw9Utw9Kzt1TywLUcLn0yxKGAw4GBwfPBIbZzxnZAw9UoIbYzwfKihrOzsbYzwzLCMvUy2vKihbSyw4Vzg9JDw1LBNqGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYaOB3iGB3rOzxj3AxnLigfKDMfUy2uGDgHLihrHC2SGAw4GBwfPBIb3AxrOB3v0igHHBMrPBMCGB2zMihrVigeGD29YA2vYks4',
|
|
2254
|
+
'ls1KywvTB24TBg9JywWTDxjS',
|
|
2255
|
+
'mti0otm3nZHssufXBvq',
|
|
2256
|
+
'iYmJieH1BwfUCW',
|
|
2257
|
+
'ywrK',
|
|
2258
|
+
'C2vUze1LC3nHz2u',
|
|
2259
|
+
'AwrLBxbVDgvUy3LFA2v5',
|
|
2260
|
+
'uMvHzcbTzxnZywDLigHPC3rVCNKGzM9YigeGy2HHBM5LBcWGre0Sig9YihrOCMvHzcb0yxjNzxqU',
|
|
2261
|
+
'zMv0y2HjBxbS',
|
|
2262
|
+
'zMLUzenHy2HLzfbHDgG',
|
|
2263
|
+
'zg93BMXVywrbDhrHy2HTzw50',
|
|
2264
|
+
'Bwf0y2Hoyw1L',
|
|
2265
|
+
'rg93BMXVywqGyw4Gyxr0ywnOBwvUDcb0BYb0AguGBg9JywWGy2fJAguGyw5KihjLDhvYBIb0AguGBg9JywWGCgf0Ac4',
|
|
2266
|
+
'DgfZAYa',
|
|
2267
|
+
'lsba',
|
|
2268
|
+
'C2vUzf9TzxnZywDL',
|
|
2269
|
+
'AgLNAa',
|
|
2270
|
+
'l2LUDgvYBMfSl2fNzw50lW',
|
|
2271
|
+
'Aw5KzxHpzG',
|
|
2272
|
+
'Dgv4Dc9JC3y',
|
|
2273
|
+
'CM9VDe1LC3nHz2vjza',
|
|
2274
|
+
'Dg9tDhjPBMC',
|
|
2275
|
+
'DgHYzwfK',
|
|
2276
|
+
'AxngAwXL',
|
|
2277
|
+
'cGOTls0G',
|
|
2278
|
+
'Aw1Hz2uVz2LM',
|
|
2279
|
+
'y2HHDa',
|
|
2280
|
+
'y2HHBM5LBe5HBwu',
|
|
2281
|
+
'ChvZAa',
|
|
2282
|
+
'lMrZy29Yza',
|
|
2283
|
+
'yxr0ywnOBwvUDf9Pzhm',
|
|
2284
|
+
'C2L6zuj5DgvZ',
|
|
2285
|
+
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
2286
|
+
'BwLU',
|
|
2287
|
+
'y2HHBM5LBhm',
|
|
2288
|
+
'igfZC2LNBMvLpua',
|
|
2289
|
+
'D29YA2vYCW',
|
|
2290
|
+
'yMvMB3jL',
|
|
2291
|
+
'DgfZA19Pza',
|
|
2292
|
+
'C29YDa',
|
|
2293
|
+
'A2LUza',
|
|
2294
|
+
'Aw5PDgLHBeXHC3rtzwvUu2vX',
|
|
2295
|
+
'tgLZDcbJAgfUBMvSCYWGywDLBNrZlcbHBMqGAhvTyw5ZigLUihrOzsbJDxjYzw50ihnLCNzLCI4',
|
|
2296
|
+
'zgvSzxrL',
|
|
2297
|
+
'lIbnzxnZywDLieLeoIa',
|
|
2298
|
+
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT',
|
|
2299
|
+
'zg9Uzq',
|
|
2300
|
+
'y2XHAw1uyxnRCW',
|
|
2301
|
+
'yxbWBgLJyxrPB24VCgrM',
|
|
2302
|
+
's0iPcKf0DgfJAg1LBNqGsuq6ia',
|
|
2303
|
+
'zg0T',
|
|
2304
|
+
'AxngAw5PDgu',
|
|
2305
|
+
'DgfZAW',
|
|
2306
|
+
'DgfZA051BwjLCG',
|
|
2307
|
+
'DgHYzwfKu2HVCNrjza',
|
|
2308
|
+
'Aw1Hz2uVC3zNk3HTBa',
|
|
2309
|
+
'nevIvK1vwa',
|
|
2310
|
+
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
2311
|
+
'C2nOzwr1BgvKrM9Y',
|
|
2312
|
+
'rg8GBM90ihnLBMqGzNvYDgHLCIbTzxnZywDLCYb0BYb0AgLZihrOCMvHzcdIGjqGDgHLihDVCMTLCIbPCYbOyw5KBgLUzYbPDc4',
|
|
2313
|
+
'ihn0yxr1CZ0',
|
|
2314
|
+
'Dg9ju09tDhjPBMC',
|
|
2315
|
+
'DgfYz2v0',
|
|
2316
|
+
'igv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
2317
|
+
'mZCYnJeWnvf6y2zHBG',
|
|
2318
|
+
'ywDLBNq',
|
|
2319
|
+
'igLUia',
|
|
2320
|
+
'y3vYC29Y',
|
|
2321
|
+
'CMvZDwX0sNnVBG',
|
|
2322
|
+
'BwvKAxvT',
|
|
2323
|
+
'igfSCMvHzhKGAgfZigfUigfJDgL2zsb3B3jRzxiUihn0B3bnywLUpxrYDwuGzxHLy3v0Aw9Utw9Kzt13B3jRzxi',
|
|
2324
|
+
'Bgf0zxn0u2vX',
|
|
2325
|
+
'z2v0sg91CNm',
|
|
2326
|
+
'Dw5JBgfPBvrHC2S',
|
|
2327
|
+
'zgLZCg9ZAxrPB24',
|
|
2328
|
+
'igzHAwXLzdOG',
|
|
2329
|
+
'AgfZtw9Yzq',
|
|
2330
|
+
'77Yj44cc6l+z6ycA5BI46kgO56s6ihnLCNzLCLvYBcdMJiFLKjhKUOyGD2vIioERMEEcUE+8JoAiLUs7O+EqHUAYOEACIEAkIIbKywvTB24VAw50zxjUywWGqvbjioI9RowpKEwiSowqJUERR+oaGG',
|
|
2331
|
+
'yxbWBgLJyxrPB24VANnVBG',
|
|
2332
|
+
'ihn0yxLZigLUig1HAw4GC2vZC2LVBIaOzxHLy3v0Aw9Utw9Kzt1TywLUktSGCMvTywLUigHLCMuSihjLywqGDgHLihjLzMvYzw5JzwqGCgXHBI9KB2n1BwvUDcWGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYbPzIb0Agf0igLZihrOzsbPBNrLBNqU',
|
|
2333
|
+
'AgvHzgvYCW',
|
|
2334
|
+
'ywDLBNrZ',
|
|
2335
|
+
'cKLMihLVDxiGBwvTB3j5ig9YignOyw5UzwWGCNvSzxmGCMvXDwLYzsbYzxzPzxCSihnLBMqGysbTzxnZywDLig1LBNrPB25PBMCGDgHLihjLDMLLD2vYigjLzM9YzsbWyxjRAw5NlG',
|
|
2336
|
+
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
2337
|
+
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
2338
|
+
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
2339
|
+
'C3vJy2vZCW',
|
|
2340
|
+
'Dgv4Da',
|
|
2341
|
+
'l3DVCMTLCNmVzxnJywXHDgu',
|
|
2342
|
+
'CgfYDgLJAxbHBNq',
|
|
2343
|
+
'ndHzDNPdrvi',
|
|
2344
|
+
'DxbSB2fKrMLSzq',
|
|
2345
|
+
'CMvZCg9UC2u',
|
|
2346
|
+
'zgfLBw9Utg9JywXvCMW',
|
|
2347
|
+
'yxbWBgLJyxrPB24VEMLW',
|
|
2348
|
+
'CMvWBgfJzq',
|
|
2349
|
+
'zMLSzv9WyxrO',
|
|
2350
|
+
'y29UDgvUDfr5Cgu',
|
|
2351
|
+
'CNvUBMLUzW',
|
|
2352
|
+
'ioI/LowBNUs6HUMDNIbku09oiowtJEw6Lo+8Ihn0yxr1CZ0',
|
|
2353
|
+
'vgHYzwfKihrHCMDLDdOG',
|
|
2354
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmV',
|
|
2355
|
+
'igf0DgfJAg1LBNq',
|
|
2356
|
+
'DMLLD19MAwXLigzHAwXLza',
|
|
2357
|
+
'D29YA2vYtw9KzuvUywjSzwq',
|
|
2358
|
+
'mc4WlJa',
|
|
2359
|
+
'zMLSDgvY',
|
|
2360
|
+
'l3rHC2TZl3vUy2XHAw0',
|
|
2361
|
+
'C2vUzf9TzxnZywDLigzHAwXLza',
|
|
2362
|
+
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
2363
|
+
'l3jLy2vPDMu',
|
|
2364
|
+
'l3jLC29SDMuTy2HHBM5LBa',
|
|
2365
|
+
'tM8GDgfZA3mGy2XHAw1Lzc4',
|
|
2366
|
+
'rxnJywXHDgLVBIbZzw50ihrVig1HAw4GywDLBNqUifjLyxnVBJOG',
|
|
2367
|
+
'D29YA19RzxK',
|
|
2368
|
+
'zw50CMLLCW',
|
|
2369
|
+
'oxzYqKznAa',
|
|
2370
|
+
'y2XHAw1FDgfZA3mGzMfPBgvK',
|
|
2371
|
+
'ywjVCNq',
|
|
2372
|
+
'yM9KEu1HCMTKB3DU',
|
|
2373
|
+
'Aw1Hz2uVANbLzW',
|
|
2374
|
+
'y3jLyxrLzef0',
|
|
2375
|
+
'y2XHAw1FDgfZA3m',
|
|
2376
|
+
'DhjPBq',
|
|
2377
|
+
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
2378
|
+
'Bwv0yq',
|
|
2379
|
+
'B3jPz2LUywXgAwXLBMfTzq',
|
|
2380
|
+
'yxr0ywnOBwvUDf9Pza',
|
|
2381
|
+
'C3rHDhvZ',
|
|
2382
|
+
'C3rYAw5N',
|
|
2383
|
+
'tM8GDgfZA3mGy3jLyxrLzc4',
|
|
2384
|
+
'xsbaC3LZDgvToIbBzw50zxiTAgfUzg9MzL0',
|
|
2385
|
+
'z2v0',
|
|
2386
|
+
'ls13B3jRzxiTC2vZC2LVBI1Pza',
|
|
2387
|
+
'Aw5FChjVz3jLC3m',
|
|
2388
|
+
'twLZC2LUzYaTlwfNzw50lwLK',
|
|
2389
|
+
'AxnjBNrLz2vY',
|
|
2390
|
+
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
2391
|
+
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
2392
|
+
'ndC3nJmXnuPPCwH6zG',
|
|
2393
|
+
'BgLZDfnLCNzLCG',
|
|
2394
|
+
'l3rHC2TZl2nSywLT'
|
|
2395
|
+
];
|
|
2396
|
+
_0x42a5 = function () {
|
|
2397
|
+
return _0x37409f;
|
|
2398
|
+
};
|
|
2399
|
+
return _0x42a5();
|
|
2390
2400
|
}
|
|
2391
|
-
function parseChatBridgeArgs(
|
|
2392
|
-
const
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2401
|
+
function parseChatBridgeArgs(_0x198930) {
|
|
2402
|
+
const _0x2f77a1 = {
|
|
2403
|
+
_0x533037: 0x1e4,
|
|
2404
|
+
_0x563e48: 0x2eb,
|
|
2405
|
+
_0x2e265d: 0x302,
|
|
2406
|
+
_0x803950: 0x2a5,
|
|
2407
|
+
_0x3c50ce: 0x26a,
|
|
2408
|
+
_0x4d732a: 0x216,
|
|
2409
|
+
_0x2ebf82: 0x2d3
|
|
2410
|
+
}, _0xca71f8 = _0x268d8f, _0x131d09 = readFlag(_0x198930, '--agent-id'), _0x191514 = readFlag(_0x198930, '--attachment-cache-dir'), _0xe33302 = readFlag(_0x198930, _0xca71f8(0x294)), _0x14ab42 = readFlag(_0x198930, '--initial-last-seen-seq'), _0x27e8b6 = readFlag(_0x198930, '--server-url') ?? _0xca71f8(0x25f), _0x4352f5 = readFlag(_0x198930, _0xca71f8(_0x2f77a1._0x533037)), _0x46b4ed = readFlag(_0x198930, _0xca71f8(0x19c)), _0x162e4b = readFlag(_0x198930, _0xca71f8(_0x2f77a1._0x563e48)), _0x28a723 = readFlag(_0x198930, _0xca71f8(0x268)), _0x3b97f4 = readFlag(_0x198930, _0xca71f8(_0x2f77a1._0x2e265d)), _0x1601c9 = _0x198930['includes']('--worker-mode'), _0x16023d = _0x14ab42 === void 0x0 ? void 0x0 : Number[_0xca71f8(_0x2f77a1._0x803950)](_0x14ab42, 0xa);
|
|
2411
|
+
if (!_0x131d09)
|
|
2412
|
+
throw new Error(_0xca71f8(_0x2f77a1._0x3c50ce));
|
|
2413
|
+
if (!_0xe33302)
|
|
2414
|
+
throw new Error('Missing\x20--daemon-api-key');
|
|
2415
|
+
if (_0x14ab42 !== void 0x0 && (_0x16023d === void 0x0 || !Number[_0xca71f8(_0x2f77a1._0x4d732a)](_0x16023d) || _0x16023d < 0x0))
|
|
2416
|
+
throw new Error(_0xca71f8(_0x2f77a1._0x2ebf82));
|
|
2406
2417
|
return {
|
|
2407
|
-
'agentId':
|
|
2408
|
-
'attachmentCacheDir':
|
|
2409
|
-
'daemonApiKey':
|
|
2410
|
-
'daemonLocalUrl':
|
|
2411
|
-
'initialLastSeenSeq':
|
|
2412
|
-
'sessionId':
|
|
2413
|
-
'serverUrl':
|
|
2414
|
-
'workerModeEnabled':
|
|
2415
|
-
'workerSessionId':
|
|
2416
|
-
'workerThreadTarget':
|
|
2417
|
-
'workerMode':
|
|
2418
|
+
'agentId': _0x131d09,
|
|
2419
|
+
'attachmentCacheDir': _0x191514,
|
|
2420
|
+
'daemonApiKey': _0xe33302,
|
|
2421
|
+
'daemonLocalUrl': _0x4352f5,
|
|
2422
|
+
'initialLastSeenSeq': _0x16023d,
|
|
2423
|
+
'sessionId': _0x46b4ed,
|
|
2424
|
+
'serverUrl': _0x27e8b6,
|
|
2425
|
+
'workerModeEnabled': _0x162e4b === void 0x0 ? void 0x0 : _0x162e4b !== 'false',
|
|
2426
|
+
'workerSessionId': _0x28a723,
|
|
2427
|
+
'workerThreadTarget': _0x3b97f4,
|
|
2428
|
+
'workerMode': _0x1601c9
|
|
2418
2429
|
};
|
|
2419
2430
|
}
|
|
2420
|
-
async function runChatBridgeCli(
|
|
2421
|
-
const
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
'
|
|
2430
|
-
'
|
|
2431
|
-
'client': _0x2a2d97,
|
|
2432
|
-
'daemonLocalUrl': _0x2b6218[_0x33ccb5(_0x3366e4._0x1b799c)],
|
|
2431
|
+
async function runChatBridgeCli(_0x1e9aa4) {
|
|
2432
|
+
const _0x18077a = {
|
|
2433
|
+
_0x1081d8: 0x30d,
|
|
2434
|
+
_0x150cd3: 0x2c2,
|
|
2435
|
+
_0x2bd7da: 0x240,
|
|
2436
|
+
_0x7b8076: 0x288
|
|
2437
|
+
}, _0xc0dbbf = _0x268d8f, _0x34c450 = parseChatBridgeArgs(_0x1e9aa4), {StdioServerTransport: _0x398b18} = await import(_0xc0dbbf(_0x18077a._0x1081d8)), _0x436faa = createInternalAgentClient(_0x34c450), _0x334ef9 = createAttachmentCache({ 'cacheDir': _0x34c450[_0xc0dbbf(_0x18077a._0x150cd3)] }), _0x1ea5ed = await createChatBridgeServer({
|
|
2438
|
+
'agentId': _0x34c450[_0xc0dbbf(0x290)],
|
|
2439
|
+
'attachmentCache': _0x334ef9,
|
|
2440
|
+
'client': _0x436faa,
|
|
2441
|
+
'daemonLocalUrl': _0x34c450[_0xc0dbbf(_0x18077a._0x2bd7da)],
|
|
2433
2442
|
'uploadPreparer': prepareUploadFile,
|
|
2434
|
-
'workerModeEnabled':
|
|
2435
|
-
'workerMode':
|
|
2436
|
-
'workerThreadTarget':
|
|
2443
|
+
'workerModeEnabled': _0x34c450[_0xc0dbbf(0x24b)],
|
|
2444
|
+
'workerMode': _0x34c450[_0xc0dbbf(_0x18077a._0x7b8076)],
|
|
2445
|
+
'workerThreadTarget': _0x34c450['workerThreadTarget']
|
|
2437
2446
|
});
|
|
2438
|
-
await
|
|
2447
|
+
await _0x1ea5ed[_0xc0dbbf(0x30f)]['connect'](new _0x398b18());
|
|
2439
2448
|
}
|
|
2440
|
-
var executedAsEntry = process[
|
|
2441
|
-
executedAsEntry && await runChatBridgeCli(process[
|
|
2449
|
+
var executedAsEntry = process[_0x268d8f(0x1d5)][0x1] ? import.meta.url === pathToFileURL(process[_0x268d8f(0x1d5)][0x1])[_0x268d8f(0x1cb)] : ![];
|
|
2450
|
+
executedAsEntry && await runChatBridgeCli(process['argv'][_0x268d8f(0x2df)](0x2));
|
|
2442
2451
|
export {
|
|
2443
2452
|
createChatBridgeHandlers,
|
|
2444
2453
|
createChatBridgeServer,
|