@dscord/daemon 0.1.77 → 0.1.79
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 +2032 -2024
- package/dist/index.js +10716 -10791
- package/package.json +1 -1
package/dist/chat-bridge.js
CHANGED
|
@@ -1,26 +1,25 @@
|
|
|
1
|
-
const
|
|
2
|
-
(function (
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}, _0x1c7efc = _0x486a, _0x4e0a29 = _0x288857();
|
|
1
|
+
const _0x38edd3 = _0x1421;
|
|
2
|
+
(function (_0x4928bb, _0x2442da) {
|
|
3
|
+
const _0x3c0dbd = {
|
|
4
|
+
_0x4a671c: 0x202,
|
|
5
|
+
_0x54612a: 0x2e6,
|
|
6
|
+
_0x267bed: 0x2eb,
|
|
7
|
+
_0x2789bf: 0x254,
|
|
8
|
+
_0x489c14: 0x209,
|
|
9
|
+
_0x4a3009: 0x1b6
|
|
10
|
+
}, _0x142f44 = _0x1421, _0x1ad192 = _0x4928bb();
|
|
12
11
|
while (!![]) {
|
|
13
12
|
try {
|
|
14
|
-
const
|
|
15
|
-
if (
|
|
13
|
+
const _0x255015 = -parseInt(_0x142f44(_0x3c0dbd._0x4a671c)) / 0x1 * (parseInt(_0x142f44(_0x3c0dbd._0x54612a)) / 0x2) + -parseInt(_0x142f44(0x2ca)) / 0x3 + parseInt(_0x142f44(_0x3c0dbd._0x267bed)) / 0x4 * (-parseInt(_0x142f44(0x32c)) / 0x5) + parseInt(_0x142f44(0x217)) / 0x6 + -parseInt(_0x142f44(0x328)) / 0x7 * (parseInt(_0x142f44(0x338)) / 0x8) + -parseInt(_0x142f44(0x2a3)) / 0x9 * (parseInt(_0x142f44(_0x3c0dbd._0x2789bf)) / 0xa) + -parseInt(_0x142f44(_0x3c0dbd._0x489c14)) / 0xb * (-parseInt(_0x142f44(_0x3c0dbd._0x4a3009)) / 0xc);
|
|
14
|
+
if (_0x255015 === _0x2442da)
|
|
16
15
|
break;
|
|
17
16
|
else
|
|
18
|
-
|
|
19
|
-
} catch (
|
|
20
|
-
|
|
17
|
+
_0x1ad192['push'](_0x1ad192['shift']());
|
|
18
|
+
} catch (_0x872a3b) {
|
|
19
|
+
_0x1ad192['push'](_0x1ad192['shift']());
|
|
21
20
|
}
|
|
22
21
|
}
|
|
23
|
-
}(
|
|
22
|
+
}(_0x519f, 0x62463));
|
|
24
23
|
import { pathToFileURL } from 'node:url';
|
|
25
24
|
import {
|
|
26
25
|
mkdir,
|
|
@@ -30,80 +29,75 @@ import {
|
|
|
30
29
|
writeFile
|
|
31
30
|
} from 'node:fs/promises';
|
|
32
31
|
import { homedir } from 'node:os';
|
|
33
|
-
import
|
|
32
|
+
import _0x1d3adb from 'node:path';
|
|
34
33
|
var DEFAULT_MAX_FILE_SIZE = 0x64 * 0x400 * 0x400, MIME_BY_EXTENSION = {
|
|
35
34
|
'.csv': 'text/csv',
|
|
36
|
-
'.gif':
|
|
37
|
-
'.jpeg':
|
|
38
|
-
'.jpg':
|
|
39
|
-
'.json':
|
|
40
|
-
'.md':
|
|
41
|
-
'.pdf':
|
|
42
|
-
'.png':
|
|
43
|
-
'.svg':
|
|
44
|
-
'.txt':
|
|
45
|
-
'.webp':
|
|
46
|
-
'.xml':
|
|
47
|
-
'.zip':
|
|
35
|
+
'.gif': _0x38edd3(0x221),
|
|
36
|
+
'.jpeg': 'image/jpeg',
|
|
37
|
+
'.jpg': _0x38edd3(0x272),
|
|
38
|
+
'.json': _0x38edd3(0x341),
|
|
39
|
+
'.md': 'text/markdown',
|
|
40
|
+
'.pdf': _0x38edd3(0x216),
|
|
41
|
+
'.png': _0x38edd3(0x282),
|
|
42
|
+
'.svg': _0x38edd3(0x1c2),
|
|
43
|
+
'.txt': _0x38edd3(0x1fd),
|
|
44
|
+
'.webp': _0x38edd3(0x2f3),
|
|
45
|
+
'.xml': _0x38edd3(0x1d0),
|
|
46
|
+
'.zip': _0x38edd3(0x1cb)
|
|
48
47
|
};
|
|
49
|
-
function guessContentType(
|
|
50
|
-
const
|
|
51
|
-
|
|
48
|
+
function guessContentType(_0x5cfe20) {
|
|
49
|
+
const _0x1e2b37 = {
|
|
50
|
+
_0x18a3d8: 0x2b7,
|
|
51
|
+
_0x2a1f2a: 0x1da
|
|
52
|
+
}, _0x149f72 = _0x38edd3;
|
|
53
|
+
return MIME_BY_EXTENSION[_0x1d3adb[_0x149f72(_0x1e2b37._0x18a3d8)](_0x5cfe20)[_0x149f72(_0x1e2b37._0x2a1f2a)]()] ?? 'application/octet-stream';
|
|
52
54
|
}
|
|
53
|
-
function safeFilename(
|
|
54
|
-
const
|
|
55
|
-
return
|
|
55
|
+
function safeFilename(_0x1954c9) {
|
|
56
|
+
const _0x1c494d = { _0x8fa12a: 0x2b4 }, _0x12d81a = _0x38edd3;
|
|
57
|
+
return _0x1954c9[_0x12d81a(_0x1c494d._0x8fa12a)](/[\\/]/g, '-');
|
|
56
58
|
}
|
|
57
|
-
function extensionFor(
|
|
58
|
-
const
|
|
59
|
-
return
|
|
59
|
+
function extensionFor(_0x3f66d3) {
|
|
60
|
+
const _0x482fa3 = { _0x598472: 0x2f6 }, _0x2676ca = _0x38edd3, _0x8d35e8 = Object[_0x2676ca(_0x482fa3._0x598472)](MIME_BY_EXTENSION)[_0x2676ca(0x24c)](([, _0x3a411e]) => _0x3a411e === _0x3f66d3);
|
|
61
|
+
return _0x8d35e8?.[0x0] ?? _0x2676ca(0x22a);
|
|
60
62
|
}
|
|
61
|
-
async function prepareUploadFile(
|
|
62
|
-
const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
const _0xa16846 = await readFile(_0x16edde), _0x20db16 = _0x1095eb[_0x296140(_0x3ce580._0xba36fb)](_0x16edde);
|
|
63
|
+
async function prepareUploadFile(_0xad105, _0xd64e12 = {}) {
|
|
64
|
+
const _0x5d9038 = {
|
|
65
|
+
_0xb43baa: 0x2dd,
|
|
66
|
+
_0x3255c8: 0x2d6,
|
|
67
|
+
_0x12ed02: 0x313,
|
|
68
|
+
_0x20d0b1: 0x31b
|
|
69
|
+
}, _0x16a1cd = _0x38edd3;
|
|
70
|
+
if (!_0x1d3adb['isAbsolute'](_0xad105))
|
|
71
|
+
throw new Error('file_path\x20must\x20be\x20an\x20absolute\x20path');
|
|
72
|
+
const _0x8c6bf5 = await stat(_0xad105)[_0x16a1cd(_0x5d9038._0xb43baa)](() => null);
|
|
73
|
+
if (!_0x8c6bf5 || !_0x8c6bf5[_0x16a1cd(0x21f)]())
|
|
74
|
+
throw new Error('File\x20not\x20found:\x20' + _0xad105);
|
|
75
|
+
const _0x610009 = _0xd64e12['maxFileSizeBytes'] ?? DEFAULT_MAX_FILE_SIZE;
|
|
76
|
+
if (_0x8c6bf5[_0x16a1cd(_0x5d9038._0x3255c8)] > _0x610009)
|
|
77
|
+
throw new Error(_0x16a1cd(_0x5d9038._0x12ed02) + _0x8c6bf5['size']);
|
|
78
|
+
const _0x355aac = await readFile(_0xad105), _0x38a885 = _0x1d3adb[_0x16a1cd(0x278)](_0xad105);
|
|
78
79
|
return {
|
|
79
|
-
'contentBase64':
|
|
80
|
-
'contentType': guessContentType(
|
|
81
|
-
'filename':
|
|
82
|
-
'sizeBytes':
|
|
80
|
+
'contentBase64': _0x355aac[_0x16a1cd(_0x5d9038._0x20d0b1)]('base64'),
|
|
81
|
+
'contentType': guessContentType(_0x38a885),
|
|
82
|
+
'filename': _0x38a885,
|
|
83
|
+
'sizeBytes': _0x8c6bf5['size']
|
|
83
84
|
};
|
|
84
85
|
}
|
|
85
|
-
function createAttachmentCache(
|
|
86
|
-
const
|
|
87
|
-
_0x30bf9c: 0x9b,
|
|
88
|
-
_0x30af56: 0xb2
|
|
89
|
-
}, _0x20b1e6 = {
|
|
90
|
-
_0x472a39: 0xc7,
|
|
91
|
-
_0x471cac: 0xb2,
|
|
92
|
-
_0x27834: 0xe9
|
|
93
|
-
}, _0x3e13ca = { _0x2fc1ae: 0x200 }, _0x5b11c6 = _0x1a8139, _0x6db63e = _0x1f780f[_0x5b11c6(_0x26299b._0x30bf9c)] ?? _0x1095eb[_0x5b11c6(_0x26299b._0x30af56)](homedir(), _0x5b11c6(0x14a), _0x5b11c6(0xbd));
|
|
86
|
+
function createAttachmentCache(_0x1cb7bd = {}) {
|
|
87
|
+
const _0x1abead = { _0x619ef5: 0x29c }, _0x69fc8f = { _0x14c599: 0x1eb }, _0x47f948 = _0x38edd3, _0x17a0bc = _0x1cb7bd[_0x47f948(0x30a)] ?? _0x1d3adb[_0x47f948(0x2bd)](homedir(), _0x47f948(_0x1abead._0x619ef5), 'attachments');
|
|
94
88
|
return {
|
|
95
|
-
'cacheDir':
|
|
96
|
-
async 'findCachedPath'(
|
|
97
|
-
const
|
|
98
|
-
await mkdir(
|
|
99
|
-
const
|
|
100
|
-
return
|
|
89
|
+
'cacheDir': _0x17a0bc,
|
|
90
|
+
async 'findCachedPath'(_0x252715) {
|
|
91
|
+
const _0x221094 = _0x47f948;
|
|
92
|
+
await mkdir(_0x17a0bc, { 'recursive': !![] });
|
|
93
|
+
const _0x12a6be = await readdir(_0x17a0bc), _0x1cdb2e = _0x12a6be[_0x221094(0x24c)](_0x375acb => _0x375acb[_0x221094(0x2d7)](_0x252715 + '-') || _0x375acb[_0x221094(0x2d7)](_0x252715));
|
|
94
|
+
return _0x1cdb2e ? _0x1d3adb[_0x221094(0x2bd)](_0x17a0bc, _0x1cdb2e) : null;
|
|
101
95
|
},
|
|
102
|
-
async 'save'(
|
|
103
|
-
const
|
|
104
|
-
await mkdir(
|
|
105
|
-
const
|
|
106
|
-
return await writeFile(
|
|
96
|
+
async 'save'(_0x1c70b0) {
|
|
97
|
+
const _0x301d9d = _0x47f948;
|
|
98
|
+
await mkdir(_0x17a0bc, { 'recursive': !![] });
|
|
99
|
+
const _0x53df3f = _0x1c70b0[_0x301d9d(0x250)]?.[_0x301d9d(0x2f9)]() ? safeFilename(_0x1c70b0[_0x301d9d(0x250)]) : '' + _0x1c70b0[_0x301d9d(0x1eb)] + extensionFor(_0x1c70b0[_0x301d9d(0x23e)]), _0x1ce98a = _0x1d3adb['join'](_0x17a0bc, _0x1c70b0[_0x301d9d(_0x69fc8f._0x14c599)] + '-' + _0x53df3f);
|
|
100
|
+
return await writeFile(_0x1ce98a, _0x1c70b0['data']), _0x1ce98a;
|
|
107
101
|
}
|
|
108
102
|
};
|
|
109
103
|
}
|
|
@@ -111,2346 +105,2360 @@ import {
|
|
|
111
105
|
createHash,
|
|
112
106
|
randomUUID
|
|
113
107
|
} from 'node:crypto';
|
|
114
|
-
var UNSUPPORTED_TARGET_MESSAGE =
|
|
115
|
-
function ensureSegment(
|
|
116
|
-
const
|
|
117
|
-
|
|
118
|
-
_0x24b52b: 0xc4
|
|
119
|
-
}, _0x50fc45 = _0x1a8139, _0x17f847 = _0x1bc6bb[_0x50fc45(_0x32af23._0x8d8c71)]();
|
|
120
|
-
if (!_0x17f847 || _0x17f847[_0x50fc45(_0x32af23._0x24b52b)](':'))
|
|
108
|
+
var UNSUPPORTED_TARGET_MESSAGE = _0x38edd3(0x25a);
|
|
109
|
+
function ensureSegment(_0xbb947a) {
|
|
110
|
+
const _0x1e925d = { _0x11f6f5: 0x29d }, _0x3ad900 = _0x38edd3, _0x2fed1b = _0xbb947a[_0x3ad900(0x2f9)]();
|
|
111
|
+
if (!_0x2fed1b || _0x2fed1b[_0x3ad900(_0x1e925d._0x11f6f5)](':'))
|
|
121
112
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
122
|
-
return
|
|
113
|
+
return _0x2fed1b;
|
|
123
114
|
}
|
|
124
|
-
function parseThreadParts(
|
|
125
|
-
const
|
|
126
|
-
if (
|
|
115
|
+
function parseThreadParts(_0x5ded3f) {
|
|
116
|
+
const _0x57f835 = _0x38edd3, _0x536eac = _0x5ded3f[_0x57f835(0x2fd)](':');
|
|
117
|
+
if (_0x536eac[_0x57f835(0x28a)] < 0x1 || _0x536eac[_0x57f835(0x28a)] > 0x2)
|
|
127
118
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
128
119
|
return {
|
|
129
|
-
'channelName': ensureSegment(
|
|
130
|
-
'threadShortId':
|
|
120
|
+
'channelName': ensureSegment(_0x536eac[0x0] ?? ''),
|
|
121
|
+
'threadShortId': _0x536eac[0x1] ? ensureSegment(_0x536eac[0x1]) : null
|
|
131
122
|
};
|
|
132
123
|
}
|
|
133
|
-
function parseTarget(
|
|
134
|
-
const
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
},
|
|
142
|
-
if (!
|
|
124
|
+
function parseTarget(_0x10dede) {
|
|
125
|
+
const _0xab7a2 = {
|
|
126
|
+
_0x4bb3df: 0x2f9,
|
|
127
|
+
_0x2f9ae5: 0x32e,
|
|
128
|
+
_0x39517e: 0x2af,
|
|
129
|
+
_0x362c1e: 0x211,
|
|
130
|
+
_0x4a4404: 0x1df,
|
|
131
|
+
_0x2376f0: 0x247
|
|
132
|
+
}, _0x3660e2 = _0x38edd3, _0x3aa74e = _0x10dede[_0x3660e2(_0xab7a2._0x4bb3df)]();
|
|
133
|
+
if (!_0x3aa74e)
|
|
143
134
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
144
|
-
if (
|
|
145
|
-
const
|
|
146
|
-
if (!
|
|
135
|
+
if (_0x3aa74e[_0x3660e2(0x2d7)]('#')) {
|
|
136
|
+
const _0x22fc08 = parseThreadParts(_0x3aa74e[_0x3660e2(0x211)](0x1)), _0x1cdd6b = '#' + _0x22fc08[_0x3660e2(0x247)];
|
|
137
|
+
if (!_0x22fc08[_0x3660e2(0x2af)])
|
|
147
138
|
return {
|
|
148
|
-
'channelName':
|
|
149
|
-
'channelTarget':
|
|
150
|
-
'kind':
|
|
151
|
-
'target':
|
|
139
|
+
'channelName': _0x22fc08['channelName'],
|
|
140
|
+
'channelTarget': _0x1cdd6b,
|
|
141
|
+
'kind': _0x3660e2(0x1df),
|
|
142
|
+
'target': _0x1cdd6b
|
|
152
143
|
};
|
|
153
144
|
return {
|
|
154
|
-
'channelName':
|
|
155
|
-
'channelTarget':
|
|
156
|
-
'kind':
|
|
157
|
-
'target':
|
|
158
|
-
'threadShortId':
|
|
145
|
+
'channelName': _0x22fc08['channelName'],
|
|
146
|
+
'channelTarget': _0x1cdd6b,
|
|
147
|
+
'kind': _0x3660e2(_0xab7a2._0x2f9ae5),
|
|
148
|
+
'target': _0x1cdd6b + ':' + _0x22fc08[_0x3660e2(0x2af)],
|
|
149
|
+
'threadShortId': _0x22fc08[_0x3660e2(_0xab7a2._0x39517e)]
|
|
159
150
|
};
|
|
160
151
|
}
|
|
161
|
-
if (
|
|
162
|
-
const
|
|
163
|
-
if (!
|
|
152
|
+
if (_0x3aa74e[_0x3660e2(0x2d7)]('dm:')) {
|
|
153
|
+
const _0x13659e = parseThreadParts(_0x3aa74e[_0x3660e2(_0xab7a2._0x362c1e)](0x3));
|
|
154
|
+
if (!_0x13659e[_0x3660e2(0x247)][_0x3660e2(0x2d7)](_0x3660e2(0x1d8)))
|
|
164
155
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
165
|
-
const
|
|
166
|
-
if (!
|
|
156
|
+
const _0x145972 = _0x3660e2(0x1e2) + _0x13659e[_0x3660e2(0x247)];
|
|
157
|
+
if (!_0x13659e[_0x3660e2(0x2af)])
|
|
167
158
|
return {
|
|
168
|
-
'channelName':
|
|
169
|
-
'channelTarget':
|
|
170
|
-
'kind':
|
|
171
|
-
'target':
|
|
159
|
+
'channelName': _0x13659e['channelName'],
|
|
160
|
+
'channelTarget': _0x145972,
|
|
161
|
+
'kind': _0x3660e2(_0xab7a2._0x4a4404),
|
|
162
|
+
'target': _0x145972
|
|
172
163
|
};
|
|
173
164
|
return {
|
|
174
|
-
'channelName':
|
|
175
|
-
'channelTarget':
|
|
176
|
-
'kind':
|
|
177
|
-
'target':
|
|
178
|
-
'threadShortId':
|
|
165
|
+
'channelName': _0x13659e[_0x3660e2(_0xab7a2._0x2376f0)],
|
|
166
|
+
'channelTarget': _0x145972,
|
|
167
|
+
'kind': 'thread',
|
|
168
|
+
'target': _0x145972 + ':' + _0x13659e[_0x3660e2(0x2af)],
|
|
169
|
+
'threadShortId': _0x13659e['threadShortId']
|
|
179
170
|
};
|
|
180
171
|
}
|
|
181
172
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
182
173
|
}
|
|
183
|
-
function asErrorMessage(
|
|
184
|
-
const
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
if (typeof _0x363158 === _0x2e6e09(_0x14135c._0x14270a) && _0x363158[_0x2e6e09(_0x14135c._0x2a25a7)]())
|
|
189
|
-
return _0x363158;
|
|
190
|
-
return _0x5219a0;
|
|
174
|
+
function asErrorMessage(_0x43cbee, _0x54838f) {
|
|
175
|
+
const _0x2c0334 = _0x38edd3;
|
|
176
|
+
if (typeof _0x43cbee === 'string' && _0x43cbee[_0x2c0334(0x2f9)]())
|
|
177
|
+
return _0x43cbee;
|
|
178
|
+
return _0x54838f;
|
|
191
179
|
}
|
|
192
|
-
function asRecord(
|
|
193
|
-
|
|
194
|
-
return typeof _0x374fb7 === _0x2ef36a(0x121) && _0x374fb7 !== null ? _0x374fb7 : {};
|
|
180
|
+
function asRecord(_0x3d5b6b) {
|
|
181
|
+
return typeof _0x3d5b6b === 'object' && _0x3d5b6b !== null ? _0x3d5b6b : {};
|
|
195
182
|
}
|
|
196
|
-
function stableStringify(
|
|
197
|
-
const
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
if (Array[_0x263c4b(_0x187376._0x3a2e21)](_0x2fad27))
|
|
205
|
-
return '[' + _0x2fad27[_0x263c4b(0x166)](_0x2f4ef1 => stableStringify(_0x2f4ef1))[_0x263c4b(0xb2)](',') + ']';
|
|
206
|
-
const _0x181a43 = Object['entries'](_0x2fad27)[_0x263c4b(_0x187376._0x2c2ce8)](([, _0x15fe42]) => _0x15fe42 !== void 0x0)[_0x263c4b(_0x187376._0x37e5c1)](([_0x4d1f3c], [_0x303b56]) => _0x4d1f3c[_0x263c4b(0x145)](_0x303b56))['map'](([_0x22ecf1, _0x26a77a]) => JSON[_0x263c4b(0xa8)](_0x22ecf1) + ':' + stableStringify(_0x26a77a));
|
|
207
|
-
return '{' + _0x181a43['join'](',') + '}';
|
|
183
|
+
function stableStringify(_0xff3cc) {
|
|
184
|
+
const _0x5b3fdd = { _0x3c4a2f: 0x2c3 }, _0x228285 = _0x38edd3;
|
|
185
|
+
if (_0xff3cc === null || typeof _0xff3cc !== _0x228285(0x288))
|
|
186
|
+
return JSON['stringify'](_0xff3cc);
|
|
187
|
+
if (Array[_0x228285(0x2c0)](_0xff3cc))
|
|
188
|
+
return '[' + _0xff3cc[_0x228285(0x2c3)](_0x251164 => stableStringify(_0x251164))[_0x228285(0x2bd)](',') + ']';
|
|
189
|
+
const _0x2ffa9d = Object[_0x228285(0x2f6)](_0xff3cc)[_0x228285(0x306)](([, _0x177a68]) => _0x177a68 !== void 0x0)[_0x228285(0x1b9)](([_0x27405f], [_0x4eb13f]) => _0x27405f[_0x228285(0x293)](_0x4eb13f))[_0x228285(_0x5b3fdd._0x3c4a2f)](([_0x5b4cfe, _0x2f4325]) => JSON['stringify'](_0x5b4cfe) + ':' + stableStringify(_0x2f4325));
|
|
190
|
+
return '{' + _0x2ffa9d[_0x228285(0x2bd)](',') + '}';
|
|
208
191
|
}
|
|
209
|
-
function
|
|
210
|
-
const
|
|
211
|
-
|
|
212
|
-
'
|
|
213
|
-
'
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
function _0x124c() {
|
|
217
|
-
const _0x1ed324 = [
|
|
218
|
-
'l3DVCMTLCNmVD2fPDgLUz19PBNb1Da',
|
|
219
|
-
'lcbWCMv2Awv3pq',
|
|
220
|
-
'l3DVCMTLCNmVBgLZDd9Hz2vUDf9Pzd0',
|
|
221
|
-
'yxbWBgLJyxrPB24VANnVBG',
|
|
222
|
-
'mtK0mZmZuhbUs2vA',
|
|
223
|
-
'ls1ZzxnZAw9UlwLK',
|
|
224
|
-
'zMLSzv9WyxrO',
|
|
225
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmV',
|
|
226
|
-
'AxnjBNrLz2vY',
|
|
227
|
-
'BgLZDfrHC2TZ',
|
|
228
|
-
'uefuq0G',
|
|
229
|
-
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
230
|
-
'l2nVBNrLBNq',
|
|
231
|
-
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
232
|
-
'yxr0ywnOBwvUDeLKCW',
|
|
233
|
-
'lsaJ',
|
|
234
|
-
'C29YDa',
|
|
235
|
-
'BgLTAxq',
|
|
236
|
-
'Bg9JywXLq29TCgfYzq',
|
|
237
|
-
'z2v0u2vJB25KCW',
|
|
238
|
-
'ig1ZzZ0',
|
|
239
|
-
'DhLWzq',
|
|
240
|
-
'DgHYzwfK',
|
|
241
|
-
'lMrZy29Yza',
|
|
242
|
-
'Aw5KzxHpzG',
|
|
243
|
-
'DgHYzwfKswq',
|
|
244
|
-
'DMfSDwu',
|
|
245
|
-
'Bwf0y2Hoyw1L',
|
|
246
|
-
'z2v0rNvSBfLLyxi',
|
|
247
|
-
'y29UDgvUDejHC2u2na',
|
|
248
|
-
'DgfZAYa',
|
|
249
|
-
'Bwf4',
|
|
250
|
-
'yxr0ywnOBwvUDf9Pza',
|
|
251
|
-
'l2LUDgvYBMfSl2fNzw50lW',
|
|
252
|
-
'Aw5FCMv2Awv3',
|
|
253
|
-
'Aw1Hz2uVD2vICa',
|
|
254
|
-
'zxH0BMfTzq',
|
|
255
|
-
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
256
|
-
'Aw1Hz2uVANbLzW',
|
|
257
|
-
'm1L2wKn5yq',
|
|
258
|
-
'BgLZDf90yxnRCW',
|
|
259
|
-
'DxbSB2fKx2zPBguGzMfPBgvK',
|
|
260
|
-
'y3jLyxrLzef0',
|
|
261
|
-
'zgvZDhjVEwvK',
|
|
262
|
-
'y2XPzw50',
|
|
192
|
+
function _0x519f() {
|
|
193
|
+
const _0x3d9a1f = [
|
|
194
|
+
'BgLZDfnLCNzLCG',
|
|
195
|
+
'EM9K',
|
|
196
|
+
'DgfZAW',
|
|
197
|
+
'C3rVCe1HAw49Dhj1zq',
|
|
198
|
+
'Ahr0CdO',
|
|
263
199
|
'y2f0y2G',
|
|
264
|
-
'
|
|
265
|
-
'
|
|
266
|
-
'CgfYC2u',
|
|
267
|
-
'BwfPBG',
|
|
268
|
-
'y2HHBM5LBeLK',
|
|
269
|
-
'BwfW',
|
|
270
|
-
'cGPvC2uGDgHPCYbjrcbPBIbZzw5Kx21LC3nHz2uNCYbHDhrHy2HTzw50x2LKCYbWyxjHBwv0zxiGDg8GAw5JBhvKzsbPDcbPBIbHig1LC3nHz2uU',
|
|
271
|
-
'DgfZA0LK',
|
|
272
|
-
'iokaLcb1C2uGDMLLD19MAwXLihrVihnLzv0',
|
|
200
|
+
'D3nZoG',
|
|
201
|
+
'CNvUBMLUzW',
|
|
273
202
|
'kg5VBMuP',
|
|
274
|
-
'
|
|
275
|
-
'
|
|
276
|
-
'
|
|
277
|
-
'
|
|
278
|
-
'
|
|
203
|
+
'q29UDgLUDwuGzxHLy3v0Aw9UigLUihrOAxmGDgHYzwfKlIbvC2uGCMvHzf9OAxn0B3j5igLMihLVDsbUzwvKig1VCMuGy29UDgv4Dc4',
|
|
204
|
+
'zxHLy3v0Aw9Utw9Kzq',
|
|
205
|
+
'l3jLy2vPDMu',
|
|
206
|
+
'CMvHC29U',
|
|
207
|
+
'Dw5RBM93BG',
|
|
208
|
+
'mtq2mMnUvLDUvW',
|
|
209
|
+
'zxzLBNrtzxe',
|
|
210
|
+
'vxbSB2fKigeGBg9JywWGzMLSzsb0BYbHignOyw5UzwWGB3iGre0Gyw5KihjLDhvYBIbHBIbHDhrHy2HTzw50ieLeihrOyxqGy2fUigjLihvZzwqGD2L0AcbZzw5Kx21LC3nHz2uUifrOCMvHzcb0yxjNzxrZigfYzsbUB3qGywXSB3DLzc4',
|
|
211
|
+
'DgHYzwfKvgfYz2v0pq',
|
|
212
|
+
'y2XHAw1FDgfZA3m',
|
|
213
|
+
'mtmYwhPjr3je',
|
|
214
|
+
'l2nVBNrLBNq',
|
|
215
|
+
'C2vYDMvYtMfTzq',
|
|
216
|
+
'Cgf5Bg9HzePZB24',
|
|
217
|
+
'ywz0zxi',
|
|
218
|
+
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT',
|
|
219
|
+
'zMLUzenHy2HLzfbHDgG',
|
|
220
|
+
'rMLSzsb1CgXVywrLzdOG',
|
|
221
|
+
'Aw1Hz2uVD2vICa',
|
|
222
|
+
'cGOTls0G',
|
|
223
|
+
'ywDLBNrZ',
|
|
224
|
+
'zw50CMLLCW',
|
|
225
|
+
'l3vWBg9Hza',
|
|
226
|
+
'zgfLBw9UqxbPs2v5',
|
|
227
|
+
'DhjPBq',
|
|
228
|
+
'uMvSzwfZzsbHignSywLTzwqGDgfZAYbIEsbJAgfUBMvSigfUzcb0yxnRig51BwjLCI4GrM9Yihn1yNrHC2TZlcbHBhnVihbHC3mGC3vIDgfZA19UDw1IzxiU',
|
|
229
|
+
'BwvZC2fNzuLK',
|
|
230
|
+
'y29UDgvUDc10ExbL',
|
|
231
|
+
'C3bSAxq',
|
|
232
|
+
'yM9KEu1HCMTKB3DU',
|
|
233
|
+
'rg8GBM90ihnLBMqGzNvYDgHLCIbTzxnZywDLCYb0BYb0AgLZihrOCMvHzcdIGjqGDgHLihDVCMTLCIbPCYbOyw5KBgLUzYbPDc4',
|
|
234
|
+
'DgL0Bgu',
|
|
279
235
|
'CgfYDgLJAxbHBNrjza',
|
|
280
|
-
'
|
|
281
|
-
'
|
|
282
|
-
'
|
|
283
|
-
'
|
|
284
|
-
'
|
|
236
|
+
'ig1LC3nHz2vZihnOB3DUlIbvC2uGyMvMB3jLpq',
|
|
237
|
+
'BgLZDf9Zzxj2zxi',
|
|
238
|
+
'yxjNDG',
|
|
239
|
+
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
240
|
+
'zMLSDgvY',
|
|
241
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
242
|
+
'Dg9KBW',
|
|
243
|
+
'AxngAw5PDgu',
|
|
244
|
+
'y2fJAgveAxi',
|
|
245
|
+
'Dgv4Da',
|
|
246
|
+
'z2v0rNvSBfLLyxi',
|
|
247
|
+
'C2v0',
|
|
285
248
|
'C2vUzgvYtMfTzq',
|
|
286
|
-
'
|
|
287
|
-
'
|
|
288
|
-
'
|
|
249
|
+
'l3rHC2TZl3vUy2XHAw0',
|
|
250
|
+
'ihrPBwu9',
|
|
251
|
+
'Dw5JBgfPBv90yxnR',
|
|
252
|
+
'zMLSzv9WyxrO',
|
|
253
|
+
'rMLSzsbZAxPLigv4y2vLzhmGBgLTAxq6ia',
|
|
254
|
+
'Dw5JBgfPBv90yxnRoIb3B3jRzxiGy2fUig9UBhKGDw5JBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCI4',
|
|
255
|
+
'y3jLyxrLx3rHC2TZ',
|
|
256
|
+
'igfZC2LNBMvLpua',
|
|
257
|
+
'C2L6zuj5DgvZ',
|
|
258
|
+
'y2HLy2TnzxnZywDLCW',
|
|
259
|
+
'DMLZAwjPBgL0Eq',
|
|
260
|
+
'l2LUDgvYBMfSl2fNzw50lW',
|
|
261
|
+
'Dg9tDhjPBMC',
|
|
289
262
|
'zw51Bq',
|
|
290
|
-
'
|
|
291
|
-
'C2f2zq',
|
|
292
|
-
'Dg9ju09tDhjPBMC',
|
|
293
|
-
'C2vYDMvYvxjS',
|
|
294
|
-
'CNvUBMLUzW',
|
|
263
|
+
'zgvZy3jPChrPB24',
|
|
295
264
|
'y3jLyxrLvgfZA3m',
|
|
296
|
-
'
|
|
297
|
-
'rMLSzsbUB3qGzM91BMq6ia',
|
|
298
|
-
'q2HLy2SGDgHLign1CNjLBNqGC3rHDhvZig9MigeGC3bHD25Lzcb3B3jRzxiGyNKGAxrZihDVCMSGA2v5lG',
|
|
299
|
-
'ywjVCNq',
|
|
300
|
-
'C2v0',
|
|
301
|
-
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw5UB3qGy2XHAw0GyNKGBwvZC2fNzv9PzhmGkhrVCc1SzxzLBcbTzxnZywDLihbYB21VDgLVBIbPCYbTywLUlwfNzw50ig9UBhKPoYb1C2uGC3vIDgfZA19UDw1IzxjZigLUC2LKzsb5B3vYig93BIb0yxnRihrOCMvHzc4',
|
|
302
|
-
'CgfKu3rHCNq',
|
|
303
|
-
'ihn0yxr1CZ0',
|
|
304
|
-
'l3n0yxj0',
|
|
305
|
-
'yxv0BZO',
|
|
306
|
-
'C2L6zq',
|
|
265
|
+
'ywjVCNrLza',
|
|
307
266
|
'C3rHCNrLza',
|
|
308
|
-
'
|
|
309
|
-
'
|
|
310
|
-
'
|
|
311
|
-
'
|
|
312
|
-
'
|
|
313
|
-
'
|
|
314
|
-
'
|
|
315
|
-
'
|
|
316
|
-
'
|
|
317
|
-
'
|
|
318
|
-
'
|
|
319
|
-
'
|
|
320
|
-
'
|
|
321
|
-
'
|
|
322
|
-
'
|
|
323
|
-
'
|
|
324
|
-
'
|
|
325
|
-
'
|
|
326
|
-
'
|
|
267
|
+
'r0vu',
|
|
268
|
+
'igfSCMvHzhKGAgfZigfUigfJDgL2zsb3B3jRzxiUihn0B3bnywLUpxrYDwuGzxHLy3v0Aw9Utw9Kzt13B3jRzxi',
|
|
269
|
+
'C3vJy2vZCW',
|
|
270
|
+
'D29YA2vYx3nLC3nPB25FAwq',
|
|
271
|
+
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw4GB25SEsbJBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCNmU',
|
|
272
|
+
'C3rVCe1HAw4',
|
|
273
|
+
'CM9VDe1LC3nHz2vjza',
|
|
274
|
+
'n3PACKPizq',
|
|
275
|
+
'Dg9ju09tDhjPBMC',
|
|
276
|
+
'DgHYzwfKx3rHCMDLDa',
|
|
277
|
+
'ktSGz290ignOyw5UzwW9',
|
|
278
|
+
'nde1mtvOEuTnEfu',
|
|
279
|
+
'DxbSB2fKuhjLCgfYzxi',
|
|
280
|
+
'DgHYzwfK',
|
|
281
|
+
'twLZC2LUzYaTlwfNzw50lwLK',
|
|
282
|
+
'D29YA2vY',
|
|
283
|
+
'l3DVCMTLCNmVBgLZDd9Hz2vUDf9Pzd0',
|
|
284
|
+
'AgfZ',
|
|
285
|
+
'CMvZDwX0sNnVBG',
|
|
286
|
+
'l3jLC29SDMuTy2HHBM5LBa',
|
|
287
|
+
'ChjVDg9JB2W',
|
|
288
|
+
'q3jLyxrLig9UzsbVCIbTB3jLihrHC2TZigLUigeGy2HHBM5LBc4Gsw4Gysb0AhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPlcbJCMvHDgvZihn1yNrHC2TZihvUzgvYihrOzsbLEgLZDgLUzYbWyxjLBNqGDgfZAY4',
|
|
289
|
+
'twvZC2fNzsbZzw50ihrVia',
|
|
290
|
+
'ndGXmtuYohfvDeLMDq',
|
|
291
|
+
'cGPvC2uGDgHPCYbjrcbPBIbZzw5Kx21LC3nHz2uNCYbHDhrHy2HTzw50x2LKCYbWyxjHBwv0zxiGDg8GAw5JBhvKzsbPDcbPBIbHig1LC3nHz2uU',
|
|
292
|
+
'DgfYz2v0',
|
|
293
|
+
'Bwf4',
|
|
294
|
+
'l2nVBNrLEhqTBwv0CMLJCW',
|
|
295
|
+
'uefuq0G',
|
|
296
|
+
'C2LNBMfS',
|
|
297
|
+
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
298
|
+
'lcbJB250zw50lxr5Cgu9',
|
|
299
|
+
'yxbWBgLJyxrPB24VANnVBG',
|
|
300
|
+
'tgLZDcb0yxnRCYbPBIbHignOyw5UzwWGB3iGDgHYzwfKlIbuAhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPihjLDhvYBNmGDgHLihbHCMvUDcb0yxnRihbSDxmGAxrZihn1yNrHC2TZihDPDgGGywDNCMvNyxrPB24GzMLLBgrZicHJAgLSzhjLBLrVDgfSlcbJAgLSzhjLBKrVBMuSignOAwXKCMvUsw5qCM9NCMvZCYKUienOyw5UzwWGDgfYz2v0ihjLDhvYBNmGB25SEsbWyxjLBNqGDgfZA3mGkg5Vihn1yNrHC2TZks4',
|
|
301
|
+
'AhvTyw4',
|
|
327
302
|
'ig1LC3nHz2vZkqOk',
|
|
328
|
-
'
|
|
329
|
-
'
|
|
330
|
-
'
|
|
331
|
-
'
|
|
332
|
-
'
|
|
333
|
-
'
|
|
334
|
-
'
|
|
335
|
-
'
|
|
336
|
-
'iJOGC3rHDhvZpq',
|
|
337
|
-
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxjYB3i9',
|
|
338
|
-
'ls13B3jRzxiTDgHYzwfKlxrHCMDLDa',
|
|
339
|
-
'rxnJywXHDguGyw4GAxnZDwuGDg8GDgHLig1HAw4GywDLBNqGC2vZC2LVBI4GvxnLihDOzw4GDgHLihDVCMTLCIbJyw5UB3qGCMvZB2X2zsbHihbYB2jSzw0GywXVBMuGyw5Kig5LzwrZig1HAw4GDg8GAw50zxj2zw5LlG',
|
|
340
|
-
'zw50CMLLCW',
|
|
341
|
-
'BwLU',
|
|
342
|
-
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
303
|
+
'DxbKyxrLvgfZA1n0yxr1CW',
|
|
304
|
+
'z2v0tw9UDgG',
|
|
305
|
+
'D29YA2vYtw9Kzq',
|
|
306
|
+
'zxnJywXHDgvFDg9FBwfPBG',
|
|
307
|
+
'iYmJienOyw5UzwXZ',
|
|
308
|
+
'z2v0vgLTzq',
|
|
309
|
+
'ywDNCMvNyxrLswq',
|
|
310
|
+
'sfruuca',
|
|
343
311
|
'C2nOzwr1BgvKrM9Y',
|
|
344
|
-
'
|
|
345
|
-
'
|
|
346
|
-
'
|
|
347
|
-
'
|
|
312
|
+
'C2vUzf9TzxnZywDL',
|
|
313
|
+
'iokaLca',
|
|
314
|
+
'zM9Yy2vszwzYzxnO',
|
|
315
|
+
'igv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
316
|
+
'yxr0ywnOBwvUDenHy2HL',
|
|
317
|
+
'tM8GBMv3ig1LC3nHz2vZlG',
|
|
318
|
+
'yxnZAwDUzwvoyw1L',
|
|
319
|
+
'nde2mtC0nfrqALLTyG',
|
|
320
|
+
'ls13B3jRzxiTBw9Kzs1LBMfIBgvK',
|
|
321
|
+
'lcbWCMv2Awv3pq',
|
|
322
|
+
'C29YDa',
|
|
323
|
+
'ywrK',
|
|
324
|
+
'CMvJB3jK',
|
|
325
|
+
'y2HHBM5LBhm',
|
|
326
|
+
'y3vYC29Y',
|
|
327
|
+
'l3rHC2TZl2nSywLT',
|
|
328
|
+
'zgvZDhjVEwvK',
|
|
329
|
+
'ihn0yxr1CZ0',
|
|
330
|
+
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxHLy3v0Aw9Utw9Kzt1TywLUcLn0yxKGAw4GBwfPBIbZzxnZAw9UoIbYzwfKihrOzsbYzwzLCMvUy2vKihbSyw4Vzg9JDw1LBNqGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYaOB3iGB3rOzxj3AxnLigfKDMfUy2uGDgHLihrHC2SGAw4GBwfPBIb3AxrOB3v0igHHBMrPBMCGB2zMihrVigeGD29YA2vYks4',
|
|
331
|
+
'Aw1Hz2uVC3zNk3HTBa',
|
|
332
|
+
'l3DVCMTLCNmVy29UDgv4Dc1TzxrYAwnZ',
|
|
333
|
+
'ls1ZzxnZAw9UlwLK',
|
|
334
|
+
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
348
335
|
'zNjVBq',
|
|
349
|
-
'
|
|
350
|
-
'
|
|
336
|
+
'zMv0y2HjBxbS',
|
|
337
|
+
'rMLSzsbHBhjLywr5ignHy2HLzcbHDdOG',
|
|
338
|
+
'Ahr0Chm6',
|
|
339
|
+
'y3jLyxrLzef0',
|
|
340
|
+
'yxbWBgLJyxrPB24VEMLW',
|
|
341
|
+
'Dg9VBa',
|
|
342
|
+
'ue9tva',
|
|
343
|
+
'yxr0ywnOBwvUDenHy2HLrgLY',
|
|
344
|
+
'DgHYzwfKtNvTyMvY',
|
|
345
|
+
'yxbWBgLJyxrPB24VEg1S',
|
|
351
346
|
'C2vUzgvYvhLWzq',
|
|
352
|
-
'
|
|
353
|
-
'
|
|
354
|
-
'
|
|
355
|
-
'
|
|
356
|
-
'
|
|
357
|
-
'
|
|
358
|
-
'
|
|
359
|
-
'
|
|
360
|
-
'
|
|
361
|
-
'
|
|
362
|
-
'
|
|
363
|
-
'
|
|
364
|
-
'
|
|
347
|
+
'AhvTyw5Z',
|
|
348
|
+
'AgvHzgvYCW',
|
|
349
|
+
'DMfSDwu',
|
|
350
|
+
'uMvHzcb0AhjLywqGAgLZDg9YEsbIzwzVCMuGDgfRAw5NigfJDgLVBI4Grg8GBM90igvJAg8GDgHPCYbTzxnZywDLihrVihrOzsb0AhjLywqU',
|
|
351
|
+
'Axnoyu4',
|
|
352
|
+
'C3vIDgfZA19UDw1IzxjZ',
|
|
353
|
+
'zg0T',
|
|
354
|
+
'uM9VDcb0yxnRig1LC3nHz2u6cG',
|
|
355
|
+
'Dg9mB3DLCKnHC2u',
|
|
356
|
+
'iJOGC3rHDhvZpq',
|
|
357
|
+
'ywz0zxjtzxe',
|
|
358
|
+
'DgHYzwfKswq',
|
|
359
|
+
'D29YA2vYCW',
|
|
360
|
+
'y2HHBM5LBa',
|
|
361
|
+
'ig1ZzZ0',
|
|
362
|
+
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
363
|
+
'zg06',
|
|
364
|
+
'CMvHzeHPC3rVCNK',
|
|
365
|
+
'CMvZCg9UC2u',
|
|
365
366
|
'l3nLCNzLCG',
|
|
366
|
-
'
|
|
367
|
-
'
|
|
368
|
-
'
|
|
369
|
-
'
|
|
370
|
-
'
|
|
371
|
-
'
|
|
372
|
-
'
|
|
367
|
+
'l3nLBMq',
|
|
368
|
+
'C2vYDMvY',
|
|
369
|
+
'icGWig1LC3nHz2vZkqOktM8GBwvZC2fNzxmGAw4GDgHPCYbJAgfUBMvSlG',
|
|
370
|
+
'C3vIDgfZA051BwjLCG',
|
|
371
|
+
'ANnVBG',
|
|
372
|
+
'yxr0ywnOBwvUDeLK',
|
|
373
|
+
'ywDLBNrjza',
|
|
374
|
+
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
375
|
+
'tM8GDgfZA3mGy3jLyxrLzc4',
|
|
376
|
+
'CgfYA193B3jRzxiGzMfPBgvK',
|
|
377
|
+
'DgvZDa',
|
|
378
|
+
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
379
|
+
'y2HLy2TFBwvZC2fNzxmGzMfPBgvK',
|
|
380
|
+
'u2vUzcbHig1LC3nHz2uUieLMihzPC2LIAwXPDhKGAxmGB21PDhrLzcWGDgHLig1LC3nHz2uGAxmGChvIBgLJlIbjBIb0yxnRihrOCMvHzhmSihnLDcb2AxnPyMLSAxr5oIbHC2LKzsbVBMX5ihDOzw4GEw91igv4CgXPy2L0BhKGD2fUDcbHBIbHC2LKzs4Gt3v0C2LKzsb0AhjLywrZlcbKBYbUB3qGC2v0ihzPC2LIAwXPDhKUifjLDxnLihrOzsbLEgfJDcb0yxjNzxqGC3rYAw5NigzYB20GAw5JB21PBMCGBwvZC2fNzxmU',
|
|
381
|
+
'ls1KywvTB24TyxbPlwTLEq',
|
|
382
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZ',
|
|
383
|
+
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
373
384
|
'yMvMB3jL',
|
|
374
|
-
'
|
|
375
|
-
'
|
|
376
|
-
'
|
|
377
|
-
'
|
|
385
|
+
'DhLWzq',
|
|
386
|
+
'y2XPzw50',
|
|
387
|
+
'ywDLBNq',
|
|
388
|
+
'iow3SUwiH+AnOUwiScb3B3jRzxiG5OMN6kgm',
|
|
378
389
|
'DgfZA19Pza',
|
|
379
390
|
'Dgv4Dc9WBgfPBG',
|
|
391
|
+
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
392
|
+
'y3jLyxrLx3rHC2TZigzHAwXLza',
|
|
393
|
+
'DMLLD19MAwXLigzHAwXLza',
|
|
394
|
+
'BwvKAxvT',
|
|
395
|
+
'mtzxtfrPEvO',
|
|
396
|
+
'Dw5JBgfPBv90yxnRigzHAwXLza',
|
|
397
|
+
'oIb3B3jRzxiGCNvUDgLTzsbTAxnZAw5NihDVCMTLCLrOCMvHzfrHCMDLDdSGy2fUBM90ihzHBgLKyxrLihnJB3bL',
|
|
398
|
+
'l3DVCMTLCNmVzgvSAxzLCG',
|
|
399
|
+
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
400
|
+
'z2v0rgf0zq',
|
|
401
|
+
'zxHWAxjLC0f0',
|
|
402
|
+
'ntvuExHmDw8',
|
|
403
|
+
'igrVBMuP',
|
|
380
404
|
'zMv0y2HuAw1LB3v0txm',
|
|
381
|
-
'
|
|
405
|
+
'y2HHBM5LBfrHCMDLDa',
|
|
406
|
+
'CMvXDwvZDfvYBa',
|
|
407
|
+
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
408
|
+
'ioI/LowBNUs6HUMDNIbku09oiowtJEw6Lo+8Ihn0yxr1CZ0',
|
|
409
|
+
'l2zPBMLZAa',
|
|
410
|
+
'C2XPy2u',
|
|
411
|
+
'pgvTChr5pG',
|
|
412
|
+
'BwvZC2fNzq',
|
|
413
|
+
'ihr5Cgu9ywDLBNq',
|
|
414
|
+
'AxnjBNrLz2vY',
|
|
415
|
+
'yxbWBgLJyxrPB24VCgrM',
|
|
416
|
+
'mJqZnZe4mMj0qvvcCG',
|
|
417
|
+
'twLZC2LUzYaTlwrHzw1VBI1HCgKTA2v5',
|
|
418
|
+
'C3vIDgfZA19UDw1Izxi',
|
|
419
|
+
'BgLZDfrHC2TZ',
|
|
382
420
|
'DxbSB2fKrMLSzq',
|
|
383
|
-
'
|
|
384
|
-
'
|
|
385
|
-
'
|
|
386
|
-
'
|
|
421
|
+
'twfYAYb0AguGy3vYCMvUDcb3B3jRzxiGyxmGD2fPDgLUzYbMB3iGAhvTyw4GAw5WDxqUifbHDxnLCYb0AguGAwrSzsbuveWGDgLTzxiGDw50AwWGysbUzxCGBwvZC2fNzsbHCNjPDMvZlG',
|
|
422
|
+
'CMvHzf9OAxn0B3j5',
|
|
423
|
+
'w3rHCMDLDd0',
|
|
424
|
+
'AxngAwXL',
|
|
425
|
+
'D29YA2vYrgLZCg9ZAxrPB249',
|
|
426
|
+
'Aw1Hz2uVz2LM',
|
|
427
|
+
'77Yj44cc6l+z6ycA5BI46kgO56s6ihnLCNzLCLvYBcdMJiFLKjhKUOyGD2vIioERMEEcUE+8JoAiLUs7O+EqHUAYOEACIEAkIIbKywvTB24VAw50zxjUywWGqvbjioI9RowpKEwiSowqJUERR+oaGG',
|
|
428
|
+
'C3rHDhvZ',
|
|
429
|
+
'Bwf0y2Hoyw1L',
|
|
430
|
+
'zg93BMXVywrbDhrHy2HTzw50',
|
|
431
|
+
'v29YA2vYia',
|
|
432
|
+
'rxnJywXHDguGyw4GAxnZDwuGDg8GDgHLig1HAw4GywDLBNqGC2vZC2LVBI4GvxnLihDOzw4GDgHLihDVCMTLCIbJyw5UB3qGCMvZB2X2zsbHihbYB2jSzw0GywXVBMuGyw5Kig5LzwrZig1HAw4GDg8GAw50zxj2zw5LlG',
|
|
433
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmV',
|
|
434
|
+
'D29YA19RzxK',
|
|
435
|
+
'lMjPBG',
|
|
436
|
+
'ig1ZzZ1Oyw5KB2zMihrPBwu9',
|
|
437
|
+
'ls1Hz2vUDc1Pza',
|
|
438
|
+
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
439
|
+
'ls1Zzxj2zxiTDxjS',
|
|
440
|
+
'Aw5PDgLHBeXHC3rtzwvUu2vX',
|
|
387
441
|
'DxbSB2fKx2zPBguGB25SEsbZDxbWB3j0CYbJAgfUBMvSig9YiernihrHCMDLDhmSig5VDcb0AhjLywqGDgfYz2v0CW',
|
|
388
|
-
'
|
|
389
|
-
'ywz0zxjtzxe',
|
|
390
|
-
'ywz0zxi',
|
|
391
|
-
'BgvUz3rO',
|
|
392
|
-
'BgLZDf90yxnRCYbMywLSzwq',
|
|
393
|
-
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
394
|
-
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
395
|
-
'CgfYA193B3jRzxi',
|
|
396
|
-
'D3nZoG',
|
|
397
|
-
'iYmGu2vYDMvYoIa',
|
|
398
|
-
'q3jLyxrLig9UzsbVCIbTB3jLihrHC2TZigLUigeGy2HHBM5LBc4Gsw4Gysb0AhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPlcbJCMvHDgvZihn1yNrHC2TZihvUzgvYihrOzsbLEgLZDgLUzYbWyxjLBNqGDgfZAY4',
|
|
399
|
-
'CMvWBgfJzq',
|
|
400
|
-
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
401
|
-
'r0vu',
|
|
402
|
-
'y2HHDa',
|
|
403
|
-
'DgL0Bgu',
|
|
404
|
-
'y29UDgvUDfr5Cgu',
|
|
405
|
-
'zgvZy3jPChrPB24',
|
|
406
|
-
'lcbJB250zw50lxr5Cgu9',
|
|
407
|
-
'w3nLCt0',
|
|
442
|
+
'l2HPC3rVCNK/',
|
|
408
443
|
'C29Tzq',
|
|
409
|
-
'
|
|
410
|
-
'
|
|
411
|
-
'
|
|
412
|
-
'
|
|
413
|
-
'
|
|
414
|
-
'
|
|
415
|
-
'
|
|
416
|
-
'DMLZAwjPBgL0Eq',
|
|
417
|
-
'C2vUzf9TzxnZywDLigzHAwXLza',
|
|
418
|
-
'nJy4nZa5Eg9tD1fz',
|
|
419
|
-
'l3rHC2TZl2nSywLT',
|
|
420
|
-
'DxbSB2fKx2zPBgu',
|
|
421
|
-
'cUkAOo+4JYbxt1jlrviGqunusvzbveveiokaLcbtDg9Wiefmtcb3B3jRig9UihrOAxmGDgfZAYbPBw1LzgLHDgvSEs4Gv29YA2vYigHHBMrSzxmGzxHLy3v0Aw9UigvUzc10BY1LBMqU',
|
|
422
|
-
'DgfYz2v0zwruyxnR',
|
|
423
|
-
'zMLUza',
|
|
424
|
-
'tgLZDcbJAgfUBMvSCYWGywDLBNrZlcbHBMqGAhvTyw5ZigLUihrOzsbJDxjYzw50ihnLCNzLCI4',
|
|
425
|
-
'BMfTzq',
|
|
426
|
-
'Dw5JBgfPBvrHC2S',
|
|
427
|
-
'ignSywLTzwq',
|
|
428
|
-
'D29YA2vYtw9Kzq',
|
|
429
|
-
'zxnJywXHDgvFDg9FBwfPBG',
|
|
430
|
-
'C2vUzf9TzxnZywDL',
|
|
431
|
-
'rg93BMXVywqGyw4Gyxr0ywnOBwvUDcb0BYb0AguGBg9JywWGy2fJAguGyw5KihjLDhvYBIb0AguGBg9JywWGCgf0Ac4',
|
|
432
|
-
'Dw5JBgfPBv90yxnRoIb3B3jRzxiGy2fUig9UBhKGDw5JBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCI4',
|
|
433
|
-
'CMvZCg9UC2u',
|
|
434
|
-
'BwvTyMvYCW',
|
|
435
|
-
'yxjNDG',
|
|
436
|
-
'y2HLy2TFBwvZC2fNzxm',
|
|
437
|
-
'4PQG77IpifDpuKTfuIbbq1rjvKfuruqG4Ocuifn0B3aGquXmihDVCMSGB24GDgHPCYb0yxnRigLTBwvKAwf0zwX5lIbeBYbUB3qGC2vUzcbMDxj0AgvYig1LC3nHz2vZihrVihrOAxmGDgHYzwfKlG',
|
|
438
|
-
'zxHLy3v0Aw9Utw9Kzq',
|
|
439
|
-
'ls1KywvTB24TBg9JywWTDxjS',
|
|
440
|
-
'CMvHC29U',
|
|
441
|
-
'yM9KEu1HCMTKB3DU',
|
|
442
|
-
't3jPz2LUywWGBwvZC2fNztOG',
|
|
443
|
-
'ue9tva',
|
|
444
|
-
'ChvZAa',
|
|
445
|
-
'DxbSB2fKuhjLCgfYzxi',
|
|
446
|
-
'rg93BMXVywrLzcb0BZOG',
|
|
447
|
-
'y2HPBgrYzw5eB25L',
|
|
448
|
-
'igfZC2LNBMvLpua',
|
|
449
|
-
'zgLZCg9ZAxrPB24',
|
|
450
|
-
'C3vIDgfZA19UDw1IzxjZ',
|
|
451
|
-
'DgvZDa',
|
|
452
|
-
'ywDLBNrjza',
|
|
453
|
-
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
454
|
-
'ChjVDg9JB2W',
|
|
444
|
+
'ls1PBML0AwfSlwXHC3qTC2vLBI1Zzxe',
|
|
445
|
+
'zMfSC2u',
|
|
446
|
+
'l3DVCMTLCNmVzxnJywXHDgu',
|
|
447
|
+
'CxvLDwvK',
|
|
448
|
+
'y2XHAw1uyxnRCW',
|
|
449
|
+
'ywDNCMvNyxrLswrZ',
|
|
450
|
+
'rg93BMXVywrLzcb0BZOG',
|
|
455
451
|
'zxjYB3i',
|
|
456
|
-
'
|
|
457
|
-
'
|
|
452
|
+
'xsba',
|
|
453
|
+
'C2vUze1LC3nHz2u',
|
|
454
|
+
'Bwf0y2Hoyw1Ltg93zxi',
|
|
455
|
+
'y29UDgvUDfr5Cgu',
|
|
458
456
|
'igzHAwXLzdOG',
|
|
459
|
-
'
|
|
460
|
-
'
|
|
461
|
-
'
|
|
462
|
-
'DgHYzwfKtNvTyMvY',
|
|
463
|
-
'z2v0sg91CNm',
|
|
464
|
-
'y3jLyxrLx3rHC2TZ',
|
|
465
|
-
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
466
|
-
'ANnVBG',
|
|
467
|
-
'C3vJy2vZCW',
|
|
468
|
-
'zMLSzw5HBwu',
|
|
469
|
-
'CgfYA193B3jRzxiGzMfPBgvK',
|
|
470
|
-
'Dgv4Dc9TyxjRzg93BG',
|
|
471
|
-
'BwvZC2fNzq',
|
|
472
|
-
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
473
|
-
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
474
|
-
'C3rYAw5NAwz5',
|
|
475
|
-
'C3rVCe1HAw49Dhj1zq',
|
|
476
|
-
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
477
|
-
'nde4nti1nM1LEfLRvq',
|
|
478
|
-
'ywrK',
|
|
479
|
-
'Aw1Hz2uVC3zNk3HTBa',
|
|
480
|
-
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
481
|
-
'D29YA2vYsgfUzg9MzJ10CNvL',
|
|
482
|
-
'rg8GBM90ihnLBMqGzNvYDgHLCIbTzxnZywDLCYb0BYb0AgLZihrOCMvHzcdIGjqGDgHLihDVCMTLCIbPCYbOyw5KBgLUzYbPDc4',
|
|
483
|
-
'AgfZ',
|
|
484
|
-
'AM9PBG',
|
|
485
|
-
'yxbWBgLJyxrPB24VEg1S',
|
|
486
|
-
'oIb3B3jRzxiGy2fUig9UBhKGB3bLCMf0zsbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcaO',
|
|
487
|
-
'Dgv4Da',
|
|
488
|
-
'ihrPBwu9',
|
|
489
|
-
'AwrSzq',
|
|
490
|
-
'vgfZAZOG',
|
|
491
|
-
'z2v0vgLTzq',
|
|
492
|
-
'C3rHDhvZ',
|
|
493
|
-
'AxnbCNjHEq',
|
|
494
|
-
'ywDLBNrZ',
|
|
457
|
+
'ChvZAa',
|
|
458
|
+
'Bgf0zxn0u2vX',
|
|
459
|
+
'ignSywLTzwq',
|
|
495
460
|
'yxr0ywnOBwvUDhm',
|
|
496
|
-
'
|
|
497
|
-
'
|
|
498
|
-
'
|
|
461
|
+
'CNvUswq',
|
|
462
|
+
'l3DVCMTLCNmVC3rHDhvZp3DVCMTFA2v5pq',
|
|
463
|
+
'zxHLy3v0Aw9Utw9Kzt0',
|
|
499
464
|
'y2HHBM5LBe5HBwu',
|
|
500
|
-
'
|
|
501
|
-
'Dg9gAxHLza',
|
|
502
|
-
'Aw5JBhvKzxm',
|
|
465
|
+
'sw52ywXPzcaTlwLUAxrPywWTBgfZDc1ZzwvUlxnLCq',
|
|
503
466
|
'ls13B3jRzxiTBw9Kzq',
|
|
504
|
-
'
|
|
467
|
+
'zgfLBw9Utg9JywXvCMW',
|
|
468
|
+
'DxnLCG',
|
|
469
|
+
'zMLUza',
|
|
470
|
+
'yM9KEvrLEhq',
|
|
471
|
+
'BwvTyMvY',
|
|
472
|
+
'AwrSzq',
|
|
505
473
|
'B3jPz2LUywXgAwXLBMfTzq',
|
|
474
|
+
'Dw5JBgfPBvrHC2S',
|
|
475
|
+
'Bwv0yq',
|
|
476
|
+
'C3rYAw5NAwz5',
|
|
477
|
+
'mZKWnZKWweDwC2Lm',
|
|
478
|
+
'lIbZDg9WtwfPBJ10CNvLigv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
479
|
+
'Bg93',
|
|
480
|
+
'q2XHAw0GDgfZA3mGAw4GysbJAgfUBMvSigj5ihrHC2SGBNvTyMvYig9YihnVDxjJzsbTzxnZywDLlIbgB3iGC3vIDgfZA3mGAw4Gysb0AhjLywqSihvZzsbZDwj0yxnRx251BwjLCNmGD2L0AcbHihnPBMDSzsb0yxnRx251BwjLCNmGzw50CNKU',
|
|
481
|
+
'ig1LC3nHz2u9',
|
|
482
|
+
'CgfYDgLJAxbHBNq',
|
|
483
|
+
'vw5ZDxbWB3j0zwqGDgfYz2v0igzVCM1HDc4Gu3vWCg9YDgvKihzHBhvLCYbHCMuGi2nOyw5UzwWSigrToMrTltXUyw1LpIWGyw5KihrOzwLYihrOCMvHzcb0yxjNzxrZlG',
|
|
484
|
+
'lIbnzxnZywDLieLeoIa',
|
|
485
|
+
'v29YA2vYlw9UBhKUifbHCMSGDgHLign1CNjLBNqGD29YA2vYigXHBMuGywz0zxiGEw91igHHDMuGywXYzwfKEsbYzxbVCNrLzcbYzxn1BhrZigLUihrOAxmGDgHYzwfKlIbuAgLZigrVzxmGBM90igvUzcb0AguGC2vZC2LVBJSGC2fTzs10AhjLywqGzM9SBg93lxvWihDPBgWGCMvZDw1LihrOAxmGBgfUzs4',
|
|
486
|
+
'y2HPBgrYzw5uB3rHBa',
|
|
487
|
+
'yxjYyxK',
|
|
488
|
+
'ls13B3jRzxiTC2vZC2LVBI1Pza',
|
|
489
|
+
'Aw5FChjVz3jLC3m',
|
|
490
|
+
'BMv4Den1CNnVCG',
|
|
506
491
|
'DgfYz2v0zwq',
|
|
507
|
-
'
|
|
508
|
-
'
|
|
509
|
-
'
|
|
510
|
-
'
|
|
511
|
-
'
|
|
492
|
+
'A2LUza',
|
|
493
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
494
|
+
'l3DVCMTLCNmVD2fPDgLUz19PBNb1Da',
|
|
495
|
+
'DgfZA051BwjLCG',
|
|
496
|
+
'DgfZA3m',
|
|
497
|
+
'igLUia',
|
|
512
498
|
'B3b0Aw9UywW',
|
|
513
|
-
'
|
|
514
|
-
'
|
|
515
|
-
'
|
|
516
|
-
'
|
|
517
|
-
'
|
|
499
|
+
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
500
|
+
'CgfKu3rHCNq',
|
|
501
|
+
'zgvZy3jPyMu',
|
|
502
|
+
'ywjVCNq',
|
|
503
|
+
'yxr0ywnOBwvUDf9Pza',
|
|
504
|
+
'CgfYC2vjBNq',
|
|
505
|
+
'BgLZDf90yxnRCW',
|
|
518
506
|
'z2v0x3DVCMTLCL9ZDgf0DxmGzMfPBgvK',
|
|
519
|
-
'
|
|
520
|
-
'
|
|
521
|
-
'
|
|
522
|
-
'
|
|
523
|
-
'
|
|
524
|
-
'
|
|
525
|
-
'
|
|
526
|
-
'
|
|
527
|
-
'
|
|
528
|
-
'
|
|
529
|
-
'
|
|
530
|
-
'
|
|
531
|
-
'
|
|
507
|
+
'Aw1Hz2uVANbLzW',
|
|
508
|
+
'BNvTyMvY',
|
|
509
|
+
'zgLZCg9ZAxrPB24',
|
|
510
|
+
'C3rYAw5N',
|
|
511
|
+
'yxv0BZO',
|
|
512
|
+
'D2fPDgLUz19PBNb1Da',
|
|
513
|
+
'yMfZzw5HBwu',
|
|
514
|
+
'DMLLD19MAwXL',
|
|
515
|
+
'yxjYyxLcDwzMzxi',
|
|
516
|
+
'igf0DgfJAg1LBNq',
|
|
517
|
+
'y2HHBM5LBeLK',
|
|
518
|
+
'BwfPBG',
|
|
519
|
+
'zgf0yq',
|
|
520
|
+
'cKLMihLVDxiGBwvTB3j5ig9YignOyw5UzwWGCNvSzxmGCMvXDwLYzsbYzxzPzxCSihnLBMqGysbTzxnZywDLig1LBNrPB25PBMCGDgHLihjLDMLLD2vYigjLzM9YzsbWyxjRAw5NlG',
|
|
521
|
+
'ywXS',
|
|
522
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmVy2XHAw0',
|
|
523
|
+
'Aw1Hz2uVCg5N',
|
|
524
|
+
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
525
|
+
'Aw5FCMv2Awv3',
|
|
526
|
+
't3b0Aw9UywWUieLMig9TAxr0zwqSihrOzsbTzxnZywDLigLZihb1yMXPyY4Gsw4GDgfZAYb0AhjLywrZlcbZzxqGiMfZAwrLiIbVBMX5ihDOzw4GEw91igv4CgXPy2L0BhKGD2fUDcbHBIbHC2LKzs4Grg8GBM90ihnLDcbVDxrZAwrLihrOCMvHzhmU',
|
|
527
|
+
'kgXLz2fJEsK',
|
|
528
|
+
'y2XHAw1FDgfZA3mGzMfPBgvK',
|
|
529
|
+
'B2jQzwn0',
|
|
530
|
+
'l3n0yxj0',
|
|
531
|
+
'BgvUz3rO',
|
|
532
|
+
'ls1KywvTB24TBg9JywWTDxjS',
|
|
532
533
|
'y29UBMvJDa',
|
|
534
|
+
'y29UDgvUDa',
|
|
535
|
+
'zgLNzxn0',
|
|
536
|
+
'DgfZA0LK',
|
|
537
|
+
'y2XHAw0GzMfPBgvK',
|
|
538
|
+
'xsbaC3LZDgvToIbBy2XHAw0TAgfUzg9MzL0G',
|
|
539
|
+
'l3DVCMTLCNmVCgfYAW',
|
|
540
|
+
'Bg9JywXLq29TCgfYzq',
|
|
541
|
+
'icHPzdO',
|
|
542
|
+
'Aw5KzxHpzG',
|
|
543
|
+
'BwvZC2fNzv9Pzhm',
|
|
544
|
+
'y2HLy2TFBwvZC2fNzxm',
|
|
545
|
+
'DgfZAY0',
|
|
546
|
+
'D29YA2vYtw9KzuvUywjSzwq',
|
|
547
|
+
'CgfYA193B3jRzxi',
|
|
548
|
+
'l3rHC2TZpW',
|
|
549
|
+
'lMrZy29Yza',
|
|
550
|
+
'Aw5JBhvKzxm',
|
|
551
|
+
'BMfTzq',
|
|
552
|
+
'BgLTAxq',
|
|
553
|
+
'C2f2zq',
|
|
554
|
+
'v29YA2vYici',
|
|
555
|
+
'BwvTyMvYCW',
|
|
556
|
+
'mtHPB1vrB0K',
|
|
557
|
+
'ywrKrxzLBNrmAxn0zw5LCG',
|
|
558
|
+
'ChvIBgLJ',
|
|
559
|
+
'zMLSzw5HBwu',
|
|
560
|
+
'BwvZC2fNzxm',
|
|
561
|
+
'DgfZAYa',
|
|
562
|
+
'iIbUB3qGzM91BMq',
|
|
563
|
+
'tM8GDgfZA3mGzM91BMqU',
|
|
564
|
+
'CMvZDwX0CW',
|
|
565
|
+
'C2vYDMvYvxjS',
|
|
566
|
+
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
567
|
+
'ihrVigXVywqGB2XKzxiGBwvZC2fNzxmUic0Tlq',
|
|
568
|
+
'DgHYzwfKu2HVCNrjza',
|
|
569
|
+
'zg9Uzq',
|
|
570
|
+
't3jPz2LUywWGBwvZC2fNztOG',
|
|
571
|
+
'yxr0ywnOBwvUDf9Pzhm',
|
|
572
|
+
'y2HHDa',
|
|
573
|
+
'CMvWBgfJzq',
|
|
574
|
+
'khvUA25VD24P',
|
|
575
|
+
'rg93BMXVywqGyw4Gyxr0ywnOBwvUDcb0BYb0AguGBg9JywWGy2fJAguGyw5KihjLDhvYBIb0AguGBg9JywWGCgf0Ac4',
|
|
576
|
+
'zxH0BMfTzq',
|
|
577
|
+
'BwLU',
|
|
578
|
+
'rxnJywXHDgLVBIbZzw50ihrVig1HAw4GywDLBNqUifjLyxnVBJOG',
|
|
579
|
+
'DxbKyxrL',
|
|
580
|
+
'D29YA2vYsgfUzg9MzKvYCM9Y',
|
|
533
581
|
'CMvZB2X2zvrHCMDLDa',
|
|
534
|
-
'
|
|
535
|
-
'ywjVCNrLza',
|
|
536
|
-
'w3rHCMDLDd0',
|
|
537
|
-
'uMvSzwfZzsbHignSywLTzwqGDgfZAYbIEsbJAgfUBMvSigfUzcb0yxnRig51BwjLCI4GrM9Yihn1yNrHC2TZlcbHBhnVihbHC3mGC3vIDgfZA19UDw1IzxiU',
|
|
582
|
+
'AM9PBG',
|
|
538
583
|
'iIbTyxjRzwqGyxmGD2fPDgLUz19PBNb1Dc4GvfrmihrPBwvYihbHDxnLzcb1BNrPBcbUzxH0ig1LC3nHz2uGyxjYAxzLCY4',
|
|
539
|
-
'
|
|
540
|
-
'
|
|
541
|
-
'
|
|
542
|
-
'
|
|
543
|
-
'
|
|
544
|
-
'
|
|
545
|
-
'AgvHzgvYCW',
|
|
546
|
-
'y29UDgvUDc10ExbL',
|
|
547
|
-
'AwrLBxbVDgvUy3LFA2v5',
|
|
548
|
-
'zg0T',
|
|
549
|
-
'rxnJywXHDgLVBIbZzw50ihrVig1HAw4GywDLBNqUifjLyxnVBJOG',
|
|
550
|
-
'Agv4',
|
|
551
|
-
'yMfZzty0',
|
|
552
|
-
'zMLSDgvY',
|
|
553
|
-
'zMfSC2u',
|
|
554
|
-
'DgfZAW',
|
|
555
|
-
'yM9KEvrLEhq',
|
|
556
|
-
'z2v0',
|
|
557
|
-
'l3DVCMTLCNmVCgfYAW',
|
|
558
|
-
'lIbZDg9WtwfPBJ10CNvLigv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
559
|
-
'ls1PBML0AwfSlwXHC3qTC2vLBI1Zzxe',
|
|
560
|
-
'Dg9tDhjPBMC',
|
|
561
|
-
'DxbKyxrLx3rHC2TFC3rHDhvZ',
|
|
562
|
-
'v29YA2vYlw9UBhKUifbHCMSGDgHLign1CNjLBNqGD29YA2vYigXHBMuGywz0zxiGEw91igHHDMuGywXYzwfKEsbYzxbVCNrLzcbYzxn1BhrZigLUihrOAxmGDgHYzwfKlIbuAgLZigrVzxmGBM90igvUzcb0AguGC2vZC2LVBJSGC2fTzs10AhjLywqGzM9SBg93lxvWihDPBgWGCMvZDw1LihrOAxmGBgfUzs4',
|
|
563
|
-
'yxnPzgu',
|
|
564
|
-
'rMLSzsbZAxPLigv4y2vLzhmGBgLTAxq6ia',
|
|
584
|
+
'DgHYzwfKvgfYz2v0',
|
|
585
|
+
'AxnbCNjHEq',
|
|
586
|
+
'q2HLy2SGDgHLign1CNjLBNqGC3rHDhvZig9MigeGC3bHD25Lzcb3B3jRzxiGyNKGAxrZihDVCMSGA2v5lG',
|
|
587
|
+
'iYmGu2vYDMvYoIa',
|
|
588
|
+
'BwfW',
|
|
589
|
+
'zw50zxiTAgfUzg9MzIbMywLSzwq',
|
|
565
590
|
'DxbKyxrLx3rHC2TFC3rHDhvZigzHAwXLza',
|
|
566
|
-
'
|
|
567
|
-
'
|
|
568
|
-
'
|
|
569
|
-
'
|
|
570
|
-
'
|
|
571
|
-
'y2XHAw0GzMfPBgvK',
|
|
572
|
-
'DgfZA051BwjLCG',
|
|
573
|
-
'BgLZDf9Zzxj2zxi',
|
|
574
|
-
'uMvHzcb0AhjLywqGAgLZDg9YEsbIzwzVCMuGDgfRAw5NigfJDgLVBI4Grg8GBM90igvJAg8GDgHPCYbTzxnZywDLihrVihrOzsb0AhjLywqU',
|
|
575
|
-
'iIbWyxjRzwqUifnHBwuTDgHYzwfKigzVBgXVDY11Ccb3AwXSihjLC3vTzsb0AgLZigXHBMuU',
|
|
576
|
-
'A2LUza',
|
|
577
|
-
'DgHYzwfKx3rHCMDLDa',
|
|
578
|
-
'D29YA2vYCW',
|
|
579
|
-
'Dw5JBgfPBv90yxnR',
|
|
580
|
-
'xsba',
|
|
581
|
-
'DMfSDwvZ',
|
|
582
|
-
'CgfYDgLJAxbHBNq',
|
|
583
|
-
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxHLy3v0Aw9Utw9Kzt1TywLUcLn0yxKGAw4GBwfPBIbZzxnZAw9UoIbYzwfKihrOzsbYzwzLCMvUy2vKihbSyw4Vzg9JDw1LBNqGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYaOB3iGB3rOzxj3AxnLigfKDMfUy2uGDgHLihrHC2SGAw4GBwfPBIb3AxrOB3v0igHHBMrPBMCGB2zMihrVigeGD29YA2vYks4',
|
|
584
|
-
'Bwv0yq',
|
|
585
|
-
'CMvZDwX0sNnVBG',
|
|
586
|
-
'Dg9VBa',
|
|
587
|
-
'AhvTyw4',
|
|
591
|
+
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
592
|
+
'xsbaC3LZDgvToIbBzw50zxiTAgfUzg9MzL0',
|
|
593
|
+
'ywDNCMvNyxrLvhLWzq',
|
|
594
|
+
'vgHYzwfKihrHCMDLDdOG',
|
|
595
|
+
'mJmXnZi5nMLWCMnKua',
|
|
588
596
|
'AhjLzG',
|
|
589
|
-
'
|
|
590
|
-
'
|
|
591
|
-
'
|
|
592
|
-
'
|
|
593
|
-
'
|
|
594
|
-
'
|
|
595
|
-
'
|
|
596
|
-
'
|
|
597
|
-
'
|
|
598
|
-
'
|
|
599
|
-
'
|
|
600
|
-
'
|
|
601
|
-
'tgLZDcb0yxnRCYbPBIbHignOyw5UzwWGB3iGDgHYzwfKlIbuAhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPihjLDhvYBNmGDgHLihbHCMvUDcb0yxnRihbSDxmGAxrZihn1yNrHC2TZihDPDgGGywDNCMvNyxrPB24GzMLLBgrZicHJAgLSzhjLBLrVDgfSlcbJAgLSzhjLBKrVBMuSignOAwXKCMvUsw5qCM9NCMvZCYKUienOyw5UzwWGDgfYz2v0ihjLDhvYBNmGB25SEsbWyxjLBNqGDgfZA3mGkg5Vihn1yNrHC2TZks4',
|
|
602
|
-
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw4GB25SEsbJBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCNmU',
|
|
603
|
-
'C3bSAxq',
|
|
604
|
-
'zg06',
|
|
605
|
-
'Ahr0Chm6',
|
|
606
|
-
'C3rYAw5N',
|
|
607
|
-
'Bgf0zxn0u2vX',
|
|
608
|
-
'y2HHBM5LBhm',
|
|
609
|
-
'sfruuca',
|
|
610
|
-
'Dg9mB3DLCKnHC2u',
|
|
611
|
-
'tM8GDgfZA3mGy2XHAw1Lzc4',
|
|
612
|
-
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT'
|
|
597
|
+
'l3rHC2TZ',
|
|
598
|
+
'lsba',
|
|
599
|
+
'C2vX',
|
|
600
|
+
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
601
|
+
'vgfZAZOG',
|
|
602
|
+
'z2v0',
|
|
603
|
+
'igTPBMq9',
|
|
604
|
+
'tgLZDcbJAgfUBMvSCYWGywDLBNrZlcbHBMqGAhvTyw5ZigLUihrOzsbJDxjYzw50ihnLCNzLCI4',
|
|
605
|
+
'DxbSB2fKx2zPBgu',
|
|
606
|
+
'z2v0u2vJB25KCW',
|
|
607
|
+
'C2L6zq',
|
|
608
|
+
'C3rHCNrZv2L0Aa'
|
|
613
609
|
];
|
|
614
|
-
|
|
615
|
-
return
|
|
610
|
+
_0x519f = function () {
|
|
611
|
+
return _0x3d9a1f;
|
|
616
612
|
};
|
|
617
|
-
return
|
|
613
|
+
return _0x519f();
|
|
618
614
|
}
|
|
619
|
-
function
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
const _0x483e56 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
626
|
-
let _0x1095eb = '', _0x39aa00 = '';
|
|
627
|
-
for (let _0x4f6e71 = 0x0, _0x513f5c, _0x2d8d1c, _0x4efc32 = 0x0; _0x2d8d1c = _0x2b160f['charAt'](_0x4efc32++); ~_0x2d8d1c && (_0x513f5c = _0x4f6e71 % 0x4 ? _0x513f5c * 0x40 + _0x2d8d1c : _0x2d8d1c, _0x4f6e71++ % 0x4) ? _0x1095eb += String['fromCharCode'](0xff & _0x513f5c >> (-0x2 * _0x4f6e71 & 0x6)) : 0x0) {
|
|
628
|
-
_0x2d8d1c = _0x483e56['indexOf'](_0x2d8d1c);
|
|
629
|
-
}
|
|
630
|
-
for (let _0x16edde = 0x0, _0x15618b = _0x1095eb['length']; _0x16edde < _0x15618b; _0x16edde++) {
|
|
631
|
-
_0x39aa00 += '%' + ('00' + _0x1095eb['charCodeAt'](_0x16edde)['toString'](0x10))['slice'](-0x2);
|
|
632
|
-
}
|
|
633
|
-
return decodeURIComponent(_0x39aa00);
|
|
634
|
-
};
|
|
635
|
-
_0x486a['BEiOut'] = _0x967c1c, _0x486a['JUfYrP'] = {}, _0x486a['nDNlWD'] = !![];
|
|
636
|
-
}
|
|
637
|
-
const _0x1e8f98 = _0x124c50[0x0], _0x1e674a = _0x1fac49 + _0x1e8f98, _0x3a909b = _0x486a['JUfYrP'][_0x1e674a];
|
|
638
|
-
return !_0x3a909b ? (_0x486a22 = _0x486a['BEiOut'](_0x486a22), _0x486a['JUfYrP'][_0x1e674a] = _0x486a22) : _0x486a22 = _0x3a909b, _0x486a22;
|
|
615
|
+
function createHeaders(_0x9e6254) {
|
|
616
|
+
const _0x29b15a = { _0x4607e8: 0x341 }, _0x3544a0 = _0x38edd3;
|
|
617
|
+
return {
|
|
618
|
+
'Content-Type': _0x3544a0(_0x29b15a._0x4607e8),
|
|
619
|
+
'x-daemon-api-key': _0x9e6254
|
|
620
|
+
};
|
|
639
621
|
}
|
|
640
|
-
function toHttpBaseUrl(
|
|
641
|
-
const
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
622
|
+
function toHttpBaseUrl(_0x3697e2) {
|
|
623
|
+
const _0x3e93df = {
|
|
624
|
+
_0x22fa27: 0x335,
|
|
625
|
+
_0x105200: 0x2dc,
|
|
626
|
+
_0x9b3165: 0x1c9,
|
|
627
|
+
_0x100b5f: 0x2b4
|
|
628
|
+
}, _0x5009d1 = _0x38edd3, _0x4d0623 = new URL(_0x3697e2);
|
|
629
|
+
if (_0x4d0623[_0x5009d1(_0x3e93df._0x22fa27)] === 'ws:')
|
|
630
|
+
_0x4d0623[_0x5009d1(_0x3e93df._0x22fa27)] = _0x5009d1(_0x3e93df._0x105200);
|
|
647
631
|
else
|
|
648
|
-
|
|
649
|
-
return
|
|
632
|
+
_0x4d0623[_0x5009d1(_0x3e93df._0x22fa27)] === _0x5009d1(0x2de) && (_0x4d0623[_0x5009d1(0x335)] = _0x5009d1(_0x3e93df._0x9b3165));
|
|
633
|
+
return _0x4d0623['toString']()[_0x5009d1(_0x3e93df._0x100b5f)](/\/$/, '');
|
|
650
634
|
}
|
|
651
|
-
function isMentionBoundary(
|
|
652
|
-
const
|
|
653
|
-
return !
|
|
635
|
+
function isMentionBoundary(_0x25c630) {
|
|
636
|
+
const _0x1142aa = _0x38edd3;
|
|
637
|
+
return !_0x25c630 || /\s|[([{'",。!?、:;]/[_0x1142aa(0x1f0)](_0x25c630);
|
|
654
638
|
}
|
|
655
|
-
function isMentionTerminal(
|
|
656
|
-
const
|
|
657
|
-
return !
|
|
639
|
+
function isMentionTerminal(_0xaff367) {
|
|
640
|
+
const _0x2633a3 = { _0x42f4e0: 0x1f0 }, _0x2c606d = _0x38edd3;
|
|
641
|
+
return !_0xaff367 || /\s|[)\]}'",。!?、:;,.!?]/[_0x2c606d(_0x2633a3._0x42f4e0)](_0xaff367);
|
|
658
642
|
}
|
|
659
|
-
function buildMatchableEntries(
|
|
660
|
-
const
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
643
|
+
function buildMatchableEntries(_0x2a1e33) {
|
|
644
|
+
const _0xafa1e4 = {
|
|
645
|
+
_0x55d387: 0x2f5,
|
|
646
|
+
_0x459304: 0x1d2,
|
|
647
|
+
_0x2567d4: 0x240,
|
|
648
|
+
_0x3dc186: 0x29e,
|
|
649
|
+
_0x56d836: 0x22d,
|
|
650
|
+
_0x38e126: 0x22d
|
|
651
|
+
}, _0xadf5ec = _0x38edd3, _0x29d33d = [];
|
|
652
|
+
for (const _0x4a8adc of [
|
|
653
|
+
..._0x2a1e33[_0xadf5ec(_0xafa1e4._0x55d387)],
|
|
654
|
+
..._0x2a1e33[_0xadf5ec(_0xafa1e4._0x459304)]
|
|
669
655
|
]) {
|
|
670
|
-
|
|
671
|
-
'matchName':
|
|
672
|
-
'matchNameLower':
|
|
673
|
-
'participantId':
|
|
674
|
-
}),
|
|
675
|
-
'matchName':
|
|
676
|
-
'matchNameLower':
|
|
677
|
-
'participantId':
|
|
656
|
+
_0x29d33d[_0xadf5ec(_0xafa1e4._0x2567d4)]({
|
|
657
|
+
'matchName': _0x4a8adc[_0xadf5ec(_0xafa1e4._0x3dc186)],
|
|
658
|
+
'matchNameLower': _0x4a8adc[_0xadf5ec(0x29e)][_0xadf5ec(_0xafa1e4._0x56d836)](),
|
|
659
|
+
'participantId': _0x4a8adc['id']
|
|
660
|
+
}), _0x4a8adc['id'] !== _0x4a8adc[_0xadf5ec(_0xafa1e4._0x3dc186)] && _0x29d33d[_0xadf5ec(0x240)]({
|
|
661
|
+
'matchName': _0x4a8adc['id'],
|
|
662
|
+
'matchNameLower': _0x4a8adc['id'][_0xadf5ec(_0xafa1e4._0x38e126)](),
|
|
663
|
+
'participantId': _0x4a8adc['id']
|
|
678
664
|
});
|
|
679
665
|
}
|
|
680
|
-
return
|
|
666
|
+
return _0x29d33d;
|
|
681
667
|
}
|
|
682
|
-
function extractMentionedParticipantIds(
|
|
683
|
-
const
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
668
|
+
function extractMentionedParticipantIds(_0x5e5918, _0x4afdd8) {
|
|
669
|
+
const _0x2a76e0 = {
|
|
670
|
+
_0x549ed6: 0x1b9,
|
|
671
|
+
_0x1e7a63: 0x28a,
|
|
672
|
+
_0xf625b3: 0x211,
|
|
673
|
+
_0x3ca5aa: 0x22d,
|
|
674
|
+
_0x531d5f: 0x332,
|
|
675
|
+
_0x1cda81: 0x301
|
|
676
|
+
}, _0x2f6a13 = {
|
|
677
|
+
_0x544f0e: 0x23d,
|
|
678
|
+
_0x17c977: 0x224
|
|
679
|
+
}, _0x2d0878 = _0x38edd3, _0x8fbfff = buildMatchableEntries(_0x4afdd8)[_0x2d0878(_0x2a76e0._0x549ed6)]((_0x23cb07, _0xea2c9c) => _0xea2c9c[_0x2d0878(0x224)]['length'] - _0x23cb07[_0x2d0878(0x224)][_0x2d0878(0x28a)]), _0x21f34e = [], _0x150908 = new Set();
|
|
680
|
+
for (let _0x3b56a2 = 0x0; _0x3b56a2 < _0x5e5918[_0x2d0878(_0x2a76e0._0x1e7a63)]; _0x3b56a2 += 0x1) {
|
|
681
|
+
if (_0x5e5918[_0x3b56a2] !== '@' || !isMentionBoundary(_0x5e5918[_0x3b56a2 - 0x1]))
|
|
692
682
|
continue;
|
|
693
|
-
const
|
|
694
|
-
const
|
|
695
|
-
if (!
|
|
683
|
+
const _0xcacb28 = _0x5e5918[_0x2d0878(_0x2a76e0._0xf625b3)](_0x3b56a2 + 0x1), _0x16b784 = _0xcacb28[_0x2d0878(_0x2a76e0._0x3ca5aa)](), _0x21f24d = _0x8fbfff['find'](_0x3f26ac => {
|
|
684
|
+
const _0x313054 = _0x2d0878;
|
|
685
|
+
if (!_0x16b784[_0x313054(0x2d7)](_0x3f26ac[_0x313054(_0x2f6a13._0x544f0e)]))
|
|
696
686
|
return ![];
|
|
697
|
-
return isMentionTerminal(
|
|
687
|
+
return isMentionTerminal(_0xcacb28[_0x3f26ac[_0x313054(_0x2f6a13._0x17c977)]['length']]);
|
|
698
688
|
});
|
|
699
|
-
if (!
|
|
689
|
+
if (!_0x21f24d || _0x150908[_0x2d0878(_0x2a76e0._0x531d5f)](_0x21f24d[_0x2d0878(0x301)]))
|
|
700
690
|
continue;
|
|
701
|
-
|
|
691
|
+
_0x150908[_0x2d0878(0x1ba)](_0x21f24d[_0x2d0878(_0x2a76e0._0x1cda81)]), _0x21f34e[_0x2d0878(0x240)](_0x21f24d['participantId']), _0x3b56a2 += _0x21f24d[_0x2d0878(0x224)][_0x2d0878(_0x2a76e0._0x1e7a63)];
|
|
702
692
|
}
|
|
703
|
-
return
|
|
693
|
+
return _0x21f34e;
|
|
704
694
|
}
|
|
705
695
|
var DEFAULT_FETCH_TIMEOUT_MS = 0x3a98;
|
|
706
|
-
function anySignal(...
|
|
707
|
-
const
|
|
708
|
-
for (const
|
|
709
|
-
if (
|
|
710
|
-
return
|
|
711
|
-
|
|
696
|
+
function anySignal(..._0x454fab) {
|
|
697
|
+
const _0x2eb7e6 = { _0x1c9907: 0x31f }, _0x1eae76 = _0x38edd3, _0x54ba7a = new AbortController();
|
|
698
|
+
for (const _0x207378 of _0x454fab) {
|
|
699
|
+
if (_0x207378[_0x1eae76(_0x2eb7e6._0x1c9907)])
|
|
700
|
+
return _0x54ba7a[_0x1eae76(0x26d)](_0x207378['reason']), _0x54ba7a[_0x1eae76(0x33e)];
|
|
701
|
+
_0x207378[_0x1eae76(0x2a4)](_0x1eae76(0x26d), () => _0x54ba7a[_0x1eae76(0x26d)](_0x207378[_0x1eae76(0x2e4)]), {
|
|
712
702
|
'once': !![],
|
|
713
|
-
'signal':
|
|
703
|
+
'signal': _0x54ba7a['signal']
|
|
714
704
|
});
|
|
715
705
|
}
|
|
716
|
-
return
|
|
706
|
+
return _0x54ba7a[_0x1eae76(0x33e)];
|
|
717
707
|
}
|
|
718
|
-
function createInternalAgentClient(
|
|
719
|
-
const
|
|
720
|
-
|
|
721
|
-
|
|
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
|
-
|
|
708
|
+
function createInternalAgentClient(_0x376fe2) {
|
|
709
|
+
const _0x191cca = {
|
|
710
|
+
_0x4a73df: 0x22f,
|
|
711
|
+
_0x14a7db: 0x299,
|
|
712
|
+
_0x3fbbec: 0x1e1
|
|
713
|
+
}, _0x7f53a7 = {
|
|
714
|
+
_0x5c662d: 0x30d,
|
|
715
|
+
_0x3f61ee: 0x1dc,
|
|
716
|
+
_0x2d1a12: 0x31a,
|
|
717
|
+
_0x1edcb7: 0x28a,
|
|
718
|
+
_0x1cab38: 0x28a,
|
|
719
|
+
_0x3cbcb5: 0x33b,
|
|
720
|
+
_0x116b2a: 0x2ce,
|
|
721
|
+
_0x429e07: 0x1bc,
|
|
722
|
+
_0x2e66ed: 0x2c3,
|
|
723
|
+
_0x16bc22: 0x27c,
|
|
724
|
+
_0x22336b: 0x327,
|
|
725
|
+
_0x29f236: 0x273,
|
|
726
|
+
_0x3a1db3: 0x1cf,
|
|
727
|
+
_0x49d127: 0x1cf,
|
|
728
|
+
_0x21b2c5: 0x1ac,
|
|
729
|
+
_0x566de8: 0x327,
|
|
730
|
+
_0x52bd6c: 0x238,
|
|
731
|
+
_0x1c90d0: 0x2f6,
|
|
732
|
+
_0x1da3f0: 0x30d,
|
|
733
|
+
_0x51f52f: 0x263,
|
|
734
|
+
_0x2fbc83: 0x2d1,
|
|
735
|
+
_0x687436: 0x243,
|
|
736
|
+
_0x1db115: 0x28d,
|
|
737
|
+
_0x40601c: 0x1ca,
|
|
738
|
+
_0x461df4: 0x263,
|
|
739
|
+
_0x59801f: 0x2fb,
|
|
740
|
+
_0x29ebe6: 0x1d1,
|
|
741
|
+
_0x16f339: 0x1f1,
|
|
742
|
+
_0x11dc36: 0x2fe,
|
|
743
|
+
_0x3ce158: 0x263
|
|
744
|
+
}, _0x3e3ca7 = { _0x2e69c0: 0x27c }, _0x55a812 = { _0x592128: 0x2c8 }, _0x4c1d30 = {
|
|
745
|
+
_0x5e0b50: 0x2ef,
|
|
746
|
+
_0x39c463: 0x1f7,
|
|
747
|
+
_0x1e7481: 0x27c,
|
|
748
|
+
_0x4423c1: 0x1dd
|
|
749
|
+
}, _0x13bb39 = {
|
|
750
|
+
_0x2e4259: 0x30d,
|
|
751
|
+
_0x3140ac: 0x1dc,
|
|
752
|
+
_0x33c0b0: 0x30d,
|
|
753
|
+
_0x400a0e: 0x31b,
|
|
754
|
+
_0x1d0fd5: 0x241
|
|
755
|
+
}, _0x5ec008 = {
|
|
756
|
+
_0x9a0386: 0x321,
|
|
757
|
+
_0x3e2281: 0x33e,
|
|
758
|
+
_0x23bbc4: 0x2fc,
|
|
759
|
+
_0x3072bd: 0x2f0,
|
|
760
|
+
_0x3504f7: 0x1c6,
|
|
761
|
+
_0x2d8d7b: 0x27a,
|
|
762
|
+
_0x5331b0: 0x27e
|
|
763
|
+
}, _0x667539 = {
|
|
764
|
+
_0x4bde31: 0x31a,
|
|
765
|
+
_0x4dfeef: 0x2f7,
|
|
766
|
+
_0x396385: 0x253,
|
|
767
|
+
_0x3c6b08: 0x23e,
|
|
768
|
+
_0x107729: 0x1cd,
|
|
769
|
+
_0x78fda2: 0x27e,
|
|
770
|
+
_0x3b9505: 0x317
|
|
771
|
+
}, _0x53f705 = {
|
|
772
|
+
_0xc327ad: 0x1ec,
|
|
773
|
+
_0xaa7d53: 0x1fe,
|
|
774
|
+
_0x55417f: 0x1cd
|
|
775
|
+
}, _0x5a53f4 = {
|
|
776
|
+
_0x3105fa: 0x31a,
|
|
777
|
+
_0x21f36a: 0x1ec,
|
|
778
|
+
_0x2e47ea: 0x311
|
|
779
|
+
}, _0x655d97 = {
|
|
780
|
+
_0x22fd7a: 0x1ec,
|
|
781
|
+
_0x3dff1c: 0x253,
|
|
782
|
+
_0x4e52f7: 0x1cd
|
|
783
|
+
}, _0x2c8582 = {
|
|
784
|
+
_0x2eb1ae: 0x2cc,
|
|
785
|
+
_0x48ca1f: 0x253,
|
|
786
|
+
_0x4793b4: 0x1cd
|
|
787
|
+
}, _0x30f145 = {
|
|
788
|
+
_0x120a39: 0x30d,
|
|
789
|
+
_0x28d593: 0x1df,
|
|
790
|
+
_0x1f0c6e: 0x223,
|
|
791
|
+
_0x2bd961: 0x31a,
|
|
792
|
+
_0x25f15a: 0x1ec,
|
|
793
|
+
_0x3cdfdd: 0x29b
|
|
794
|
+
}, _0x2d9791 = { _0x137259: 0x23a }, _0x36c514 = {
|
|
795
|
+
_0x1fda31: 0x289,
|
|
796
|
+
_0xb05328: 0x1cd
|
|
797
|
+
}, _0x306f5c = {
|
|
798
|
+
_0x4c3d13: 0x253,
|
|
799
|
+
_0x1398d7: 0x27e
|
|
800
|
+
}, _0x287491 = {
|
|
801
|
+
_0x200d70: 0x307,
|
|
802
|
+
_0x123702: 0x321
|
|
803
|
+
}, _0x1bf22f = {
|
|
804
|
+
_0x4aa384: 0x33a,
|
|
805
|
+
_0x47c122: 0x253
|
|
806
|
+
}, _0x5effd8 = {
|
|
807
|
+
_0xe38361: 0x2b8,
|
|
808
|
+
_0x54ea8b: 0x30d,
|
|
809
|
+
_0x4f1895: 0x1dd,
|
|
810
|
+
_0x3a15ef: 0x27c,
|
|
811
|
+
_0x29b076: 0x1f7,
|
|
812
|
+
_0x5ed6bd: 0x1f7,
|
|
813
|
+
_0x3b78f1: 0x30d,
|
|
814
|
+
_0x28adc0: 0x2ef,
|
|
815
|
+
_0x290839: 0x1ec,
|
|
816
|
+
_0xe2bc69: 0x231,
|
|
817
|
+
_0x595652: 0x31b,
|
|
818
|
+
_0x3b6d31: 0x321,
|
|
819
|
+
_0x269781: 0x252,
|
|
820
|
+
_0x3be22d: 0x1bd
|
|
821
|
+
}, _0x1533ce = { _0x5d479f: 0x259 }, _0x3e5125 = {
|
|
822
|
+
_0x46ad3f: 0x24e,
|
|
823
|
+
_0x583a09: 0x301
|
|
824
|
+
}, _0x13f026 = {
|
|
825
|
+
_0x31b462: 0x1cf,
|
|
826
|
+
_0x1ba55a: 0x273,
|
|
827
|
+
_0x19c9bb: 0x327,
|
|
828
|
+
_0x3f912e: 0x2d7,
|
|
829
|
+
_0x229b22: 0x2af,
|
|
830
|
+
_0x188244: 0x2d7
|
|
831
|
+
}, _0xc2c47a = {
|
|
832
|
+
_0x1bbf49: 0x20c,
|
|
833
|
+
_0x15764c: 0x1cf,
|
|
834
|
+
_0x3f47dc: 0x327,
|
|
835
|
+
_0x576aef: 0x2d7,
|
|
836
|
+
_0x1bc44f: 0x2af
|
|
837
|
+
}, _0x254b61 = {
|
|
838
|
+
_0x408d9f: 0x1cf,
|
|
839
|
+
_0x10b006: 0x20c
|
|
840
|
+
}, _0x2677cf = { _0x559aad: 0x2f5 }, _0x3ea2bb = { _0x146592: 0x232 }, _0x23a2d6 = {
|
|
841
|
+
_0x3b631c: 0x1b1,
|
|
842
|
+
_0x1d2e2f: 0x2dd
|
|
843
|
+
}, _0x20b317 = {
|
|
844
|
+
_0x305784: 0x31a,
|
|
845
|
+
_0x3d4579: 0x1ec,
|
|
846
|
+
_0x354358: 0x334,
|
|
847
|
+
_0x5154f6: 0x253,
|
|
848
|
+
_0x9afe92: 0x27e,
|
|
849
|
+
_0x1e3799: 0x20c,
|
|
850
|
+
_0x4ccb8f: 0x2da
|
|
851
|
+
}, _0x470ae2 = {
|
|
852
|
+
_0x5698ac: 0x1c3,
|
|
853
|
+
_0x3811d8: 0x253,
|
|
854
|
+
_0x3b8833: 0x341,
|
|
855
|
+
_0x17dbea: 0x1cd,
|
|
856
|
+
_0x21143d: 0x223
|
|
857
|
+
}, _0x5b6d88 = {
|
|
858
|
+
_0x5e8e9f: 0x33c,
|
|
859
|
+
_0x31e49d: 0x253
|
|
860
|
+
}, _0xa767cd = {
|
|
861
|
+
_0x1e946b: 0x33e,
|
|
862
|
+
_0x4390b3: 0x33e,
|
|
863
|
+
_0x5e006b: 0x23a,
|
|
864
|
+
_0x4c1c8b: 0x223
|
|
865
|
+
}, _0x57d1af = {
|
|
866
|
+
_0x223081: 0x33e,
|
|
867
|
+
_0x4639c6: 0x33e
|
|
868
|
+
}, _0x47464a = {
|
|
869
|
+
_0x14ad96: 0x208,
|
|
870
|
+
_0x52f5ab: 0x2d1,
|
|
871
|
+
_0x50e982: 0x1d4
|
|
872
|
+
}, _0x15b58d = {
|
|
873
|
+
_0x3d86b7: 0x1c6,
|
|
874
|
+
_0x3a4c9f: 0x31b,
|
|
875
|
+
_0x5561fb: 0x2f9
|
|
876
|
+
}, _0x780df4 = {
|
|
877
|
+
_0x5b98c2: 0x2d1,
|
|
878
|
+
_0x5ccbda: 0x24d,
|
|
879
|
+
_0x2c8f26: 0x2b4,
|
|
880
|
+
_0x18a2c1: 0x212,
|
|
881
|
+
_0x3024cb: 0x20f,
|
|
882
|
+
_0x228d8f: 0x1e4,
|
|
883
|
+
_0xfc3313: 0x340,
|
|
884
|
+
_0x3158d0: 0x222
|
|
885
|
+
}, _0xcbf9c7 = _0x38edd3, _0x979687 = _0x376fe2[_0xcbf9c7(0x1c7)] ?? fetch, _0x445016 = _0x376fe2[_0xcbf9c7(0x20b)] ?? DEFAULT_FETCH_TIMEOUT_MS, _0x3b7759 = typeof _0x376fe2[_0xcbf9c7(_0x191cca._0x4a73df)] === 'number' && _0x376fe2[_0xcbf9c7(0x22f)] > 0x0 ? _0x376fe2[_0xcbf9c7(0x22f)] : 0x0, _0x7b3e42 = _0x376fe2['daemonLocalUrl']?.[_0xcbf9c7(0x2f9)]() || void 0x0, _0xbe5582 = _0x376fe2['sessionId']?.['trim']() || void 0x0, _0x44cef2 = _0x376fe2[_0xcbf9c7(_0x191cca._0x14a7db)] === !![], _0x489c75 = _0x376fe2['workerSessionId']?.['trim']() || void 0x0, _0x1dd098 = _0x376fe2[_0xcbf9c7(_0x191cca._0x3fbbec)]?.['trim']() || void 0x0, _0x1069c = createHeaders(_0x376fe2[_0xcbf9c7(0x2f8)]), _0x2d15d8 = toHttpBaseUrl(_0x376fe2[_0xcbf9c7(0x2ac)]);
|
|
886
|
+
let _0x123b3a = null;
|
|
887
|
+
const _0x132924 = new Map();
|
|
888
|
+
let _0x3b931a = _0x3b7759, _0x302d79 = _0x3b7759;
|
|
889
|
+
function _0x2e143f(_0x502ee9) {
|
|
890
|
+
const _0x4b6550 = _0xcbf9c7, _0x3498ad = _0x502ee9[_0x4b6550(0x1e4)][_0x4b6550(0x1d3)][_0x4b6550(_0x780df4._0x5b98c2)]('content-type') ?? _0x4b6550(0x2e5), _0x4741c8 = _0x502ee9[_0x4b6550(_0x780df4._0x5ccbda)]['trim']()[_0x4b6550(_0x780df4._0x2c8f26)](/\s+/g, '\x20')[_0x4b6550(0x211)](0x0, 0x78) || _0x4b6550(_0x780df4._0x18a2c1);
|
|
891
|
+
return '请求\x20' + _0x502ee9[_0x4b6550(0x20d)] + _0x4b6550(_0x780df4._0x3024cb) + _0x502ee9[_0x4b6550(_0x780df4._0x228d8f)]['status'] + _0x4b6550(_0x780df4._0xfc3313) + _0x3498ad + _0x4b6550(0x1b8) + _0x4741c8 + _0x4b6550(_0x780df4._0x3158d0);
|
|
892
892
|
}
|
|
893
|
-
async function
|
|
894
|
-
const
|
|
895
|
-
if (!
|
|
893
|
+
async function _0x36b58e(_0x4e82da, _0x5a9ec5) {
|
|
894
|
+
const _0x456708 = _0xcbf9c7, _0x543687 = Buffer[_0x456708(_0x15b58d._0x3d86b7)](await _0x5a9ec5['arrayBuffer']())[_0x456708(_0x15b58d._0x3a4c9f)]('utf8');
|
|
895
|
+
if (!_0x543687[_0x456708(_0x15b58d._0x5561fb)]())
|
|
896
896
|
return {};
|
|
897
897
|
try {
|
|
898
|
-
return JSON[
|
|
898
|
+
return JSON['parse'](_0x543687);
|
|
899
899
|
} catch {
|
|
900
|
-
throw new Error(
|
|
901
|
-
'bodyText':
|
|
902
|
-
'requestUrl':
|
|
903
|
-
'response':
|
|
900
|
+
throw new Error(_0x2e143f({
|
|
901
|
+
'bodyText': _0x543687,
|
|
902
|
+
'requestUrl': _0x4e82da,
|
|
903
|
+
'response': _0x5a9ec5
|
|
904
904
|
}));
|
|
905
905
|
}
|
|
906
906
|
}
|
|
907
|
-
function
|
|
908
|
-
const
|
|
909
|
-
if (
|
|
910
|
-
return
|
|
911
|
-
const
|
|
912
|
-
for (const [
|
|
913
|
-
|
|
907
|
+
function _0x5eb571(_0x3f26b8, _0x108978) {
|
|
908
|
+
const _0x158373 = _0xcbf9c7, _0xf36f4e = typeof _0x108978['idempotency_key'] === 'string' ? _0x108978['idempotency_key'][_0x158373(0x2f9)]() : '';
|
|
909
|
+
if (_0xf36f4e)
|
|
910
|
+
return _0xf36f4e;
|
|
911
|
+
const _0x342c9f = Date['now']();
|
|
912
|
+
for (const [_0xc8077a, _0x236edb] of _0x132924) {
|
|
913
|
+
_0x236edb[_0x158373(_0x47464a._0x14ad96)] <= _0x342c9f && _0x132924['delete'](_0xc8077a);
|
|
914
914
|
}
|
|
915
|
-
const
|
|
916
|
-
...
|
|
915
|
+
const _0x6f5d9e = {
|
|
916
|
+
..._0x108978,
|
|
917
917
|
'idempotency_key': void 0x0
|
|
918
|
-
},
|
|
919
|
-
if (
|
|
920
|
-
return
|
|
921
|
-
const
|
|
922
|
-
return
|
|
923
|
-
'expiresAt':
|
|
924
|
-
'value':
|
|
925
|
-
}),
|
|
918
|
+
}, _0x268c84 = createHash('sha256')[_0x158373(0x2ba)](_0x3f26b8 + ':' + stableStringify(_0x6f5d9e))[_0x158373(0x28e)]('hex'), _0x3615af = _0x3f26b8 + ':' + _0x268c84, _0x15ff43 = _0x132924[_0x158373(_0x47464a._0x52f5ab)](_0x3615af);
|
|
919
|
+
if (_0x15ff43)
|
|
920
|
+
return _0x15ff43[_0x158373(_0x47464a._0x50e982)];
|
|
921
|
+
const _0x5afe1b = _0x158373(0x276) + _0x3f26b8 + ':' + randomUUID();
|
|
922
|
+
return _0x132924[_0x158373(0x30d)](_0x3615af, {
|
|
923
|
+
'expiresAt': _0x342c9f + 0x5 * 0x3c * 0x3e8,
|
|
924
|
+
'value': _0x5afe1b
|
|
925
|
+
}), _0x5afe1b;
|
|
926
926
|
}
|
|
927
|
-
async function
|
|
928
|
-
const
|
|
927
|
+
async function _0x2282b1(_0x153406, _0x1d7751) {
|
|
928
|
+
const _0x96f7e4 = _0xcbf9c7, _0x2dc12b = new AbortController(), _0x5cbe54 = setTimeout(() => _0x2dc12b[_0x96f7e4(0x26d)](), _0x445016), _0x3dd274 = _0x1d7751?.[_0x96f7e4(0x33e)] ? anySignal(_0x1d7751[_0x96f7e4(_0x57d1af._0x223081)], _0x2dc12b[_0x96f7e4(_0x57d1af._0x4639c6)]) : _0x2dc12b['signal'], _0x2137d5 = '' + _0x2d15d8 + _0x153406;
|
|
929
929
|
try {
|
|
930
|
-
const
|
|
931
|
-
...
|
|
932
|
-
'signal':
|
|
933
|
-
}),
|
|
934
|
-
if (!
|
|
935
|
-
throw new Error(asErrorMessage(
|
|
936
|
-
return
|
|
930
|
+
const _0x3484b6 = await _0x979687(_0x2137d5, {
|
|
931
|
+
..._0x1d7751,
|
|
932
|
+
'signal': _0x3dd274
|
|
933
|
+
}), _0x50bde6 = await _0x36b58e(_0x2137d5, _0x3484b6);
|
|
934
|
+
if (!_0x3484b6['ok'] || _0x50bde6[_0x96f7e4(0x323)] === ![])
|
|
935
|
+
throw new Error(asErrorMessage(_0x50bde6[_0x96f7e4(0x23a)], _0x96f7e4(0x1ad) + _0x3484b6[_0x96f7e4(0x223)]));
|
|
936
|
+
return _0x50bde6;
|
|
937
937
|
} finally {
|
|
938
|
-
clearTimeout(
|
|
938
|
+
clearTimeout(_0x5cbe54);
|
|
939
939
|
}
|
|
940
940
|
}
|
|
941
|
-
async function
|
|
942
|
-
const
|
|
941
|
+
async function _0x5d9805(_0x3f0dee, _0x261978) {
|
|
942
|
+
const _0x5d6734 = _0xcbf9c7, _0x1012f3 = new AbortController(), _0x156b4b = setTimeout(() => _0x1012f3[_0x5d6734(0x26d)](), _0x445016), _0x24fa34 = _0x261978?.['signal'] ? anySignal(_0x261978[_0x5d6734(_0xa767cd._0x1e946b)], _0x1012f3[_0x5d6734(_0xa767cd._0x4390b3)]) : _0x1012f3[_0x5d6734(0x33e)], _0x4f13e5 = '' + _0x2d15d8 + _0x3f0dee;
|
|
943
943
|
try {
|
|
944
|
-
const
|
|
945
|
-
...
|
|
946
|
-
'signal':
|
|
947
|
-
}),
|
|
948
|
-
if (!
|
|
949
|
-
throw new Error(asErrorMessage(
|
|
950
|
-
return
|
|
944
|
+
const _0x3bc0a2 = await _0x979687(_0x4f13e5, {
|
|
945
|
+
..._0x261978,
|
|
946
|
+
'signal': _0x24fa34
|
|
947
|
+
}), _0x50836d = await _0x36b58e(_0x4f13e5, _0x3bc0a2);
|
|
948
|
+
if (!_0x3bc0a2['ok'])
|
|
949
|
+
throw new Error(asErrorMessage(_0x50836d[_0x5d6734(_0xa767cd._0x5e006b)], 'HTTP\x20' + _0x3bc0a2[_0x5d6734(_0xa767cd._0x4c1c8b)]));
|
|
950
|
+
return _0x50836d;
|
|
951
951
|
} finally {
|
|
952
|
-
clearTimeout(
|
|
952
|
+
clearTimeout(_0x156b4b);
|
|
953
953
|
}
|
|
954
954
|
}
|
|
955
|
-
async function
|
|
956
|
-
const
|
|
957
|
-
if (!
|
|
955
|
+
async function _0x1ea99d(_0x4643c6) {
|
|
956
|
+
const _0x1b37e5 = _0xcbf9c7;
|
|
957
|
+
if (!_0xbe5582 || _0x4643c6 <= _0x302d79)
|
|
958
958
|
return;
|
|
959
|
-
await
|
|
960
|
-
'body': JSON[
|
|
961
|
-
'headers':
|
|
962
|
-
'method':
|
|
963
|
-
}),
|
|
959
|
+
await _0x2282b1('/api/agent-sessions/' + encodeURIComponent(_0xbe5582) + _0x1b37e5(_0x5b6d88._0x5e8e9f), {
|
|
960
|
+
'body': JSON[_0x1b37e5(_0x5b6d88._0x31e49d)]({ 'lastSeenSeq': _0x4643c6 }),
|
|
961
|
+
'headers': _0x1069c,
|
|
962
|
+
'method': _0x1b37e5(0x33d)
|
|
963
|
+
}), _0x302d79 = _0x4643c6;
|
|
964
964
|
}
|
|
965
|
-
async function
|
|
966
|
-
const
|
|
967
|
-
if (!
|
|
965
|
+
async function _0x527061(_0xb95adc) {
|
|
966
|
+
const _0x2491d5 = _0xcbf9c7;
|
|
967
|
+
if (!_0x7b3e42 || !_0x489c75 || _0xb95adc <= _0x302d79)
|
|
968
968
|
return;
|
|
969
|
-
const
|
|
970
|
-
'body': JSON[
|
|
971
|
-
'last_seen_seq':
|
|
972
|
-
'worker_session_id':
|
|
969
|
+
const _0x5b3b74 = await _0x979687(_0x7b3e42 + _0x2491d5(_0x470ae2._0x5698ac), {
|
|
970
|
+
'body': JSON[_0x2491d5(_0x470ae2._0x3811d8)]({
|
|
971
|
+
'last_seen_seq': _0xb95adc,
|
|
972
|
+
'worker_session_id': _0x489c75
|
|
973
973
|
}),
|
|
974
|
-
'headers': { 'Content-Type':
|
|
975
|
-
'method':
|
|
974
|
+
'headers': { 'Content-Type': _0x2491d5(_0x470ae2._0x3b8833) },
|
|
975
|
+
'method': _0x2491d5(_0x470ae2._0x17dbea)
|
|
976
976
|
});
|
|
977
|
-
if (!
|
|
978
|
-
throw new Error(
|
|
979
|
-
|
|
977
|
+
if (!_0x5b3b74['ok'])
|
|
978
|
+
throw new Error(_0x2491d5(0x1ad) + _0x5b3b74[_0x2491d5(_0x470ae2._0x21143d)]);
|
|
979
|
+
_0x302d79 = _0xb95adc;
|
|
980
980
|
}
|
|
981
|
-
async function
|
|
982
|
-
const
|
|
983
|
-
'body': JSON[
|
|
984
|
-
'headers':
|
|
985
|
-
'method':
|
|
981
|
+
async function _0x218aea(_0x2f83d9) {
|
|
982
|
+
const _0x4b40dc = _0xcbf9c7, _0x13d4b1 = parseTarget(_0x2f83d9), _0x521de0 = await _0x2282b1(_0x4b40dc(_0x20b317._0x305784) + _0x376fe2[_0x4b40dc(_0x20b317._0x3d4579)] + _0x4b40dc(_0x20b317._0x354358), {
|
|
983
|
+
'body': JSON[_0x4b40dc(_0x20b317._0x5154f6)]({ 'target': _0x13d4b1[_0x4b40dc(0x33a)] }),
|
|
984
|
+
'headers': _0x1069c,
|
|
985
|
+
'method': _0x4b40dc(0x1cd)
|
|
986
986
|
});
|
|
987
987
|
return {
|
|
988
|
-
'channelId':
|
|
989
|
-
'target':
|
|
990
|
-
'task':
|
|
991
|
-
'threadId':
|
|
992
|
-
'threadNumber':
|
|
988
|
+
'channelId': _0x521de0[_0x4b40dc(_0x20b317._0x9afe92)]?.[_0x4b40dc(0x27c)] ?? '',
|
|
989
|
+
'target': _0x13d4b1[_0x4b40dc(_0x20b317._0x1e3799)],
|
|
990
|
+
'task': _0x521de0[_0x4b40dc(0x27e)]?.[_0x4b40dc(_0x20b317._0x4ccb8f)],
|
|
991
|
+
'threadId': _0x521de0['data']?.[_0x4b40dc(0x1dd)],
|
|
992
|
+
'threadNumber': _0x521de0[_0x4b40dc(0x27e)]?.[_0x4b40dc(0x1cf)]
|
|
993
993
|
};
|
|
994
994
|
}
|
|
995
|
-
async function
|
|
996
|
-
const
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
},
|
|
1004
|
-
if (!
|
|
1005
|
-
return
|
|
1006
|
-
return
|
|
1007
|
-
const
|
|
1008
|
-
'headers':
|
|
1009
|
-
'method':
|
|
1010
|
-
}),
|
|
1011
|
-
'id':
|
|
1012
|
-
'name':
|
|
1013
|
-
}))[
|
|
1014
|
-
'id':
|
|
1015
|
-
'name':
|
|
1016
|
-
}))[
|
|
995
|
+
async function _0x2c18ab(_0x4cc46f = {}) {
|
|
996
|
+
const _0x552fec = {
|
|
997
|
+
_0x1c149c: 0x1ec,
|
|
998
|
+
_0x1c7d87: 0x2a2,
|
|
999
|
+
_0x28f1fc: 0x306,
|
|
1000
|
+
_0x4a97cb: 0x2c3,
|
|
1001
|
+
_0x4ff8ae: 0x27e,
|
|
1002
|
+
_0x2e0394: 0x1e7
|
|
1003
|
+
}, _0x36358 = _0xcbf9c7;
|
|
1004
|
+
if (!_0x4cc46f[_0x36358(_0x23a2d6._0x3b631c)] && _0x123b3a)
|
|
1005
|
+
return _0x123b3a;
|
|
1006
|
+
return _0x123b3a = (async () => {
|
|
1007
|
+
const _0x392644 = _0x36358, _0x4de366 = await _0x2282b1('/internal/agent/' + _0x376fe2[_0x392644(_0x552fec._0x1c149c)] + _0x392644(0x1e5), {
|
|
1008
|
+
'headers': _0x1069c,
|
|
1009
|
+
'method': _0x392644(0x321)
|
|
1010
|
+
}), _0x15d991 = _0x4de366[_0x392644(0x27e)]?.[_0x392644(_0x552fec._0x1c7d87)] ?? [], _0x5718f1 = _0x15d991['filter'](_0x1cef65 => _0x1cef65[_0x392644(0x259)]?.['type'] === _0x392644(0x1fa))['map'](_0x45a56b => ({
|
|
1011
|
+
'id': _0x27f296(_0x45a56b),
|
|
1012
|
+
'name': _0x309109(_0x45a56b)
|
|
1013
|
+
}))[_0x392644(_0x552fec._0x28f1fc)](_0x58b025 => _0x58b025['id']), _0x14de62 = _0x15d991[_0x392644(0x306)](_0x58ec96 => _0x58ec96['participant']?.[_0x392644(0x1f8)] !== _0x392644(0x1fa))[_0x392644(_0x552fec._0x4a97cb)](_0x3d0224 => ({
|
|
1014
|
+
'id': _0x27f296(_0x3d0224),
|
|
1015
|
+
'name': _0x309109(_0x3d0224)
|
|
1016
|
+
}))[_0x392644(_0x552fec._0x28f1fc)](_0x2ab6b2 => _0x2ab6b2['id']), _0x50efa7 = _0x4de366[_0x392644(0x27e)]?.[_0x392644(0x1e7)]['id'] ?? '';
|
|
1017
1017
|
return {
|
|
1018
|
-
'agents':
|
|
1019
|
-
'channels':
|
|
1020
|
-
'humans':
|
|
1021
|
-
'serverId':
|
|
1022
|
-
'serverName':
|
|
1018
|
+
'agents': _0x5718f1,
|
|
1019
|
+
'channels': _0x4de366[_0x392644(0x27e)]?.['channels'] ?? [],
|
|
1020
|
+
'humans': _0x14de62,
|
|
1021
|
+
'serverId': _0x50efa7,
|
|
1022
|
+
'serverName': _0x4de366[_0x392644(_0x552fec._0x4ff8ae)]?.[_0x392644(_0x552fec._0x2e0394)]['name'] ?? _0x50efa7
|
|
1023
1023
|
};
|
|
1024
|
-
})()[
|
|
1025
|
-
|
|
1026
|
-
throw
|
|
1027
|
-
}),
|
|
1024
|
+
})()[_0x36358(_0x23a2d6._0x1d2e2f)](_0x4182d0 => {
|
|
1025
|
+
_0x123b3a = null;
|
|
1026
|
+
throw _0x4182d0;
|
|
1027
|
+
}), _0x123b3a;
|
|
1028
1028
|
}
|
|
1029
|
-
function
|
|
1030
|
-
const
|
|
1031
|
-
return
|
|
1029
|
+
function _0x3ef927(_0x20b09a, _0x46420a) {
|
|
1030
|
+
const _0x58fbcd = _0xcbf9c7;
|
|
1031
|
+
return _0x46420a[_0x58fbcd(0x2f5)][_0x58fbcd(_0x3ea2bb._0x146592)](_0x1501a4 => _0x1501a4['id'] === _0x20b09a || _0x1501a4[_0x58fbcd(0x29e)] === _0x20b09a) ? 'agent' : _0x58fbcd(0x1a4);
|
|
1032
1032
|
}
|
|
1033
|
-
function
|
|
1034
|
-
const
|
|
1035
|
-
...
|
|
1036
|
-
...
|
|
1037
|
-
][
|
|
1038
|
-
return
|
|
1033
|
+
function _0x54493f(_0x4efb04, _0x23e0c5) {
|
|
1034
|
+
const _0x1a74f3 = _0xcbf9c7, _0x3309cd = [
|
|
1035
|
+
..._0x23e0c5[_0x1a74f3(_0x2677cf._0x559aad)],
|
|
1036
|
+
..._0x23e0c5[_0x1a74f3(0x1d2)]
|
|
1037
|
+
][_0x1a74f3(0x24c)](_0x43d0dc => _0x43d0dc['id'] === _0x4efb04);
|
|
1038
|
+
return _0x3309cd?.['name'] ?? _0x4efb04;
|
|
1039
1039
|
}
|
|
1040
|
-
function
|
|
1041
|
-
const
|
|
1042
|
-
if (
|
|
1043
|
-
return
|
|
1044
|
-
if (
|
|
1045
|
-
return
|
|
1046
|
-
if (
|
|
1047
|
-
return
|
|
1048
|
-
return
|
|
1040
|
+
function _0x191dfa(_0x1468da) {
|
|
1041
|
+
const _0x48cd43 = _0xcbf9c7;
|
|
1042
|
+
if (_0x1468da[_0x48cd43(_0x254b61._0x408d9f)] != null)
|
|
1043
|
+
return _0x1468da[_0x48cd43(_0x254b61._0x10b006)] + ':t' + _0x1468da[_0x48cd43(_0x254b61._0x408d9f)];
|
|
1044
|
+
if (_0x1468da['rootMessageId'])
|
|
1045
|
+
return _0x1468da['channelTarget'] + ':' + _0x1468da[_0x48cd43(0x327)];
|
|
1046
|
+
if (_0x1468da[_0x48cd43(0x1dd)])
|
|
1047
|
+
return _0x1468da[_0x48cd43(0x20c)] + ':' + _0x1468da[_0x48cd43(0x1dd)][_0x48cd43(0x211)](0x0, 0x8);
|
|
1048
|
+
return _0x1468da[_0x48cd43(0x20c)];
|
|
1049
1049
|
}
|
|
1050
|
-
function
|
|
1051
|
-
const
|
|
1050
|
+
function _0x54d9fc(_0x523769, _0xbddb84) {
|
|
1051
|
+
const _0x1577e1 = _0xcbf9c7;
|
|
1052
1052
|
try {
|
|
1053
|
-
const
|
|
1054
|
-
if (
|
|
1053
|
+
const _0x4a70e6 = parseTarget(_0x523769);
|
|
1054
|
+
if (_0x4a70e6['kind'] !== _0x1577e1(0x32e) || _0x4a70e6[_0x1577e1(0x20c)] !== _0xbddb84[_0x1577e1(_0xc2c47a._0x1bbf49)])
|
|
1055
1055
|
return ![];
|
|
1056
|
-
if (
|
|
1056
|
+
if (_0xbddb84[_0x1577e1(0x1cf)] != null && _0x4a70e6[_0x1577e1(0x2af)] === 't' + _0xbddb84[_0x1577e1(_0xc2c47a._0x15764c)])
|
|
1057
1057
|
return !![];
|
|
1058
|
-
if (
|
|
1059
|
-
return
|
|
1060
|
-
if (
|
|
1061
|
-
return
|
|
1058
|
+
if (_0xbddb84['rootMessageId'])
|
|
1059
|
+
return _0x4a70e6[_0x1577e1(0x2af)] === _0xbddb84['rootMessageId'] || _0xbddb84[_0x1577e1(_0xc2c47a._0x3f47dc)][_0x1577e1(_0xc2c47a._0x576aef)](_0x4a70e6[_0x1577e1(_0xc2c47a._0x1bc44f)]);
|
|
1060
|
+
if (_0xbddb84[_0x1577e1(0x1dd)])
|
|
1061
|
+
return _0x4a70e6['threadShortId'] === _0xbddb84['threadId'] || _0xbddb84[_0x1577e1(0x1dd)][_0x1577e1(0x2d7)](_0x4a70e6['threadShortId']);
|
|
1062
1062
|
return ![];
|
|
1063
1063
|
} catch {
|
|
1064
1064
|
return ![];
|
|
1065
1065
|
}
|
|
1066
1066
|
}
|
|
1067
|
-
function
|
|
1068
|
-
const
|
|
1067
|
+
function _0xb01059(_0x3a8ce6, _0x4878cc) {
|
|
1068
|
+
const _0x4bfa5d = _0xcbf9c7;
|
|
1069
1069
|
try {
|
|
1070
|
-
const
|
|
1071
|
-
if (
|
|
1070
|
+
const _0x448d4e = parseTarget(_0x3a8ce6);
|
|
1071
|
+
if (_0x448d4e[_0x4bfa5d(0x263)] !== _0x4bfa5d(0x32e))
|
|
1072
1072
|
return ![];
|
|
1073
|
-
const
|
|
1074
|
-
if (
|
|
1073
|
+
const _0x544c3a = typeof _0x4878cc[_0x4bfa5d(_0x13f026._0x31b462)] === _0x4bfa5d(_0x13f026._0x1ba55a) && Number[_0x4bfa5d(0x215)](_0x4878cc['threadNumber']) ? _0x4878cc[_0x4bfa5d(0x1cf)] : void 0x0;
|
|
1074
|
+
if (_0x544c3a != null && _0x448d4e['threadShortId'] === 't' + _0x544c3a)
|
|
1075
1075
|
return !![];
|
|
1076
|
-
const
|
|
1077
|
-
if (
|
|
1078
|
-
return
|
|
1079
|
-
const
|
|
1080
|
-
return Boolean(
|
|
1076
|
+
const _0x5c2b91 = typeof _0x4878cc[_0x4bfa5d(_0x13f026._0x19c9bb)] === 'string' ? _0x4878cc['rootMessageId'] : void 0x0;
|
|
1077
|
+
if (_0x5c2b91)
|
|
1078
|
+
return _0x448d4e['threadShortId'] === _0x5c2b91 || _0x5c2b91[_0x4bfa5d(_0x13f026._0x3f912e)](_0x448d4e[_0x4bfa5d(0x2af)]);
|
|
1079
|
+
const _0x242527 = typeof _0x4878cc['threadId'] === _0x4bfa5d(0x275) ? _0x4878cc[_0x4bfa5d(0x1dd)] : void 0x0;
|
|
1080
|
+
return Boolean(_0x242527) && (_0x448d4e[_0x4bfa5d(_0x13f026._0x229b22)] === _0x242527 || _0x242527[_0x4bfa5d(_0x13f026._0x188244)](_0x448d4e['threadShortId']));
|
|
1081
1081
|
} catch {
|
|
1082
1082
|
return ![];
|
|
1083
1083
|
}
|
|
1084
1084
|
}
|
|
1085
|
-
function
|
|
1086
|
-
const
|
|
1087
|
-
return
|
|
1085
|
+
function _0x27f296(_0xbda057) {
|
|
1086
|
+
const _0x5f24f8 = _0xcbf9c7;
|
|
1087
|
+
return _0xbda057[_0x5f24f8(_0x3e5125._0x46ad3f)]?.[_0x5f24f8(_0x3e5125._0x583a09)] ?? _0xbda057[_0x5f24f8(0x259)]?.['id'] ?? _0xbda057['participantId'] ?? '';
|
|
1088
1088
|
}
|
|
1089
|
-
function
|
|
1090
|
-
const
|
|
1091
|
-
return
|
|
1089
|
+
function _0x309109(_0x445ae9) {
|
|
1090
|
+
const _0x107018 = _0xcbf9c7;
|
|
1091
|
+
return _0x445ae9[_0x107018(_0x1533ce._0x5d479f)]?.['name'] ?? _0x27f296(_0x445ae9);
|
|
1092
1092
|
}
|
|
1093
|
-
async function
|
|
1094
|
-
const
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
const
|
|
1100
|
-
'headers':
|
|
1101
|
-
'method':
|
|
1102
|
-
}),
|
|
1103
|
-
'attachments': (
|
|
1104
|
-
'filename':
|
|
1105
|
-
'id':
|
|
1093
|
+
async function _0x44a013(_0xa9a4dd) {
|
|
1094
|
+
const _0x13e39e = _0xcbf9c7, _0x2436d4 = Math[_0x13e39e(_0x5effd8._0xe38361)](_0xa9a4dd[_0x13e39e(0x29f)] ?? 0x32, 0x64), _0x11e9e7 = await _0x2c18ab(), _0x44098d = new URLSearchParams();
|
|
1095
|
+
_0x44098d['set'](_0x13e39e(0x29f), String(_0x2436d4));
|
|
1096
|
+
_0xa9a4dd[_0x13e39e(0x1dd)] ? (_0x44098d[_0x13e39e(_0x5effd8._0x54ea8b)](_0x13e39e(_0x5effd8._0x4f1895), _0xa9a4dd[_0x13e39e(_0x5effd8._0x4f1895)]), _0x44098d[_0x13e39e(0x30d)]('channelId', _0xa9a4dd[_0x13e39e(0x27c)])) : _0x44098d[_0x13e39e(0x30d)](_0x13e39e(0x27c), _0xa9a4dd[_0x13e39e(_0x5effd8._0x3a15ef)]);
|
|
1097
|
+
_0xa9a4dd[_0x13e39e(_0x5effd8._0x29b076)] && _0x44098d[_0x13e39e(_0x5effd8._0x54ea8b)]('cursor', String(_0xa9a4dd[_0x13e39e(_0x5effd8._0x5ed6bd)]));
|
|
1098
|
+
_0xa9a4dd['after'] !== void 0x0 && _0x44098d[_0x13e39e(_0x5effd8._0x3b78f1)](_0x13e39e(_0x5effd8._0x28adc0), String(_0xa9a4dd[_0x13e39e(_0x5effd8._0x28adc0)]));
|
|
1099
|
+
const _0xb21837 = await _0x2282b1(_0x13e39e(0x31a) + _0x376fe2[_0x13e39e(_0x5effd8._0x290839)] + _0x13e39e(_0x5effd8._0xe2bc69) + _0x44098d[_0x13e39e(_0x5effd8._0x595652)](), {
|
|
1100
|
+
'headers': _0x1069c,
|
|
1101
|
+
'method': _0x13e39e(_0x5effd8._0x3b6d31)
|
|
1102
|
+
}), _0x269951 = (_0xb21837['data'] ?? [])['map'](_0xbbdd1c => ({
|
|
1103
|
+
'attachments': (_0xbbdd1c['attachments'] ?? [])[_0x13e39e(0x2c3)](_0x462e10 => ({
|
|
1104
|
+
'filename': _0x462e10['filename'] ?? _0x462e10['id'],
|
|
1105
|
+
'id': _0x462e10['id']
|
|
1106
1106
|
})),
|
|
1107
|
-
'content':
|
|
1108
|
-
'createdAt':
|
|
1109
|
-
...
|
|
1110
|
-
'messageId':
|
|
1111
|
-
'senderName':
|
|
1112
|
-
'senderType':
|
|
1113
|
-
'seq':
|
|
1107
|
+
'content': _0xbbdd1c['bodyMarkdown'] ?? '',
|
|
1108
|
+
'createdAt': _0xbbdd1c[_0x13e39e(0x1ca)],
|
|
1109
|
+
..._0xbbdd1c[_0x13e39e(0x263)] && _0xbbdd1c['kind'] !== _0x13e39e(0x2b3) ? { 'kind': _0xbbdd1c['kind'] } : {},
|
|
1110
|
+
'messageId': _0xbbdd1c['id'],
|
|
1111
|
+
'senderName': _0x54493f(_0xbbdd1c[_0x13e39e(0x1f1)], _0x11e9e7),
|
|
1112
|
+
'senderType': _0x3ef927(_0xbbdd1c['senderParticipantId'], _0x11e9e7),
|
|
1113
|
+
'seq': _0xbbdd1c[_0x13e39e(0x2e7)] ?? 0x0
|
|
1114
1114
|
}));
|
|
1115
1115
|
return {
|
|
1116
|
-
'channel':
|
|
1117
|
-
'hasMore':
|
|
1118
|
-
'messages':
|
|
1119
|
-
'nextCursor':
|
|
1116
|
+
'channel': _0xa9a4dd['channelTarget'],
|
|
1117
|
+
'hasMore': _0xb21837['meta']?.['hasMore'] ?? ![],
|
|
1118
|
+
'messages': _0x269951,
|
|
1119
|
+
'nextCursor': _0xb21837[_0x13e39e(_0x5effd8._0x269781)]?.[_0x13e39e(_0x5effd8._0x3be22d)]
|
|
1120
1120
|
};
|
|
1121
1121
|
}
|
|
1122
1122
|
return {
|
|
1123
|
-
async 'sendMessage'(
|
|
1124
|
-
const
|
|
1125
|
-
'body': JSON[
|
|
1126
|
-
'attachment_ids':
|
|
1127
|
-
'bodyMarkdown':
|
|
1128
|
-
'channelId':
|
|
1129
|
-
...
|
|
1130
|
-
'threadId':
|
|
1131
|
-
...
|
|
1123
|
+
async 'sendMessage'(_0xedbcf8) {
|
|
1124
|
+
const _0x2083f5 = _0xcbf9c7, _0x5a6e82 = await _0x218aea(_0xedbcf8[_0x2083f5(_0x1bf22f._0x4aa384)]), _0x2dd2d2 = _0xedbcf8[_0x2083f5(0x28d)][_0x2083f5(0x29d)]('@') ? extractMentionedParticipantIds(_0xedbcf8['content'], await _0x2c18ab()) : [], _0x1987d1 = await _0x2282b1(_0x2083f5(0x31a) + _0x376fe2['agentId'] + _0x2083f5(0x1e6), {
|
|
1125
|
+
'body': JSON[_0x2083f5(_0x1bf22f._0x47c122)]({
|
|
1126
|
+
'attachment_ids': _0xedbcf8['attachmentIds'],
|
|
1127
|
+
'bodyMarkdown': _0xedbcf8['content'],
|
|
1128
|
+
'channelId': _0x5a6e82['channelId'],
|
|
1129
|
+
..._0x2dd2d2['length'] > 0x0 ? { 'mentionedParticipantIds': _0x2dd2d2 } : {},
|
|
1130
|
+
'threadId': _0x5a6e82[_0x2083f5(0x1dd)],
|
|
1131
|
+
..._0xedbcf8['visibility'] ? { 'visibility': _0xedbcf8[_0x2083f5(0x319)] } : {}
|
|
1132
1132
|
}),
|
|
1133
|
-
'headers':
|
|
1134
|
-
'method':
|
|
1133
|
+
'headers': _0x1069c,
|
|
1134
|
+
'method': _0x2083f5(0x1cd)
|
|
1135
1135
|
});
|
|
1136
|
-
return { 'messageId':
|
|
1136
|
+
return { 'messageId': _0x1987d1[_0x2083f5(0x27e)]?.['id'] ?? '' };
|
|
1137
1137
|
},
|
|
1138
1138
|
async 'listSchedules'() {
|
|
1139
|
-
const
|
|
1140
|
-
'headers':
|
|
1141
|
-
'method':
|
|
1139
|
+
const _0x25fd47 = _0xcbf9c7, _0x3db155 = await _0x2282b1(_0x25fd47(_0x287491._0x200d70), {
|
|
1140
|
+
'headers': _0x1069c,
|
|
1141
|
+
'method': _0x25fd47(_0x287491._0x123702)
|
|
1142
1142
|
});
|
|
1143
|
-
return
|
|
1143
|
+
return _0x3db155['data'] ?? [];
|
|
1144
1144
|
},
|
|
1145
|
-
async 'claimScheduleRun'(
|
|
1146
|
-
const
|
|
1147
|
-
'body': JSON[
|
|
1148
|
-
'headers':
|
|
1149
|
-
'method':
|
|
1145
|
+
async 'claimScheduleRun'(_0x5dd59c) {
|
|
1146
|
+
const _0x4497b5 = _0xcbf9c7, _0x1ffe72 = await _0x2282b1(_0x4497b5(0x281), {
|
|
1147
|
+
'body': JSON[_0x4497b5(_0x306f5c._0x4c3d13)](_0x5dd59c),
|
|
1148
|
+
'headers': _0x1069c,
|
|
1149
|
+
'method': _0x4497b5(0x1cd)
|
|
1150
1150
|
});
|
|
1151
|
-
return
|
|
1151
|
+
return _0x1ffe72[_0x4497b5(_0x306f5c._0x1398d7)] ?? {
|
|
1152
1152
|
'granted': ![],
|
|
1153
1153
|
'runId': null,
|
|
1154
1154
|
'schedule': null,
|
|
1155
|
-
'scheduledFor':
|
|
1155
|
+
'scheduledFor': _0x5dd59c[_0x4497b5(0x1ae)]
|
|
1156
1156
|
};
|
|
1157
1157
|
},
|
|
1158
|
-
async 'startScheduleRun'(
|
|
1159
|
-
const
|
|
1160
|
-
'body': JSON[
|
|
1161
|
-
'headers':
|
|
1162
|
-
'method':
|
|
1158
|
+
async 'startScheduleRun'(_0x17606) {
|
|
1159
|
+
const _0x4fdf09 = _0xcbf9c7, _0x533252 = await _0x2282b1('/api/internal/schedules/' + encodeURIComponent(_0x17606['runId']) + _0x4fdf09(_0x36c514._0x1fda31), {
|
|
1160
|
+
'body': JSON['stringify']({}),
|
|
1161
|
+
'headers': _0x1069c,
|
|
1162
|
+
'method': _0x4fdf09(_0x36c514._0xb05328)
|
|
1163
1163
|
});
|
|
1164
|
-
return
|
|
1164
|
+
return _0x533252['data'] ?? {
|
|
1165
1165
|
'claimedByDaemonId': '',
|
|
1166
|
-
'id':
|
|
1166
|
+
'id': _0x17606[_0x4fdf09(0x244)],
|
|
1167
1167
|
'scheduleId': '',
|
|
1168
|
-
'status':
|
|
1168
|
+
'status': 'running'
|
|
1169
1169
|
};
|
|
1170
1170
|
},
|
|
1171
|
-
async 'finishScheduleRun'(
|
|
1172
|
-
const
|
|
1173
|
-
'body': JSON[
|
|
1174
|
-
'error':
|
|
1175
|
-
'resultJson':
|
|
1176
|
-
'status':
|
|
1171
|
+
async 'finishScheduleRun'(_0x455f35) {
|
|
1172
|
+
const _0xf4616d = _0xcbf9c7, _0x2cd481 = await _0x2282b1(_0xf4616d(0x228) + encodeURIComponent(_0x455f35[_0xf4616d(0x244)]) + _0xf4616d(0x210), {
|
|
1173
|
+
'body': JSON[_0xf4616d(0x253)]({
|
|
1174
|
+
'error': _0x455f35[_0xf4616d(_0x2d9791._0x137259)],
|
|
1175
|
+
'resultJson': _0x455f35[_0xf4616d(0x333)],
|
|
1176
|
+
'status': _0x455f35[_0xf4616d(0x223)]
|
|
1177
1177
|
}),
|
|
1178
|
-
'headers':
|
|
1179
|
-
'method':
|
|
1178
|
+
'headers': _0x1069c,
|
|
1179
|
+
'method': 'POST'
|
|
1180
1180
|
});
|
|
1181
|
-
return
|
|
1181
|
+
return _0x2cd481['data'] ?? {
|
|
1182
1182
|
'nextRunAt': null,
|
|
1183
1183
|
'run': {
|
|
1184
1184
|
'claimedByDaemonId': '',
|
|
1185
|
-
'id':
|
|
1185
|
+
'id': _0x455f35[_0xf4616d(0x244)],
|
|
1186
1186
|
'scheduleId': '',
|
|
1187
|
-
'status':
|
|
1187
|
+
'status': _0x455f35[_0xf4616d(0x223)]
|
|
1188
1188
|
}
|
|
1189
1189
|
};
|
|
1190
1190
|
},
|
|
1191
|
-
async 'listTasks'(
|
|
1192
|
-
const
|
|
1193
|
-
return
|
|
1194
|
-
'headers':
|
|
1195
|
-
'method':
|
|
1191
|
+
async 'listTasks'(_0x56c4b2) {
|
|
1192
|
+
const _0x5b9636 = _0xcbf9c7, _0x5cb441 = new URLSearchParams();
|
|
1193
|
+
return _0x5cb441[_0x5b9636(_0x30f145._0x120a39)](_0x5b9636(0x1df), _0x56c4b2[_0x5b9636(_0x30f145._0x28d593)]), _0x56c4b2[_0x5b9636(0x223)] && _0x5cb441['set']('status', _0x56c4b2[_0x5b9636(_0x30f145._0x1f0c6e)]), _0x5d9805(_0x5b9636(_0x30f145._0x2bd961) + _0x376fe2[_0x5b9636(_0x30f145._0x25f15a)] + _0x5b9636(_0x30f145._0x3cdfdd) + _0x5cb441[_0x5b9636(0x31b)](), {
|
|
1194
|
+
'headers': _0x1069c,
|
|
1195
|
+
'method': _0x5b9636(0x321)
|
|
1196
1196
|
});
|
|
1197
1197
|
},
|
|
1198
|
-
async 'createTasks'(
|
|
1199
|
-
const
|
|
1200
|
-
return
|
|
1201
|
-
'body': JSON[
|
|
1202
|
-
...
|
|
1203
|
-
'idempotency_key':
|
|
1198
|
+
async 'createTasks'(_0x5c6f9f) {
|
|
1199
|
+
const _0x170767 = _0xcbf9c7;
|
|
1200
|
+
return _0x5d9805(_0x170767(0x31a) + _0x376fe2['agentId'] + _0x170767(_0x2c8582._0x2eb1ae), {
|
|
1201
|
+
'body': JSON[_0x170767(_0x2c8582._0x48ca1f)]({
|
|
1202
|
+
..._0x5c6f9f,
|
|
1203
|
+
'idempotency_key': _0x5eb571(_0x170767(0x315), _0x5c6f9f)
|
|
1204
1204
|
}),
|
|
1205
|
-
'headers':
|
|
1206
|
-
'method':
|
|
1205
|
+
'headers': _0x1069c,
|
|
1206
|
+
'method': _0x170767(_0x2c8582._0x4793b4)
|
|
1207
1207
|
});
|
|
1208
1208
|
},
|
|
1209
|
-
async 'claimTasks'(
|
|
1210
|
-
const
|
|
1211
|
-
return
|
|
1212
|
-
'body': JSON[
|
|
1213
|
-
...
|
|
1214
|
-
'idempotency_key':
|
|
1209
|
+
async 'claimTasks'(_0x46c046) {
|
|
1210
|
+
const _0x11c1da = _0xcbf9c7;
|
|
1211
|
+
return _0x5d9805(_0x11c1da(0x31a) + _0x376fe2[_0x11c1da(_0x655d97._0x22fd7a)] + _0x11c1da(0x1be), {
|
|
1212
|
+
'body': JSON[_0x11c1da(_0x655d97._0x3dff1c)]({
|
|
1213
|
+
..._0x46c046,
|
|
1214
|
+
'idempotency_key': _0x5eb571(_0x11c1da(0x2ea), _0x46c046)
|
|
1215
1215
|
}),
|
|
1216
|
-
'headers':
|
|
1217
|
-
'method':
|
|
1216
|
+
'headers': _0x1069c,
|
|
1217
|
+
'method': _0x11c1da(_0x655d97._0x4e52f7)
|
|
1218
1218
|
});
|
|
1219
1219
|
},
|
|
1220
|
-
async 'unclaimTask'(
|
|
1221
|
-
const
|
|
1222
|
-
return
|
|
1223
|
-
'body': JSON[
|
|
1224
|
-
...
|
|
1225
|
-
'idempotency_key':
|
|
1220
|
+
async 'unclaimTask'(_0x283c87) {
|
|
1221
|
+
const _0x51d3a1 = _0xcbf9c7;
|
|
1222
|
+
return _0x5d9805(_0x51d3a1(_0x5a53f4._0x3105fa) + _0x376fe2[_0x51d3a1(_0x5a53f4._0x21f36a)] + _0x51d3a1(0x30f), {
|
|
1223
|
+
'body': JSON[_0x51d3a1(0x253)]({
|
|
1224
|
+
..._0x283c87,
|
|
1225
|
+
'idempotency_key': _0x5eb571(_0x51d3a1(_0x5a53f4._0x2e47ea), _0x283c87)
|
|
1226
1226
|
}),
|
|
1227
|
-
'headers':
|
|
1228
|
-
'method':
|
|
1227
|
+
'headers': _0x1069c,
|
|
1228
|
+
'method': _0x51d3a1(0x1cd)
|
|
1229
1229
|
});
|
|
1230
1230
|
},
|
|
1231
|
-
async 'updateTaskStatus'(
|
|
1232
|
-
const
|
|
1233
|
-
return
|
|
1234
|
-
'body': JSON[
|
|
1235
|
-
...
|
|
1236
|
-
'idempotency_key':
|
|
1231
|
+
async 'updateTaskStatus'(_0x423cf7) {
|
|
1232
|
+
const _0x34347f = _0xcbf9c7;
|
|
1233
|
+
return _0x5d9805('/internal/agent/' + _0x376fe2[_0x34347f(_0x53f705._0xc327ad)] + _0x34347f(_0x53f705._0xaa7d53), {
|
|
1234
|
+
'body': JSON['stringify']({
|
|
1235
|
+
..._0x423cf7,
|
|
1236
|
+
'idempotency_key': _0x5eb571(_0x34347f(0x1f5), _0x423cf7)
|
|
1237
1237
|
}),
|
|
1238
|
-
'headers':
|
|
1239
|
-
'method':
|
|
1238
|
+
'headers': _0x1069c,
|
|
1239
|
+
'method': _0x34347f(_0x53f705._0x55417f)
|
|
1240
1240
|
});
|
|
1241
1241
|
},
|
|
1242
|
-
async 'uploadFile'(
|
|
1243
|
-
const
|
|
1244
|
-
if (
|
|
1245
|
-
throw new Error(
|
|
1246
|
-
const
|
|
1247
|
-
'body': JSON[
|
|
1248
|
-
'channel':
|
|
1249
|
-
'contentBase64':
|
|
1250
|
-
'contentType':
|
|
1251
|
-
'originalFilename':
|
|
1242
|
+
async 'uploadFile'(_0x3898ac) {
|
|
1243
|
+
const _0x17bdb5 = _0xcbf9c7, _0x10774e = await _0x218aea(_0x3898ac['channel']);
|
|
1244
|
+
if (_0x10774e['threadId'])
|
|
1245
|
+
throw new Error(_0x17bdb5(0x230));
|
|
1246
|
+
const _0x112db1 = await _0x2282b1(_0x17bdb5(_0x667539._0x4bde31) + _0x376fe2['agentId'] + _0x17bdb5(_0x667539._0x4dfeef), {
|
|
1247
|
+
'body': JSON[_0x17bdb5(_0x667539._0x396385)]({
|
|
1248
|
+
'channel': _0x10774e[_0x17bdb5(0x33a)],
|
|
1249
|
+
'contentBase64': _0x3898ac['contentBase64'],
|
|
1250
|
+
'contentType': _0x3898ac[_0x17bdb5(_0x667539._0x3c6b08)],
|
|
1251
|
+
'originalFilename': _0x3898ac[_0x17bdb5(0x2a6)]
|
|
1252
1252
|
}),
|
|
1253
|
-
'headers':
|
|
1254
|
-
'method':
|
|
1253
|
+
'headers': _0x1069c,
|
|
1254
|
+
'method': _0x17bdb5(_0x667539._0x107729)
|
|
1255
1255
|
});
|
|
1256
1256
|
return {
|
|
1257
|
-
'attachmentId':
|
|
1258
|
-
'filename':
|
|
1259
|
-
'sizeBytes':
|
|
1257
|
+
'attachmentId': _0x112db1[_0x17bdb5(0x27e)]?.['id'] ?? '',
|
|
1258
|
+
'filename': _0x112db1[_0x17bdb5(_0x667539._0x78fda2)]?.[_0x17bdb5(0x250)] ?? _0x3898ac['filename'],
|
|
1259
|
+
'sizeBytes': _0x112db1['data']?.[_0x17bdb5(_0x667539._0x3b9505)] ?? 0x0
|
|
1260
1260
|
};
|
|
1261
1261
|
},
|
|
1262
|
-
async 'downloadAttachment'(
|
|
1263
|
-
const
|
|
1264
|
-
'headers':
|
|
1265
|
-
'method':
|
|
1266
|
-
}),
|
|
1262
|
+
async 'downloadAttachment'(_0x2d08c3) {
|
|
1263
|
+
const _0x542854 = _0xcbf9c7, _0x41ed0a = await _0x2282b1(_0x542854(0x1c5) + _0x2d08c3, {
|
|
1264
|
+
'headers': _0x1069c,
|
|
1265
|
+
'method': _0x542854(_0x5ec008._0x9a0386)
|
|
1266
|
+
}), _0x161bc8 = new AbortController(), _0x1ade0d = setTimeout(() => _0x161bc8[_0x542854(0x26d)](), _0x445016);
|
|
1267
1267
|
try {
|
|
1268
|
-
const
|
|
1269
|
-
'headers':
|
|
1270
|
-
'method':
|
|
1271
|
-
'signal':
|
|
1268
|
+
const _0xf3d17a = await _0x979687(_0x2d15d8 + '/api/attachments/' + _0x2d08c3 + _0x542854(0x2ec), {
|
|
1269
|
+
'headers': _0x1069c,
|
|
1270
|
+
'method': _0x542854(_0x5ec008._0x9a0386),
|
|
1271
|
+
'signal': _0x161bc8[_0x542854(_0x5ec008._0x3e2281)]
|
|
1272
1272
|
});
|
|
1273
|
-
if (!
|
|
1274
|
-
throw new Error(
|
|
1273
|
+
if (!_0xf3d17a['ok'])
|
|
1274
|
+
throw new Error('HTTP\x20' + _0xf3d17a['status']);
|
|
1275
1275
|
return {
|
|
1276
|
-
'contentType':
|
|
1277
|
-
'data': Buffer[
|
|
1278
|
-
'originalFilename':
|
|
1276
|
+
'contentType': _0x41ed0a[_0x542854(0x27e)]?.[_0x542854(0x23e)] ?? _0xf3d17a['headers'][_0x542854(0x2d1)](_0x542854(_0x5ec008._0x23bbc4)) ?? _0x542854(_0x5ec008._0x3072bd),
|
|
1277
|
+
'data': Buffer[_0x542854(_0x5ec008._0x3504f7)](await _0xf3d17a[_0x542854(_0x5ec008._0x2d8d7b)]()),
|
|
1278
|
+
'originalFilename': _0x41ed0a[_0x542854(_0x5ec008._0x5331b0)]?.['originalFilename']
|
|
1279
1279
|
};
|
|
1280
1280
|
} finally {
|
|
1281
|
-
clearTimeout(
|
|
1281
|
+
clearTimeout(_0x1ade0d);
|
|
1282
1282
|
}
|
|
1283
1283
|
},
|
|
1284
1284
|
async 'listServer'() {
|
|
1285
|
-
return
|
|
1285
|
+
return _0x2c18ab({ 'forceRefresh': !![] });
|
|
1286
1286
|
},
|
|
1287
1287
|
async 'getLatestEventSeq'() {
|
|
1288
|
-
const
|
|
1289
|
-
|
|
1290
|
-
const
|
|
1291
|
-
'headers':
|
|
1292
|
-
'method':
|
|
1293
|
-
}),
|
|
1294
|
-
return typeof
|
|
1288
|
+
const _0x527794 = _0xcbf9c7, _0x32563c = new URLSearchParams();
|
|
1289
|
+
_0x32563c[_0x527794(_0x13bb39._0x2e4259)](_0x527794(_0x13bb39._0x3140ac), '0'), _0x32563c[_0x527794(_0x13bb39._0x33c0b0)]('limit', '1');
|
|
1290
|
+
const _0x319dcc = await _0x2282b1(_0x527794(0x31a) + _0x376fe2['agentId'] + '/receive?' + _0x32563c[_0x527794(_0x13bb39._0x400a0e)](), {
|
|
1291
|
+
'headers': _0x1069c,
|
|
1292
|
+
'method': _0x527794(0x321)
|
|
1293
|
+
}), _0x31fe2e = _0x319dcc['meta']?.[_0x527794(_0x13bb39._0x1d0fd5)];
|
|
1294
|
+
return typeof _0x31fe2e === 'number' && _0x31fe2e > 0x0 ? _0x31fe2e : 0x0;
|
|
1295
1295
|
},
|
|
1296
|
-
async 'readHistory'(
|
|
1297
|
-
const
|
|
1298
|
-
return
|
|
1299
|
-
'after':
|
|
1300
|
-
'before':
|
|
1301
|
-
'channelId':
|
|
1302
|
-
'channelTarget':
|
|
1303
|
-
'limit':
|
|
1304
|
-
'threadId':
|
|
1296
|
+
async 'readHistory'(_0x1ca3e2) {
|
|
1297
|
+
const _0x334167 = _0xcbf9c7, _0x470605 = await _0x218aea(_0x1ca3e2['channel']);
|
|
1298
|
+
return _0x44a013({
|
|
1299
|
+
'after': _0x1ca3e2[_0x334167(_0x4c1d30._0x5e0b50)],
|
|
1300
|
+
'before': _0x1ca3e2[_0x334167(_0x4c1d30._0x39c463)],
|
|
1301
|
+
'channelId': _0x470605[_0x334167(_0x4c1d30._0x1e7481)],
|
|
1302
|
+
'channelTarget': _0x470605[_0x334167(0x33a)],
|
|
1303
|
+
'limit': _0x1ca3e2[_0x334167(0x29f)],
|
|
1304
|
+
'threadId': _0x470605[_0x334167(_0x4c1d30._0x4423c1)]
|
|
1305
1305
|
});
|
|
1306
1306
|
},
|
|
1307
|
-
'resolveTarget':
|
|
1307
|
+
'resolveTarget': _0x218aea,
|
|
1308
1308
|
async 'checkMessages'() {
|
|
1309
|
-
const
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
}), _0x466658 = _0x16714a[_0x1c16e4(0xea)] ?? [], _0x2a9727 = _0x16714a[_0x1c16e4(_0x21f8c0._0x4aa7b8)]?.[_0x1c16e4(0xd9)], _0x97a5d1 = _0x8db6f6 ? _0x466658[_0x1c16e4(_0x21f8c0._0xa8229f)](_0x168310 => {
|
|
1318
|
-
const _0x5b3eec = _0x1c16e4;
|
|
1319
|
-
if (_0x168310[_0x5b3eec(_0x441673._0x45ea23)] !== _0x5b3eec(_0x441673._0x5a00e4))
|
|
1309
|
+
const _0x547958 = _0xcbf9c7, _0x216182 = new URLSearchParams();
|
|
1310
|
+
_0x216182[_0x547958(_0x7f53a7._0x5c662d)](_0x547958(_0x7f53a7._0x3f61ee), String(_0x3b931a));
|
|
1311
|
+
const _0xce6d07 = _0x216182[_0x547958(0x31b)](), _0x5ade51 = await _0x2282b1(_0x547958(_0x7f53a7._0x2d1a12) + _0x376fe2['agentId'] + _0x547958(0x2e3) + (_0xce6d07 ? '?' + _0xce6d07 : ''), {
|
|
1312
|
+
'headers': _0x1069c,
|
|
1313
|
+
'method': _0x547958(0x321)
|
|
1314
|
+
}), _0x6c320a = _0x5ade51[_0x547958(0x27e)] ?? [], _0x151dbe = _0x5ade51[_0x547958(0x252)]?.[_0x547958(0x1bd)], _0x11ba53 = _0x1dd098 ? _0x6c320a['filter'](_0x27231c => {
|
|
1315
|
+
const _0xcb5277 = _0x547958;
|
|
1316
|
+
if (_0x27231c[_0xcb5277(_0x55a812._0x592128)] !== _0xcb5277(0x213))
|
|
1320
1317
|
return ![];
|
|
1321
|
-
return
|
|
1322
|
-
}) :
|
|
1323
|
-
let
|
|
1324
|
-
|
|
1325
|
-
|
|
1318
|
+
return _0xb01059(_0x1dd098, asRecord(_0x27231c['payloadJson']));
|
|
1319
|
+
}) : _0x6c320a, _0x5490e3 = _0x151dbe !== void 0x0 ? _0x1dd098 ? Math[_0x547958(0x33b)](_0x3b931a, _0x11ba53[_0x547958(_0x7f53a7._0x1edcb7)] > 0x0 ? _0x11ba53[_0x11ba53[_0x547958(0x28a)] - 0x1][_0x547958(0x2ce)] : _0x3b931a) : Math['max'](_0x3b931a, _0x151dbe) : _0x11ba53[_0x547958(_0x7f53a7._0x1cab38)] > 0x0 ? Math[_0x547958(_0x7f53a7._0x3cbcb5)](_0x3b931a, _0x11ba53[_0x11ba53[_0x547958(0x28a)] - 0x1][_0x547958(_0x7f53a7._0x116b2a)]) : _0x3b931a, _0x5384f1 = (_0x1dd098 ? _0x11ba53 : _0x6c320a)['filter'](_0x4999ee => _0x4999ee[_0x547958(0x2c8)] === _0x547958(0x213)), _0x1089f6 = _0x1dd098 === void 0x0 && _0x44cef2;
|
|
1320
|
+
let _0x3cb8ab = await _0x2c18ab(), _0x1cff55 = new Map(_0x3cb8ab[_0x547958(_0x7f53a7._0x429e07)]['map'](_0x190857 => [
|
|
1321
|
+
_0x190857['id'],
|
|
1322
|
+
_0x190857
|
|
1326
1323
|
]));
|
|
1327
|
-
const
|
|
1328
|
-
const
|
|
1329
|
-
return Boolean(
|
|
1324
|
+
const _0x12dcef = _0x5384f1[_0x547958(0x232)](_0x596877 => {
|
|
1325
|
+
const _0x4c294d = _0x547958, _0x3616f4 = asRecord(_0x596877[_0x4c294d(0x2ee)]), _0x25fbd0 = typeof _0x3616f4?.[_0x4c294d(_0x3e3ca7._0x2e69c0)] === _0x4c294d(0x275) ? _0x3616f4[_0x4c294d(0x27c)] : '';
|
|
1326
|
+
return Boolean(_0x25fbd0) && !_0x1cff55[_0x4c294d(0x332)](_0x25fbd0);
|
|
1330
1327
|
});
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1328
|
+
_0x12dcef && (_0x3cb8ab = await _0x2c18ab({ 'forceRefresh': !![] }), _0x1cff55 = new Map(_0x3cb8ab[_0x547958(0x1bc)][_0x547958(_0x7f53a7._0x2e66ed)](_0x237b9b => [
|
|
1329
|
+
_0x237b9b['id'],
|
|
1330
|
+
_0x237b9b
|
|
1334
1331
|
])));
|
|
1335
|
-
const
|
|
1336
|
-
for (const
|
|
1337
|
-
const
|
|
1338
|
-
if (!
|
|
1332
|
+
const _0x31c6c8 = new Map();
|
|
1333
|
+
for (const _0x13a391 of _0x5384f1) {
|
|
1334
|
+
const _0x3fd054 = asRecord(_0x13a391[_0x547958(0x2ee)]), _0x26696d = typeof _0x3fd054[_0x547958(_0x7f53a7._0x16bc22)] === _0x547958(0x275) ? _0x3fd054[_0x547958(0x27c)] : '';
|
|
1335
|
+
if (!_0x26696d)
|
|
1339
1336
|
continue;
|
|
1340
|
-
const
|
|
1337
|
+
const _0x45561c = typeof _0x3fd054[_0x547958(0x1dd)] === _0x547958(0x275) ? _0x3fd054['threadId'] : void 0x0, _0x57d63f = typeof _0x3fd054[_0x547958(_0x7f53a7._0x22336b)] === _0x547958(0x275) ? _0x3fd054[_0x547958(0x327)] : void 0x0, _0x76ecf6 = typeof _0x3fd054['threadNumber'] === _0x547958(_0x7f53a7._0x29f236) && Number['isInteger'](_0x3fd054[_0x547958(_0x7f53a7._0x3a1db3)]) ? _0x3fd054[_0x547958(_0x7f53a7._0x49d127)] : void 0x0, _0x106eaa = Boolean(_0x45561c && (!_0x57d63f || _0x13a391[_0x547958(_0x7f53a7._0x21b2c5)] !== _0x57d63f)), _0x2e3991 = _0x106eaa ? _0x26696d + ':' + _0x45561c : _0x26696d, _0x48aafb = _0x31c6c8[_0x547958(0x2d1)](_0x2e3991) ?? {
|
|
1341
1338
|
'aggregateIds': [],
|
|
1342
|
-
'channelId':
|
|
1339
|
+
'channelId': _0x26696d,
|
|
1343
1340
|
'entries': new Map(),
|
|
1344
|
-
'isThreadReply':
|
|
1345
|
-
'rootMessageId':
|
|
1346
|
-
'threadNumber':
|
|
1347
|
-
'threadId':
|
|
1341
|
+
'isThreadReply': _0x106eaa,
|
|
1342
|
+
'rootMessageId': _0x57d63f,
|
|
1343
|
+
'threadNumber': _0x76ecf6,
|
|
1344
|
+
'threadId': _0x106eaa ? _0x45561c : void 0x0
|
|
1348
1345
|
};
|
|
1349
|
-
|
|
1350
|
-
'payloadJson':
|
|
1351
|
-
'seq':
|
|
1352
|
-
}),
|
|
1346
|
+
_0x48aafb[_0x547958(0x1cf)] == null && _0x76ecf6 != null && (_0x48aafb[_0x547958(0x1cf)] = _0x76ecf6), !_0x48aafb[_0x547958(_0x7f53a7._0x566de8)] && _0x57d63f && (_0x48aafb[_0x547958(0x327)] = _0x57d63f), _0x48aafb[_0x547958(_0x7f53a7._0x52bd6c)]['push'](_0x13a391[_0x547958(0x1ac)]), _0x48aafb[_0x547958(_0x7f53a7._0x1c90d0)][_0x547958(_0x7f53a7._0x1da3f0)](_0x13a391[_0x547958(0x1ac)], {
|
|
1347
|
+
'payloadJson': _0x13a391['payloadJson'],
|
|
1348
|
+
'seq': _0x13a391['seq']
|
|
1349
|
+
}), _0x31c6c8['set'](_0x2e3991, _0x48aafb);
|
|
1353
1350
|
}
|
|
1354
|
-
const
|
|
1355
|
-
for (const
|
|
1351
|
+
const _0x49a333 = [];
|
|
1352
|
+
for (const _0x46292a of _0x31c6c8['values']()) {
|
|
1356
1353
|
const {
|
|
1357
|
-
channelId:
|
|
1358
|
-
threadId:
|
|
1359
|
-
rootMessageId:
|
|
1360
|
-
threadNumber:
|
|
1361
|
-
aggregateIds:
|
|
1362
|
-
isThreadReply:
|
|
1363
|
-
entries:
|
|
1364
|
-
} =
|
|
1365
|
-
'channelTarget':
|
|
1366
|
-
'rootMessageId':
|
|
1367
|
-
'threadId':
|
|
1368
|
-
'threadNumber':
|
|
1369
|
-
},
|
|
1370
|
-
'channelId':
|
|
1371
|
-
'channelTarget':
|
|
1372
|
-
'limit': Math['max'](
|
|
1373
|
-
'threadId':
|
|
1374
|
-
}),
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
])),
|
|
1378
|
-
for (const
|
|
1379
|
-
if (!
|
|
1354
|
+
channelId: _0x46ed42,
|
|
1355
|
+
threadId: _0x186ac0,
|
|
1356
|
+
rootMessageId: _0x52b859,
|
|
1357
|
+
threadNumber: _0x35348e,
|
|
1358
|
+
aggregateIds: _0x28cdbe,
|
|
1359
|
+
isThreadReply: _0x485155,
|
|
1360
|
+
entries: _0x4ed238
|
|
1361
|
+
} = _0x46292a, _0x26aab7 = _0x1cff55[_0x547958(0x2d1)](_0x46ed42), _0x206173 = _0x26aab7?.['name'] ?? _0x46ed42, _0x5b669c = _0x26aab7?.[_0x547958(_0x7f53a7._0x51f52f)] === 'dm' ? 'dm:' + _0x206173 : '#' + _0x206173, _0xe57718 = {
|
|
1362
|
+
'channelTarget': _0x5b669c,
|
|
1363
|
+
'rootMessageId': _0x52b859,
|
|
1364
|
+
'threadId': _0x186ac0,
|
|
1365
|
+
'threadNumber': _0x35348e
|
|
1366
|
+
}, _0x59f218 = await _0x44a013({
|
|
1367
|
+
'channelId': _0x46ed42,
|
|
1368
|
+
'channelTarget': _0x5b669c,
|
|
1369
|
+
'limit': Math['max'](_0x28cdbe['length'], 0x32),
|
|
1370
|
+
'threadId': _0x186ac0
|
|
1371
|
+
}), _0x24e291 = new Map(_0x59f218[_0x547958(0x2a7)]['map'](_0x3cdd9c => [
|
|
1372
|
+
_0x3cdd9c['messageId'],
|
|
1373
|
+
_0x3cdd9c
|
|
1374
|
+
])), _0x511b06 = _0x186ac0 ? _0x191dfa(_0xe57718) : _0x5b669c, _0x28c192 = _0x1dd098 ? _0x485155 && _0x54d9fc(_0x1dd098, _0xe57718) : !![], _0x131fdd = _0x485155 ? _0x28c192 && _0x1dd098 ? _0x1dd098 : _0x511b06 : _0x5b669c;
|
|
1375
|
+
for (const _0x50ef00 of _0x28cdbe) {
|
|
1376
|
+
if (!_0x28c192)
|
|
1380
1377
|
continue;
|
|
1381
|
-
const
|
|
1382
|
-
if (
|
|
1378
|
+
const _0x4e72fc = _0x4ed238['get'](_0x50ef00), _0x1a9fb5 = _0x4e72fc ? asRecord(_0x4e72fc[_0x547958(0x2ee)]) : void 0x0, _0x2dba7c = _0x1a9fb5?.['taskDeliveryMode'] === _0x547958(0x262);
|
|
1379
|
+
if (_0x1089f6 && _0x2dba7c)
|
|
1383
1380
|
continue;
|
|
1384
|
-
const
|
|
1385
|
-
if (
|
|
1386
|
-
|
|
1387
|
-
'attachments':
|
|
1388
|
-
'content':
|
|
1389
|
-
'createdAt':
|
|
1390
|
-
...
|
|
1391
|
-
'messageId':
|
|
1392
|
-
'senderName':
|
|
1393
|
-
'senderType':
|
|
1394
|
-
'target':
|
|
1395
|
-
...
|
|
1381
|
+
const _0xe8ae20 = _0x24e291[_0x547958(_0x7f53a7._0x2fbc83)](_0x50ef00);
|
|
1382
|
+
if (_0xe8ae20) {
|
|
1383
|
+
_0x49a333['push']({
|
|
1384
|
+
'attachments': _0xe8ae20[_0x547958(_0x7f53a7._0x687436)],
|
|
1385
|
+
'content': _0xe8ae20[_0x547958(_0x7f53a7._0x1db115)],
|
|
1386
|
+
'createdAt': _0xe8ae20[_0x547958(_0x7f53a7._0x40601c)],
|
|
1387
|
+
..._0xe8ae20['kind'] ? { 'kind': _0xe8ae20[_0x547958(_0x7f53a7._0x461df4)] } : {},
|
|
1388
|
+
'messageId': _0xe8ae20[_0x547958(_0x7f53a7._0x59801f)],
|
|
1389
|
+
'senderName': _0xe8ae20[_0x547958(0x30e)],
|
|
1390
|
+
'senderType': _0xe8ae20[_0x547958(_0x7f53a7._0x29ebe6)],
|
|
1391
|
+
'target': _0x131fdd,
|
|
1392
|
+
..._0x2dba7c ? { 'targetedTask': !![] } : {}
|
|
1396
1393
|
});
|
|
1397
1394
|
continue;
|
|
1398
1395
|
}
|
|
1399
|
-
if (
|
|
1400
|
-
const
|
|
1401
|
-
|
|
1396
|
+
if (_0x4e72fc) {
|
|
1397
|
+
const _0x3bc190 = typeof _0x1a9fb5?.['senderParticipantId'] === _0x547958(0x275) ? _0x1a9fb5[_0x547958(_0x7f53a7._0x16f339)] : '', _0x25f917 = typeof _0x1a9fb5?.[_0x547958(0x2fe)] === 'string' ? _0x1a9fb5[_0x547958(_0x7f53a7._0x11dc36)] : '', _0x51b206 = typeof _0x1a9fb5?.['kind'] === _0x547958(0x275) && _0x1a9fb5[_0x547958(_0x7f53a7._0x3ce158)] !== _0x547958(0x2b3) ? _0x1a9fb5[_0x547958(_0x7f53a7._0x3ce158)] : void 0x0;
|
|
1398
|
+
_0x3bc190 && _0x25f917 && _0x49a333[_0x547958(0x240)]({
|
|
1402
1399
|
'attachments': [],
|
|
1403
|
-
'content':
|
|
1404
|
-
'createdAt': new Date()[
|
|
1405
|
-
...
|
|
1406
|
-
'messageId':
|
|
1407
|
-
'senderName':
|
|
1408
|
-
'senderType':
|
|
1409
|
-
'target':
|
|
1410
|
-
...
|
|
1400
|
+
'content': _0x25f917,
|
|
1401
|
+
'createdAt': new Date()[_0x547958(0x329)](),
|
|
1402
|
+
..._0x51b206 ? { 'kind': _0x51b206 } : {},
|
|
1403
|
+
'messageId': _0x50ef00,
|
|
1404
|
+
'senderName': _0x54493f(_0x3bc190, _0x3cb8ab),
|
|
1405
|
+
'senderType': _0x3ef927(_0x3bc190, _0x3cb8ab),
|
|
1406
|
+
'target': _0x131fdd,
|
|
1407
|
+
..._0x2dba7c ? { 'targetedTask': !![] } : {}
|
|
1411
1408
|
});
|
|
1412
1409
|
}
|
|
1413
1410
|
}
|
|
1414
1411
|
}
|
|
1415
|
-
if (
|
|
1416
|
-
if (
|
|
1417
|
-
await
|
|
1412
|
+
if (_0x5490e3 > 0x0) {
|
|
1413
|
+
if (_0xbe5582)
|
|
1414
|
+
await _0x1ea99d(_0x5490e3);
|
|
1418
1415
|
else
|
|
1419
|
-
|
|
1416
|
+
_0x489c75 && await _0x527061(_0x5490e3);
|
|
1420
1417
|
}
|
|
1421
|
-
return
|
|
1418
|
+
return _0x5490e3 > _0x3b931a && (_0x3b931a = _0x5490e3), { 'messages': _0x1dd098 ? _0x49a333 : _0x1089f6 ? _0x49a333[_0x547958(0x306)](_0x458935 => _0x458935['targetedTask'] !== !![]) : _0x49a333 };
|
|
1422
1419
|
}
|
|
1423
1420
|
};
|
|
1424
1421
|
}
|
|
1425
|
-
function toLocalTime(
|
|
1426
|
-
const
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
const _0x20f83c = _0x19db2f => String(_0x19db2f)[_0x1d34bd(0x187)](0x2, '0');
|
|
1436
|
-
return _0x2ad896[_0x1d34bd(_0x39db71._0x3f49d3)]() + '-' + _0x20f83c(_0x2ad896['getMonth']() + 0x1) + '-' + _0x20f83c(_0x2ad896['getDate']()) + '\x20' + _0x20f83c(_0x2ad896[_0x1d34bd(0x9d)]()) + ':' + _0x20f83c(_0x2ad896[_0x1d34bd(_0x39db71._0x254358)]()) + ':' + _0x20f83c(_0x2ad896[_0x1d34bd(_0x39db71._0x11decc)]());
|
|
1422
|
+
function toLocalTime(_0x399aa4) {
|
|
1423
|
+
const _0x5c1c3f = {
|
|
1424
|
+
_0x5339c9: 0x1d6,
|
|
1425
|
+
_0x18fbbc: 0x207,
|
|
1426
|
+
_0x2deff3: 0x2d5
|
|
1427
|
+
}, _0x1ff7dc = _0x38edd3, _0x3aa16c = new Date(_0x399aa4);
|
|
1428
|
+
if (Number[_0x1ff7dc(_0x5c1c3f._0x5339c9)](_0x3aa16c[_0x1ff7dc(0x1ab)]()))
|
|
1429
|
+
return _0x399aa4;
|
|
1430
|
+
const _0x30cd1d = _0xcccb91 => String(_0xcccb91)[_0x1ff7dc(0x26b)](0x2, '0');
|
|
1431
|
+
return _0x3aa16c[_0x1ff7dc(0x30c)]() + '-' + _0x30cd1d(_0x3aa16c[_0x1ff7dc(0x1a7)]() + 0x1) + '-' + _0x30cd1d(_0x3aa16c[_0x1ff7dc(_0x5c1c3f._0x18fbbc)]()) + '\x20' + _0x30cd1d(_0x3aa16c['getHours']()) + ':' + _0x30cd1d(_0x3aa16c['getMinutes']()) + ':' + _0x30cd1d(_0x3aa16c[_0x1ff7dc(_0x5c1c3f._0x2deff3)]());
|
|
1437
1432
|
}
|
|
1438
|
-
function formatAttachmentSuffix(
|
|
1439
|
-
const
|
|
1440
|
-
|
|
1433
|
+
function formatAttachmentSuffix(_0x5ce7e4) {
|
|
1434
|
+
const _0x3836b3 = {
|
|
1435
|
+
_0x2f0790: 0x28a,
|
|
1436
|
+
_0x282498: 0x2c3
|
|
1437
|
+
}, _0x52944a = _0x38edd3;
|
|
1438
|
+
if (!_0x5ce7e4 || _0x5ce7e4[_0x52944a(0x28a)] === 0x0)
|
|
1441
1439
|
return '';
|
|
1442
|
-
return '\x20[' +
|
|
1440
|
+
return '\x20[' + _0x5ce7e4[_0x52944a(_0x3836b3._0x2f0790)] + _0x52944a(0x27b) + (_0x5ce7e4[_0x52944a(0x28a)] > 0x1 ? 's' : '') + ':\x20' + _0x5ce7e4[_0x52944a(_0x3836b3._0x282498)](_0x21da0e => _0x21da0e['filename'] + _0x52944a(0x294) + _0x21da0e['id'] + ')')['join'](',\x20') + '\x20—\x20use\x20view_file\x20to\x20see]';
|
|
1443
1441
|
}
|
|
1444
|
-
function formatCheckMessages(
|
|
1445
|
-
const
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
})[_0x5970eb(0xb2)]('\x0a');
|
|
1442
|
+
function formatCheckMessages(_0x5d624b) {
|
|
1443
|
+
const _0x1d4cec = {
|
|
1444
|
+
_0x370ae4: 0x28a,
|
|
1445
|
+
_0x3dacd8: 0x1b4
|
|
1446
|
+
}, _0x2a8541 = {
|
|
1447
|
+
_0x37c732: 0x1d1,
|
|
1448
|
+
_0x2a2cb0: 0x1fa,
|
|
1449
|
+
_0x2b6dc2: 0x211,
|
|
1450
|
+
_0x1d40a4: 0x23b
|
|
1451
|
+
}, _0x113e8e = _0x38edd3;
|
|
1452
|
+
if (_0x5d624b[_0x113e8e(_0x1d4cec._0x370ae4)] === 0x0)
|
|
1453
|
+
return _0x113e8e(_0x1d4cec._0x3dacd8);
|
|
1454
|
+
return _0x5d624b['map'](_0x3dcab6 => {
|
|
1455
|
+
const _0x4ac8aa = _0x113e8e, _0x1ae45c = _0x3dcab6[_0x4ac8aa(_0x2a8541._0x37c732)] === _0x4ac8aa(_0x2a8541._0x2a2cb0) ? _0x4ac8aa(0x214) : '', _0x5139d1 = _0x3dcab6[_0x4ac8aa(0x263)] && _0x3dcab6[_0x4ac8aa(0x263)] !== _0x4ac8aa(0x2b3) ? _0x4ac8aa(0x2d2) + _0x3dcab6['kind'] : '';
|
|
1456
|
+
return _0x4ac8aa(0x21e) + _0x3dcab6[_0x4ac8aa(0x33a)] + '\x20msg=' + _0x3dcab6['messageId'][_0x4ac8aa(_0x2a8541._0x2b6dc2)](0x0, 0x8) + _0x4ac8aa(0x310) + toLocalTime(_0x3dcab6['createdAt']) + _0x1ae45c + _0x5139d1 + _0x4ac8aa(_0x2a8541._0x1d40a4) + _0x3dcab6[_0x4ac8aa(0x30e)] + ':\x20' + _0x3dcab6['content'] + formatAttachmentSuffix(_0x3dcab6[_0x4ac8aa(0x243)]);
|
|
1457
|
+
})['join']('\x0a');
|
|
1461
1458
|
}
|
|
1462
|
-
function formatHistory(
|
|
1463
|
-
const
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1459
|
+
function formatHistory(_0x3951cb) {
|
|
1460
|
+
const _0x150ccf = {
|
|
1461
|
+
_0x3cf641: 0x2c3,
|
|
1462
|
+
_0x307706: 0x2bd,
|
|
1463
|
+
_0x4afc6d: 0x261,
|
|
1464
|
+
_0x1608d1: 0x2f4,
|
|
1465
|
+
_0x54b257: 0x2a7,
|
|
1466
|
+
_0x277605: 0x302,
|
|
1467
|
+
_0xd1d9: 0x261,
|
|
1468
|
+
_0x2ffd76: 0x2ae,
|
|
1469
|
+
_0x17c2be: 0x33f,
|
|
1470
|
+
_0x5803ba: 0x2a7,
|
|
1471
|
+
_0x1845ad: 0x28a,
|
|
1472
|
+
_0x5e95f0: 0x1a5
|
|
1473
|
+
}, _0x594311 = {
|
|
1474
|
+
_0x50c2db: 0x263,
|
|
1475
|
+
_0x5dad37: 0x2b3,
|
|
1476
|
+
_0x1b4038: 0x2ce,
|
|
1477
|
+
_0x22f26c: 0x1e0,
|
|
1478
|
+
_0x5f7279: 0x23b
|
|
1479
|
+
}, _0x2ee396 = _0x38edd3;
|
|
1480
|
+
if (_0x3951cb['messages'][_0x2ee396(0x28a)] === 0x0)
|
|
1481
|
+
return _0x2ee396(0x33f) + _0x3951cb[_0x2ee396(0x1df)] + _0x2ee396(0x1e8);
|
|
1482
|
+
const _0x18cd7a = _0x3951cb[_0x2ee396(0x2a7)][_0x2ee396(_0x150ccf._0x3cf641)](_0x266148 => {
|
|
1483
|
+
const _0x326fcf = _0x2ee396, _0x48da0d = _0x266148[_0x326fcf(0x1d1)] === _0x326fcf(0x1fa) ? '\x20type=agent' : '', _0x1b774c = _0x266148['kind'] && _0x266148[_0x326fcf(_0x594311._0x50c2db)] !== _0x326fcf(_0x594311._0x5dad37) ? _0x326fcf(0x2d2) + _0x266148[_0x326fcf(0x263)] : '';
|
|
1484
|
+
return '[seq=' + _0x266148[_0x326fcf(_0x594311._0x1b4038)] + _0x326fcf(_0x594311._0x22f26c) + _0x266148['messageId'] + _0x326fcf(0x310) + toLocalTime(_0x266148[_0x326fcf(0x1ca)]) + _0x48da0d + _0x1b774c + _0x326fcf(_0x594311._0x5f7279) + _0x266148[_0x326fcf(0x30e)] + ':\x20' + _0x266148[_0x326fcf(0x28d)] + formatAttachmentSuffix(_0x266148[_0x326fcf(0x243)]);
|
|
1485
|
+
})[_0x2ee396(_0x150ccf._0x307706)]('\x0a'), _0x28d81d = _0x3951cb['hasMore'] && _0x3951cb[_0x2ee396(_0x150ccf._0x4afc6d)] ? _0x2ee396(_0x150ccf._0x1608d1) + _0x3951cb[_0x2ee396(_0x150ccf._0x54b257)][_0x2ee396(0x28a)] + _0x2ee396(_0x150ccf._0x277605) + _0x3951cb[_0x2ee396(_0x150ccf._0xd1d9)] + _0x2ee396(_0x150ccf._0x2ffd76) : '';
|
|
1486
|
+
return _0x2ee396(_0x150ccf._0x17c2be) + _0x3951cb['channel'] + '\x20(' + _0x3951cb[_0x2ee396(_0x150ccf._0x5803ba)][_0x2ee396(_0x150ccf._0x1845ad)] + _0x2ee396(_0x150ccf._0x5e95f0) + _0x18cd7a + _0x28d81d;
|
|
1487
1487
|
}
|
|
1488
|
-
function formatServerDirectory(
|
|
1489
|
-
const
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
_0x23b0e0: 0x166,
|
|
1496
|
-
_0x30cb05: 0x16a,
|
|
1497
|
-
_0x26a7e5: 0x1b6,
|
|
1498
|
-
_0xa2f5ca: 0xb2
|
|
1499
|
-
}, _0x230a53 = _0x1a8139, _0x17f0e9 = _0x2dac08['channels'][_0x230a53(_0x1e27e1._0x26add5)] > 0x0 ? _0x2dac08[_0x230a53(_0x1e27e1._0x4100ad)][_0x230a53(_0x1e27e1._0x438f35)](_0x5b31a3 => _0x5b31a3[_0x230a53(0x1ee)] ? _0x230a53(0x142) + _0x5b31a3[_0x230a53(0x202)] + '\x20—\x20' + _0x5b31a3[_0x230a53(0x1ee)] : _0x230a53(0x142) + _0x5b31a3[_0x230a53(0x202)])['join']('\x0a') : _0x230a53(0x16a), _0x137e89 = _0x2dac08[_0x230a53(_0x1e27e1._0x314689)]['length'] > 0x0 ? _0x2dac08[_0x230a53(_0x1e27e1._0xd749fd)][_0x230a53(_0x1e27e1._0x23b0e0)](_0x238de9 => _0x230a53(0x1c1) + _0x238de9[_0x230a53(0x202)])[_0x230a53(0xb2)]('\x0a') : _0x230a53(_0x1e27e1._0x30cb05), _0x1aff47 = _0x2dac08[_0x230a53(_0x1e27e1._0x26a7e5)][_0x230a53(0x1e0)] > 0x0 ? _0x2dac08[_0x230a53(0x1b6)][_0x230a53(0x166)](_0x2c3972 => _0x230a53(0x1c1) + _0x2c3972[_0x230a53(0x202)])[_0x230a53(_0x1e27e1._0xa2f5ca)]('\x0a') : _0x230a53(0x16a);
|
|
1488
|
+
function formatServerDirectory(_0x44fe13) {
|
|
1489
|
+
const _0x9aa42f = {
|
|
1490
|
+
_0x238745: 0x28a,
|
|
1491
|
+
_0x5e1a04: 0x2c3,
|
|
1492
|
+
_0x244587: 0x1d2,
|
|
1493
|
+
_0x2621c3: 0x2bd
|
|
1494
|
+
}, _0x2e9ecb = _0x38edd3, _0x29c4ba = _0x44fe13['channels'][_0x2e9ecb(_0x9aa42f._0x238745)] > 0x0 ? _0x44fe13[_0x2e9ecb(0x1bc)][_0x2e9ecb(_0x9aa42f._0x5e1a04)](_0x17f700 => _0x17f700[_0x2e9ecb(0x31d)] ? '-\x20#' + _0x17f700['name'] + _0x2e9ecb(0x1b0) + _0x17f700['description'] : '-\x20#' + _0x17f700[_0x2e9ecb(0x29e)])[_0x2e9ecb(0x2bd)]('\x0a') : '(none)', _0x4d1543 = _0x44fe13['agents'][_0x2e9ecb(0x28a)] > 0x0 ? _0x44fe13[_0x2e9ecb(0x2f5)][_0x2e9ecb(_0x9aa42f._0x5e1a04)](_0x5e4604 => _0x2e9ecb(0x2cd) + _0x5e4604[_0x2e9ecb(0x29e)])[_0x2e9ecb(0x2bd)]('\x0a') : '(none)', _0x22721a = _0x44fe13['humans']['length'] > 0x0 ? _0x44fe13[_0x2e9ecb(_0x9aa42f._0x244587)][_0x2e9ecb(_0x9aa42f._0x5e1a04)](_0x114988 => _0x2e9ecb(0x2cd) + _0x114988['name'])[_0x2e9ecb(0x2bd)]('\x0a') : _0x2e9ecb(0x2e0);
|
|
1500
1495
|
return [
|
|
1501
|
-
|
|
1496
|
+
_0x2e9ecb(0x2c2) + _0x44fe13[_0x2e9ecb(0x2ed)],
|
|
1502
1497
|
'',
|
|
1503
|
-
|
|
1504
|
-
|
|
1498
|
+
_0x2e9ecb(0x1aa),
|
|
1499
|
+
_0x29c4ba,
|
|
1505
1500
|
'',
|
|
1506
1501
|
'###\x20Agents',
|
|
1507
|
-
|
|
1502
|
+
_0x4d1543,
|
|
1508
1503
|
'',
|
|
1509
1504
|
'###\x20Humans',
|
|
1510
|
-
|
|
1511
|
-
][
|
|
1505
|
+
_0x22721a
|
|
1506
|
+
][_0x2e9ecb(_0x9aa42f._0x2621c3)]('\x0a');
|
|
1512
1507
|
}
|
|
1513
|
-
function formatUploadResult(
|
|
1514
|
-
const
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
return 'File\x20uploaded:\x20' + _0x1a9d87[_0x4c273a(_0x4631f5._0x562cbd)] + '\x20(' + (_0x1a9d87[_0x4c273a(_0x4631f5._0x57b8f0)] / 0x400)[_0x4c273a(_0x4631f5._0x2acf11)](0x1) + 'KB)\x0aAttachment\x20ID:\x20' + _0x1a9d87[_0x4c273a(_0x4631f5._0x16e9c7)] + _0x4c273a(_0x4631f5._0x44d5f7);
|
|
1508
|
+
function formatUploadResult(_0x35070d) {
|
|
1509
|
+
const _0x5e9ebf = {
|
|
1510
|
+
_0x3b3224: 0x2f2,
|
|
1511
|
+
_0x526159: 0x2a6,
|
|
1512
|
+
_0x593d83: 0x1eb,
|
|
1513
|
+
_0x507642: 0x339
|
|
1514
|
+
}, _0x4c2567 = _0x38edd3;
|
|
1515
|
+
return _0x4c2567(_0x5e9ebf._0x3b3224) + _0x35070d[_0x4c2567(_0x5e9ebf._0x526159)] + '\x20(' + (_0x35070d[_0x4c2567(0x317)] / 0x400)['toFixed'](0x1) + 'KB)\x0aAttachment\x20ID:\x20' + _0x35070d[_0x4c2567(_0x5e9ebf._0x593d83)] + _0x4c2567(_0x5e9ebf._0x507642);
|
|
1522
1516
|
}
|
|
1523
|
-
function formatViewFileResult(
|
|
1524
|
-
const
|
|
1525
|
-
return
|
|
1517
|
+
function formatViewFileResult(_0x27d9f0, _0xb06c91) {
|
|
1518
|
+
const _0x1dacbd = { _0x18cb8c: 0x239 }, _0x2150f7 = _0x38edd3;
|
|
1519
|
+
return _0xb06c91 ? _0x2150f7(0x1c8) + _0x27d9f0 : _0x2150f7(_0x1dacbd._0x18cb8c) + _0x27d9f0;
|
|
1526
1520
|
}
|
|
1527
|
-
function formatTaskList(
|
|
1528
|
-
const
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
})[_0x29ef40(_0x4bba52._0x459eaa)]('\x0a');
|
|
1521
|
+
function formatTaskList(_0xc6907d, _0xf75186) {
|
|
1522
|
+
const _0x10399d = {
|
|
1523
|
+
_0x38762d: 0x266,
|
|
1524
|
+
_0x24e148: 0x1e9,
|
|
1525
|
+
_0x894fd6: 0x266,
|
|
1526
|
+
_0x3b6d66: 0x258,
|
|
1527
|
+
_0x2d63c6: 0x2fb,
|
|
1528
|
+
_0x1d465a: 0x332,
|
|
1529
|
+
_0x4d0939: 0x25d,
|
|
1530
|
+
_0x1c93f0: 0x20a,
|
|
1531
|
+
_0xe650f9: 0x1b5,
|
|
1532
|
+
_0x1a784d: 0x316
|
|
1533
|
+
}, _0x8f0842 = _0x38edd3;
|
|
1534
|
+
if (_0xc6907d[_0x8f0842(0x28a)] === 0x0)
|
|
1535
|
+
return _0x8f0842(0x2aa);
|
|
1536
|
+
return _0xc6907d[_0x8f0842(0x2c3)](_0x1b36f8 => {
|
|
1537
|
+
const _0x3d8488 = _0x8f0842, _0x5766ce = _0x1b36f8[_0x3d8488(0x266)] == null ? '(legacy)' : _0x1b36f8['subtaskNumber'] != null ? '#' + _0x1b36f8[_0x3d8488(_0x10399d._0x38762d)] + '.' + _0x1b36f8[_0x3d8488(_0x10399d._0x24e148)] : '#' + _0x1b36f8[_0x3d8488(_0x10399d._0x894fd6)], _0x545ebb = _0x1b36f8[_0x3d8488(0x2fb)] ? _0x3d8488(_0x10399d._0x3b6d66) + _0x1b36f8[_0x3d8488(_0x10399d._0x2d63c6)] : '', _0x4800ba = _0xf75186 && _0x1b36f8['taskNumber'] != null && !_0x1b36f8['subtaskNumber'] && _0xf75186[_0x3d8488(_0x10399d._0x1d465a)](_0x1b36f8['taskNumber']) ? _0x3d8488(0x1b2) : '', _0x35b323 = _0x1b36f8[_0x3d8488(0x25d)] != null && _0x1b36f8[_0x3d8488(0x25d)] > 0x0 ? '\x20(' + (_0x1b36f8['childrenDone'] ?? 0x0) + '/' + _0x1b36f8[_0x3d8488(_0x10399d._0x4d0939)] + _0x3d8488(_0x10399d._0x1c93f0) : '', _0x3eacf4 = _0x1b36f8[_0x3d8488(_0x10399d._0xe650f9)] ? _0x3d8488(_0x10399d._0x1a784d) + _0x1b36f8[_0x3d8488(_0x10399d._0xe650f9)] : '';
|
|
1538
|
+
return _0x5766ce + '\x20[' + _0x1b36f8[_0x3d8488(0x223)] + ']\x20' + _0x1b36f8[_0x3d8488(0x300)] + _0x35b323 + _0x3eacf4 + _0x545ebb + _0x4800ba;
|
|
1539
|
+
})[_0x8f0842(0x2bd)]('\x0a');
|
|
1547
1540
|
}
|
|
1548
|
-
function formatCreatedTasks(
|
|
1549
|
-
const
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
if (_0xf37d04[_0x5b4779(0x1e0)] === 0x0)
|
|
1561
|
-
return _0x5b4779(_0x5f1989._0x48ec36);
|
|
1562
|
-
return _0xf37d04['map'](_0x530a36 => {
|
|
1563
|
-
const _0x3cd9e9 = _0x5b4779, _0x217a54 = _0x530a36[_0x3cd9e9(_0x1393b0._0x11c36f)] == null ? _0x3cd9e9(_0x1393b0._0x3c95d1) : _0x530a36[_0x3cd9e9(_0x1393b0._0x3335fe)] != null ? '#' + _0x530a36[_0x3cd9e9(_0x1393b0._0x17e9ba)] + '.' + _0x530a36[_0x3cd9e9(_0x1393b0._0x3758ed)] : '#' + _0x530a36[_0x3cd9e9(0x10a)], _0x3ba5c7 = _0x530a36[_0x3cd9e9(_0x1393b0._0x169d37)] ? '\x20message=' + _0x530a36[_0x3cd9e9(0x19b)] : '';
|
|
1564
|
-
return _0x217a54 + '\x20' + _0x530a36[_0x3cd9e9(0x1ec)] + _0x3ba5c7;
|
|
1565
|
-
})[_0x5b4779(_0x5f1989._0x208503)]('\x0a');
|
|
1541
|
+
function formatCreatedTasks(_0x5abce7) {
|
|
1542
|
+
const _0x32276d = {
|
|
1543
|
+
_0x105cb3: 0x1e9,
|
|
1544
|
+
_0x32ea93: 0x2fb,
|
|
1545
|
+
_0x293e57: 0x300
|
|
1546
|
+
}, _0x25cdae = _0x38edd3;
|
|
1547
|
+
if (_0x5abce7['length'] === 0x0)
|
|
1548
|
+
return _0x25cdae(0x1ee);
|
|
1549
|
+
return _0x5abce7['map'](_0x47d0f5 => {
|
|
1550
|
+
const _0x4358fa = _0x25cdae, _0x6a40d9 = _0x47d0f5['taskNumber'] == null ? '(legacy)' : _0x47d0f5['subtaskNumber'] != null ? '#' + _0x47d0f5[_0x4358fa(0x266)] + '.' + _0x47d0f5[_0x4358fa(_0x32276d._0x105cb3)] : '#' + _0x47d0f5[_0x4358fa(0x266)], _0x18489e = _0x47d0f5[_0x4358fa(_0x32276d._0x32ea93)] ? _0x4358fa(0x258) + _0x47d0f5[_0x4358fa(0x2fb)] : '';
|
|
1551
|
+
return _0x6a40d9 + '\x20' + _0x47d0f5[_0x4358fa(_0x32276d._0x293e57)] + _0x18489e;
|
|
1552
|
+
})[_0x25cdae(0x2bd)]('\x0a');
|
|
1566
1553
|
}
|
|
1567
|
-
function formatClaimTaskLabel(
|
|
1568
|
-
const
|
|
1569
|
-
if (
|
|
1570
|
-
return
|
|
1571
|
-
return
|
|
1554
|
+
function formatClaimTaskLabel(_0x5afeb2, _0x28df9a) {
|
|
1555
|
+
const _0x5a2201 = _0x38edd3;
|
|
1556
|
+
if (_0x5afeb2 == null)
|
|
1557
|
+
return _0x5a2201(0x286);
|
|
1558
|
+
return _0x28df9a != null ? '#' + _0x5afeb2 + '.' + _0x28df9a : '#' + _0x5afeb2;
|
|
1572
1559
|
}
|
|
1573
|
-
function formatClaimTaskResults(
|
|
1574
|
-
const
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
_0x3b9d23[_0x4a56d7(_0x5005b9._0x5b2746)] ? _0x4a56d7(_0x5005b9._0x13e612) + _0x3b9d23['executionMode'] : null,
|
|
1605
|
-
_0x3b9d23[_0x4a56d7(_0x5005b9._0x21293f)] ? _0x4a56d7(0x1dd) + _0x3b9d23['threadTarget'] : null,
|
|
1606
|
-
_0x3b9d23['workerDisposition'] ? 'workerDisposition=' + _0x3b9d23[_0x4a56d7(_0x5005b9._0x1c1d98)] : null
|
|
1607
|
-
][_0x4a56d7(_0x5005b9._0x383de6)](Boolean)['join']('\x20');
|
|
1608
|
-
return _0x521d7a + _0x4a56d7(0x204) + _0x1a88f9 + '\x20' + _0x643c77 + _0x4a56d7(0x1fe);
|
|
1560
|
+
function formatClaimTaskResults(_0x1d4b8a) {
|
|
1561
|
+
const _0x24062d = { _0x142a86: 0x2bd }, _0x485bf9 = {
|
|
1562
|
+
_0x5e8f8a: 0x323,
|
|
1563
|
+
_0x3ae5fc: 0x2fb,
|
|
1564
|
+
_0x141bd2: 0x2e2,
|
|
1565
|
+
_0x11ba56: 0x2bf,
|
|
1566
|
+
_0x50f0db: 0x2e9,
|
|
1567
|
+
_0x2c36cf: 0x206,
|
|
1568
|
+
_0x4d7585: 0x306,
|
|
1569
|
+
_0xe56c63: 0x242,
|
|
1570
|
+
_0x1ef6ba: 0x2bb,
|
|
1571
|
+
_0x276253: 0x2fb,
|
|
1572
|
+
_0x3ff168: 0x266,
|
|
1573
|
+
_0x4c06d7: 0x23f,
|
|
1574
|
+
_0x3f92f2: 0x2e4
|
|
1575
|
+
}, _0x12819e = _0x38edd3;
|
|
1576
|
+
if (_0x1d4b8a[_0x12819e(0x28a)] === 0x0)
|
|
1577
|
+
return 'No\x20tasks\x20claimed.';
|
|
1578
|
+
return _0x1d4b8a[_0x12819e(0x2c3)](_0x450f8b => {
|
|
1579
|
+
const _0x152e0b = _0x12819e;
|
|
1580
|
+
if (_0x450f8b[_0x152e0b(_0x485bf9._0x5e8f8a)]) {
|
|
1581
|
+
const _0x28e0ce = formatClaimTaskLabel(_0x450f8b['taskNumber'], _0x450f8b[_0x152e0b(0x1e9)]), _0x1c9afa = _0x450f8b[_0x152e0b(_0x485bf9._0x3ae5fc)] ? _0x152e0b(0x258) + _0x450f8b[_0x152e0b(0x2fb)] : '';
|
|
1582
|
+
if (_0x450f8b['workerHandoff']) {
|
|
1583
|
+
const _0x2187db = [
|
|
1584
|
+
'workerHandoff=true',
|
|
1585
|
+
_0x450f8b[_0x152e0b(0x326)] ? _0x152e0b(0x2db) : null,
|
|
1586
|
+
_0x450f8b[_0x152e0b(_0x485bf9._0x141bd2)] ? _0x152e0b(0x246) + _0x450f8b[_0x152e0b(0x2e2)] : null,
|
|
1587
|
+
_0x450f8b[_0x152e0b(_0x485bf9._0x11ba56)] ? _0x152e0b(_0x485bf9._0x50f0db) + _0x450f8b['threadTarget'] : null,
|
|
1588
|
+
_0x450f8b[_0x152e0b(0x206)] ? _0x152e0b(0x220) + _0x450f8b[_0x152e0b(_0x485bf9._0x2c36cf)] : null
|
|
1589
|
+
][_0x152e0b(_0x485bf9._0x4d7585)](Boolean)['join']('\x20');
|
|
1590
|
+
return _0x28e0ce + _0x152e0b(_0x485bf9._0xe56c63) + _0x1c9afa + '\x20' + _0x2187db + '\x0a⚠️\x20WORKER\x20ACTIVATED\x20—\x20Stop\x20ALL\x20work\x20on\x20this\x20task\x20immediately.\x20Worker\x20handles\x20execution\x20end-to-end.';
|
|
1609
1591
|
}
|
|
1610
|
-
if (
|
|
1611
|
-
return
|
|
1612
|
-
const
|
|
1613
|
-
return
|
|
1592
|
+
if (_0x450f8b[_0x152e0b(_0x485bf9._0x141bd2)] === 'main')
|
|
1593
|
+
return _0x28e0ce + _0x152e0b(0x242) + _0x1c9afa + _0x152e0b(0x1c1);
|
|
1594
|
+
const _0x1bc06a = _0x450f8b[_0x152e0b(_0x485bf9._0x1ef6ba)] ? '\x20workerHandoff=false\x20error=' + _0x450f8b['workerHandoffError'] : '';
|
|
1595
|
+
return _0x28e0ce + _0x152e0b(0x242) + _0x1c9afa + _0x1bc06a;
|
|
1614
1596
|
}
|
|
1615
|
-
const
|
|
1616
|
-
return
|
|
1617
|
-
})[
|
|
1597
|
+
const _0x698bc6 = _0x450f8b[_0x152e0b(0x266)] == null ? _0x450f8b[_0x152e0b(_0x485bf9._0x276253)] ?? _0x152e0b(0x2b5) : formatClaimTaskLabel(_0x450f8b[_0x152e0b(_0x485bf9._0x3ff168)], _0x450f8b['subtaskNumber']);
|
|
1598
|
+
return _0x698bc6 + _0x152e0b(_0x485bf9._0x4c06d7) + (_0x450f8b[_0x152e0b(_0x485bf9._0x3f92f2)] ?? _0x152e0b(0x290));
|
|
1599
|
+
})[_0x12819e(_0x24062d._0x142a86)]('\x0a');
|
|
1618
1600
|
}
|
|
1619
|
-
function formatUnclaimTaskResult(
|
|
1620
|
-
const
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1601
|
+
function formatUnclaimTaskResult(_0x19e968) {
|
|
1602
|
+
const _0xb3cb20 = {
|
|
1603
|
+
_0x50e7e0: 0x266,
|
|
1604
|
+
_0x48c319: 0x266,
|
|
1605
|
+
_0xb7009f: 0x1c0,
|
|
1606
|
+
_0x84b50c: 0x223
|
|
1607
|
+
}, _0x11b95a = _0x38edd3, _0x152d02 = _0x19e968[_0x11b95a(_0xb3cb20._0x50e7e0)] == null ? _0x11b95a(0x286) : _0x19e968['subtaskNumber'] != null ? '#' + _0x19e968[_0x11b95a(0x266)] + '.' + _0x19e968['subtaskNumber'] : '#' + _0x19e968[_0x11b95a(_0xb3cb20._0x48c319)];
|
|
1608
|
+
return _0x152d02 + _0x11b95a(_0xb3cb20._0xb7009f) + _0x19e968[_0x11b95a(_0xb3cb20._0x84b50c)];
|
|
1626
1609
|
}
|
|
1627
|
-
function formatUpdateTaskStatusResult(
|
|
1628
|
-
const
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1610
|
+
function formatUpdateTaskStatusResult(_0x5ac38) {
|
|
1611
|
+
const _0x479faf = {
|
|
1612
|
+
_0x520adf: 0x286,
|
|
1613
|
+
_0x2bba29: 0x1e9,
|
|
1614
|
+
_0x3d19b9: 0x266,
|
|
1615
|
+
_0x2be395: 0x223,
|
|
1616
|
+
_0x3de001: 0x27f
|
|
1617
|
+
}, _0x5d0304 = _0x38edd3, _0x5c9173 = _0x5ac38['taskNumber'] == null ? _0x5d0304(_0x479faf._0x520adf) : _0x5ac38[_0x5d0304(_0x479faf._0x2bba29)] != null ? '#' + _0x5ac38['taskNumber'] + '.' + _0x5ac38['subtaskNumber'] : '#' + _0x5ac38[_0x5d0304(_0x479faf._0x3d19b9)], _0xfb110a = _0x5c9173 + _0x5d0304(0x1c0) + _0x5ac38['status'];
|
|
1618
|
+
if (_0x5ac38[_0x5d0304(_0x479faf._0x2be395)] !== 'in_review')
|
|
1619
|
+
return _0xfb110a;
|
|
1620
|
+
return _0xfb110a + _0x5d0304(_0x479faf._0x3de001);
|
|
1635
1621
|
}
|
|
1636
1622
|
function getChatBridgeToolDefinitions() {
|
|
1637
|
-
const
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
},
|
|
1623
|
+
const _0x3aac6b = {
|
|
1624
|
+
_0x155a9c: 0x1af,
|
|
1625
|
+
_0x132504: 0x297,
|
|
1626
|
+
_0x3b42d6: 0x315,
|
|
1627
|
+
_0x2cf194: 0x1f5,
|
|
1628
|
+
_0x26b180: 0x29a,
|
|
1629
|
+
_0x50fecb: 0x305
|
|
1630
|
+
}, _0x4ac7f5 = _0x38edd3;
|
|
1645
1631
|
return [
|
|
1646
|
-
{ 'name':
|
|
1647
|
-
{ 'name':
|
|
1648
|
-
{ 'name':
|
|
1649
|
-
{ 'name':
|
|
1650
|
-
{ 'name':
|
|
1651
|
-
{ 'name':
|
|
1652
|
-
{ 'name':
|
|
1653
|
-
{ 'name':
|
|
1654
|
-
{ 'name':
|
|
1655
|
-
{ 'name':
|
|
1656
|
-
{ 'name':
|
|
1657
|
-
{ 'name':
|
|
1658
|
-
{ 'name':
|
|
1659
|
-
{ 'name':
|
|
1660
|
-
{ 'name':
|
|
1632
|
+
{ 'name': _0x4ac7f5(_0x3aac6b._0x155a9c) },
|
|
1633
|
+
{ 'name': _0x4ac7f5(_0x3aac6b._0x132504) },
|
|
1634
|
+
{ 'name': _0x4ac7f5(0x21d) },
|
|
1635
|
+
{ 'name': _0x4ac7f5(0x303) },
|
|
1636
|
+
{ 'name': _0x4ac7f5(0x2d4) },
|
|
1637
|
+
{ 'name': _0x4ac7f5(0x279) },
|
|
1638
|
+
{ 'name': _0x4ac7f5(0x270) },
|
|
1639
|
+
{ 'name': _0x4ac7f5(_0x3aac6b._0x3b42d6) },
|
|
1640
|
+
{ 'name': _0x4ac7f5(0x2ea) },
|
|
1641
|
+
{ 'name': 'unclaim_task' },
|
|
1642
|
+
{ 'name': _0x4ac7f5(_0x3aac6b._0x2cf194) },
|
|
1643
|
+
{ 'name': 'get_worker_status' },
|
|
1644
|
+
{ 'name': _0x4ac7f5(_0x3aac6b._0x26b180) },
|
|
1645
|
+
{ 'name': 'escalate_to_main' },
|
|
1646
|
+
{ 'name': _0x4ac7f5(_0x3aac6b._0x50fecb) }
|
|
1661
1647
|
];
|
|
1662
1648
|
}
|
|
1663
|
-
function createChatBridgeHandlers(
|
|
1664
|
-
const
|
|
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
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1649
|
+
function createChatBridgeHandlers(_0x1d9f9f) {
|
|
1650
|
+
const _0x1c023a = {
|
|
1651
|
+
_0x4033cf: 0x235,
|
|
1652
|
+
_0x435c7c: 0x23a
|
|
1653
|
+
}, _0x13add3 = {
|
|
1654
|
+
_0x2cc0b3: 0x229,
|
|
1655
|
+
_0x26c426: 0x20e
|
|
1656
|
+
}, _0x21b230 = {
|
|
1657
|
+
_0x2ff4c3: 0x2cf,
|
|
1658
|
+
_0x3b8679: 0x24a,
|
|
1659
|
+
_0x2bc947: 0x1cd,
|
|
1660
|
+
_0x9a4b82: 0x1ea,
|
|
1661
|
+
_0x30e38b: 0x229
|
|
1662
|
+
}, _0x458fae = {
|
|
1663
|
+
_0x4e225a: 0x24a,
|
|
1664
|
+
_0x52bebf: 0x245,
|
|
1665
|
+
_0x38c302: 0x229,
|
|
1666
|
+
_0x141800: 0x1ea,
|
|
1667
|
+
_0x284a00: 0x2a9,
|
|
1668
|
+
_0x88609b: 0x223
|
|
1669
|
+
}, _0x464e4d = {
|
|
1670
|
+
_0x3b421b: 0x2f1,
|
|
1671
|
+
_0x542b1f: 0x26e,
|
|
1672
|
+
_0x2657ba: 0x1f9,
|
|
1673
|
+
_0x2e1195: 0x26e,
|
|
1674
|
+
_0x22a35a: 0x250
|
|
1675
|
+
}, _0x118e24 = {
|
|
1676
|
+
_0x151329: 0x32d,
|
|
1677
|
+
_0x2d924d: 0x312,
|
|
1678
|
+
_0x1750b8: 0x1f9
|
|
1679
|
+
}, _0x2b3fc9 = {
|
|
1680
|
+
_0xf612c3: 0x1f9,
|
|
1681
|
+
_0x477d0b: 0x1a6
|
|
1682
|
+
}, _0x3f6d44 = { _0x448029: 0x219 }, _0x1a9723 = {
|
|
1683
|
+
_0x2de49e: 0x1a8,
|
|
1684
|
+
_0x334c24: 0x325,
|
|
1685
|
+
_0x54c60f: 0x1f9,
|
|
1686
|
+
_0x2ac113: 0x280,
|
|
1687
|
+
_0x14ff7a: 0x2ab,
|
|
1688
|
+
_0x1115ff: 0x2c3
|
|
1689
|
+
}, _0x5890a9 = { _0xd9fce6: 0x1f9 }, _0x397647 = {
|
|
1690
|
+
_0x24d269: 0x21a,
|
|
1691
|
+
_0x5e2543: 0x331,
|
|
1692
|
+
_0x2b751b: 0x1bf,
|
|
1693
|
+
_0x733947: 0x32a,
|
|
1694
|
+
_0x83e6ab: 0x266,
|
|
1695
|
+
_0x3eba7b: 0x1ba,
|
|
1696
|
+
_0x161ffe: 0x24c,
|
|
1697
|
+
_0x54ada9: 0x267
|
|
1698
|
+
}, _0x208cab = { _0x1c6729: 0x2d8 }, _0x3afc77 = { _0xb33557: 0x1e3 }, _0xb624f = {
|
|
1699
|
+
_0x23dd6f: 0x1f9,
|
|
1700
|
+
_0x22cea2: 0x306,
|
|
1701
|
+
_0x3ef840: 0x2a7
|
|
1702
|
+
}, _0x3f7e33 = {
|
|
1703
|
+
_0x489a45: 0x1a8,
|
|
1704
|
+
_0x41556c: 0x299,
|
|
1705
|
+
_0x2b7869: 0x1ec,
|
|
1706
|
+
_0x2e588: 0x2bc,
|
|
1707
|
+
_0xfbfb91: 0x33a,
|
|
1708
|
+
_0x11ef66: 0x2da,
|
|
1709
|
+
_0x239959: 0x1f9,
|
|
1710
|
+
_0x2e3e33: 0x28d,
|
|
1711
|
+
_0x37c633: 0x33a,
|
|
1712
|
+
_0x1fb050: 0x25b,
|
|
1713
|
+
_0x3f80f8: 0x286,
|
|
1714
|
+
_0x461975: 0x2ff,
|
|
1715
|
+
_0x259127: 0x2bd,
|
|
1716
|
+
_0x18486a: 0x22b,
|
|
1717
|
+
_0x424210: 0x329,
|
|
1718
|
+
_0x19f6b3: 0x2c7,
|
|
1719
|
+
_0x25fc6e: 0x2b1,
|
|
1720
|
+
_0x303357: 0x2d0,
|
|
1721
|
+
_0x30e516: 0x2c9,
|
|
1722
|
+
_0x4cada4: 0x24a,
|
|
1723
|
+
_0x598def: 0x205,
|
|
1724
|
+
_0x5a84cd: 0x253,
|
|
1725
|
+
_0x46f54a: 0x1ec,
|
|
1726
|
+
_0x5a7cff: 0x2c4,
|
|
1727
|
+
_0x11f25c: 0x268,
|
|
1728
|
+
_0x250d1f: 0x255,
|
|
1729
|
+
_0x48e88a: 0x226,
|
|
1730
|
+
_0x20c3bf: 0x274,
|
|
1731
|
+
_0x101141: 0x236,
|
|
1732
|
+
_0x1f2aaa: 0x23c,
|
|
1733
|
+
_0x44af52: 0x28d,
|
|
1734
|
+
_0x10e57d: 0x33a,
|
|
1735
|
+
_0x528e17: 0x337,
|
|
1736
|
+
_0x187849: 0x2fb
|
|
1737
|
+
}, _0x1c9b43 = {
|
|
1738
|
+
_0x3fcbec: 0x1de,
|
|
1739
|
+
_0x501917: 0x1ba,
|
|
1740
|
+
_0x109720: 0x2d6
|
|
1741
|
+
}, _0x2a6f00 = {
|
|
1742
|
+
_0x30a97a: 0x24a,
|
|
1743
|
+
_0x5d6efd: 0x1ec,
|
|
1744
|
+
_0x4f9748: 0x1ea,
|
|
1745
|
+
_0x353636: 0x223,
|
|
1746
|
+
_0xf4b17d: 0x32a
|
|
1747
|
+
}, _0x1e287b = {
|
|
1748
|
+
_0x429784: 0x1ec,
|
|
1749
|
+
_0x4b95b4: 0x1a8,
|
|
1750
|
+
_0x3b0325: 0x263,
|
|
1751
|
+
_0x251259: 0x1df,
|
|
1752
|
+
_0x419f6a: 0x2e2,
|
|
1753
|
+
_0x10c975: 0x27d,
|
|
1754
|
+
_0x3771dc: 0x266,
|
|
1755
|
+
_0x24ccc5: 0x27d,
|
|
1756
|
+
_0x23caa0: 0x2a8,
|
|
1757
|
+
_0xb14cf9: 0x1cf,
|
|
1758
|
+
_0x5f5c68: 0x20c,
|
|
1759
|
+
_0x5c041e: 0x2fb,
|
|
1760
|
+
_0xeb8e7: 0x266,
|
|
1761
|
+
_0x13d70a: 0x21e,
|
|
1762
|
+
_0x470745: 0x1e0,
|
|
1763
|
+
_0x49c263: 0x211,
|
|
1764
|
+
_0x2054f4: 0x310,
|
|
1765
|
+
_0x256628: 0x291,
|
|
1766
|
+
_0x202920: 0x1fb,
|
|
1767
|
+
_0x311cb2: 0x1d9,
|
|
1768
|
+
_0x301a5a: 0x2c9,
|
|
1769
|
+
_0x1cb54e: 0x2e1,
|
|
1770
|
+
_0x2e7097: 0x205,
|
|
1771
|
+
_0x297237: 0x28f,
|
|
1772
|
+
_0x339430: 0x266,
|
|
1773
|
+
_0x532203: 0x1ea,
|
|
1774
|
+
_0x3745b1: 0x23a,
|
|
1775
|
+
_0x419cd4: 0x1ed,
|
|
1776
|
+
_0x11b59c: 0x274,
|
|
1777
|
+
_0x27f707: 0x236,
|
|
1778
|
+
_0x1780bc: 0x324,
|
|
1779
|
+
_0x629c8d: 0x330
|
|
1780
|
+
}, _0x3bae4b = {
|
|
1781
|
+
_0x35745e: 0x1a8,
|
|
1782
|
+
_0x89a2c0: 0x1e1,
|
|
1783
|
+
_0x52280b: 0x204
|
|
1784
|
+
}, _0x4c2301 = _0x38edd3;
|
|
1785
|
+
function _0x40d1aa(_0x1df15c, _0x42f6a5) {
|
|
1786
|
+
const _0x37082d = _0x1421;
|
|
1787
|
+
if (!_0x1d9f9f[_0x37082d(_0x3bae4b._0x35745e)])
|
|
1801
1788
|
return;
|
|
1802
|
-
if (!
|
|
1803
|
-
throw new Error(
|
|
1804
|
-
if (
|
|
1805
|
-
throw new Error(
|
|
1789
|
+
if (!_0x1d9f9f[_0x37082d(_0x3bae4b._0x89a2c0)])
|
|
1790
|
+
throw new Error(_0x1df15c + _0x37082d(_0x3bae4b._0x52280b));
|
|
1791
|
+
if (_0x42f6a5 !== _0x1d9f9f[_0x37082d(0x1e1)])
|
|
1792
|
+
throw new Error(_0x1df15c + ':\x20worker\x20can\x20only\x20operate\x20inside\x20its\x20own\x20task\x20thread\x20(' + _0x1d9f9f[_0x37082d(0x1e1)] + _0x37082d(0x32b) + _0x42f6a5);
|
|
1806
1793
|
}
|
|
1807
|
-
async function
|
|
1808
|
-
const
|
|
1809
|
-
if (!
|
|
1794
|
+
async function _0x2fe969(_0x1bf46a) {
|
|
1795
|
+
const _0x6b0772 = _0x1421;
|
|
1796
|
+
if (!_0x1d9f9f['daemonLocalUrl'] || !_0x1d9f9f[_0x6b0772(_0x1e287b._0x429784)] || _0x1d9f9f[_0x6b0772(_0x1e287b._0x4b95b4)] || _0x1d9f9f['workerModeEnabled'] !== !![])
|
|
1810
1797
|
return null;
|
|
1811
|
-
const
|
|
1812
|
-
if (
|
|
1798
|
+
const _0x40bb6e = parseTarget(_0x1bf46a[_0x6b0772(0x1df)]);
|
|
1799
|
+
if (_0x40bb6e[_0x6b0772(_0x1e287b._0x3b0325)] !== _0x6b0772(_0x1e287b._0x251259))
|
|
1813
1800
|
return null;
|
|
1814
|
-
if (
|
|
1815
|
-
const
|
|
1801
|
+
if (_0x1bf46a[_0x6b0772(_0x1e287b._0x419f6a)] === _0x6b0772(_0x1e287b._0x10c975)) {
|
|
1802
|
+
const _0x3d625c = _0x1bf46a[_0x6b0772(0x266)] == null ? '(legacy)' : '#' + _0x1bf46a[_0x6b0772(_0x1e287b._0x3771dc)];
|
|
1816
1803
|
return {
|
|
1817
|
-
'executionMode':
|
|
1804
|
+
'executionMode': _0x6b0772(_0x1e287b._0x24ccc5),
|
|
1818
1805
|
'stopMain': ![],
|
|
1819
1806
|
'workerHandoff': ![],
|
|
1820
|
-
'workerHandoffError':
|
|
1807
|
+
'workerHandoffError': _0x6b0772(_0x1e287b._0x23caa0) + _0x3d625c + '\x20stays\x20in\x20main\x20session\x20(executionMode=main);\x20remain\x20here,\x20read\x20the\x20referenced\x20plan/document,\x20and\x20call\x20create_tasks\x20in\x20the\x20parent\x20channel\x20to\x20break\x20it\x20into\x20top-level\x20tasks\x20if\x20that\x20is\x20the\x20intent.'
|
|
1821
1808
|
};
|
|
1822
1809
|
}
|
|
1823
|
-
const
|
|
1824
|
-
let
|
|
1810
|
+
const _0x5c0a9d = _0x1bf46a[_0x6b0772(0x1cf)] != null ? _0x40bb6e['channelTarget'] + ':t' + _0x1bf46a[_0x6b0772(_0x1e287b._0xb14cf9)] : _0x40bb6e[_0x6b0772(_0x1e287b._0x5f5c68)] + ':' + _0x1bf46a[_0x6b0772(_0x1e287b._0x5c041e)];
|
|
1811
|
+
let _0x134c8d;
|
|
1825
1812
|
try {
|
|
1826
|
-
const
|
|
1827
|
-
'channel':
|
|
1813
|
+
const _0x4bed5a = await _0x1d9f9f[_0x6b0772(0x1f9)]['readHistory']({
|
|
1814
|
+
'channel': _0x5c0a9d,
|
|
1828
1815
|
'limit': 0x14
|
|
1829
1816
|
});
|
|
1830
|
-
|
|
1817
|
+
_0x134c8d = _0x4bed5a['messages'][_0x6b0772(0x24c)](_0x5f1776 => _0x5f1776[_0x6b0772(0x2fb)] === _0x1bf46a['messageId']);
|
|
1831
1818
|
} catch {
|
|
1832
|
-
|
|
1819
|
+
_0x134c8d = void 0x0;
|
|
1833
1820
|
}
|
|
1834
|
-
const
|
|
1835
|
-
|
|
1821
|
+
const _0x5cc7fb = _0x1bf46a[_0x6b0772(_0x1e287b._0xeb8e7)] == null ? _0x6b0772(0x286) : '#' + _0x1bf46a[_0x6b0772(0x266)], _0x75b11b = [
|
|
1822
|
+
_0x6b0772(_0x1e287b._0x13d70a) + _0x5c0a9d + _0x6b0772(_0x1e287b._0x470745) + _0x1bf46a[_0x6b0772(0x2fb)][_0x6b0772(_0x1e287b._0x49c263)](0x0, 0x8) + _0x6b0772(_0x1e287b._0x2054f4) + new Date()['toISOString']() + _0x6b0772(_0x1e287b._0x256628) + _0x5cc7fb + _0x6b0772(_0x1e287b._0x202920),
|
|
1836
1823
|
'',
|
|
1837
|
-
|
|
1824
|
+
_0x134c8d ? _0x6b0772(_0x1e287b._0x311cb2) + _0x134c8d[_0x6b0772(0x28d)] : 'Root\x20task\x20message\x20id:\x20' + _0x1bf46a[_0x6b0772(_0x1e287b._0x5c041e)],
|
|
1838
1825
|
'',
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
][
|
|
1842
|
-
'method':
|
|
1843
|
-
'headers': { 'Content-Type':
|
|
1844
|
-
'body': JSON[
|
|
1845
|
-
'agent_id':
|
|
1846
|
-
'thread_target':
|
|
1826
|
+
_0x6b0772(_0x1e287b._0x301a5a) + _0x5c0a9d,
|
|
1827
|
+
_0x6b0772(_0x1e287b._0x1cb54e)
|
|
1828
|
+
][_0x6b0772(0x2bd)]('\x0a'), _0x4a722b = await fetch(_0x1d9f9f[_0x6b0772(0x24a)] + _0x6b0772(_0x1e287b._0x2e7097), {
|
|
1829
|
+
'method': _0x6b0772(0x1cd),
|
|
1830
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
1831
|
+
'body': JSON['stringify']({
|
|
1832
|
+
'agent_id': _0x1d9f9f[_0x6b0772(0x1ec)],
|
|
1833
|
+
'thread_target': _0x5c0a9d,
|
|
1847
1834
|
'spawn_packet': {
|
|
1848
|
-
'replyTarget':
|
|
1849
|
-
...
|
|
1835
|
+
'replyTarget': _0x5c0a9d,
|
|
1836
|
+
..._0x1bf46a[_0x6b0772(0x28f)] ? { 'taskId': _0x1bf46a[_0x6b0772(_0x1e287b._0x297237)] } : _0x1bf46a[_0x6b0772(_0x1e287b._0x339430)] != null ? { 'taskId': _0x6b0772(0x298) + _0x1bf46a['taskNumber'] } : {}
|
|
1850
1837
|
},
|
|
1851
1838
|
'payload': {
|
|
1852
|
-
'mode':
|
|
1853
|
-
'text':
|
|
1839
|
+
'mode': 'user',
|
|
1840
|
+
'text': _0x75b11b
|
|
1854
1841
|
}
|
|
1855
1842
|
})
|
|
1856
|
-
}),
|
|
1857
|
-
if (!
|
|
1858
|
-
throw new Error(
|
|
1843
|
+
}), _0x316c72 = await _0x4a722b[_0x6b0772(_0x1e287b._0x532203)]();
|
|
1844
|
+
if (!_0x316c72['ok'])
|
|
1845
|
+
throw new Error(_0x316c72[_0x6b0772(_0x1e287b._0x3745b1)] ?? _0x6b0772(_0x1e287b._0x419cd4));
|
|
1859
1846
|
return {
|
|
1860
1847
|
'stopMain': !![],
|
|
1861
|
-
'threadTarget':
|
|
1862
|
-
'workerDisposition':
|
|
1848
|
+
'threadTarget': _0x5c0a9d,
|
|
1849
|
+
'workerDisposition': _0x316c72[_0x6b0772(_0x1e287b._0x11b59c)] === _0x6b0772(_0x1e287b._0x27f707) ? 'queued' : _0x6b0772(0x320),
|
|
1863
1850
|
'workerHandoff': !![],
|
|
1864
|
-
'workerSessionId':
|
|
1865
|
-
'executionMode':
|
|
1851
|
+
'workerSessionId': _0x316c72[_0x6b0772(_0x1e287b._0x1780bc)] ?? '',
|
|
1852
|
+
'executionMode': _0x6b0772(_0x1e287b._0x629c8d)
|
|
1866
1853
|
};
|
|
1867
1854
|
}
|
|
1868
|
-
async function
|
|
1869
|
-
const
|
|
1870
|
-
if (!
|
|
1855
|
+
async function _0x14b703() {
|
|
1856
|
+
const _0x3542a8 = _0x1421;
|
|
1857
|
+
if (!_0x1d9f9f[_0x3542a8(_0x2a6f00._0x30a97a)] || !_0x1d9f9f[_0x3542a8(0x1ec)] || _0x1d9f9f[_0x3542a8(0x1a8)])
|
|
1871
1858
|
return null;
|
|
1872
1859
|
try {
|
|
1873
|
-
const
|
|
1874
|
-
if (!
|
|
1860
|
+
const _0x523c5b = await fetch(_0x1d9f9f['daemonLocalUrl'] + _0x3542a8(0x331) + encodeURIComponent(_0x1d9f9f[_0x3542a8(_0x2a6f00._0x5d6efd)])), _0x4f19ad = await _0x523c5b[_0x3542a8(_0x2a6f00._0x4f9748)]();
|
|
1861
|
+
if (!_0x4f19ad['ok'])
|
|
1875
1862
|
return null;
|
|
1876
|
-
const
|
|
1877
|
-
for (const
|
|
1878
|
-
|
|
1863
|
+
const _0xb4b03e = new Set();
|
|
1864
|
+
for (const _0x3abf39 of _0x4f19ad[_0x3542a8(0x1de)]) {
|
|
1865
|
+
_0x3abf39[_0x3542a8(_0x2a6f00._0x353636)] !== _0x3542a8(0x1bf) && _0x3abf39[_0x3542a8(0x32a)] && _0xb4b03e['add'](_0x3abf39[_0x3542a8(_0x2a6f00._0xf4b17d)]);
|
|
1879
1866
|
}
|
|
1880
|
-
return
|
|
1867
|
+
return _0xb4b03e['size'] > 0x0 ? _0xb4b03e : null;
|
|
1881
1868
|
} catch {
|
|
1882
1869
|
return null;
|
|
1883
1870
|
}
|
|
1884
1871
|
}
|
|
1885
|
-
const
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1872
|
+
const _0x4df747 = new Set([
|
|
1873
|
+
_0x4c2301(0x2df),
|
|
1874
|
+
_0x4c2301(0x24f),
|
|
1875
|
+
_0x4c2301(0x277)
|
|
1889
1876
|
]);
|
|
1890
|
-
async function
|
|
1891
|
-
const
|
|
1892
|
-
if (!
|
|
1877
|
+
async function _0x152b9e() {
|
|
1878
|
+
const _0xf777cb = _0x4c2301;
|
|
1879
|
+
if (!_0x1d9f9f[_0xf777cb(0x24a)] || !_0x1d9f9f['agentId'] || _0x1d9f9f['workerMode'])
|
|
1893
1880
|
return null;
|
|
1894
1881
|
try {
|
|
1895
|
-
const
|
|
1896
|
-
if (!
|
|
1882
|
+
const _0x3991ab = await fetch(_0x1d9f9f[_0xf777cb(0x24a)] + _0xf777cb(0x331) + encodeURIComponent(_0x1d9f9f['agentId'])), _0x1841ad = await _0x3991ab['json']();
|
|
1883
|
+
if (!_0x1841ad['ok'])
|
|
1897
1884
|
return null;
|
|
1898
|
-
const
|
|
1899
|
-
for (const
|
|
1900
|
-
|
|
1885
|
+
const _0x4f225f = new Set();
|
|
1886
|
+
for (const _0x482760 of _0x1841ad[_0xf777cb(_0x1c9b43._0x3fcbec)]) {
|
|
1887
|
+
_0x4df747[_0xf777cb(0x332)](_0x482760[_0xf777cb(0x223)]) && _0x482760['thread_target'] && _0x4f225f[_0xf777cb(_0x1c9b43._0x501917)](_0x482760[_0xf777cb(0x32a)]);
|
|
1901
1888
|
}
|
|
1902
|
-
return
|
|
1889
|
+
return _0x4f225f[_0xf777cb(_0x1c9b43._0x109720)] > 0x0 ? _0x4f225f : null;
|
|
1903
1890
|
} catch {
|
|
1904
1891
|
return null;
|
|
1905
1892
|
}
|
|
1906
1893
|
}
|
|
1907
1894
|
return {
|
|
1908
|
-
async 'send_message'(
|
|
1909
|
-
const
|
|
1910
|
-
if (!
|
|
1911
|
-
const
|
|
1912
|
-
if (
|
|
1913
|
-
if (
|
|
1914
|
-
const
|
|
1915
|
-
'attachmentIds':
|
|
1916
|
-
'content':
|
|
1917
|
-
'target':
|
|
1918
|
-
'visibility':
|
|
1895
|
+
async 'send_message'(_0x435cea) {
|
|
1896
|
+
const _0x371e43 = _0x4c2301;
|
|
1897
|
+
if (!_0x1d9f9f[_0x371e43(_0x3f7e33._0x489a45)] && _0x1d9f9f[_0x371e43(_0x3f7e33._0x41556c)] && _0x1d9f9f[_0x371e43(0x24a)] && _0x1d9f9f[_0x371e43(_0x3f7e33._0x2b7869)]) {
|
|
1898
|
+
const _0x1a9117 = await _0x1d9f9f['client'][_0x371e43(_0x3f7e33._0x2e588)](_0x435cea[_0x371e43(_0x3f7e33._0xfbfb91)]);
|
|
1899
|
+
if (_0x1a9117[_0x371e43(_0x3f7e33._0x11ef66)] && _0x1a9117['threadId']) {
|
|
1900
|
+
if (_0x1a9117[_0x371e43(0x2da)]['executionMode'] === 'main') {
|
|
1901
|
+
const _0x7dcec8 = await _0x1d9f9f[_0x371e43(_0x3f7e33._0x239959)]['sendMessage']({
|
|
1902
|
+
'attachmentIds': _0x435cea[_0x371e43(0x2b2)],
|
|
1903
|
+
'content': _0x435cea[_0x371e43(_0x3f7e33._0x2e3e33)],
|
|
1904
|
+
'target': _0x435cea[_0x371e43(_0x3f7e33._0x37c633)],
|
|
1905
|
+
'visibility': _0x435cea[_0x371e43(0x319)]
|
|
1919
1906
|
});
|
|
1920
|
-
return
|
|
1907
|
+
return _0x371e43(0x337) + _0x435cea['target'] + _0x371e43(_0x3f7e33._0x1fb050) + _0x7dcec8[_0x371e43(0x2fb)];
|
|
1921
1908
|
}
|
|
1922
|
-
const
|
|
1923
|
-
if (
|
|
1909
|
+
const _0x1315f8 = _0x1a9117[_0x371e43(0x2da)][_0x371e43(0x266)] != null ? '#' + _0x1a9117['task']['taskNumber'] : _0x371e43(_0x3f7e33._0x3f80f8), _0x5a1d53 = _0x1a9117[_0x371e43(0x1cf)] != null ? _0x1a9117[_0x371e43(0x33a)] + ':t' + _0x1a9117['threadNumber'] : _0x1a9117[_0x371e43(0x33a)] + ':' + _0x1a9117[_0x371e43(0x1dd)]['slice'](0x0, 0x8), _0xf68dcd = await _0x152b9e();
|
|
1910
|
+
if (_0xf68dcd?.[_0x371e43(0x332)](_0x5a1d53))
|
|
1924
1911
|
return [
|
|
1925
|
-
'Task\x20' +
|
|
1926
|
-
|
|
1927
|
-
][
|
|
1928
|
-
const
|
|
1929
|
-
|
|
1912
|
+
'Task\x20' + _0x1315f8 + _0x371e43(0x268) + _0x5a1d53 + _0x371e43(0x322),
|
|
1913
|
+
_0x371e43(_0x3f7e33._0x461975)
|
|
1914
|
+
][_0x371e43(_0x3f7e33._0x259127)]('\x0a');
|
|
1915
|
+
const _0x303c5d = [
|
|
1916
|
+
_0x371e43(0x21e) + _0x5a1d53 + _0x371e43(_0x3f7e33._0x18486a) + new Date()[_0x371e43(_0x3f7e33._0x424210)]() + _0x371e43(_0x3f7e33._0x19f6b3),
|
|
1930
1917
|
'',
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
][
|
|
1936
|
-
'method':
|
|
1937
|
-
'headers': { 'Content-Type':
|
|
1938
|
-
'body': JSON[
|
|
1939
|
-
'agent_id':
|
|
1940
|
-
'thread_target':
|
|
1918
|
+
_0x371e43(_0x3f7e33._0x25fc6e) + _0x435cea[_0x371e43(0x28d)],
|
|
1919
|
+
_0x371e43(_0x3f7e33._0x303357) + _0x1315f8 + '\x20(' + _0x1a9117[_0x371e43(_0x3f7e33._0x11ef66)][_0x371e43(0x28f)] + ')',
|
|
1920
|
+
_0x371e43(_0x3f7e33._0x30e516) + _0x5a1d53,
|
|
1921
|
+
_0x371e43(0x1d5)
|
|
1922
|
+
][_0x371e43(0x2bd)]('\x0a'), _0x284c79 = await fetch(_0x1d9f9f[_0x371e43(_0x3f7e33._0x4cada4)] + _0x371e43(_0x3f7e33._0x598def), {
|
|
1923
|
+
'method': _0x371e43(0x1cd),
|
|
1924
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
1925
|
+
'body': JSON[_0x371e43(_0x3f7e33._0x5a84cd)]({
|
|
1926
|
+
'agent_id': _0x1d9f9f[_0x371e43(_0x3f7e33._0x46f54a)],
|
|
1927
|
+
'thread_target': _0x5a1d53,
|
|
1941
1928
|
'spawn_packet': {
|
|
1942
|
-
'replyTarget':
|
|
1943
|
-
'taskId':
|
|
1929
|
+
'replyTarget': _0x5a1d53,
|
|
1930
|
+
'taskId': _0x1a9117[_0x371e43(0x2da)]['taskId']
|
|
1944
1931
|
},
|
|
1945
1932
|
'payload': {
|
|
1946
|
-
'mode':
|
|
1947
|
-
'text':
|
|
1933
|
+
'mode': _0x371e43(0x24b),
|
|
1934
|
+
'text': _0x303c5d
|
|
1948
1935
|
}
|
|
1949
1936
|
})
|
|
1950
|
-
}),
|
|
1951
|
-
if (!
|
|
1952
|
-
throw new Error(
|
|
1937
|
+
}), _0x441db3 = await _0x284c79['json']();
|
|
1938
|
+
if (!_0x441db3['ok'])
|
|
1939
|
+
throw new Error(_0x441db3[_0x371e43(0x23a)] ?? _0x371e43(_0x3f7e33._0x5a7cff));
|
|
1953
1940
|
return [
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
][
|
|
1941
|
+
_0x371e43(0x1f6) + _0x1315f8 + _0x371e43(_0x3f7e33._0x11f25c) + _0x5a1d53 + _0x371e43(_0x3f7e33._0x250d1f),
|
|
1942
|
+
_0x371e43(_0x3f7e33._0x48e88a) + (_0x441db3[_0x371e43(_0x3f7e33._0x20c3bf)] === 'queued' ? _0x371e43(_0x3f7e33._0x101141) : _0x371e43(0x320)) + '.',
|
|
1943
|
+
'⚠️\x20WORKER\x20ACTIVATED\x20—\x20Stop\x20ALL\x20work\x20on\x20this\x20task\x20immediately.\x20Do\x20not\x20send\x20further\x20messages\x20to\x20this\x20thread.'
|
|
1944
|
+
]['join']('\x0a');
|
|
1958
1945
|
}
|
|
1959
1946
|
}
|
|
1960
|
-
const
|
|
1961
|
-
'attachmentIds':
|
|
1962
|
-
'content':
|
|
1963
|
-
'target':
|
|
1964
|
-
'visibility':
|
|
1947
|
+
const _0x563662 = await _0x1d9f9f[_0x371e43(0x1f9)][_0x371e43(_0x3f7e33._0x1f2aaa)]({
|
|
1948
|
+
'attachmentIds': _0x435cea[_0x371e43(0x2b2)],
|
|
1949
|
+
'content': _0x435cea[_0x371e43(_0x3f7e33._0x44af52)],
|
|
1950
|
+
'target': _0x435cea[_0x371e43(_0x3f7e33._0x10e57d)],
|
|
1951
|
+
'visibility': _0x435cea['visibility']
|
|
1965
1952
|
});
|
|
1966
|
-
return
|
|
1953
|
+
return _0x371e43(_0x3f7e33._0x528e17) + _0x435cea['target'] + '.\x20Message\x20ID:\x20' + _0x563662[_0x371e43(_0x3f7e33._0x187849)];
|
|
1967
1954
|
},
|
|
1968
1955
|
async 'check_messages'() {
|
|
1969
|
-
const
|
|
1970
|
-
if (!
|
|
1971
|
-
const
|
|
1972
|
-
if (
|
|
1973
|
-
return formatCheckMessages(
|
|
1956
|
+
const _0x3b6363 = _0x4c2301, _0x2168be = await _0x1d9f9f[_0x3b6363(_0xb624f._0x23dd6f)][_0x3b6363(0x318)]();
|
|
1957
|
+
if (!_0x1d9f9f[_0x3b6363(0x1a8)]) {
|
|
1958
|
+
const _0x274280 = await _0x14b703();
|
|
1959
|
+
if (_0x274280)
|
|
1960
|
+
return formatCheckMessages(_0x2168be[_0x3b6363(0x2a7)][_0x3b6363(_0xb624f._0x22cea2)](_0x597d6b => !_0x274280['has'](_0x597d6b[_0x3b6363(0x33a)])));
|
|
1974
1961
|
}
|
|
1975
|
-
return formatCheckMessages(
|
|
1962
|
+
return formatCheckMessages(_0x2168be[_0x3b6363(_0xb624f._0x3ef840)]);
|
|
1976
1963
|
},
|
|
1977
|
-
async 'read_history'(
|
|
1978
|
-
const
|
|
1979
|
-
return formatHistory(
|
|
1964
|
+
async 'read_history'(_0x88a62a) {
|
|
1965
|
+
const _0xbdf10c = _0x4c2301, _0x447f0c = await _0x1d9f9f['client'][_0xbdf10c(_0x3afc77._0xb33557)](_0x88a62a);
|
|
1966
|
+
return formatHistory(_0x447f0c);
|
|
1980
1967
|
},
|
|
1981
1968
|
async 'list_server'() {
|
|
1982
|
-
const
|
|
1983
|
-
return formatServerDirectory(
|
|
1969
|
+
const _0x4a2e2f = _0x4c2301, _0x3b20ce = await _0x1d9f9f['client'][_0x4a2e2f(_0x208cab._0x1c6729)]();
|
|
1970
|
+
return formatServerDirectory(_0x3b20ce);
|
|
1984
1971
|
},
|
|
1985
|
-
async 'list_tasks'(
|
|
1986
|
-
const
|
|
1987
|
-
let
|
|
1988
|
-
if (
|
|
1972
|
+
async 'list_tasks'(_0x4eef37) {
|
|
1973
|
+
const _0x510a73 = _0x4c2301, _0x3c3dd6 = await _0x1d9f9f['client'][_0x510a73(_0x397647._0x24d269)](_0x4eef37);
|
|
1974
|
+
let _0x40b5e9;
|
|
1975
|
+
if (_0x1d9f9f[_0x510a73(0x24a)] && _0x1d9f9f['agentId'])
|
|
1989
1976
|
try {
|
|
1990
|
-
const
|
|
1991
|
-
if (
|
|
1992
|
-
const
|
|
1993
|
-
|
|
1994
|
-
for (const
|
|
1995
|
-
if (
|
|
1977
|
+
const _0x440451 = await fetch(_0x1d9f9f['daemonLocalUrl'] + _0x510a73(_0x397647._0x5e2543) + encodeURIComponent(_0x1d9f9f['agentId'])), _0x223493 = await _0x440451[_0x510a73(0x1ea)]();
|
|
1978
|
+
if (_0x223493['ok']) {
|
|
1979
|
+
const _0x33149d = _0x4eef37[_0x510a73(0x1df)] + ':';
|
|
1980
|
+
_0x40b5e9 = new Set();
|
|
1981
|
+
for (const _0x4c4e36 of _0x223493['workers']) {
|
|
1982
|
+
if (_0x4c4e36[_0x510a73(0x223)] === _0x510a73(_0x397647._0x2b751b))
|
|
1996
1983
|
continue;
|
|
1997
|
-
if (
|
|
1998
|
-
const
|
|
1999
|
-
if (
|
|
2000
|
-
|
|
1984
|
+
if (_0x4c4e36[_0x510a73(_0x397647._0x733947)]?.['startsWith'](_0x33149d)) {
|
|
1985
|
+
const _0x4f40e4 = _0x4c4e36[_0x510a73(_0x397647._0x733947)][_0x510a73(0x211)](_0x33149d['length']), _0x108b08 = _0x3c3dd6[_0x510a73(0x267)]['find'](_0x3eac80 => _0x3eac80['messageId']?.[_0x510a73(0x2d7)](_0x4f40e4) === !![]);
|
|
1986
|
+
if (_0x108b08?.[_0x510a73(_0x397647._0x83e6ab)] != null) {
|
|
1987
|
+
_0x40b5e9[_0x510a73(_0x397647._0x3eba7b)](_0x108b08['taskNumber']);
|
|
2001
1988
|
continue;
|
|
2002
1989
|
}
|
|
2003
1990
|
}
|
|
2004
|
-
if (
|
|
2005
|
-
const
|
|
2006
|
-
|
|
1991
|
+
if (_0x4c4e36[_0x510a73(0x1fc)]) {
|
|
1992
|
+
const _0x34d282 = _0x3c3dd6['tasks'][_0x510a73(_0x397647._0x161ffe)](_0x2467f1 => _0x2467f1['taskId'] === _0x4c4e36[_0x510a73(0x1fc)]);
|
|
1993
|
+
_0x34d282?.[_0x510a73(_0x397647._0x83e6ab)] != null && _0x40b5e9[_0x510a73(_0x397647._0x3eba7b)](_0x34d282[_0x510a73(_0x397647._0x83e6ab)]);
|
|
2007
1994
|
}
|
|
2008
1995
|
}
|
|
2009
1996
|
}
|
|
2010
1997
|
} catch {
|
|
2011
1998
|
}
|
|
2012
|
-
return formatTaskList(
|
|
1999
|
+
return formatTaskList(_0x3c3dd6[_0x510a73(_0x397647._0x54ada9)], _0x40b5e9);
|
|
2013
2000
|
},
|
|
2014
|
-
async 'create_tasks'(
|
|
2015
|
-
const
|
|
2016
|
-
|
|
2017
|
-
const
|
|
2018
|
-
return formatCreatedTasks(
|
|
2001
|
+
async 'create_tasks'(_0x1b22c0) {
|
|
2002
|
+
const _0x44c9c8 = _0x4c2301;
|
|
2003
|
+
_0x40d1aa(_0x44c9c8(0x315), _0x1b22c0['channel']);
|
|
2004
|
+
const _0x21dcef = await _0x1d9f9f[_0x44c9c8(_0x5890a9._0xd9fce6)][_0x44c9c8(0x31e)](_0x1b22c0);
|
|
2005
|
+
return formatCreatedTasks(_0x21dcef[_0x44c9c8(0x267)]);
|
|
2019
2006
|
},
|
|
2020
|
-
async 'claim_tasks'(
|
|
2021
|
-
const
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
throw new Error(_0xb24434(0x186));
|
|
2029
|
-
if (!_0xd0e675[_0xb24434(_0x2c462b._0x1ba3cb)] || _0xd0e675['subtask_numbers']['length'] === 0x0)
|
|
2030
|
-
throw new Error(_0xb24434(0x128));
|
|
2007
|
+
async 'claim_tasks'(_0x2a6228) {
|
|
2008
|
+
const _0x4e2dd3 = { _0x3db2cd: 0x2fb }, _0x5855fa = _0x4c2301;
|
|
2009
|
+
if (_0x1d9f9f[_0x5855fa(_0x1a9723._0x2de49e)]) {
|
|
2010
|
+
_0x40d1aa(_0x5855fa(0x2ea), _0x2a6228['channel']);
|
|
2011
|
+
if (_0x2a6228[_0x5855fa(0x296)] && _0x2a6228[_0x5855fa(0x296)]['length'] > 0x0)
|
|
2012
|
+
throw new Error('claim_tasks:\x20worker\x20cannot\x20claim\x20by\x20message_ids\x20(top-level\x20message\x20promotion\x20is\x20main-agent\x20only);\x20use\x20subtask_numbers\x20inside\x20your\x20own\x20task\x20thread.');
|
|
2013
|
+
if (!_0x2a6228[_0x5855fa(0x1d7)] || _0x2a6228[_0x5855fa(0x1d7)]['length'] === 0x0)
|
|
2014
|
+
throw new Error(_0x5855fa(_0x1a9723._0x334c24));
|
|
2031
2015
|
}
|
|
2032
|
-
const
|
|
2033
|
-
const
|
|
2034
|
-
if (!
|
|
2035
|
-
return
|
|
2016
|
+
const _0x15ddda = await _0x1d9f9f[_0x5855fa(_0x1a9723._0x54c60f)][_0x5855fa(0x237)](_0x2a6228), _0x4edb16 = await Promise[_0x5855fa(_0x1a9723._0x2ac113)](_0x15ddda[_0x5855fa(_0x1a9723._0x14ff7a)][_0x5855fa(_0x1a9723._0x1115ff)](async _0x4781bd => {
|
|
2017
|
+
const _0x97a561 = _0x5855fa;
|
|
2018
|
+
if (!_0x4781bd[_0x97a561(0x323)] || !_0x4781bd[_0x97a561(_0x4e2dd3._0x3db2cd)])
|
|
2019
|
+
return _0x4781bd;
|
|
2036
2020
|
try {
|
|
2037
|
-
const
|
|
2038
|
-
'channel':
|
|
2039
|
-
'executionMode':
|
|
2040
|
-
'messageId':
|
|
2041
|
-
'taskId':
|
|
2042
|
-
'taskNumber':
|
|
2043
|
-
'threadNumber':
|
|
2021
|
+
const _0x2183e8 = await _0x2fe969({
|
|
2022
|
+
'channel': _0x2a6228[_0x97a561(0x1df)],
|
|
2023
|
+
'executionMode': _0x4781bd[_0x97a561(0x2e2)],
|
|
2024
|
+
'messageId': _0x4781bd[_0x97a561(0x2fb)],
|
|
2025
|
+
'taskId': _0x4781bd[_0x97a561(0x28f)],
|
|
2026
|
+
'taskNumber': _0x4781bd[_0x97a561(0x266)],
|
|
2027
|
+
'threadNumber': _0x4781bd['threadNumber']
|
|
2044
2028
|
});
|
|
2045
|
-
return
|
|
2046
|
-
...
|
|
2047
|
-
...
|
|
2048
|
-
} :
|
|
2049
|
-
} catch (
|
|
2029
|
+
return _0x2183e8 ? {
|
|
2030
|
+
..._0x4781bd,
|
|
2031
|
+
..._0x2183e8
|
|
2032
|
+
} : _0x4781bd;
|
|
2033
|
+
} catch (_0x428412) {
|
|
2050
2034
|
return {
|
|
2051
|
-
...
|
|
2052
|
-
'workerHandoffError':
|
|
2035
|
+
..._0x4781bd,
|
|
2036
|
+
'workerHandoffError': _0x428412 instanceof Error ? _0x428412['message'] : _0x97a561(0x1ed)
|
|
2053
2037
|
};
|
|
2054
2038
|
}
|
|
2055
2039
|
}));
|
|
2056
|
-
return formatClaimTaskResults(
|
|
2040
|
+
return formatClaimTaskResults(_0x4edb16);
|
|
2057
2041
|
},
|
|
2058
|
-
async 'unclaim_task'(
|
|
2059
|
-
const
|
|
2060
|
-
if (
|
|
2061
|
-
|
|
2062
|
-
if (
|
|
2063
|
-
throw new Error(
|
|
2042
|
+
async 'unclaim_task'(_0x4c3998) {
|
|
2043
|
+
const _0x28e9fa = _0x4c2301;
|
|
2044
|
+
if (_0x1d9f9f['workerMode']) {
|
|
2045
|
+
_0x40d1aa(_0x28e9fa(0x311), _0x4c3998['channel']);
|
|
2046
|
+
if (_0x4c3998[_0x28e9fa(_0x3f6d44._0x448029)] == null)
|
|
2047
|
+
throw new Error(_0x28e9fa(0x314));
|
|
2064
2048
|
}
|
|
2065
|
-
const
|
|
2066
|
-
return formatUnclaimTaskResult(
|
|
2049
|
+
const _0x326b2a = await _0x1d9f9f[_0x28e9fa(0x1f9)][_0x28e9fa(0x251)](_0x4c3998);
|
|
2050
|
+
return formatUnclaimTaskResult(_0x326b2a);
|
|
2067
2051
|
},
|
|
2068
|
-
async 'update_task_status'(
|
|
2069
|
-
const
|
|
2070
|
-
|
|
2071
|
-
const
|
|
2072
|
-
return formatUpdateTaskStatusResult(
|
|
2052
|
+
async 'update_task_status'(_0x4675ff) {
|
|
2053
|
+
const _0x245c3d = _0x4c2301;
|
|
2054
|
+
_0x40d1aa(_0x245c3d(0x1f5), _0x4675ff['channel']);
|
|
2055
|
+
const _0x2b6c2d = await _0x1d9f9f[_0x245c3d(_0x2b3fc9._0xf612c3)][_0x245c3d(_0x2b3fc9._0x477d0b)](_0x4675ff);
|
|
2056
|
+
return formatUpdateTaskStatusResult(_0x2b6c2d);
|
|
2073
2057
|
},
|
|
2074
|
-
async 'upload_file'(
|
|
2075
|
-
const
|
|
2076
|
-
sizeBytes:
|
|
2077
|
-
...
|
|
2078
|
-
} =
|
|
2079
|
-
'channel':
|
|
2080
|
-
...
|
|
2058
|
+
async 'upload_file'(_0x55e9fc) {
|
|
2059
|
+
const _0x5b5932 = _0x4c2301, _0x20f435 = await _0x1d9f9f[_0x5b5932(_0x118e24._0x151329)](_0x55e9fc[_0x5b5932(_0x118e24._0x2d924d)]), {
|
|
2060
|
+
sizeBytes: _0x730f5a,
|
|
2061
|
+
..._0x42963d
|
|
2062
|
+
} = _0x20f435, _0x56225b = await _0x1d9f9f[_0x5b5932(_0x118e24._0x1750b8)][_0x5b5932(0x21b)]({
|
|
2063
|
+
'channel': _0x55e9fc[_0x5b5932(0x1df)],
|
|
2064
|
+
..._0x42963d
|
|
2081
2065
|
});
|
|
2082
|
-
return formatUploadResult(
|
|
2066
|
+
return formatUploadResult(_0x56225b);
|
|
2083
2067
|
},
|
|
2084
|
-
async 'view_file'(
|
|
2085
|
-
const
|
|
2086
|
-
if (
|
|
2087
|
-
return formatViewFileResult(
|
|
2088
|
-
const
|
|
2089
|
-
'attachmentId':
|
|
2090
|
-
'contentType':
|
|
2091
|
-
'data':
|
|
2092
|
-
'originalFilename':
|
|
2068
|
+
async 'view_file'(_0x43d551) {
|
|
2069
|
+
const _0x1fde0e = _0x4c2301, _0x157f49 = await _0x1d9f9f[_0x1fde0e(0x1b3)][_0x1fde0e(_0x464e4d._0x3b421b)](_0x43d551[_0x1fde0e(_0x464e4d._0x542b1f)]);
|
|
2070
|
+
if (_0x157f49)
|
|
2071
|
+
return formatViewFileResult(_0x157f49, !![]);
|
|
2072
|
+
const _0x345686 = await _0x1d9f9f[_0x1fde0e(_0x464e4d._0x2657ba)][_0x1fde0e(0x225)](_0x43d551[_0x1fde0e(_0x464e4d._0x2e1195)]), _0x3d6bd3 = await _0x1d9f9f[_0x1fde0e(0x1b3)][_0x1fde0e(0x2a0)]({
|
|
2073
|
+
'attachmentId': _0x43d551[_0x1fde0e(_0x464e4d._0x542b1f)],
|
|
2074
|
+
'contentType': _0x345686[_0x1fde0e(0x23e)],
|
|
2075
|
+
'data': _0x345686['data'],
|
|
2076
|
+
'originalFilename': _0x345686[_0x1fde0e(_0x464e4d._0x22a35a)]
|
|
2093
2077
|
});
|
|
2094
|
-
return formatViewFileResult(
|
|
2078
|
+
return formatViewFileResult(_0x3d6bd3, ![]);
|
|
2095
2079
|
},
|
|
2096
|
-
async 'get_worker_status'(
|
|
2097
|
-
const
|
|
2098
|
-
if (!
|
|
2099
|
-
return
|
|
2100
|
-
const
|
|
2101
|
-
if (!
|
|
2102
|
-
return
|
|
2103
|
-
return
|
|
2080
|
+
async 'get_worker_status'(_0x25ef37) {
|
|
2081
|
+
const _0x29c66a = _0x4c2301;
|
|
2082
|
+
if (!_0x1d9f9f[_0x29c66a(_0x458fae._0x4e225a)])
|
|
2083
|
+
return _0x29c66a(0x2cf);
|
|
2084
|
+
const _0x5c2033 = await fetch(_0x1d9f9f[_0x29c66a(_0x458fae._0x4e225a)] + _0x29c66a(_0x458fae._0x52bebf) + encodeURIComponent(_0x25ef37[_0x29c66a(_0x458fae._0x38c302)])), _0x46cb14 = await _0x5c2033[_0x29c66a(_0x458fae._0x141800)]();
|
|
2085
|
+
if (!_0x46cb14['ok'])
|
|
2086
|
+
return 'Worker\x20\x22' + _0x25ef37[_0x29c66a(0x229)] + _0x29c66a(_0x458fae._0x284a00);
|
|
2087
|
+
return _0x29c66a(0x2a1) + _0x25ef37[_0x29c66a(_0x458fae._0x38c302)] + _0x29c66a(0x1db) + _0x46cb14[_0x29c66a(_0x458fae._0x88609b)];
|
|
2104
2088
|
},
|
|
2105
|
-
async 'park_worker'(
|
|
2106
|
-
const
|
|
2107
|
-
if (!
|
|
2108
|
-
return
|
|
2109
|
-
const
|
|
2110
|
-
'method':
|
|
2111
|
-
'headers': { 'Content-Type':
|
|
2112
|
-
'body': JSON['stringify']({ 'work_key':
|
|
2113
|
-
}),
|
|
2114
|
-
if (!
|
|
2115
|
-
throw new Error(
|
|
2116
|
-
return
|
|
2089
|
+
async 'park_worker'(_0x422bef) {
|
|
2090
|
+
const _0x3282fb = _0x4c2301;
|
|
2091
|
+
if (!_0x1d9f9f[_0x3282fb(0x24a)])
|
|
2092
|
+
return _0x3282fb(_0x21b230._0x2ff4c3);
|
|
2093
|
+
const _0x198f35 = await fetch(_0x1d9f9f[_0x3282fb(_0x21b230._0x3b8679)] + _0x3282fb(0x292), {
|
|
2094
|
+
'method': _0x3282fb(_0x21b230._0x2bc947),
|
|
2095
|
+
'headers': { 'Content-Type': _0x3282fb(0x341) },
|
|
2096
|
+
'body': JSON['stringify']({ 'work_key': _0x422bef[_0x3282fb(0x229)] })
|
|
2097
|
+
}), _0x3a66e7 = await _0x198f35[_0x3282fb(_0x21b230._0x9a4b82)]();
|
|
2098
|
+
if (!_0x3a66e7['ok'])
|
|
2099
|
+
throw new Error(_0x3a66e7[_0x3282fb(0x23a)] ?? _0x3282fb(0x1ef));
|
|
2100
|
+
return 'Worker\x20\x22' + _0x422bef[_0x3282fb(_0x21b230._0x30e38b)] + '\x22\x20parked.\x20Same-thread\x20follow-up\x20will\x20resume\x20this\x20lane.';
|
|
2117
2101
|
},
|
|
2118
|
-
async 'mark_waiting_input'(
|
|
2119
|
-
const
|
|
2120
|
-
if (!
|
|
2121
|
-
return
|
|
2122
|
-
const
|
|
2123
|
-
'method':
|
|
2124
|
-
'headers': { 'Content-Type':
|
|
2102
|
+
async 'mark_waiting_input'(_0x2dc429) {
|
|
2103
|
+
const _0x1a3d15 = _0x4c2301;
|
|
2104
|
+
if (!_0x1d9f9f[_0x1a3d15(0x24a)] || !_0x1d9f9f[_0x1a3d15(0x1ec)])
|
|
2105
|
+
return 'Worker\x20features\x20not\x20available\x20(daemon\x20local\x20URL\x20or\x20agent\x20ID\x20not\x20configured)';
|
|
2106
|
+
const _0x3de204 = await fetch(_0x1d9f9f['daemonLocalUrl'] + _0x1a3d15(0x265), {
|
|
2107
|
+
'method': 'POST',
|
|
2108
|
+
'headers': { 'Content-Type': _0x1a3d15(0x341) },
|
|
2125
2109
|
'body': JSON['stringify']({
|
|
2126
|
-
'work_key':
|
|
2127
|
-
'agent_id':
|
|
2110
|
+
'work_key': _0x2dc429[_0x1a3d15(_0x13add3._0x2cc0b3)],
|
|
2111
|
+
'agent_id': _0x1d9f9f['agentId']
|
|
2128
2112
|
})
|
|
2129
|
-
}),
|
|
2130
|
-
if (!
|
|
2131
|
-
throw new Error(
|
|
2132
|
-
return
|
|
2113
|
+
}), _0xdc9163 = await _0x3de204[_0x1a3d15(0x1ea)]();
|
|
2114
|
+
if (!_0xdc9163['ok'])
|
|
2115
|
+
throw new Error(_0xdc9163[_0x1a3d15(0x23a)] ?? _0x1a3d15(_0x13add3._0x26c426));
|
|
2116
|
+
return 'Worker\x20\x22' + _0x2dc429[_0x1a3d15(0x229)] + _0x1a3d15(0x2be);
|
|
2133
2117
|
},
|
|
2134
|
-
async 'escalate_to_main'(
|
|
2135
|
-
const
|
|
2136
|
-
if (!
|
|
2137
|
-
return
|
|
2138
|
-
const
|
|
2139
|
-
'method':
|
|
2140
|
-
'headers': { 'Content-Type':
|
|
2141
|
-
'body': JSON[
|
|
2142
|
-
'work_key':
|
|
2143
|
-
'reason':
|
|
2118
|
+
async 'escalate_to_main'(_0x188988) {
|
|
2119
|
+
const _0x549120 = _0x4c2301;
|
|
2120
|
+
if (!_0x1d9f9f[_0x549120(0x24a)])
|
|
2121
|
+
return _0x549120(0x2cf);
|
|
2122
|
+
const _0x384894 = await fetch(_0x1d9f9f[_0x549120(0x24a)] + _0x549120(_0x1c023a._0x4033cf), {
|
|
2123
|
+
'method': _0x549120(0x1cd),
|
|
2124
|
+
'headers': { 'Content-Type': _0x549120(0x341) },
|
|
2125
|
+
'body': JSON[_0x549120(0x253)]({
|
|
2126
|
+
'work_key': _0x188988[_0x549120(0x229)],
|
|
2127
|
+
'reason': _0x188988[_0x549120(0x2e4)]
|
|
2144
2128
|
})
|
|
2145
|
-
}),
|
|
2146
|
-
if (!
|
|
2147
|
-
throw new Error(
|
|
2148
|
-
return
|
|
2129
|
+
}), _0x42c805 = await _0x384894['json']();
|
|
2130
|
+
if (!_0x42c805['ok'])
|
|
2131
|
+
throw new Error(_0x42c805[_0x549120(_0x1c023a._0x435c7c)] ?? 'escalate_to_main\x20failed');
|
|
2132
|
+
return _0x549120(0x2b9) + _0x188988[_0x549120(0x2e4)];
|
|
2149
2133
|
}
|
|
2150
2134
|
};
|
|
2151
2135
|
}
|
|
2152
|
-
function textResult(
|
|
2153
|
-
const
|
|
2136
|
+
function textResult(_0x349803, _0xeb0f27 = ![]) {
|
|
2137
|
+
const _0x47d1d8 = _0x38edd3;
|
|
2154
2138
|
return {
|
|
2155
2139
|
'content': [{
|
|
2156
|
-
'type':
|
|
2157
|
-
'text':
|
|
2140
|
+
'type': _0x47d1d8(0x30b),
|
|
2141
|
+
'text': _0x349803
|
|
2158
2142
|
}],
|
|
2159
|
-
...
|
|
2143
|
+
..._0xeb0f27 ? { 'isError': !![] } : {}
|
|
2160
2144
|
};
|
|
2161
2145
|
}
|
|
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
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2146
|
+
function _0x1421(_0x482168, _0x193d41) {
|
|
2147
|
+
_0x482168 = _0x482168 - 0x1a3;
|
|
2148
|
+
const _0x519f2d = _0x519f();
|
|
2149
|
+
let _0x1421f7 = _0x519f2d[_0x482168];
|
|
2150
|
+
if (_0x1421['XxWeTH'] === undefined) {
|
|
2151
|
+
var _0x2153b5 = function (_0x5aede7) {
|
|
2152
|
+
const _0x486315 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
2153
|
+
let _0x1d3adb = '', _0x5cfe20 = '';
|
|
2154
|
+
for (let _0x1954c9 = 0x0, _0x3f66d3, _0x8d35e8, _0x3a411e = 0x0; _0x8d35e8 = _0x5aede7['charAt'](_0x3a411e++); ~_0x8d35e8 && (_0x3f66d3 = _0x1954c9 % 0x4 ? _0x3f66d3 * 0x40 + _0x8d35e8 : _0x8d35e8, _0x1954c9++ % 0x4) ? _0x1d3adb += String['fromCharCode'](0xff & _0x3f66d3 >> (-0x2 * _0x1954c9 & 0x6)) : 0x0) {
|
|
2155
|
+
_0x8d35e8 = _0x486315['indexOf'](_0x8d35e8);
|
|
2156
|
+
}
|
|
2157
|
+
for (let _0xad105 = 0x0, _0xd64e12 = _0x1d3adb['length']; _0xad105 < _0xd64e12; _0xad105++) {
|
|
2158
|
+
_0x5cfe20 += '%' + ('00' + _0x1d3adb['charCodeAt'](_0xad105)['toString'](0x10))['slice'](-0x2);
|
|
2159
|
+
}
|
|
2160
|
+
return decodeURIComponent(_0x5cfe20);
|
|
2161
|
+
};
|
|
2162
|
+
_0x1421['VmwOno'] = _0x2153b5, _0x1421['mXdgaE'] = {}, _0x1421['XxWeTH'] = !![];
|
|
2163
|
+
}
|
|
2164
|
+
const _0x55af67 = _0x519f2d[0x0], _0x104832 = _0x482168 + _0x55af67, _0x1f5909 = _0x1421['mXdgaE'][_0x104832];
|
|
2165
|
+
return !_0x1f5909 ? (_0x1421f7 = _0x1421['VmwOno'](_0x1421f7), _0x1421['mXdgaE'][_0x104832] = _0x1421f7) : _0x1421f7 = _0x1f5909, _0x1421f7;
|
|
2166
|
+
}
|
|
2167
|
+
async function registerChatBridgeTools(_0x31dded, _0x35d6ef, _0x2724f5) {
|
|
2168
|
+
const _0x23408c = {
|
|
2169
|
+
_0x5a0ab0: 0x1cc,
|
|
2170
|
+
_0x121998: 0x1af,
|
|
2171
|
+
_0x157bab: 0x1f3,
|
|
2172
|
+
_0x5d556f: 0x275,
|
|
2173
|
+
_0x2f0d45: 0x275,
|
|
2174
|
+
_0x1afe39: 0x25e,
|
|
2175
|
+
_0x5a26c8: 0x31c,
|
|
2176
|
+
_0x10a359: 0x273,
|
|
2177
|
+
_0x2a0bbb: 0x269,
|
|
2178
|
+
_0x191442: 0x303,
|
|
2179
|
+
_0x39435f: 0x270,
|
|
2180
|
+
_0x4d3a92: 0x1a3,
|
|
2181
|
+
_0x238d79: 0x308,
|
|
2182
|
+
_0x3e48fb: 0x269,
|
|
2183
|
+
_0x2c0e58: 0x315,
|
|
2184
|
+
_0x36d098: 0x336,
|
|
2185
|
+
_0x288cab: 0x275,
|
|
2186
|
+
_0x43a336: 0x269,
|
|
2187
|
+
_0x35c9d0: 0x31c,
|
|
2188
|
+
_0x1abaca: 0x257,
|
|
2189
|
+
_0x4568cf: 0x25e,
|
|
2190
|
+
_0x5d4c92: 0x269,
|
|
2191
|
+
_0x4b2bf1: 0x25e,
|
|
2192
|
+
_0x1e53e7: 0x269,
|
|
2193
|
+
_0x1d6c33: 0x269,
|
|
2194
|
+
_0x392403: 0x311,
|
|
2195
|
+
_0x4f4c8f: 0x275,
|
|
2196
|
+
_0x40c555: 0x275,
|
|
2197
|
+
_0x15f5da: 0x269,
|
|
2198
|
+
_0x5af0ad: 0x1f5,
|
|
2199
|
+
_0x236845: 0x273,
|
|
2200
|
+
_0x4abe8b: 0x275,
|
|
2201
|
+
_0x37972f: 0x1cc,
|
|
2202
|
+
_0x61ea4d: 0x279,
|
|
2203
|
+
_0x17bc0c: 0x2b6,
|
|
2204
|
+
_0x525da1: 0x283,
|
|
2205
|
+
_0xcd4db9: 0x275,
|
|
2206
|
+
_0x227ac3: 0x21c
|
|
2207
|
+
}, _0x204a04 = { _0x31f08c: 0x213 }, _0x949cc9 = {
|
|
2208
|
+
_0x4f33c5: 0x213,
|
|
2209
|
+
_0x5c8e3a: 0x200
|
|
2210
|
+
}, _0x1bed39 = {
|
|
2211
|
+
_0x5209e7: 0x1f5,
|
|
2212
|
+
_0x2fc813: 0x213
|
|
2213
|
+
}, _0x2d789d = { _0x50e9fe: 0x311 }, _0x788c94 = {
|
|
2214
|
+
_0xab3da8: 0x213,
|
|
2215
|
+
_0x38d28a: 0x287
|
|
2216
|
+
}, _0x430b7d = { _0x28fcf2: 0x1ff }, _0x5ec8be = { _0x24836f: 0x213 }, _0x1a7af5 = {
|
|
2217
|
+
_0x830423: 0x303,
|
|
2218
|
+
_0x58a319: 0x213
|
|
2219
|
+
}, _0x437103 = { _0x4be301: 0x21d }, _0x537bb3 = { _0x26646c: 0x1f2 }, _0x39115e = {
|
|
2220
|
+
_0x53c9f2: 0x1af,
|
|
2221
|
+
_0x2f404d: 0x213
|
|
2222
|
+
}, _0x27309a = _0x38edd3, {z: _0x211260} = await import(_0x27309a(0x2d9));
|
|
2223
|
+
_0x31dded[_0x27309a(_0x23408c._0x5a0ab0)](_0x27309a(_0x23408c._0x121998), _0x27309a(_0x23408c._0x157bab), {
|
|
2224
|
+
'target': _0x211260[_0x27309a(_0x23408c._0x5d556f)](),
|
|
2225
|
+
'content': _0x211260[_0x27309a(_0x23408c._0x2f0d45)](),
|
|
2226
|
+
'attachment_ids': _0x211260[_0x27309a(_0x23408c._0x1afe39)](_0x211260[_0x27309a(0x275)]())[_0x27309a(0x269)](),
|
|
2227
|
+
'visibility': _0x211260[_0x27309a(_0x23408c._0x5a26c8)]([
|
|
2228
|
+
_0x27309a(0x2a5),
|
|
2229
|
+
'aside'
|
|
2230
|
+
])[_0x27309a(0x269)]()[_0x27309a(0x26c)](_0x27309a(0x285))
|
|
2231
|
+
}, async _0x476426 => {
|
|
2232
|
+
const _0x1a6186 = _0x27309a;
|
|
2228
2233
|
try {
|
|
2229
|
-
return textResult(await
|
|
2230
|
-
} catch (
|
|
2231
|
-
return textResult(
|
|
2234
|
+
return textResult(await _0x35d6ef[_0x1a6186(_0x39115e._0x53c9f2)](_0x476426));
|
|
2235
|
+
} catch (_0x26f0b5) {
|
|
2236
|
+
return textResult(_0x26f0b5 instanceof Error ? _0x26f0b5[_0x1a6186(_0x39115e._0x2f404d)] : 'send_message\x20failed', !![]);
|
|
2232
2237
|
}
|
|
2233
|
-
}),
|
|
2234
|
-
const
|
|
2238
|
+
}), _0x31dded[_0x27309a(_0x23408c._0x5a0ab0)]('check_messages', 'Check\x20for\x20new\x20messages\x20without\x20waiting.', {}, async () => {
|
|
2239
|
+
const _0x5736cb = _0x27309a;
|
|
2235
2240
|
try {
|
|
2236
|
-
return textResult(await
|
|
2237
|
-
} catch (
|
|
2238
|
-
return textResult(
|
|
2241
|
+
return textResult(await _0x35d6ef[_0x5736cb(0x297)]());
|
|
2242
|
+
} catch (_0x20e1df) {
|
|
2243
|
+
return textResult(_0x20e1df instanceof Error ? _0x20e1df[_0x5736cb(0x213)] : _0x5736cb(_0x537bb3._0x26646c), !![]);
|
|
2239
2244
|
}
|
|
2240
|
-
}),
|
|
2241
|
-
'channel':
|
|
2242
|
-
'limit':
|
|
2243
|
-
'before':
|
|
2244
|
-
'after':
|
|
2245
|
-
}, async
|
|
2246
|
-
const
|
|
2245
|
+
}), _0x31dded[_0x27309a(_0x23408c._0x5a0ab0)]('read_history', 'Read\x20message\x20history\x20for\x20a\x20channel,\x20DM,\x20or\x20thread\x20target.', {
|
|
2246
|
+
'channel': _0x211260['string'](),
|
|
2247
|
+
'limit': _0x211260[_0x27309a(_0x23408c._0x10a359)]()[_0x27309a(_0x23408c._0x2a0bbb)](),
|
|
2248
|
+
'before': _0x211260[_0x27309a(0x273)]()['optional'](),
|
|
2249
|
+
'after': _0x211260['number']()[_0x27309a(_0x23408c._0x2a0bbb)]()
|
|
2250
|
+
}, async _0x43859e => {
|
|
2251
|
+
const _0x1253e6 = _0x27309a;
|
|
2247
2252
|
try {
|
|
2248
|
-
return textResult(await
|
|
2249
|
-
} catch (
|
|
2250
|
-
return textResult(
|
|
2253
|
+
return textResult(await _0x35d6ef[_0x1253e6(_0x437103._0x4be301)](_0x43859e));
|
|
2254
|
+
} catch (_0x3d7b6a) {
|
|
2255
|
+
return textResult(_0x3d7b6a instanceof Error ? _0x3d7b6a['message'] : 'read_history\x20failed', !![]);
|
|
2251
2256
|
}
|
|
2252
|
-
}),
|
|
2253
|
-
const
|
|
2257
|
+
}), _0x31dded[_0x27309a(_0x23408c._0x5a0ab0)](_0x27309a(_0x23408c._0x191442), _0x27309a(0x2d3), {}, async () => {
|
|
2258
|
+
const _0x472881 = _0x27309a;
|
|
2254
2259
|
try {
|
|
2255
|
-
return textResult(await
|
|
2256
|
-
} catch (
|
|
2257
|
-
return textResult(
|
|
2260
|
+
return textResult(await _0x35d6ef[_0x472881(_0x1a7af5._0x830423)]());
|
|
2261
|
+
} catch (_0x153b29) {
|
|
2262
|
+
return textResult(_0x153b29 instanceof Error ? _0x153b29[_0x472881(_0x1a7af5._0x58a319)] : _0x472881(0x2c6), !![]);
|
|
2258
2263
|
}
|
|
2259
|
-
}),
|
|
2260
|
-
'channel':
|
|
2261
|
-
'status':
|
|
2262
|
-
|
|
2264
|
+
}), _0x31dded[_0x27309a(0x1cc)](_0x27309a(_0x23408c._0x39435f), _0x27309a(_0x23408c._0x4d3a92), {
|
|
2265
|
+
'channel': _0x211260['string'](),
|
|
2266
|
+
'status': _0x211260[_0x27309a(_0x23408c._0x5a26c8)]([
|
|
2267
|
+
_0x27309a(_0x23408c._0x238d79),
|
|
2263
2268
|
'in_progress',
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
])[
|
|
2267
|
-
}, async
|
|
2268
|
-
const
|
|
2269
|
+
_0x27309a(0x284),
|
|
2270
|
+
_0x27309a(0x2b0)
|
|
2271
|
+
])[_0x27309a(_0x23408c._0x3e48fb)]()
|
|
2272
|
+
}, async _0x1a613e => {
|
|
2273
|
+
const _0xb36576 = _0x27309a;
|
|
2269
2274
|
try {
|
|
2270
|
-
return textResult(await
|
|
2271
|
-
} catch (
|
|
2272
|
-
return textResult(
|
|
2275
|
+
return textResult(await _0x35d6ef['list_tasks'](_0x1a613e));
|
|
2276
|
+
} catch (_0x4db6a1) {
|
|
2277
|
+
return textResult(_0x4db6a1 instanceof Error ? _0x4db6a1[_0xb36576(_0x5ec8be._0x24836f)] : 'list_tasks\x20failed', !![]);
|
|
2273
2278
|
}
|
|
2274
|
-
}),
|
|
2275
|
-
'channel':
|
|
2276
|
-
'idempotency_key':
|
|
2277
|
-
'tasks':
|
|
2278
|
-
'title':
|
|
2279
|
-
'description':
|
|
2280
|
-
'priority':
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
])[
|
|
2279
|
+
}), _0x31dded[_0x27309a(0x1cc)](_0x27309a(_0x23408c._0x2c0e58), _0x27309a(_0x23408c._0x36d098), {
|
|
2280
|
+
'channel': _0x211260[_0x27309a(_0x23408c._0x288cab)](),
|
|
2281
|
+
'idempotency_key': _0x211260['string']()['optional'](),
|
|
2282
|
+
'tasks': _0x211260[_0x27309a(0x25e)](_0x211260[_0x27309a(0x288)]({
|
|
2283
|
+
'title': _0x211260[_0x27309a(0x275)](),
|
|
2284
|
+
'description': _0x211260[_0x27309a(0x275)]()[_0x27309a(_0x23408c._0x43a336)](),
|
|
2285
|
+
'priority': _0x211260[_0x27309a(_0x23408c._0x35c9d0)]([
|
|
2286
|
+
_0x27309a(0x256),
|
|
2287
|
+
_0x27309a(0x201),
|
|
2288
|
+
'high',
|
|
2289
|
+
'urgent'
|
|
2290
|
+
])['optional']()
|
|
2286
2291
|
}))
|
|
2287
|
-
}, async
|
|
2288
|
-
const
|
|
2292
|
+
}, async _0x4f1279 => {
|
|
2293
|
+
const _0x33d568 = _0x27309a;
|
|
2289
2294
|
try {
|
|
2290
|
-
return textResult(await
|
|
2291
|
-
} catch (
|
|
2292
|
-
return textResult(
|
|
2295
|
+
return textResult(await _0x35d6ef['create_tasks'](_0x4f1279));
|
|
2296
|
+
} catch (_0x11f558) {
|
|
2297
|
+
return textResult(_0x11f558 instanceof Error ? _0x11f558['message'] : _0x33d568(_0x430b7d._0x28fcf2), !![]);
|
|
2293
2298
|
}
|
|
2294
|
-
}),
|
|
2295
|
-
'channel':
|
|
2296
|
-
'task_numbers':
|
|
2297
|
-
'subtask_numbers':
|
|
2298
|
-
'message_ids':
|
|
2299
|
-
'evidence':
|
|
2300
|
-
'create_thread':
|
|
2301
|
-
'create_task':
|
|
2302
|
-
}))[
|
|
2303
|
-
'idempotency_key':
|
|
2304
|
-
}, async
|
|
2305
|
-
const
|
|
2299
|
+
}), _0x31dded['tool'](_0x27309a(0x2ea), _0x27309a(_0x23408c._0x1abaca), {
|
|
2300
|
+
'channel': _0x211260[_0x27309a(0x275)](),
|
|
2301
|
+
'task_numbers': _0x211260[_0x27309a(_0x23408c._0x4568cf)](_0x211260['number']())[_0x27309a(_0x23408c._0x5d4c92)](),
|
|
2302
|
+
'subtask_numbers': _0x211260[_0x27309a(0x25e)](_0x211260[_0x27309a(0x273)]())['optional'](),
|
|
2303
|
+
'message_ids': _0x211260[_0x27309a(_0x23408c._0x4b2bf1)](_0x211260[_0x27309a(0x275)]())['optional'](),
|
|
2304
|
+
'evidence': _0x211260[_0x27309a(0x1bb)](_0x211260['string'](), _0x211260[_0x27309a(0x288)]({
|
|
2305
|
+
'create_thread': _0x211260['unknown']()[_0x27309a(_0x23408c._0x1e53e7)](),
|
|
2306
|
+
'create_task': _0x211260[_0x27309a(0x2e5)]()[_0x27309a(0x269)]()
|
|
2307
|
+
}))[_0x27309a(_0x23408c._0x1d6c33)](),
|
|
2308
|
+
'idempotency_key': _0x211260['string']()[_0x27309a(0x269)]()
|
|
2309
|
+
}, async _0xd6e8bd => {
|
|
2310
|
+
const _0x522a5e = _0x27309a;
|
|
2306
2311
|
try {
|
|
2307
|
-
return textResult(await
|
|
2308
|
-
} catch (
|
|
2309
|
-
return textResult(
|
|
2312
|
+
return textResult(await _0x35d6ef[_0x522a5e(0x2ea)](_0xd6e8bd));
|
|
2313
|
+
} catch (_0x4fdd67) {
|
|
2314
|
+
return textResult(_0x4fdd67 instanceof Error ? _0x4fdd67[_0x522a5e(_0x788c94._0xab3da8)] : _0x522a5e(_0x788c94._0x38d28a), !![]);
|
|
2310
2315
|
}
|
|
2311
|
-
}),
|
|
2312
|
-
'channel':
|
|
2313
|
-
'task_number':
|
|
2314
|
-
'subtask_number':
|
|
2315
|
-
'idempotency_key':
|
|
2316
|
-
}, async
|
|
2317
|
-
const
|
|
2316
|
+
}), _0x31dded[_0x27309a(0x1cc)](_0x27309a(_0x23408c._0x392403), _0x27309a(0x2fa), {
|
|
2317
|
+
'channel': _0x211260[_0x27309a(_0x23408c._0x4f4c8f)](),
|
|
2318
|
+
'task_number': _0x211260[_0x27309a(0x273)](),
|
|
2319
|
+
'subtask_number': _0x211260['number']()[_0x27309a(_0x23408c._0x2a0bbb)](),
|
|
2320
|
+
'idempotency_key': _0x211260[_0x27309a(_0x23408c._0x40c555)]()[_0x27309a(_0x23408c._0x15f5da)]()
|
|
2321
|
+
}, async _0x2e7d86 => {
|
|
2322
|
+
const _0x4d288c = _0x27309a;
|
|
2318
2323
|
try {
|
|
2319
|
-
return textResult(await
|
|
2320
|
-
} catch (
|
|
2321
|
-
return textResult(
|
|
2324
|
+
return textResult(await _0x35d6ef[_0x4d288c(_0x2d789d._0x50e9fe)](_0x2e7d86));
|
|
2325
|
+
} catch (_0x4652f9) {
|
|
2326
|
+
return textResult(_0x4652f9 instanceof Error ? _0x4652f9[_0x4d288c(0x213)] : _0x4d288c(0x203), !![]);
|
|
2322
2327
|
}
|
|
2323
|
-
}),
|
|
2324
|
-
'channel':
|
|
2325
|
-
'task_number':
|
|
2326
|
-
'subtask_number':
|
|
2327
|
-
'status':
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2328
|
+
}), _0x31dded[_0x27309a(0x1cc)](_0x27309a(_0x23408c._0x5af0ad), 'Update\x20task\x20status\x20by\x20channel\x20and\x20task\x20number.\x20For\x20subtasks,\x20also\x20pass\x20subtask_number.\x20When\x20moving\x20work\x20to\x20in_review,\x20check\x20your\x20memory\x20or\x20channel\x20rules\x20and\x20send\x20a\x20reviewer\x20mention\x20yourself\x20when\x20appropriate.', {
|
|
2329
|
+
'channel': _0x211260[_0x27309a(0x275)](),
|
|
2330
|
+
'task_number': _0x211260[_0x27309a(0x273)](),
|
|
2331
|
+
'subtask_number': _0x211260[_0x27309a(_0x23408c._0x236845)]()['optional'](),
|
|
2332
|
+
'status': _0x211260['enum']([
|
|
2333
|
+
_0x27309a(0x308),
|
|
2334
|
+
_0x27309a(0x260),
|
|
2335
|
+
_0x27309a(0x284),
|
|
2336
|
+
'done'
|
|
2332
2337
|
]),
|
|
2333
|
-
'idempotency_key':
|
|
2334
|
-
}, async
|
|
2335
|
-
const
|
|
2338
|
+
'idempotency_key': _0x211260[_0x27309a(_0x23408c._0x4abe8b)]()[_0x27309a(_0x23408c._0x3e48fb)]()
|
|
2339
|
+
}, async _0x299e92 => {
|
|
2340
|
+
const _0x1c7ab1 = _0x27309a;
|
|
2336
2341
|
try {
|
|
2337
|
-
return textResult(await
|
|
2338
|
-
} catch (
|
|
2339
|
-
return textResult(
|
|
2342
|
+
return textResult(await _0x35d6ef[_0x1c7ab1(_0x1bed39._0x5209e7)](_0x299e92));
|
|
2343
|
+
} catch (_0x2dcbb0) {
|
|
2344
|
+
return textResult(_0x2dcbb0 instanceof Error ? _0x2dcbb0[_0x1c7ab1(_0x1bed39._0x2fc813)] : _0x1c7ab1(0x2c5), !![]);
|
|
2340
2345
|
}
|
|
2341
|
-
}),
|
|
2342
|
-
'channel':
|
|
2343
|
-
'file_path':
|
|
2344
|
-
}, async
|
|
2345
|
-
const
|
|
2346
|
+
}), _0x31dded[_0x27309a(_0x23408c._0x37972f)]('upload_file', _0x27309a(0x2e8), {
|
|
2347
|
+
'channel': _0x211260[_0x27309a(0x275)](),
|
|
2348
|
+
'file_path': _0x211260['string']()
|
|
2349
|
+
}, async _0x2c9c59 => {
|
|
2350
|
+
const _0x7f6aba = _0x27309a;
|
|
2346
2351
|
try {
|
|
2347
|
-
return textResult(await
|
|
2348
|
-
} catch (
|
|
2349
|
-
return textResult(
|
|
2352
|
+
return textResult(await _0x35d6ef['upload_file'](_0x2c9c59));
|
|
2353
|
+
} catch (_0x46c95c) {
|
|
2354
|
+
return textResult(_0x46c95c instanceof Error ? _0x46c95c[_0x7f6aba(0x213)] : 'upload_file\x20failed', !![]);
|
|
2350
2355
|
}
|
|
2351
|
-
}),
|
|
2352
|
-
const
|
|
2356
|
+
}), _0x31dded['tool'](_0x27309a(_0x23408c._0x61ea4d), _0x27309a(_0x23408c._0x17bc0c), { 'attachment_id': _0x211260[_0x27309a(0x275)]() }, async _0x11f392 => {
|
|
2357
|
+
const _0x2ee55a = _0x27309a;
|
|
2353
2358
|
try {
|
|
2354
|
-
return textResult(await
|
|
2355
|
-
} catch (
|
|
2356
|
-
return textResult(
|
|
2359
|
+
return textResult(await _0x35d6ef['view_file'](_0x11f392));
|
|
2360
|
+
} catch (_0x12ae5f) {
|
|
2361
|
+
return textResult(_0x12ae5f instanceof Error ? _0x12ae5f[_0x2ee55a(_0x949cc9._0x4f33c5)] : _0x2ee55a(_0x949cc9._0x5c8e3a), !![]);
|
|
2357
2362
|
}
|
|
2358
|
-
}),
|
|
2359
|
-
const
|
|
2363
|
+
}), _0x31dded[_0x27309a(_0x23408c._0x5a0ab0)](_0x27309a(_0x23408c._0x525da1), _0x27309a(0x2c1), { 'work_key': _0x211260[_0x27309a(_0x23408c._0x288cab)]() }, async _0x115bd5 => {
|
|
2364
|
+
const _0x3b53de = _0x27309a;
|
|
2360
2365
|
try {
|
|
2361
|
-
return textResult(await
|
|
2362
|
-
} catch (
|
|
2363
|
-
return textResult(
|
|
2366
|
+
return textResult(await _0x35d6ef[_0x3b53de(0x283)](_0x115bd5));
|
|
2367
|
+
} catch (_0x4b333a) {
|
|
2368
|
+
return textResult(_0x4b333a instanceof Error ? _0x4b333a[_0x3b53de(0x213)] : _0x3b53de(0x271), !![]);
|
|
2364
2369
|
}
|
|
2365
|
-
}),
|
|
2366
|
-
const
|
|
2370
|
+
}), _0x31dded[_0x27309a(0x1cc)](_0x27309a(0x29a), _0x27309a(0x25c), { 'work_key': _0x211260['string']() }, async _0x1ca47e => {
|
|
2371
|
+
const _0x196c59 = _0x27309a;
|
|
2367
2372
|
try {
|
|
2368
|
-
return textResult(await
|
|
2369
|
-
} catch (
|
|
2370
|
-
return textResult(
|
|
2373
|
+
return textResult(await _0x35d6ef[_0x196c59(0x29a)](_0x1ca47e));
|
|
2374
|
+
} catch (_0x32a633) {
|
|
2375
|
+
return textResult(_0x32a633 instanceof Error ? _0x32a633[_0x196c59(0x213)] : _0x196c59(0x1ef), !![]);
|
|
2371
2376
|
}
|
|
2372
|
-
}), !
|
|
2373
|
-
'work_key':
|
|
2374
|
-
'reason':
|
|
2375
|
-
}, async
|
|
2376
|
-
const
|
|
2377
|
+
}), !_0x2724f5?.[_0x27309a(0x1a8)] && _0x31dded['tool'](_0x27309a(0x1a9), _0x27309a(0x227), {
|
|
2378
|
+
'work_key': _0x211260[_0x27309a(_0x23408c._0xcd4db9)](),
|
|
2379
|
+
'reason': _0x211260[_0x27309a(_0x23408c._0x5d556f)]()
|
|
2380
|
+
}, async _0x45ab8a => {
|
|
2381
|
+
const _0x1acfbc = _0x27309a;
|
|
2377
2382
|
try {
|
|
2378
|
-
return textResult(await
|
|
2379
|
-
} catch (
|
|
2380
|
-
return textResult(
|
|
2383
|
+
return textResult(await _0x35d6ef[_0x1acfbc(0x1a9)](_0x45ab8a));
|
|
2384
|
+
} catch (_0x35299b) {
|
|
2385
|
+
return textResult(_0x35299b instanceof Error ? _0x35299b[_0x1acfbc(0x213)] : _0x1acfbc(0x26a), !![]);
|
|
2381
2386
|
}
|
|
2382
|
-
}),
|
|
2383
|
-
const
|
|
2387
|
+
}), _0x2724f5?.['workerMode'] && _0x31dded['tool'](_0x27309a(0x305), _0x27309a(_0x23408c._0x227ac3), { 'work_key': _0x211260[_0x27309a(0x275)]() }, async _0x4a56e5 => {
|
|
2388
|
+
const _0x48a85e = _0x27309a;
|
|
2384
2389
|
try {
|
|
2385
|
-
return textResult(await
|
|
2386
|
-
} catch (
|
|
2387
|
-
return textResult(
|
|
2390
|
+
return textResult(await _0x35d6ef[_0x48a85e(0x305)](_0x4a56e5));
|
|
2391
|
+
} catch (_0x314d01) {
|
|
2392
|
+
return textResult(_0x314d01 instanceof Error ? _0x314d01[_0x48a85e(_0x204a04._0x31f08c)] : _0x48a85e(0x20e), !![]);
|
|
2388
2393
|
}
|
|
2389
2394
|
});
|
|
2390
2395
|
}
|
|
2391
|
-
async function createChatBridgeServer(
|
|
2392
|
-
const
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
},
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
return await registerChatBridgeTools(_0x1f0b1f, _0x186a3d, { 'workerMode': _0x161b13[_0x48fb6a(0x7a)] }), {
|
|
2400
|
-
'handlers': _0x186a3d,
|
|
2401
|
-
'server': _0x1f0b1f
|
|
2396
|
+
async function createChatBridgeServer(_0x18a315) {
|
|
2397
|
+
const _0x20a859 = _0x38edd3, {McpServer: _0x489688} = await import('@modelcontextprotocol/sdk/server/mcp.js'), _0x2d7901 = new _0x489688({
|
|
2398
|
+
'name': _0x20a859(0x2b3),
|
|
2399
|
+
'version': '0.0.0'
|
|
2400
|
+
}), _0x52662f = createChatBridgeHandlers(_0x18a315);
|
|
2401
|
+
return await registerChatBridgeTools(_0x2d7901, _0x52662f, { 'workerMode': _0x18a315['workerMode'] }), {
|
|
2402
|
+
'handlers': _0x52662f,
|
|
2403
|
+
'server': _0x2d7901
|
|
2402
2404
|
};
|
|
2403
2405
|
}
|
|
2404
|
-
function readFlag(
|
|
2405
|
-
const
|
|
2406
|
-
if (
|
|
2406
|
+
function readFlag(_0x59236f, _0x42478c) {
|
|
2407
|
+
const _0x310f76 = { _0x409e44: 0x295 }, _0x5af412 = _0x38edd3, _0x4960ce = _0x59236f[_0x5af412(_0x310f76._0x409e44)](_0x42478c);
|
|
2408
|
+
if (_0x4960ce === -0x1)
|
|
2407
2409
|
return void 0x0;
|
|
2408
|
-
return
|
|
2410
|
+
return _0x59236f[_0x4960ce + 0x1];
|
|
2409
2411
|
}
|
|
2410
|
-
function parseChatBridgeArgs(
|
|
2411
|
-
const
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2412
|
+
function parseChatBridgeArgs(_0x52d681) {
|
|
2413
|
+
const _0x1c776a = {
|
|
2414
|
+
_0x2521b8: 0x22c,
|
|
2415
|
+
_0x104a53: 0x1f4,
|
|
2416
|
+
_0xec40bc: 0x233,
|
|
2417
|
+
_0x591bb5: 0x28b,
|
|
2418
|
+
_0x119d78: 0x1c4,
|
|
2419
|
+
_0x2f9e9d: 0x1b7,
|
|
2420
|
+
_0x4bc524: 0x25f,
|
|
2421
|
+
_0x39688f: 0x29d,
|
|
2422
|
+
_0x74d4f4: 0x249,
|
|
2423
|
+
_0x5c872b: 0x32f,
|
|
2424
|
+
_0x5e88d8: 0x218,
|
|
2425
|
+
_0x56c452: 0x248
|
|
2426
|
+
}, _0x3d7814 = _0x38edd3, _0x2ca039 = readFlag(_0x52d681, _0x3d7814(_0x1c776a._0x2521b8)), _0x5d668d = readFlag(_0x52d681, '--attachment-cache-dir'), _0x1c1ee4 = readFlag(_0x52d681, _0x3d7814(_0x1c776a._0x104a53)), _0x458fff = readFlag(_0x52d681, _0x3d7814(_0x1c776a._0xec40bc)), _0x23d716 = readFlag(_0x52d681, _0x3d7814(0x22e)) ?? _0x3d7814(0x2ad), _0x5b4984 = readFlag(_0x52d681, _0x3d7814(_0x1c776a._0x591bb5)), _0x4a0132 = readFlag(_0x52d681, _0x3d7814(_0x1c776a._0x119d78)), _0x29e58e = readFlag(_0x52d681, _0x3d7814(_0x1c776a._0x2f9e9d)), _0x3d60c7 = readFlag(_0x52d681, _0x3d7814(_0x1c776a._0x4bc524)), _0xae56c6 = readFlag(_0x52d681, '--worker-thread-target'), _0x5da2ef = _0x52d681[_0x3d7814(_0x1c776a._0x39688f)](_0x3d7814(_0x1c776a._0x74d4f4)), _0x17f699 = _0x458fff === void 0x0 ? void 0x0 : Number[_0x3d7814(0x26f)](_0x458fff, 0xa);
|
|
2427
|
+
if (!_0x2ca039)
|
|
2428
|
+
throw new Error(_0x3d7814(_0x1c776a._0x5c872b));
|
|
2429
|
+
if (!_0x1c1ee4)
|
|
2430
|
+
throw new Error(_0x3d7814(_0x1c776a._0x5e88d8));
|
|
2431
|
+
if (_0x458fff !== void 0x0 && (_0x17f699 === void 0x0 || !Number[_0x3d7814(0x309)](_0x17f699) || _0x17f699 < 0x0))
|
|
2432
|
+
throw new Error(_0x3d7814(_0x1c776a._0x56c452));
|
|
2425
2433
|
return {
|
|
2426
|
-
'agentId':
|
|
2427
|
-
'attachmentCacheDir':
|
|
2428
|
-
'daemonApiKey':
|
|
2429
|
-
'daemonLocalUrl':
|
|
2430
|
-
'initialLastSeenSeq':
|
|
2431
|
-
'sessionId':
|
|
2432
|
-
'serverUrl':
|
|
2433
|
-
'workerModeEnabled':
|
|
2434
|
-
'workerSessionId':
|
|
2435
|
-
'workerThreadTarget':
|
|
2436
|
-
'workerMode':
|
|
2434
|
+
'agentId': _0x2ca039,
|
|
2435
|
+
'attachmentCacheDir': _0x5d668d,
|
|
2436
|
+
'daemonApiKey': _0x1c1ee4,
|
|
2437
|
+
'daemonLocalUrl': _0x5b4984,
|
|
2438
|
+
'initialLastSeenSeq': _0x17f699,
|
|
2439
|
+
'sessionId': _0x4a0132,
|
|
2440
|
+
'serverUrl': _0x23d716,
|
|
2441
|
+
'workerModeEnabled': _0x29e58e === void 0x0 ? void 0x0 : _0x29e58e !== _0x3d7814(0x234),
|
|
2442
|
+
'workerSessionId': _0x3d60c7,
|
|
2443
|
+
'workerThreadTarget': _0xae56c6,
|
|
2444
|
+
'workerMode': _0x5da2ef
|
|
2437
2445
|
};
|
|
2438
2446
|
}
|
|
2439
|
-
async function runChatBridgeCli(
|
|
2440
|
-
const
|
|
2441
|
-
'agentId':
|
|
2442
|
-
'attachmentCache':
|
|
2443
|
-
'client':
|
|
2444
|
-
'daemonLocalUrl':
|
|
2447
|
+
async function runChatBridgeCli(_0x434e41) {
|
|
2448
|
+
const _0x25ebf5 = { _0x480d4e: 0x299 }, _0x27fd8e = _0x38edd3, _0x452107 = parseChatBridgeArgs(_0x434e41), {StdioServerTransport: _0x139f72} = await import(_0x27fd8e(0x264)), _0x5a0485 = createInternalAgentClient(_0x452107), _0x39df89 = createAttachmentCache({ 'cacheDir': _0x452107[_0x27fd8e(0x1ce)] }), _0x151aa9 = await createChatBridgeServer({
|
|
2449
|
+
'agentId': _0x452107[_0x27fd8e(0x1ec)],
|
|
2450
|
+
'attachmentCache': _0x39df89,
|
|
2451
|
+
'client': _0x5a0485,
|
|
2452
|
+
'daemonLocalUrl': _0x452107['daemonLocalUrl'],
|
|
2445
2453
|
'uploadPreparer': prepareUploadFile,
|
|
2446
|
-
'workerModeEnabled':
|
|
2447
|
-
'workerMode':
|
|
2448
|
-
'workerThreadTarget':
|
|
2454
|
+
'workerModeEnabled': _0x452107[_0x27fd8e(_0x25ebf5._0x480d4e)],
|
|
2455
|
+
'workerMode': _0x452107[_0x27fd8e(0x1a8)],
|
|
2456
|
+
'workerThreadTarget': _0x452107[_0x27fd8e(0x1e1)]
|
|
2449
2457
|
});
|
|
2450
|
-
await
|
|
2458
|
+
await _0x151aa9[_0x27fd8e(0x1e7)][_0x27fd8e(0x28c)](new _0x139f72());
|
|
2451
2459
|
}
|
|
2452
|
-
var executedAsEntry = process[
|
|
2453
|
-
executedAsEntry && await runChatBridgeCli(process[
|
|
2460
|
+
var executedAsEntry = process[_0x38edd3(0x304)][0x1] ? import.meta.url === pathToFileURL(process[_0x38edd3(0x304)][0x1])[_0x38edd3(0x2cb)] : ![];
|
|
2461
|
+
executedAsEntry && await runChatBridgeCli(process[_0x38edd3(0x304)]['slice'](0x2));
|
|
2454
2462
|
export {
|
|
2455
2463
|
createChatBridgeHandlers,
|
|
2456
2464
|
createChatBridgeServer,
|