@dscord/daemon 0.1.73 → 0.1.75
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 +2015 -2019
- package/dist/index.js +10174 -10188
- package/package.json +1 -1
package/dist/chat-bridge.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
const
|
|
2
|
-
(function (
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
},
|
|
1
|
+
const _0x5468a7 = _0x226b;
|
|
2
|
+
(function (_0x3f52e9, _0x4be035) {
|
|
3
|
+
const _0x1b504b = {
|
|
4
|
+
_0x3242dd: 0x23e,
|
|
5
|
+
_0x21f724: 0x1d8,
|
|
6
|
+
_0x19c3c7: 0x242
|
|
7
|
+
}, _0x3bc63d = _0x226b, _0x2efeff = _0x3f52e9();
|
|
8
8
|
while (!![]) {
|
|
9
9
|
try {
|
|
10
|
-
const
|
|
11
|
-
if (
|
|
10
|
+
const _0x276a0f = parseInt(_0x3bc63d(0x203)) / 0x1 * (parseInt(_0x3bc63d(0x24e)) / 0x2) + parseInt(_0x3bc63d(_0x1b504b._0x3242dd)) / 0x3 + -parseInt(_0x3bc63d(0x194)) / 0x4 + -parseInt(_0x3bc63d(_0x1b504b._0x21f724)) / 0x5 * (-parseInt(_0x3bc63d(0x282)) / 0x6) + parseInt(_0x3bc63d(0x273)) / 0x7 + parseInt(_0x3bc63d(_0x1b504b._0x19c3c7)) / 0x8 * (parseInt(_0x3bc63d(0x268)) / 0x9) + -parseInt(_0x3bc63d(0x20c)) / 0xa;
|
|
11
|
+
if (_0x276a0f === _0x4be035)
|
|
12
12
|
break;
|
|
13
13
|
else
|
|
14
|
-
|
|
15
|
-
} catch (
|
|
16
|
-
|
|
14
|
+
_0x2efeff['push'](_0x2efeff['shift']());
|
|
15
|
+
} catch (_0xf82fd9) {
|
|
16
|
+
_0x2efeff['push'](_0x2efeff['shift']());
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
}(
|
|
19
|
+
}(_0x565a, 0x7e5b0));
|
|
20
20
|
import { pathToFileURL } from 'node:url';
|
|
21
21
|
import {
|
|
22
22
|
mkdir,
|
|
@@ -26,83 +26,75 @@ import {
|
|
|
26
26
|
writeFile
|
|
27
27
|
} from 'node:fs/promises';
|
|
28
28
|
import { homedir } from 'node:os';
|
|
29
|
-
import
|
|
29
|
+
import _0x1af049 from 'node:path';
|
|
30
30
|
var DEFAULT_MAX_FILE_SIZE = 0x64 * 0x400 * 0x400, MIME_BY_EXTENSION = {
|
|
31
|
-
'.csv':
|
|
32
|
-
'.gif':
|
|
33
|
-
'.jpeg':
|
|
34
|
-
'.jpg':
|
|
35
|
-
'.json':
|
|
36
|
-
'.md':
|
|
37
|
-
'.pdf':
|
|
38
|
-
'.png':
|
|
39
|
-
'.svg':
|
|
40
|
-
'.txt':
|
|
41
|
-
'.webp':
|
|
42
|
-
'.xml':
|
|
43
|
-
'.zip':
|
|
31
|
+
'.csv': _0x5468a7(0x1e6),
|
|
32
|
+
'.gif': _0x5468a7(0x1c2),
|
|
33
|
+
'.jpeg': _0x5468a7(0x1c5),
|
|
34
|
+
'.jpg': 'image/jpeg',
|
|
35
|
+
'.json': _0x5468a7(0x2ae),
|
|
36
|
+
'.md': _0x5468a7(0x2bc),
|
|
37
|
+
'.pdf': _0x5468a7(0x171),
|
|
38
|
+
'.png': _0x5468a7(0x2b1),
|
|
39
|
+
'.svg': _0x5468a7(0x1bf),
|
|
40
|
+
'.txt': _0x5468a7(0x2ac),
|
|
41
|
+
'.webp': _0x5468a7(0x252),
|
|
42
|
+
'.xml': _0x5468a7(0x16a),
|
|
43
|
+
'.zip': _0x5468a7(0x164)
|
|
44
44
|
};
|
|
45
|
-
function guessContentType(
|
|
46
|
-
const
|
|
47
|
-
return MIME_BY_EXTENSION[
|
|
45
|
+
function guessContentType(_0x540b3d) {
|
|
46
|
+
const _0x49f7e1 = { _0x13f088: 0x1ab }, _0x2d993b = _0x5468a7;
|
|
47
|
+
return MIME_BY_EXTENSION[_0x1af049[_0x2d993b(_0x49f7e1._0x13f088)](_0x540b3d)[_0x2d993b(0x27c)]()] ?? _0x2d993b(0x267);
|
|
48
48
|
}
|
|
49
|
-
function safeFilename(
|
|
50
|
-
const
|
|
51
|
-
return
|
|
49
|
+
function safeFilename(_0x5e34b9) {
|
|
50
|
+
const _0x29d961 = { _0x5bfc4c: 0x24c }, _0x2d707f = _0x5468a7;
|
|
51
|
+
return _0x5e34b9[_0x2d707f(_0x29d961._0x5bfc4c)](/[\\/]/g, '-');
|
|
52
52
|
}
|
|
53
|
-
function extensionFor(
|
|
54
|
-
const
|
|
55
|
-
return
|
|
53
|
+
function extensionFor(_0x4925f5) {
|
|
54
|
+
const _0x3b7f11 = { _0xbd61bd: 0x20b }, _0xffc77a = _0x5468a7, _0x4562ad = Object['entries'](MIME_BY_EXTENSION)[_0xffc77a(_0x3b7f11._0xbd61bd)](([, _0x57d002]) => _0x57d002 === _0x4925f5);
|
|
55
|
+
return _0x4562ad?.[0x0] ?? _0xffc77a(0x243);
|
|
56
56
|
}
|
|
57
|
-
async function prepareUploadFile(
|
|
58
|
-
const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
throw new Error(_0x365eb4(_0x13f988._0x4c8842) + _0x3c5f8b[_0x365eb4(0x15d)]);
|
|
73
|
-
const _0x100783 = await readFile(_0x54e966), _0x312088 = _0x333a00['basename'](_0x54e966);
|
|
57
|
+
async function prepareUploadFile(_0x425e72, _0x916214 = {}) {
|
|
58
|
+
const _0x31e0f8 = {
|
|
59
|
+
_0x5455db: 0x20f,
|
|
60
|
+
_0x24aacf: 0x1ae,
|
|
61
|
+
_0x496a3f: 0x1af
|
|
62
|
+
}, _0x3f4c40 = _0x5468a7;
|
|
63
|
+
if (!_0x1af049['isAbsolute'](_0x425e72))
|
|
64
|
+
throw new Error('file_path\x20must\x20be\x20an\x20absolute\x20path');
|
|
65
|
+
const _0x2be0ed = await stat(_0x425e72)['catch'](() => null);
|
|
66
|
+
if (!_0x2be0ed || !_0x2be0ed[_0x3f4c40(0x286)]())
|
|
67
|
+
throw new Error('File\x20not\x20found:\x20' + _0x425e72);
|
|
68
|
+
const _0x1ead56 = _0x916214[_0x3f4c40(_0x31e0f8._0x5455db)] ?? DEFAULT_MAX_FILE_SIZE;
|
|
69
|
+
if (_0x2be0ed[_0x3f4c40(_0x31e0f8._0x24aacf)] > _0x1ead56)
|
|
70
|
+
throw new Error(_0x3f4c40(0x23d) + _0x2be0ed[_0x3f4c40(0x1ae)]);
|
|
71
|
+
const _0x2f4659 = await readFile(_0x425e72), _0x4843e3 = _0x1af049['basename'](_0x425e72);
|
|
74
72
|
return {
|
|
75
|
-
'contentBase64':
|
|
76
|
-
'contentType': guessContentType(
|
|
77
|
-
'filename':
|
|
78
|
-
'sizeBytes':
|
|
73
|
+
'contentBase64': _0x2f4659[_0x3f4c40(0x27b)](_0x3f4c40(_0x31e0f8._0x496a3f)),
|
|
74
|
+
'contentType': guessContentType(_0x4843e3),
|
|
75
|
+
'filename': _0x4843e3,
|
|
76
|
+
'sizeBytes': _0x2be0ed[_0x3f4c40(0x1ae)]
|
|
79
77
|
};
|
|
80
78
|
}
|
|
81
|
-
function createAttachmentCache(
|
|
82
|
-
const
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
_0x94b030: 0x16c,
|
|
88
|
-
_0x491cdf: 0x237
|
|
89
|
-
}, _0x1f9048 = {
|
|
90
|
-
_0x5b6e41: 0x1b4,
|
|
91
|
-
_0x43324e: 0x237
|
|
92
|
-
}, _0x4bb210 = _0x2e359a, _0x4d6774 = _0x20b525[_0x4bb210(0xe7)] ?? _0x333a00[_0x4bb210(_0x16e2b1._0x4f9e3a)](homedir(), _0x4bb210(_0x16e2b1._0x16161b), _0x4bb210(0x176));
|
|
79
|
+
function createAttachmentCache(_0x5d03fe = {}) {
|
|
80
|
+
const _0xc48a24 = { _0x45002b: 0x28a }, _0x55e85c = {
|
|
81
|
+
_0x460dce: 0x1b1,
|
|
82
|
+
_0x4041ed: 0x1b1,
|
|
83
|
+
_0x54ee05: 0x18b
|
|
84
|
+
}, _0x34436e = { _0x2ae930: 0x28a }, _0x1d810f = _0x5468a7, _0x57527e = _0x5d03fe[_0x1d810f(0x2c7)] ?? _0x1af049[_0x1d810f(_0xc48a24._0x45002b)](homedir(), '.dscord', _0x1d810f(0x275));
|
|
93
85
|
return {
|
|
94
|
-
'cacheDir':
|
|
95
|
-
async 'findCachedPath'(
|
|
96
|
-
const
|
|
97
|
-
await mkdir(
|
|
98
|
-
const
|
|
99
|
-
return
|
|
86
|
+
'cacheDir': _0x57527e,
|
|
87
|
+
async 'findCachedPath'(_0x4a2337) {
|
|
88
|
+
const _0x214ed4 = _0x1d810f;
|
|
89
|
+
await mkdir(_0x57527e, { 'recursive': !![] });
|
|
90
|
+
const _0x316e4c = await readdir(_0x57527e), _0x7677c8 = _0x316e4c[_0x214ed4(0x20b)](_0x36ede6 => _0x36ede6[_0x214ed4(0x2a6)](_0x4a2337 + '-') || _0x36ede6[_0x214ed4(0x2a6)](_0x4a2337));
|
|
91
|
+
return _0x7677c8 ? _0x1af049[_0x214ed4(_0x34436e._0x2ae930)](_0x57527e, _0x7677c8) : null;
|
|
100
92
|
},
|
|
101
|
-
async 'save'(
|
|
102
|
-
const
|
|
103
|
-
await mkdir(
|
|
104
|
-
const
|
|
105
|
-
return await writeFile(
|
|
93
|
+
async 'save'(_0x461891) {
|
|
94
|
+
const _0x672eca = _0x1d810f;
|
|
95
|
+
await mkdir(_0x57527e, { 'recursive': !![] });
|
|
96
|
+
const _0x358f44 = _0x461891[_0x672eca(_0x55e85c._0x460dce)]?.[_0x672eca(0x2be)]() ? safeFilename(_0x461891[_0x672eca(_0x55e85c._0x4041ed)]) : '' + _0x461891[_0x672eca(0x2a3)] + extensionFor(_0x461891[_0x672eca(0x2de)]), _0x18c0df = _0x1af049[_0x672eca(0x28a)](_0x57527e, _0x461891[_0x672eca(0x2a3)] + '-' + _0x358f44);
|
|
97
|
+
return await writeFile(_0x18c0df, _0x461891[_0x672eca(_0x55e85c._0x54ee05)]), _0x18c0df;
|
|
106
98
|
}
|
|
107
99
|
};
|
|
108
100
|
}
|
|
@@ -110,2339 +102,2343 @@ import {
|
|
|
110
102
|
createHash,
|
|
111
103
|
randomUUID
|
|
112
104
|
} from 'node:crypto';
|
|
113
|
-
var UNSUPPORTED_TARGET_MESSAGE =
|
|
114
|
-
function ensureSegment(
|
|
115
|
-
const
|
|
116
|
-
|
|
117
|
-
_0x505492: 0x24b
|
|
118
|
-
}, _0x4ef9d4 = _0x2e359a, _0x391b3a = _0x300337[_0x4ef9d4(_0x3f99d4._0x4c4f88)]();
|
|
119
|
-
if (!_0x391b3a || _0x391b3a[_0x4ef9d4(_0x3f99d4._0x505492)](':'))
|
|
105
|
+
var UNSUPPORTED_TARGET_MESSAGE = _0x5468a7(0x20d);
|
|
106
|
+
function ensureSegment(_0x5d467f) {
|
|
107
|
+
const _0x1867c4 = _0x5468a7, _0x303716 = _0x5d467f['trim']();
|
|
108
|
+
if (!_0x303716 || _0x303716[_0x1867c4(0x2c0)](':'))
|
|
120
109
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
121
|
-
return
|
|
110
|
+
return _0x303716;
|
|
122
111
|
}
|
|
123
|
-
function parseThreadParts(
|
|
124
|
-
const
|
|
125
|
-
|
|
112
|
+
function parseThreadParts(_0x3adc21) {
|
|
113
|
+
const _0x2d7f0c = {
|
|
114
|
+
_0x2ee86e: 0x20a,
|
|
115
|
+
_0x585911: 0x20a
|
|
116
|
+
}, _0x1dbe0d = _0x5468a7, _0x28519f = _0x3adc21['split'](':');
|
|
117
|
+
if (_0x28519f[_0x1dbe0d(_0x2d7f0c._0x2ee86e)] < 0x1 || _0x28519f[_0x1dbe0d(_0x2d7f0c._0x585911)] > 0x2)
|
|
126
118
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
127
119
|
return {
|
|
128
|
-
'channelName': ensureSegment(
|
|
129
|
-
'threadShortId':
|
|
120
|
+
'channelName': ensureSegment(_0x28519f[0x0] ?? ''),
|
|
121
|
+
'threadShortId': _0x28519f[0x1] ? ensureSegment(_0x28519f[0x1]) : null
|
|
130
122
|
};
|
|
131
123
|
}
|
|
132
|
-
function parseTarget(
|
|
133
|
-
const
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
124
|
+
function parseTarget(_0x55ba9b) {
|
|
125
|
+
const _0x9616ee = {
|
|
126
|
+
_0x1880b3: 0x2a6,
|
|
127
|
+
_0x45bc5a: 0x2eb,
|
|
128
|
+
_0x546392: 0x261,
|
|
129
|
+
_0x40cb74: 0x19f,
|
|
130
|
+
_0x1f0d1c: 0x208,
|
|
131
|
+
_0x3b887a: 0x1c9,
|
|
132
|
+
_0x17b257: 0x1ce,
|
|
133
|
+
_0x4dbd6f: 0x261
|
|
134
|
+
}, _0x489411 = _0x5468a7, _0x239165 = _0x55ba9b[_0x489411(0x2be)]();
|
|
135
|
+
if (!_0x239165)
|
|
140
136
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
141
|
-
if (
|
|
142
|
-
const
|
|
143
|
-
if (!
|
|
137
|
+
if (_0x239165[_0x489411(_0x9616ee._0x1880b3)]('#')) {
|
|
138
|
+
const _0x312e05 = parseThreadParts(_0x239165[_0x489411(0x22d)](0x1)), _0x2891a4 = '#' + _0x312e05[_0x489411(_0x9616ee._0x45bc5a)];
|
|
139
|
+
if (!_0x312e05[_0x489411(0x19f)])
|
|
144
140
|
return {
|
|
145
|
-
'channelName':
|
|
146
|
-
'channelTarget':
|
|
147
|
-
'kind':
|
|
148
|
-
'target':
|
|
141
|
+
'channelName': _0x312e05[_0x489411(0x2eb)],
|
|
142
|
+
'channelTarget': _0x2891a4,
|
|
143
|
+
'kind': 'channel',
|
|
144
|
+
'target': _0x2891a4
|
|
149
145
|
};
|
|
150
146
|
return {
|
|
151
|
-
'channelName':
|
|
152
|
-
'channelTarget':
|
|
153
|
-
'kind':
|
|
154
|
-
'target':
|
|
155
|
-
'threadShortId':
|
|
147
|
+
'channelName': _0x312e05[_0x489411(_0x9616ee._0x45bc5a)],
|
|
148
|
+
'channelTarget': _0x2891a4,
|
|
149
|
+
'kind': _0x489411(_0x9616ee._0x546392),
|
|
150
|
+
'target': _0x2891a4 + ':' + _0x312e05[_0x489411(_0x9616ee._0x40cb74)],
|
|
151
|
+
'threadShortId': _0x312e05[_0x489411(0x19f)]
|
|
156
152
|
};
|
|
157
153
|
}
|
|
158
|
-
if (
|
|
159
|
-
const
|
|
160
|
-
if (!
|
|
154
|
+
if (_0x239165[_0x489411(0x2a6)](_0x489411(0x1c9))) {
|
|
155
|
+
const _0x35d0ee = parseThreadParts(_0x239165['slice'](0x3));
|
|
156
|
+
if (!_0x35d0ee['channelName']['startsWith'](_0x489411(_0x9616ee._0x1f0d1c)))
|
|
161
157
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
162
|
-
const
|
|
163
|
-
if (!
|
|
158
|
+
const _0x363dd0 = _0x489411(_0x9616ee._0x3b887a) + _0x35d0ee['channelName'];
|
|
159
|
+
if (!_0x35d0ee[_0x489411(0x19f)])
|
|
164
160
|
return {
|
|
165
|
-
'channelName':
|
|
166
|
-
'channelTarget':
|
|
167
|
-
'kind':
|
|
168
|
-
'target':
|
|
161
|
+
'channelName': _0x35d0ee['channelName'],
|
|
162
|
+
'channelTarget': _0x363dd0,
|
|
163
|
+
'kind': _0x489411(_0x9616ee._0x17b257),
|
|
164
|
+
'target': _0x363dd0
|
|
169
165
|
};
|
|
170
166
|
return {
|
|
171
|
-
'channelName':
|
|
172
|
-
'channelTarget':
|
|
173
|
-
'kind':
|
|
174
|
-
'target':
|
|
175
|
-
'threadShortId':
|
|
167
|
+
'channelName': _0x35d0ee['channelName'],
|
|
168
|
+
'channelTarget': _0x363dd0,
|
|
169
|
+
'kind': _0x489411(_0x9616ee._0x4dbd6f),
|
|
170
|
+
'target': _0x363dd0 + ':' + _0x35d0ee[_0x489411(0x19f)],
|
|
171
|
+
'threadShortId': _0x35d0ee[_0x489411(0x19f)]
|
|
176
172
|
};
|
|
177
173
|
}
|
|
178
174
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
179
175
|
}
|
|
180
|
-
function asErrorMessage(
|
|
181
|
-
const
|
|
182
|
-
if (typeof
|
|
183
|
-
return
|
|
184
|
-
return
|
|
176
|
+
function asErrorMessage(_0x5d82aa, _0x5e0496) {
|
|
177
|
+
const _0x5ea617 = { _0x132cc8: 0x27a }, _0x68ce96 = _0x5468a7;
|
|
178
|
+
if (typeof _0x5d82aa === _0x68ce96(_0x5ea617._0x132cc8) && _0x5d82aa['trim']())
|
|
179
|
+
return _0x5d82aa;
|
|
180
|
+
return _0x5e0496;
|
|
185
181
|
}
|
|
186
|
-
function asRecord(
|
|
187
|
-
const
|
|
188
|
-
return typeof
|
|
182
|
+
function asRecord(_0x38d0f8) {
|
|
183
|
+
const _0x1d84d9 = { _0x128948: 0x207 }, _0x372a11 = _0x5468a7;
|
|
184
|
+
return typeof _0x38d0f8 === _0x372a11(_0x1d84d9._0x128948) && _0x38d0f8 !== null ? _0x38d0f8 : {};
|
|
189
185
|
}
|
|
190
|
-
function stableStringify(
|
|
191
|
-
const
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
if (
|
|
198
|
-
return
|
|
199
|
-
|
|
200
|
-
|
|
186
|
+
function stableStringify(_0x18cdc7) {
|
|
187
|
+
const _0x448afa = {
|
|
188
|
+
_0x3800ad: 0x165,
|
|
189
|
+
_0x104370: 0x28a,
|
|
190
|
+
_0x3c33f2: 0x218,
|
|
191
|
+
_0x407a3c: 0x1b4
|
|
192
|
+
}, _0x39d77f = _0x5468a7;
|
|
193
|
+
if (_0x18cdc7 === null || typeof _0x18cdc7 !== 'object')
|
|
194
|
+
return JSON[_0x39d77f(_0x448afa._0x3800ad)](_0x18cdc7);
|
|
195
|
+
if (Array['isArray'](_0x18cdc7))
|
|
196
|
+
return '[' + _0x18cdc7[_0x39d77f(0x1b4)](_0x16888b => stableStringify(_0x16888b))[_0x39d77f(_0x448afa._0x104370)](',') + ']';
|
|
197
|
+
const _0x56699c = Object['entries'](_0x18cdc7)[_0x39d77f(0x200)](([, _0x5e4b9d]) => _0x5e4b9d !== void 0x0)[_0x39d77f(_0x448afa._0x3c33f2)](([_0x296f5c], [_0x587594]) => _0x296f5c[_0x39d77f(0x24d)](_0x587594))[_0x39d77f(_0x448afa._0x407a3c)](([_0x125f1c, _0x221285]) => JSON[_0x39d77f(0x165)](_0x125f1c) + ':' + stableStringify(_0x221285));
|
|
198
|
+
return '{' + _0x56699c['join'](',') + '}';
|
|
201
199
|
}
|
|
202
|
-
function createHeaders(
|
|
203
|
-
const _0x3a1bc0 = _0x2e359a;
|
|
200
|
+
function createHeaders(_0x3b20b9) {
|
|
204
201
|
return {
|
|
205
|
-
'Content-Type':
|
|
206
|
-
'x-daemon-api-key':
|
|
202
|
+
'Content-Type': 'application/json',
|
|
203
|
+
'x-daemon-api-key': _0x3b20b9
|
|
207
204
|
};
|
|
208
205
|
}
|
|
209
|
-
function toHttpBaseUrl(
|
|
210
|
-
const
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
},
|
|
215
|
-
if (
|
|
216
|
-
|
|
206
|
+
function toHttpBaseUrl(_0x11cc3b) {
|
|
207
|
+
const _0x39ce5c = {
|
|
208
|
+
_0x5c0077: 0x2d3,
|
|
209
|
+
_0x295b06: 0x27b,
|
|
210
|
+
_0x3e568e: 0x24c
|
|
211
|
+
}, _0x23d877 = _0x5468a7, _0x44d77f = new URL(_0x11cc3b);
|
|
212
|
+
if (_0x44d77f['protocol'] === 'ws:')
|
|
213
|
+
_0x44d77f[_0x23d877(_0x39ce5c._0x5c0077)] = _0x23d877(0x1e2);
|
|
217
214
|
else
|
|
218
|
-
|
|
219
|
-
return
|
|
215
|
+
_0x44d77f['protocol'] === 'wss:' && (_0x44d77f['protocol'] = _0x23d877(0x29b));
|
|
216
|
+
return _0x44d77f[_0x23d877(_0x39ce5c._0x295b06)]()[_0x23d877(_0x39ce5c._0x3e568e)](/\/$/, '');
|
|
220
217
|
}
|
|
221
|
-
function isMentionBoundary(
|
|
222
|
-
|
|
218
|
+
function isMentionBoundary(_0x37c299) {
|
|
219
|
+
const _0x111137 = _0x5468a7;
|
|
220
|
+
return !_0x37c299 || /\s|[([{'",。!?、:;]/[_0x111137(0x23b)](_0x37c299);
|
|
223
221
|
}
|
|
224
|
-
function isMentionTerminal(
|
|
225
|
-
const
|
|
226
|
-
return !
|
|
222
|
+
function isMentionTerminal(_0x1bc313) {
|
|
223
|
+
const _0x5514ba = _0x5468a7;
|
|
224
|
+
return !_0x1bc313 || /\s|[)\]}'",。!?、:;,.!?]/[_0x5514ba(0x23b)](_0x1bc313);
|
|
227
225
|
}
|
|
228
|
-
function buildMatchableEntries(
|
|
229
|
-
const
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
},
|
|
234
|
-
for (const
|
|
235
|
-
...
|
|
236
|
-
...
|
|
226
|
+
function buildMatchableEntries(_0x5d47a1) {
|
|
227
|
+
const _0x1af930 = {
|
|
228
|
+
_0x1817dc: 0x287,
|
|
229
|
+
_0x2b1aac: 0x228,
|
|
230
|
+
_0x398c7a: 0x1fe
|
|
231
|
+
}, _0x572426 = _0x5468a7, _0x53436f = [];
|
|
232
|
+
for (const _0x227bfb of [
|
|
233
|
+
..._0x5d47a1['agents'],
|
|
234
|
+
..._0x5d47a1[_0x572426(_0x1af930._0x1817dc)]
|
|
237
235
|
]) {
|
|
238
|
-
|
|
239
|
-
'matchName':
|
|
240
|
-
'matchNameLower':
|
|
241
|
-
'participantId':
|
|
242
|
-
}),
|
|
243
|
-
'matchName':
|
|
244
|
-
'matchNameLower':
|
|
245
|
-
'participantId':
|
|
236
|
+
_0x53436f[_0x572426(0x248)]({
|
|
237
|
+
'matchName': _0x227bfb[_0x572426(_0x1af930._0x2b1aac)],
|
|
238
|
+
'matchNameLower': _0x227bfb['name'][_0x572426(_0x1af930._0x398c7a)](),
|
|
239
|
+
'participantId': _0x227bfb['id']
|
|
240
|
+
}), _0x227bfb['id'] !== _0x227bfb[_0x572426(0x228)] && _0x53436f['push']({
|
|
241
|
+
'matchName': _0x227bfb['id'],
|
|
242
|
+
'matchNameLower': _0x227bfb['id']['toLocaleLowerCase'](),
|
|
243
|
+
'participantId': _0x227bfb['id']
|
|
246
244
|
});
|
|
247
245
|
}
|
|
248
|
-
return
|
|
246
|
+
return _0x53436f;
|
|
249
247
|
}
|
|
250
|
-
function extractMentionedParticipantIds(
|
|
251
|
-
const
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
_0x58d697: 0x1aa,
|
|
264
|
-
_0x5387ef: 0x15a
|
|
265
|
-
}, _0xbd6c47 = _0x2e359a, _0xd4230e = buildMatchableEntries(_0x4a3c43)[_0xbd6c47(_0x21db9b._0x5da8f7)]((_0x2d5421, _0x4bd4d3) => _0x4bd4d3['matchName']['length'] - _0x2d5421[_0xbd6c47(0x15a)][_0xbd6c47(0x225)]), _0x3c1478 = [], _0x5cbdf2 = new Set();
|
|
266
|
-
for (let _0x1f256b = 0x0; _0x1f256b < _0x26f83b[_0xbd6c47(_0x21db9b._0x1ee08b)]; _0x1f256b += 0x1) {
|
|
267
|
-
if (_0x26f83b[_0x1f256b] !== '@' || !isMentionBoundary(_0x26f83b[_0x1f256b - 0x1]))
|
|
248
|
+
function extractMentionedParticipantIds(_0x32eb4b, _0x2a2839) {
|
|
249
|
+
const _0x48792e = {
|
|
250
|
+
_0x246227: 0x218,
|
|
251
|
+
_0x21ce02: 0x20a,
|
|
252
|
+
_0x2f039d: 0x1fe,
|
|
253
|
+
_0x5f124c: 0x2db,
|
|
254
|
+
_0x296f94: 0x20e
|
|
255
|
+
}, _0x154254 = {
|
|
256
|
+
_0x22bc58: 0x2a6,
|
|
257
|
+
_0x452e58: 0x15e
|
|
258
|
+
}, _0x458e41 = _0x5468a7, _0xfc95ad = buildMatchableEntries(_0x2a2839)[_0x458e41(_0x48792e._0x246227)]((_0x3c803e, _0x12730a) => _0x12730a[_0x458e41(0x215)][_0x458e41(0x20a)] - _0x3c803e[_0x458e41(0x215)]['length']), _0x314f40 = [], _0x50f419 = new Set();
|
|
259
|
+
for (let _0xcf4ae9 = 0x0; _0xcf4ae9 < _0x32eb4b[_0x458e41(_0x48792e._0x21ce02)]; _0xcf4ae9 += 0x1) {
|
|
260
|
+
if (_0x32eb4b[_0xcf4ae9] !== '@' || !isMentionBoundary(_0x32eb4b[_0xcf4ae9 - 0x1]))
|
|
268
261
|
continue;
|
|
269
|
-
const
|
|
270
|
-
const
|
|
271
|
-
if (!
|
|
262
|
+
const _0xe24bac = _0x32eb4b['slice'](_0xcf4ae9 + 0x1), _0x27dea9 = _0xe24bac[_0x458e41(_0x48792e._0x2f039d)](), _0x308d9e = _0xfc95ad['find'](_0x40d34c => {
|
|
263
|
+
const _0x595f1a = _0x458e41;
|
|
264
|
+
if (!_0x27dea9[_0x595f1a(_0x154254._0x22bc58)](_0x40d34c[_0x595f1a(_0x154254._0x452e58)]))
|
|
272
265
|
return ![];
|
|
273
|
-
return isMentionTerminal(
|
|
266
|
+
return isMentionTerminal(_0xe24bac[_0x40d34c[_0x595f1a(0x215)][_0x595f1a(0x20a)]]);
|
|
274
267
|
});
|
|
275
|
-
if (!
|
|
268
|
+
if (!_0x308d9e || _0x50f419[_0x458e41(_0x48792e._0x5f124c)](_0x308d9e['participantId']))
|
|
276
269
|
continue;
|
|
277
|
-
|
|
270
|
+
_0x50f419[_0x458e41(_0x48792e._0x296f94)](_0x308d9e[_0x458e41(0x1ee)]), _0x314f40['push'](_0x308d9e[_0x458e41(0x1ee)]), _0xcf4ae9 += _0x308d9e[_0x458e41(0x215)][_0x458e41(0x20a)];
|
|
278
271
|
}
|
|
279
|
-
return
|
|
272
|
+
return _0x314f40;
|
|
280
273
|
}
|
|
281
274
|
var DEFAULT_FETCH_TIMEOUT_MS = 0x3a98;
|
|
282
|
-
function anySignal(...
|
|
283
|
-
const
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
275
|
+
function anySignal(..._0x547d4f) {
|
|
276
|
+
const _0x1e4124 = {
|
|
277
|
+
_0x13830b: 0x2d4,
|
|
278
|
+
_0x249464: 0x1d6,
|
|
279
|
+
_0xa7dc3d: 0x1c3
|
|
280
|
+
}, _0x3ced1b = _0x5468a7, _0x4cbc41 = new AbortController();
|
|
281
|
+
for (const _0x3e7add of _0x547d4f) {
|
|
282
|
+
if (_0x3e7add[_0x3ced1b(_0x1e4124._0x13830b)])
|
|
283
|
+
return _0x4cbc41['abort'](_0x3e7add['reason']), _0x4cbc41[_0x3ced1b(0x1c3)];
|
|
284
|
+
_0x3e7add[_0x3ced1b(_0x1e4124._0x249464)](_0x3ced1b(0x28b), () => _0x4cbc41['abort'](_0x3e7add['reason']), {
|
|
291
285
|
'once': !![],
|
|
292
|
-
'signal':
|
|
286
|
+
'signal': _0x4cbc41[_0x3ced1b(0x1c3)]
|
|
293
287
|
});
|
|
294
288
|
}
|
|
295
|
-
return
|
|
289
|
+
return _0x4cbc41[_0x3ced1b(_0x1e4124._0xa7dc3d)];
|
|
296
290
|
}
|
|
297
|
-
function createInternalAgentClient(
|
|
298
|
-
const
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
},
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
},
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
},
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
},
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
},
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
_0x4e70e0: 0x221
|
|
462
|
-
}, _0x275ff3 = { _0x3f906c: 0xfd }, _0x10a2f4 = {
|
|
463
|
-
_0x295036: 0x216,
|
|
464
|
-
_0x89afc2: 0xc7,
|
|
465
|
-
_0x4bc0c3: 0x221
|
|
466
|
-
}, _0x5614d8 = { _0x2b0042: 0x216 }, _0x4486f8 = {
|
|
467
|
-
_0x4fdd45: 0x1fb,
|
|
468
|
-
_0xf577d4: 0x232,
|
|
469
|
-
_0x4f83c0: 0x145
|
|
470
|
-
}, _0x5998b3 = { _0x4831b1: 0x1cf }, _0x3a9697 = {
|
|
471
|
-
_0x16423d: 0x189,
|
|
472
|
-
_0x1f5b91: 0x125,
|
|
473
|
-
_0xd1981b: 0x221,
|
|
474
|
-
_0x129360: 0x1ce
|
|
475
|
-
}, _0x103c42 = _0x2e359a, _0x49e774 = _0x284b15['fetchImpl'] ?? fetch, _0x5c4b98 = _0x284b15[_0x103c42(_0x201e09._0x256335)] ?? DEFAULT_FETCH_TIMEOUT_MS, _0x374f06 = typeof _0x284b15[_0x103c42(_0x201e09._0x2dc075)] === 'number' && _0x284b15[_0x103c42(0x117)] > 0x0 ? _0x284b15[_0x103c42(0x117)] : 0x0, _0x574482 = _0x284b15[_0x103c42(0x137)]?.[_0x103c42(0x193)]() || void 0x0, _0x2a1e3a = _0x284b15[_0x103c42(0xf5)]?.[_0x103c42(_0x201e09._0x47f49a)]() || void 0x0, _0x204af2 = _0x284b15[_0x103c42(0x17f)] === !![], _0x3e63b9 = _0x284b15['workerSessionId']?.[_0x103c42(0x193)]() || void 0x0, _0x530fc3 = _0x284b15[_0x103c42(0x17d)]?.[_0x103c42(_0x201e09._0x4044ec)]() || void 0x0, _0x526c63 = createHeaders(_0x284b15[_0x103c42(0x1c3)]), _0x3c09bd = toHttpBaseUrl(_0x284b15[_0x103c42(0x21f)]);
|
|
476
|
-
let _0x588d51 = null;
|
|
477
|
-
const _0x235f98 = new Map();
|
|
478
|
-
let _0x164167 = _0x374f06, _0xdac678 = _0x374f06;
|
|
479
|
-
function _0x47ea7d(_0x20783b) {
|
|
480
|
-
const _0x4632e2 = _0x103c42, _0x34f21f = _0x20783b[_0x4632e2(0xcc)]['headers'][_0x4632e2(0x1c0)](_0x4632e2(0x243)) ?? _0x4632e2(0x20c), _0x379ab2 = _0x20783b['bodyText']['trim']()['replace'](/\s+/g, '\x20')[_0x4632e2(0x217)](0x0, 0x78) || '<empty>';
|
|
481
|
-
return _0x4632e2(_0x3a9697._0x16423d) + _0x20783b['requestUrl'] + _0x4632e2(_0x3a9697._0x1f5b91) + _0x20783b[_0x4632e2(0xcc)][_0x4632e2(_0x3a9697._0xd1981b)] + _0x4632e2(0x16f) + _0x34f21f + _0x4632e2(_0x3a9697._0x129360) + _0x379ab2 + _0x4632e2(0x159);
|
|
291
|
+
function createInternalAgentClient(_0x5bd8e7) {
|
|
292
|
+
const _0x5415f1 = {
|
|
293
|
+
_0x43e539: 0x1dd,
|
|
294
|
+
_0x5ce91e: 0x192,
|
|
295
|
+
_0x156815: 0x2e0,
|
|
296
|
+
_0x9b1a9c: 0x2be
|
|
297
|
+
}, _0x50008f = {
|
|
298
|
+
_0x48c77b: 0x224,
|
|
299
|
+
_0x4f20e9: 0x162,
|
|
300
|
+
_0x2f2e5c: 0x2e3,
|
|
301
|
+
_0x215abd: 0x2cf,
|
|
302
|
+
_0x3b0dbe: 0x276,
|
|
303
|
+
_0x26671f: 0x217,
|
|
304
|
+
_0x2bf928: 0x276,
|
|
305
|
+
_0xf8aa63: 0x217,
|
|
306
|
+
_0x5ac73e: 0x200,
|
|
307
|
+
_0x56920a: 0x1b4,
|
|
308
|
+
_0x407d99: 0x24f,
|
|
309
|
+
_0x52922a: 0x21f,
|
|
310
|
+
_0x67352d: 0x198,
|
|
311
|
+
_0x59b7e0: 0x1b3,
|
|
312
|
+
_0x1cfd7a: 0x161,
|
|
313
|
+
_0x10d519: 0x161,
|
|
314
|
+
_0x13c3e4: 0x217,
|
|
315
|
+
_0x26d7b2: 0x228,
|
|
316
|
+
_0x506aff: 0x1c9,
|
|
317
|
+
_0x469fee: 0x21e,
|
|
318
|
+
_0x27c6c0: 0x1a2,
|
|
319
|
+
_0x37ce93: 0x275,
|
|
320
|
+
_0x1efcd2: 0x180,
|
|
321
|
+
_0x1b72f8: 0x285,
|
|
322
|
+
_0x31a2f0: 0x278,
|
|
323
|
+
_0x468cd8: 0x2d0,
|
|
324
|
+
_0x28bdaa: 0x27a,
|
|
325
|
+
_0x4780d2: 0x1fd,
|
|
326
|
+
_0x48e770: 0x1fa
|
|
327
|
+
}, _0x115a35 = {
|
|
328
|
+
_0x578671: 0x2d5,
|
|
329
|
+
_0x22f03f: 0x1cc
|
|
330
|
+
}, _0x3a3d47 = {
|
|
331
|
+
_0xb85924: 0x1da,
|
|
332
|
+
_0x4230cc: 0x2e8,
|
|
333
|
+
_0x2c56bd: 0x1a6
|
|
334
|
+
}, _0xe9d394 = {
|
|
335
|
+
_0x161aef: 0x224,
|
|
336
|
+
_0x5ef630: 0x1df
|
|
337
|
+
}, _0x404c0a = {
|
|
338
|
+
_0x54a99f: 0x2b8,
|
|
339
|
+
_0x1a182e: 0x2c2,
|
|
340
|
+
_0x521388: 0x2de,
|
|
341
|
+
_0x2433b1: 0x21e,
|
|
342
|
+
_0x239669: 0x267,
|
|
343
|
+
_0x5b324c: 0x2d9,
|
|
344
|
+
_0x3ba047: 0x18b
|
|
345
|
+
}, _0x5d3221 = {
|
|
346
|
+
_0x12b187: 0x172,
|
|
347
|
+
_0x2b23f5: 0x165,
|
|
348
|
+
_0x3c16bb: 0x174,
|
|
349
|
+
_0xce8d6c: 0x2de,
|
|
350
|
+
_0xfeeb42: 0x239,
|
|
351
|
+
_0x441af7: 0x18b,
|
|
352
|
+
_0x52f659: 0x1b1,
|
|
353
|
+
_0x1aa04b: 0x294
|
|
354
|
+
}, _0x2a6653 = {
|
|
355
|
+
_0x3e2378: 0x2d8,
|
|
356
|
+
_0x22f7ac: 0x2c9
|
|
357
|
+
}, _0xd1a6d7 = {
|
|
358
|
+
_0x5c692d: 0x2e3,
|
|
359
|
+
_0x10e6c5: 0x2d8,
|
|
360
|
+
_0x4fa1b9: 0x204,
|
|
361
|
+
_0x3b3afa: 0x18c,
|
|
362
|
+
_0x48c04f: 0x2c9
|
|
363
|
+
}, _0x4c80ea = {
|
|
364
|
+
_0x89d178: 0x2e3,
|
|
365
|
+
_0x813cf3: 0x2d8,
|
|
366
|
+
_0x35ca98: 0x265
|
|
367
|
+
}, _0xab9c63 = {
|
|
368
|
+
_0x3d7900: 0x224,
|
|
369
|
+
_0x226279: 0x16b,
|
|
370
|
+
_0x3d4740: 0x2cf
|
|
371
|
+
}, _0x56c4cf = {
|
|
372
|
+
_0x42f523: 0x210,
|
|
373
|
+
_0x817124: 0x2ad,
|
|
374
|
+
_0x4ca9f1: 0x165,
|
|
375
|
+
_0x4f4635: 0x168,
|
|
376
|
+
_0x16e6e4: 0x1f1,
|
|
377
|
+
_0x5cff4e: 0x16b
|
|
378
|
+
}, _0x127895 = {
|
|
379
|
+
_0x2791c6: 0x240,
|
|
380
|
+
_0xb4c57b: 0x18b
|
|
381
|
+
}, _0x46bd01 = { _0x1b1d90: 0x18b }, _0x2c613b = {
|
|
382
|
+
_0x26a631: 0x2e8,
|
|
383
|
+
_0x78a23: 0x2b0,
|
|
384
|
+
_0x316e2c: 0x2c0,
|
|
385
|
+
_0x5613ce: 0x2d8,
|
|
386
|
+
_0x24e32f: 0x262,
|
|
387
|
+
_0x192826: 0x263
|
|
388
|
+
}, _0x21b126 = {
|
|
389
|
+
_0x244f15: 0x22a,
|
|
390
|
+
_0x546616: 0x224,
|
|
391
|
+
_0x2a9c1c: 0x1a6,
|
|
392
|
+
_0x3818f5: 0x21f,
|
|
393
|
+
_0x3c87f5: 0x1ac,
|
|
394
|
+
_0x450c02: 0x1da,
|
|
395
|
+
_0x2fc041: 0x1ef,
|
|
396
|
+
_0x50fab1: 0x2cf,
|
|
397
|
+
_0x3e3db2: 0x18b,
|
|
398
|
+
_0x5ad8b5: 0x19e,
|
|
399
|
+
_0x12920b: 0x256
|
|
400
|
+
}, _0x2b7f0a = {
|
|
401
|
+
_0x443174: 0x270,
|
|
402
|
+
_0x14624f: 0x228
|
|
403
|
+
}, _0x59c0af = { _0x33fdf6: 0x270 }, _0xdff687 = {
|
|
404
|
+
_0x51c83a: 0x261,
|
|
405
|
+
_0x2fa191: 0x198,
|
|
406
|
+
_0x429644: 0x17d,
|
|
407
|
+
_0xb7bb7b: 0x27a,
|
|
408
|
+
_0x56a40d: 0x1a6,
|
|
409
|
+
_0x59cc84: 0x2a6
|
|
410
|
+
}, _0xb41370 = {
|
|
411
|
+
_0x11deeb: 0x232,
|
|
412
|
+
_0x49a2d9: 0x232,
|
|
413
|
+
_0x34031b: 0x198,
|
|
414
|
+
_0x42bac8: 0x19f,
|
|
415
|
+
_0x4b71d8: 0x1b3,
|
|
416
|
+
_0x1b059a: 0x1a6
|
|
417
|
+
}, _0x5d2924 = {
|
|
418
|
+
_0x563a54: 0x1b3,
|
|
419
|
+
_0x5405cc: 0x1a6,
|
|
420
|
+
_0xbfac5b: 0x232
|
|
421
|
+
}, _0x119d16 = { _0x4b18ee: 0x228 }, _0x1ceaa9 = {
|
|
422
|
+
_0x5c0017: 0x2e9,
|
|
423
|
+
_0x3d719f: 0x271
|
|
424
|
+
}, _0x54bc2f = { _0x28ebf6: 0x1eb }, _0x4cdd64 = {
|
|
425
|
+
_0x4e036d: 0x2e3,
|
|
426
|
+
_0x29787e: 0x165,
|
|
427
|
+
_0x5351df: 0x2c9,
|
|
428
|
+
_0x305a62: 0x18b,
|
|
429
|
+
_0x4549d5: 0x18b,
|
|
430
|
+
_0x2e2272: 0x2c5,
|
|
431
|
+
_0xf6092c: 0x18b,
|
|
432
|
+
_0x19d210: 0x198
|
|
433
|
+
}, _0x1fbab2 = { _0x47b2f5: 0x165 }, _0x1c9294 = { _0x4730dc: 0x1c3 }, _0x3c54d9 = {
|
|
434
|
+
_0x28a0eb: 0x1c3,
|
|
435
|
+
_0x58094c: 0x168
|
|
436
|
+
}, _0x1dedc9 = {
|
|
437
|
+
_0x3c9333: 0x27a,
|
|
438
|
+
_0x55a8b9: 0x26f,
|
|
439
|
+
_0x5ba8fa: 0x18a,
|
|
440
|
+
_0x341c10: 0x241,
|
|
441
|
+
_0x5310ad: 0x211,
|
|
442
|
+
_0x4f2f8d: 0x224
|
|
443
|
+
}, _0x4ddad3 = { _0x2596bf: 0x2be }, _0x193849 = {
|
|
444
|
+
_0x2988d4: 0x2bd,
|
|
445
|
+
_0x43154e: 0x24c,
|
|
446
|
+
_0x4aeebe: 0x175,
|
|
447
|
+
_0x210806: 0x213
|
|
448
|
+
}, _0x3e4d1e = _0x5468a7, _0x5a96e5 = _0x5bd8e7['fetchImpl'] ?? fetch, _0x36ceb1 = _0x5bd8e7[_0x3e4d1e(0x2cb)] ?? DEFAULT_FETCH_TIMEOUT_MS, _0x56687d = typeof _0x5bd8e7[_0x3e4d1e(_0x5415f1._0x43e539)] === 'number' && _0x5bd8e7[_0x3e4d1e(_0x5415f1._0x43e539)] > 0x0 ? _0x5bd8e7[_0x3e4d1e(0x1dd)] : 0x0, _0x4e7e46 = _0x5bd8e7['daemonLocalUrl']?.['trim']() || void 0x0, _0x353989 = _0x5bd8e7[_0x3e4d1e(_0x5415f1._0x5ce91e)]?.['trim']() || void 0x0, _0x38085c = _0x5bd8e7[_0x3e4d1e(0x1bc)] === !![], _0x46db8f = _0x5bd8e7[_0x3e4d1e(_0x5415f1._0x156815)]?.[_0x3e4d1e(_0x5415f1._0x9b1a9c)]() || void 0x0, _0x6979b4 = _0x5bd8e7['workerThreadTarget']?.['trim']() || void 0x0, _0x4b7333 = createHeaders(_0x5bd8e7[_0x3e4d1e(0x182)]), _0x51304a = toHttpBaseUrl(_0x5bd8e7['serverUrl']);
|
|
449
|
+
let _0x2ed01b = null;
|
|
450
|
+
const _0x5ccef2 = new Map();
|
|
451
|
+
let _0x42761e = _0x56687d, _0x47c465 = _0x56687d;
|
|
452
|
+
function _0x9c04ad(_0x581e4c) {
|
|
453
|
+
const _0x41360d = _0x3e4d1e, _0x1e31dd = _0x581e4c[_0x41360d(0x1a4)][_0x41360d(0x2a9)][_0x41360d(0x21e)](_0x41360d(0x19d)) ?? _0x41360d(_0x193849._0x2988d4), _0x2985cc = _0x581e4c['bodyText'][_0x41360d(0x2be)]()[_0x41360d(_0x193849._0x43154e)](/\s+/g, '\x20')[_0x41360d(0x22d)](0x0, 0x78) || '<empty>';
|
|
454
|
+
return '请求\x20' + _0x581e4c[_0x41360d(0x2e4)] + _0x41360d(0x1e3) + _0x581e4c[_0x41360d(0x1a4)]['status'] + _0x41360d(_0x193849._0x4aeebe) + _0x1e31dd + _0x41360d(_0x193849._0x210806) + _0x2985cc + _0x41360d(0x170);
|
|
482
455
|
}
|
|
483
|
-
async function
|
|
484
|
-
const
|
|
485
|
-
if (!
|
|
456
|
+
async function _0x46166d(_0x328580, _0x25bbbc) {
|
|
457
|
+
const _0x43eb9c = _0x3e4d1e, _0x545906 = Buffer[_0x43eb9c(0x23f)](await _0x25bbbc['arrayBuffer']())[_0x43eb9c(0x27b)](_0x43eb9c(0x189));
|
|
458
|
+
if (!_0x545906[_0x43eb9c(_0x4ddad3._0x2596bf)]())
|
|
486
459
|
return {};
|
|
487
460
|
try {
|
|
488
|
-
return JSON[
|
|
461
|
+
return JSON['parse'](_0x545906);
|
|
489
462
|
} catch {
|
|
490
|
-
throw new Error(
|
|
491
|
-
'bodyText':
|
|
492
|
-
'requestUrl':
|
|
493
|
-
'response':
|
|
463
|
+
throw new Error(_0x9c04ad({
|
|
464
|
+
'bodyText': _0x545906,
|
|
465
|
+
'requestUrl': _0x328580,
|
|
466
|
+
'response': _0x25bbbc
|
|
494
467
|
}));
|
|
495
468
|
}
|
|
496
469
|
}
|
|
497
|
-
function
|
|
498
|
-
const
|
|
499
|
-
if (
|
|
500
|
-
return
|
|
501
|
-
const
|
|
502
|
-
for (const [
|
|
503
|
-
|
|
470
|
+
function _0x3e2041(_0x4c9f35, _0x48ccae) {
|
|
471
|
+
const _0x5856fc = _0x3e4d1e, _0x2bfa02 = typeof _0x48ccae[_0x5856fc(0x26f)] === _0x5856fc(_0x1dedc9._0x3c9333) ? _0x48ccae[_0x5856fc(_0x1dedc9._0x55a8b9)][_0x5856fc(0x2be)]() : '';
|
|
472
|
+
if (_0x2bfa02)
|
|
473
|
+
return _0x2bfa02;
|
|
474
|
+
const _0x1e1e1d = Date[_0x5856fc(0x295)]();
|
|
475
|
+
for (const [_0x54d04d, _0x939616] of _0x5ccef2) {
|
|
476
|
+
_0x939616[_0x5856fc(0x2d6)] <= _0x1e1e1d && _0x5ccef2[_0x5856fc(0x1d7)](_0x54d04d);
|
|
504
477
|
}
|
|
505
|
-
const
|
|
506
|
-
...
|
|
478
|
+
const _0x3088cf = {
|
|
479
|
+
..._0x48ccae,
|
|
507
480
|
'idempotency_key': void 0x0
|
|
508
|
-
},
|
|
509
|
-
if (
|
|
510
|
-
return
|
|
511
|
-
const
|
|
512
|
-
return
|
|
513
|
-
'expiresAt':
|
|
514
|
-
'value':
|
|
515
|
-
}),
|
|
481
|
+
}, _0x28d031 = createHash(_0x5856fc(0x22b))[_0x5856fc(_0x1dedc9._0x5ba8fa)](_0x4c9f35 + ':' + stableStringify(_0x3088cf))['digest'](_0x5856fc(_0x1dedc9._0x341c10)), _0x1c6fc2 = _0x4c9f35 + ':' + _0x28d031, _0x3fb9b8 = _0x5ccef2[_0x5856fc(0x21e)](_0x1c6fc2);
|
|
482
|
+
if (_0x3fb9b8)
|
|
483
|
+
return _0x3fb9b8[_0x5856fc(_0x1dedc9._0x5310ad)];
|
|
484
|
+
const _0x3b980c = 'auto:' + _0x4c9f35 + ':' + randomUUID();
|
|
485
|
+
return _0x5ccef2[_0x5856fc(_0x1dedc9._0x4f2f8d)](_0x1c6fc2, {
|
|
486
|
+
'expiresAt': _0x1e1e1d + 0x5 * 0x3c * 0x3e8,
|
|
487
|
+
'value': _0x3b980c
|
|
488
|
+
}), _0x3b980c;
|
|
516
489
|
}
|
|
517
|
-
async function
|
|
518
|
-
const
|
|
490
|
+
async function _0x5d5805(_0x24da81, _0x4d3cd7) {
|
|
491
|
+
const _0x362fed = _0x3e4d1e, _0x470962 = new AbortController(), _0x56f1db = setTimeout(() => _0x470962['abort'](), _0x36ceb1), _0xfa7985 = _0x4d3cd7?.[_0x362fed(0x1c3)] ? anySignal(_0x4d3cd7['signal'], _0x470962[_0x362fed(_0x3c54d9._0x28a0eb)]) : _0x470962[_0x362fed(_0x3c54d9._0x28a0eb)], _0x16a2ad = '' + _0x51304a + _0x24da81;
|
|
519
492
|
try {
|
|
520
|
-
const
|
|
521
|
-
...
|
|
522
|
-
'signal':
|
|
523
|
-
}),
|
|
524
|
-
if (!
|
|
525
|
-
throw new Error(asErrorMessage(
|
|
526
|
-
return
|
|
493
|
+
const _0xbca663 = await _0x5a96e5(_0x16a2ad, {
|
|
494
|
+
..._0x4d3cd7,
|
|
495
|
+
'signal': _0xfa7985
|
|
496
|
+
}), _0x530a7c = await _0x46166d(_0x16a2ad, _0xbca663);
|
|
497
|
+
if (!_0xbca663['ok'] || _0x530a7c['success'] === ![])
|
|
498
|
+
throw new Error(asErrorMessage(_0x530a7c[_0x362fed(_0x3c54d9._0x58094c)], 'HTTP\x20' + _0xbca663[_0x362fed(0x16b)]));
|
|
499
|
+
return _0x530a7c;
|
|
527
500
|
} finally {
|
|
528
|
-
clearTimeout(
|
|
501
|
+
clearTimeout(_0x56f1db);
|
|
529
502
|
}
|
|
530
503
|
}
|
|
531
|
-
async function
|
|
532
|
-
const
|
|
504
|
+
async function _0x1b1e33(_0x45e64a, _0x2c25e6) {
|
|
505
|
+
const _0x94b926 = _0x3e4d1e, _0x328bc1 = new AbortController(), _0x462817 = setTimeout(() => _0x328bc1[_0x94b926(0x28b)](), _0x36ceb1), _0x4cd0ab = _0x2c25e6?.[_0x94b926(_0x1c9294._0x4730dc)] ? anySignal(_0x2c25e6[_0x94b926(0x1c3)], _0x328bc1[_0x94b926(0x1c3)]) : _0x328bc1[_0x94b926(0x1c3)], _0x367c0a = '' + _0x51304a + _0x45e64a;
|
|
533
506
|
try {
|
|
534
|
-
const
|
|
535
|
-
...
|
|
536
|
-
'signal':
|
|
537
|
-
}),
|
|
538
|
-
if (!
|
|
539
|
-
throw new Error(asErrorMessage(
|
|
540
|
-
return
|
|
507
|
+
const _0x584e76 = await _0x5a96e5(_0x367c0a, {
|
|
508
|
+
..._0x2c25e6,
|
|
509
|
+
'signal': _0x4cd0ab
|
|
510
|
+
}), _0x4ad8e3 = await _0x46166d(_0x367c0a, _0x584e76);
|
|
511
|
+
if (!_0x584e76['ok'])
|
|
512
|
+
throw new Error(asErrorMessage(_0x4ad8e3['error'], _0x94b926(0x2c2) + _0x584e76[_0x94b926(0x16b)]));
|
|
513
|
+
return _0x4ad8e3;
|
|
541
514
|
} finally {
|
|
542
|
-
clearTimeout(
|
|
515
|
+
clearTimeout(_0x462817);
|
|
543
516
|
}
|
|
544
517
|
}
|
|
545
|
-
async function
|
|
546
|
-
const
|
|
547
|
-
if (!
|
|
518
|
+
async function _0x1a1a9b(_0xe1e09e) {
|
|
519
|
+
const _0xa40977 = _0x3e4d1e;
|
|
520
|
+
if (!_0x353989 || _0xe1e09e <= _0x47c465)
|
|
548
521
|
return;
|
|
549
|
-
await
|
|
550
|
-
'body': JSON[
|
|
551
|
-
'headers':
|
|
552
|
-
'method':
|
|
553
|
-
}),
|
|
522
|
+
await _0x5d5805(_0xa40977(0x244) + encodeURIComponent(_0x353989) + '/context-metrics', {
|
|
523
|
+
'body': JSON[_0xa40977(_0x1fbab2._0x47b2f5)]({ 'lastSeenSeq': _0xe1e09e }),
|
|
524
|
+
'headers': _0x4b7333,
|
|
525
|
+
'method': 'PATCH'
|
|
526
|
+
}), _0x47c465 = _0xe1e09e;
|
|
554
527
|
}
|
|
555
|
-
async function
|
|
556
|
-
const
|
|
557
|
-
if (!
|
|
528
|
+
async function _0x378ba9(_0x503086) {
|
|
529
|
+
const _0x48d1ce = _0x3e4d1e;
|
|
530
|
+
if (!_0x4e7e46 || !_0x46db8f || _0x503086 <= _0x47c465)
|
|
558
531
|
return;
|
|
559
|
-
const
|
|
560
|
-
'body': JSON[
|
|
561
|
-
'last_seen_seq':
|
|
562
|
-
'worker_session_id':
|
|
532
|
+
const _0x5d5ae4 = await _0x5a96e5(_0x4e7e46 + _0x48d1ce(0x2b9), {
|
|
533
|
+
'body': JSON[_0x48d1ce(0x165)]({
|
|
534
|
+
'last_seen_seq': _0x503086,
|
|
535
|
+
'worker_session_id': _0x46db8f
|
|
563
536
|
}),
|
|
564
537
|
'headers': { 'Content-Type': 'application/json' },
|
|
565
|
-
'method':
|
|
538
|
+
'method': _0x48d1ce(0x2c9)
|
|
566
539
|
});
|
|
567
|
-
if (!
|
|
568
|
-
throw new Error(
|
|
569
|
-
|
|
540
|
+
if (!_0x5d5ae4['ok'])
|
|
541
|
+
throw new Error('HTTP\x20' + _0x5d5ae4[_0x48d1ce(0x16b)]);
|
|
542
|
+
_0x47c465 = _0x503086;
|
|
570
543
|
}
|
|
571
|
-
async function
|
|
572
|
-
const
|
|
573
|
-
'body': JSON[
|
|
574
|
-
'headers':
|
|
575
|
-
'method':
|
|
544
|
+
async function _0x4d822d(_0x57be7c) {
|
|
545
|
+
const _0x4d7d76 = _0x3e4d1e, _0x4b6cec = parseTarget(_0x57be7c), _0x4b403c = await _0x5d5805(_0x4d7d76(_0x4cdd64._0x4e036d) + _0x5bd8e7['agentId'] + _0x4d7d76(0x25b), {
|
|
546
|
+
'body': JSON[_0x4d7d76(_0x4cdd64._0x29787e)]({ 'target': _0x4b6cec[_0x4d7d76(0x2e8)] }),
|
|
547
|
+
'headers': _0x4b7333,
|
|
548
|
+
'method': _0x4d7d76(_0x4cdd64._0x5351df)
|
|
576
549
|
});
|
|
577
550
|
return {
|
|
578
|
-
'channelId':
|
|
579
|
-
'target':
|
|
580
|
-
'task':
|
|
581
|
-
'threadId':
|
|
582
|
-
'threadNumber':
|
|
551
|
+
'channelId': _0x4b403c[_0x4d7d76(_0x4cdd64._0x305a62)]?.['channelId'] ?? '',
|
|
552
|
+
'target': _0x4b6cec[_0x4d7d76(0x232)],
|
|
553
|
+
'task': _0x4b403c[_0x4d7d76(_0x4cdd64._0x4549d5)]?.[_0x4d7d76(_0x4cdd64._0x2e2272)],
|
|
554
|
+
'threadId': _0x4b403c[_0x4d7d76(0x18b)]?.[_0x4d7d76(0x1a6)],
|
|
555
|
+
'threadNumber': _0x4b403c[_0x4d7d76(_0x4cdd64._0xf6092c)]?.[_0x4d7d76(_0x4cdd64._0x19d210)]
|
|
583
556
|
};
|
|
584
557
|
}
|
|
585
|
-
async function
|
|
586
|
-
const
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
'
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
'
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
'
|
|
607
|
-
|
|
558
|
+
async function _0x30562f(_0x558c3d = {}) {
|
|
559
|
+
const _0x2b8e42 = {
|
|
560
|
+
_0x5c5ef9: 0x2cf,
|
|
561
|
+
_0x2c7e15: 0x200,
|
|
562
|
+
_0x4e40f2: 0x1b4,
|
|
563
|
+
_0x158fc0: 0x200,
|
|
564
|
+
_0x3c1b15: 0x21a,
|
|
565
|
+
_0x28843f: 0x283,
|
|
566
|
+
_0xc8571b: 0x21a,
|
|
567
|
+
_0x56c24d: 0x228
|
|
568
|
+
}, _0x3d52f9 = _0x3e4d1e;
|
|
569
|
+
if (!_0x558c3d[_0x3d52f9(0x2cd)] && _0x2ed01b)
|
|
570
|
+
return _0x2ed01b;
|
|
571
|
+
return _0x2ed01b = (async () => {
|
|
572
|
+
const _0x246bd5 = _0x3d52f9, _0x19d336 = await _0x5d5805(_0x246bd5(0x2e3) + _0x5bd8e7[_0x246bd5(0x2d8)] + _0x246bd5(0x277), {
|
|
573
|
+
'headers': _0x4b7333,
|
|
574
|
+
'method': _0x246bd5(_0x2b8e42._0x5c5ef9)
|
|
575
|
+
}), _0xa14bb9 = _0x19d336[_0x246bd5(0x18b)]?.[_0x246bd5(0x1f8)] ?? [], _0x6dcd23 = _0xa14bb9[_0x246bd5(_0x2b8e42._0x2c7e15)](_0x43bfa8 => _0x43bfa8[_0x246bd5(0x270)]?.[_0x246bd5(0x1c6)] === _0x246bd5(0x22c))[_0x246bd5(_0x2b8e42._0x4e40f2)](_0x3e07ea => ({
|
|
576
|
+
'id': _0x2f88a2(_0x3e07ea),
|
|
577
|
+
'name': _0x139b11(_0x3e07ea)
|
|
578
|
+
}))[_0x246bd5(_0x2b8e42._0x158fc0)](_0x22e9b7 => _0x22e9b7['id']), _0x37c8ca = _0xa14bb9[_0x246bd5(_0x2b8e42._0x2c7e15)](_0x3b4e50 => _0x3b4e50[_0x246bd5(0x270)]?.[_0x246bd5(0x1c6)] !== 'agent')['map'](_0x13245d => ({
|
|
579
|
+
'id': _0x2f88a2(_0x13245d),
|
|
580
|
+
'name': _0x139b11(_0x13245d)
|
|
581
|
+
}))['filter'](_0x4c0e95 => _0x4c0e95['id']), _0x38a23f = _0x19d336[_0x246bd5(0x18b)]?.[_0x246bd5(_0x2b8e42._0x3c1b15)]['id'] ?? '';
|
|
608
582
|
return {
|
|
609
|
-
'agents':
|
|
610
|
-
'channels':
|
|
611
|
-
'humans':
|
|
612
|
-
'serverId':
|
|
613
|
-
'serverName':
|
|
583
|
+
'agents': _0x6dcd23,
|
|
584
|
+
'channels': _0x19d336['data']?.[_0x246bd5(_0x2b8e42._0x28843f)] ?? [],
|
|
585
|
+
'humans': _0x37c8ca,
|
|
586
|
+
'serverId': _0x38a23f,
|
|
587
|
+
'serverName': _0x19d336[_0x246bd5(0x18b)]?.[_0x246bd5(_0x2b8e42._0xc8571b)][_0x246bd5(_0x2b8e42._0x56c24d)] ?? _0x38a23f
|
|
614
588
|
};
|
|
615
|
-
})()[
|
|
616
|
-
|
|
617
|
-
throw
|
|
618
|
-
}),
|
|
589
|
+
})()[_0x3d52f9(_0x54bc2f._0x28ebf6)](_0x1946b8 => {
|
|
590
|
+
_0x2ed01b = null;
|
|
591
|
+
throw _0x1946b8;
|
|
592
|
+
}), _0x2ed01b;
|
|
619
593
|
}
|
|
620
|
-
function
|
|
621
|
-
const
|
|
622
|
-
return
|
|
594
|
+
function _0x12cb68(_0x4cb72f, _0x5d47e2) {
|
|
595
|
+
const _0x126d85 = _0x3e4d1e;
|
|
596
|
+
return _0x5d47e2['agents'][_0x126d85(_0x1ceaa9._0x5c0017)](_0x3cc5cd => _0x3cc5cd['id'] === _0x4cb72f || _0x3cc5cd[_0x126d85(0x228)] === _0x4cb72f) ? 'agent' : _0x126d85(_0x1ceaa9._0x3d719f);
|
|
623
597
|
}
|
|
624
|
-
function
|
|
625
|
-
const
|
|
626
|
-
...
|
|
627
|
-
...
|
|
628
|
-
][
|
|
629
|
-
return
|
|
598
|
+
function _0x5e3486(_0x5f17a1, _0x1a99a8) {
|
|
599
|
+
const _0x3c1c89 = _0x3e4d1e, _0xe001a3 = [
|
|
600
|
+
..._0x1a99a8['agents'],
|
|
601
|
+
..._0x1a99a8['humans']
|
|
602
|
+
][_0x3c1c89(0x20b)](_0x3c8251 => _0x3c8251['id'] === _0x5f17a1);
|
|
603
|
+
return _0xe001a3?.[_0x3c1c89(_0x119d16._0x4b18ee)] ?? _0x5f17a1;
|
|
630
604
|
}
|
|
631
|
-
function
|
|
632
|
-
const
|
|
633
|
-
if (
|
|
634
|
-
return
|
|
635
|
-
if (
|
|
636
|
-
return
|
|
637
|
-
if (
|
|
638
|
-
return
|
|
639
|
-
return
|
|
605
|
+
function _0x13f63c(_0x117eec) {
|
|
606
|
+
const _0x1d872f = _0x3e4d1e;
|
|
607
|
+
if (_0x117eec[_0x1d872f(0x198)] != null)
|
|
608
|
+
return _0x117eec[_0x1d872f(0x232)] + ':t' + _0x117eec['threadNumber'];
|
|
609
|
+
if (_0x117eec[_0x1d872f(_0x5d2924._0x563a54)])
|
|
610
|
+
return _0x117eec['channelTarget'] + ':' + _0x117eec['rootMessageId'];
|
|
611
|
+
if (_0x117eec[_0x1d872f(_0x5d2924._0x5405cc)])
|
|
612
|
+
return _0x117eec['channelTarget'] + ':' + _0x117eec[_0x1d872f(_0x5d2924._0x5405cc)][_0x1d872f(0x22d)](0x0, 0x8);
|
|
613
|
+
return _0x117eec[_0x1d872f(_0x5d2924._0xbfac5b)];
|
|
640
614
|
}
|
|
641
|
-
function
|
|
642
|
-
const
|
|
615
|
+
function _0x421af5(_0x1889cd, _0x4b8502) {
|
|
616
|
+
const _0x223c41 = _0x3e4d1e;
|
|
643
617
|
try {
|
|
644
|
-
const
|
|
645
|
-
if (
|
|
618
|
+
const _0x4d30ca = parseTarget(_0x1889cd);
|
|
619
|
+
if (_0x4d30ca['kind'] !== 'thread' || _0x4d30ca[_0x223c41(_0xb41370._0x11deeb)] !== _0x4b8502[_0x223c41(_0xb41370._0x49a2d9)])
|
|
646
620
|
return ![];
|
|
647
|
-
if (
|
|
621
|
+
if (_0x4b8502[_0x223c41(_0xb41370._0x34031b)] != null && _0x4d30ca[_0x223c41(_0xb41370._0x42bac8)] === 't' + _0x4b8502['threadNumber'])
|
|
648
622
|
return !![];
|
|
649
|
-
if (
|
|
650
|
-
return
|
|
651
|
-
if (
|
|
652
|
-
return
|
|
623
|
+
if (_0x4b8502[_0x223c41(_0xb41370._0x4b71d8)])
|
|
624
|
+
return _0x4d30ca[_0x223c41(_0xb41370._0x42bac8)] === _0x4b8502['rootMessageId'] || _0x4b8502[_0x223c41(0x1b3)]['startsWith'](_0x4d30ca['threadShortId']);
|
|
625
|
+
if (_0x4b8502[_0x223c41(0x1a6)])
|
|
626
|
+
return _0x4d30ca[_0x223c41(0x19f)] === _0x4b8502['threadId'] || _0x4b8502[_0x223c41(_0xb41370._0x1b059a)]['startsWith'](_0x4d30ca[_0x223c41(0x19f)]);
|
|
653
627
|
return ![];
|
|
654
628
|
} catch {
|
|
655
629
|
return ![];
|
|
656
630
|
}
|
|
657
631
|
}
|
|
658
|
-
function
|
|
659
|
-
const
|
|
632
|
+
function _0x1535e0(_0x4ffca9, _0x570ea8) {
|
|
633
|
+
const _0x33fbbb = _0x3e4d1e;
|
|
660
634
|
try {
|
|
661
|
-
const
|
|
662
|
-
if (
|
|
635
|
+
const _0x3405d1 = parseTarget(_0x4ffca9);
|
|
636
|
+
if (_0x3405d1['kind'] !== _0x33fbbb(_0xdff687._0x51c83a))
|
|
663
637
|
return ![];
|
|
664
|
-
const
|
|
665
|
-
if (
|
|
638
|
+
const _0x353ae7 = typeof _0x570ea8[_0x33fbbb(_0xdff687._0x2fa191)] === _0x33fbbb(0x1d3) && Number[_0x33fbbb(_0xdff687._0x429644)](_0x570ea8['threadNumber']) ? _0x570ea8['threadNumber'] : void 0x0;
|
|
639
|
+
if (_0x353ae7 != null && _0x3405d1['threadShortId'] === 't' + _0x353ae7)
|
|
666
640
|
return !![];
|
|
667
|
-
const
|
|
668
|
-
if (
|
|
669
|
-
return
|
|
670
|
-
const
|
|
671
|
-
return Boolean(
|
|
641
|
+
const _0x2bc395 = typeof _0x570ea8[_0x33fbbb(0x1b3)] === _0x33fbbb(_0xdff687._0xb7bb7b) ? _0x570ea8[_0x33fbbb(0x1b3)] : void 0x0;
|
|
642
|
+
if (_0x2bc395)
|
|
643
|
+
return _0x3405d1['threadShortId'] === _0x2bc395 || _0x2bc395[_0x33fbbb(0x2a6)](_0x3405d1[_0x33fbbb(0x19f)]);
|
|
644
|
+
const _0x2356f7 = typeof _0x570ea8['threadId'] === 'string' ? _0x570ea8[_0x33fbbb(_0xdff687._0x56a40d)] : void 0x0;
|
|
645
|
+
return Boolean(_0x2356f7) && (_0x3405d1['threadShortId'] === _0x2356f7 || _0x2356f7[_0x33fbbb(_0xdff687._0x59cc84)](_0x3405d1[_0x33fbbb(0x19f)]));
|
|
672
646
|
} catch {
|
|
673
647
|
return ![];
|
|
674
648
|
}
|
|
675
649
|
}
|
|
676
|
-
function
|
|
677
|
-
const
|
|
678
|
-
return
|
|
650
|
+
function _0x2f88a2(_0xc1396b) {
|
|
651
|
+
const _0x4008e1 = _0x3e4d1e;
|
|
652
|
+
return _0xc1396b[_0x4008e1(0x1cb)]?.['participantId'] ?? _0xc1396b[_0x4008e1(_0x59c0af._0x33fdf6)]?.['id'] ?? _0xc1396b[_0x4008e1(0x1ee)] ?? '';
|
|
679
653
|
}
|
|
680
|
-
function
|
|
681
|
-
const
|
|
682
|
-
return
|
|
654
|
+
function _0x139b11(_0x2e1f0f) {
|
|
655
|
+
const _0x544fcc = _0x3e4d1e;
|
|
656
|
+
return _0x2e1f0f[_0x544fcc(_0x2b7f0a._0x443174)]?.[_0x544fcc(_0x2b7f0a._0x14624f)] ?? _0x2f88a2(_0x2e1f0f);
|
|
683
657
|
}
|
|
684
|
-
async function
|
|
685
|
-
const
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
const
|
|
691
|
-
'headers':
|
|
692
|
-
'method':
|
|
693
|
-
}),
|
|
694
|
-
'attachments': (
|
|
695
|
-
'filename':
|
|
696
|
-
'id':
|
|
658
|
+
async function _0x14d320(_0x49ae95) {
|
|
659
|
+
const _0x43e203 = _0x3e4d1e, _0x3c455a = Math[_0x43e203(_0x21b126._0x244f15)](_0x49ae95[_0x43e203(0x2a5)] ?? 0x32, 0x64), _0x1e2edd = await _0x30562f(), _0x4a36d5 = new URLSearchParams();
|
|
660
|
+
_0x4a36d5['set'](_0x43e203(0x2a5), String(_0x3c455a));
|
|
661
|
+
_0x49ae95[_0x43e203(0x1a6)] ? (_0x4a36d5[_0x43e203(_0x21b126._0x546616)]('threadId', _0x49ae95[_0x43e203(_0x21b126._0x2a9c1c)]), _0x4a36d5[_0x43e203(_0x21b126._0x546616)](_0x43e203(_0x21b126._0x3818f5), _0x49ae95['channelId'])) : _0x4a36d5[_0x43e203(_0x21b126._0x546616)](_0x43e203(0x21f), _0x49ae95[_0x43e203(_0x21b126._0x3818f5)]);
|
|
662
|
+
_0x49ae95['before'] && _0x4a36d5[_0x43e203(0x224)](_0x43e203(_0x21b126._0x3c87f5), String(_0x49ae95['before']));
|
|
663
|
+
_0x49ae95[_0x43e203(0x1da)] !== void 0x0 && _0x4a36d5['set'](_0x43e203(_0x21b126._0x450c02), String(_0x49ae95[_0x43e203(_0x21b126._0x450c02)]));
|
|
664
|
+
const _0x7e07cd = await _0x5d5805(_0x43e203(0x2e3) + _0x5bd8e7['agentId'] + _0x43e203(_0x21b126._0x2fc041) + _0x4a36d5['toString'](), {
|
|
665
|
+
'headers': _0x4b7333,
|
|
666
|
+
'method': _0x43e203(_0x21b126._0x50fab1)
|
|
667
|
+
}), _0x31f4a2 = (_0x7e07cd[_0x43e203(_0x21b126._0x3e3db2)] ?? [])[_0x43e203(0x1b4)](_0x53e075 => ({
|
|
668
|
+
'attachments': (_0x53e075[_0x43e203(0x275)] ?? [])[_0x43e203(0x1b4)](_0x7af22e => ({
|
|
669
|
+
'filename': _0x7af22e['filename'] ?? _0x7af22e['id'],
|
|
670
|
+
'id': _0x7af22e['id']
|
|
697
671
|
})),
|
|
698
|
-
'content':
|
|
699
|
-
'createdAt':
|
|
700
|
-
...
|
|
701
|
-
'messageId':
|
|
702
|
-
'senderName':
|
|
703
|
-
'senderType':
|
|
704
|
-
'seq':
|
|
672
|
+
'content': _0x53e075[_0x43e203(0x292)] ?? '',
|
|
673
|
+
'createdAt': _0x53e075[_0x43e203(0x17e)],
|
|
674
|
+
..._0x53e075[_0x43e203(0x180)] && _0x53e075['kind'] !== 'chat' ? { 'kind': _0x53e075['kind'] } : {},
|
|
675
|
+
'messageId': _0x53e075['id'],
|
|
676
|
+
'senderName': _0x5e3486(_0x53e075['senderParticipantId'], _0x1e2edd),
|
|
677
|
+
'senderType': _0x12cb68(_0x53e075['senderParticipantId'], _0x1e2edd),
|
|
678
|
+
'seq': _0x53e075['eventSeq'] ?? 0x0
|
|
705
679
|
}));
|
|
706
680
|
return {
|
|
707
|
-
'channel':
|
|
708
|
-
'hasMore':
|
|
709
|
-
'messages':
|
|
710
|
-
'nextCursor':
|
|
681
|
+
'channel': _0x49ae95[_0x43e203(0x232)],
|
|
682
|
+
'hasMore': _0x7e07cd[_0x43e203(_0x21b126._0x5ad8b5)]?.[_0x43e203(_0x21b126._0x12920b)] ?? ![],
|
|
683
|
+
'messages': _0x31f4a2,
|
|
684
|
+
'nextCursor': _0x7e07cd[_0x43e203(0x19e)]?.[_0x43e203(_0x21b126._0x3c87f5)]
|
|
711
685
|
};
|
|
712
686
|
}
|
|
713
687
|
return {
|
|
714
|
-
async 'sendMessage'(
|
|
715
|
-
const
|
|
716
|
-
'body': JSON[
|
|
717
|
-
'attachment_ids':
|
|
718
|
-
'bodyMarkdown':
|
|
719
|
-
'channelId':
|
|
720
|
-
...
|
|
721
|
-
'threadId':
|
|
722
|
-
...
|
|
688
|
+
async 'sendMessage'(_0x2a9989) {
|
|
689
|
+
const _0xa5dd06 = _0x3e4d1e, _0x586ac2 = await _0x4d822d(_0x2a9989[_0xa5dd06(_0x2c613b._0x26a631)]), _0x519e4d = _0x2a9989[_0xa5dd06(_0x2c613b._0x78a23)][_0xa5dd06(_0x2c613b._0x316e2c)]('@') ? extractMentionedParticipantIds(_0x2a9989[_0xa5dd06(0x2b0)], await _0x30562f()) : [], _0x1fc6fc = await _0x5d5805(_0xa5dd06(0x2e3) + _0x5bd8e7[_0xa5dd06(_0x2c613b._0x5613ce)] + _0xa5dd06(_0x2c613b._0x24e32f), {
|
|
690
|
+
'body': JSON[_0xa5dd06(0x165)]({
|
|
691
|
+
'attachment_ids': _0x2a9989[_0xa5dd06(0x260)],
|
|
692
|
+
'bodyMarkdown': _0x2a9989[_0xa5dd06(0x2b0)],
|
|
693
|
+
'channelId': _0x586ac2[_0xa5dd06(0x21f)],
|
|
694
|
+
..._0x519e4d[_0xa5dd06(0x20a)] > 0x0 ? { 'mentionedParticipantIds': _0x519e4d } : {},
|
|
695
|
+
'threadId': _0x586ac2['threadId'],
|
|
696
|
+
..._0x2a9989[_0xa5dd06(_0x2c613b._0x192826)] ? { 'visibility': _0x2a9989['visibility'] } : {}
|
|
723
697
|
}),
|
|
724
|
-
'headers':
|
|
725
|
-
'method':
|
|
698
|
+
'headers': _0x4b7333,
|
|
699
|
+
'method': 'POST'
|
|
726
700
|
});
|
|
727
|
-
return { 'messageId':
|
|
701
|
+
return { 'messageId': _0x1fc6fc['data']?.['id'] ?? '' };
|
|
728
702
|
},
|
|
729
703
|
async 'listSchedules'() {
|
|
730
|
-
const
|
|
731
|
-
'headers':
|
|
732
|
-
'method':
|
|
704
|
+
const _0x2f83fd = _0x3e4d1e, _0x549aa1 = await _0x5d5805('/api/internal/schedules', {
|
|
705
|
+
'headers': _0x4b7333,
|
|
706
|
+
'method': 'GET'
|
|
733
707
|
});
|
|
734
|
-
return
|
|
708
|
+
return _0x549aa1[_0x2f83fd(_0x46bd01._0x1b1d90)] ?? [];
|
|
735
709
|
},
|
|
736
|
-
async 'claimScheduleRun'(
|
|
737
|
-
const
|
|
738
|
-
'body': JSON[
|
|
739
|
-
'headers':
|
|
740
|
-
'method':
|
|
710
|
+
async 'claimScheduleRun'(_0x34dc07) {
|
|
711
|
+
const _0x5dc62d = _0x3e4d1e, _0x5c6a2d = await _0x5d5805('/api/internal/schedules/claim', {
|
|
712
|
+
'body': JSON['stringify'](_0x34dc07),
|
|
713
|
+
'headers': _0x4b7333,
|
|
714
|
+
'method': 'POST'
|
|
741
715
|
});
|
|
742
|
-
return
|
|
716
|
+
return _0x5c6a2d[_0x5dc62d(0x18b)] ?? {
|
|
743
717
|
'granted': ![],
|
|
744
718
|
'runId': null,
|
|
745
719
|
'schedule': null,
|
|
746
|
-
'scheduledFor':
|
|
720
|
+
'scheduledFor': _0x34dc07[_0x5dc62d(0x15d)]
|
|
747
721
|
};
|
|
748
722
|
},
|
|
749
|
-
async 'startScheduleRun'(
|
|
750
|
-
const
|
|
751
|
-
'body': JSON[
|
|
752
|
-
'headers':
|
|
723
|
+
async 'startScheduleRun'(_0x51a653) {
|
|
724
|
+
const _0x368be8 = _0x3e4d1e, _0x473567 = await _0x5d5805(_0x368be8(0x2a1) + encodeURIComponent(_0x51a653['runId']) + _0x368be8(_0x127895._0x2791c6), {
|
|
725
|
+
'body': JSON[_0x368be8(0x165)]({}),
|
|
726
|
+
'headers': _0x4b7333,
|
|
753
727
|
'method': 'POST'
|
|
754
728
|
});
|
|
755
|
-
return
|
|
729
|
+
return _0x473567[_0x368be8(_0x127895._0xb4c57b)] ?? {
|
|
756
730
|
'claimedByDaemonId': '',
|
|
757
|
-
'id':
|
|
731
|
+
'id': _0x51a653[_0x368be8(0x210)],
|
|
758
732
|
'scheduleId': '',
|
|
759
|
-
'status':
|
|
733
|
+
'status': _0x368be8(0x1aa)
|
|
760
734
|
};
|
|
761
735
|
},
|
|
762
|
-
async 'finishScheduleRun'(
|
|
763
|
-
const
|
|
764
|
-
'body': JSON[
|
|
765
|
-
'error':
|
|
766
|
-
'resultJson':
|
|
767
|
-
'status':
|
|
736
|
+
async 'finishScheduleRun'(_0x67da61) {
|
|
737
|
+
const _0x5c2968 = _0x3e4d1e, _0x6a613c = await _0x5d5805(_0x5c2968(0x2a1) + encodeURIComponent(_0x67da61[_0x5c2968(_0x56c4cf._0x42f523)]) + _0x5c2968(_0x56c4cf._0x817124), {
|
|
738
|
+
'body': JSON[_0x5c2968(_0x56c4cf._0x4ca9f1)]({
|
|
739
|
+
'error': _0x67da61[_0x5c2968(_0x56c4cf._0x4f4635)],
|
|
740
|
+
'resultJson': _0x67da61[_0x5c2968(_0x56c4cf._0x16e6e4)],
|
|
741
|
+
'status': _0x67da61[_0x5c2968(_0x56c4cf._0x5cff4e)]
|
|
768
742
|
}),
|
|
769
|
-
'headers':
|
|
770
|
-
'method':
|
|
743
|
+
'headers': _0x4b7333,
|
|
744
|
+
'method': _0x5c2968(0x2c9)
|
|
771
745
|
});
|
|
772
|
-
return
|
|
746
|
+
return _0x6a613c['data'] ?? {
|
|
773
747
|
'nextRunAt': null,
|
|
774
748
|
'run': {
|
|
775
749
|
'claimedByDaemonId': '',
|
|
776
|
-
'id':
|
|
750
|
+
'id': _0x67da61[_0x5c2968(_0x56c4cf._0x42f523)],
|
|
777
751
|
'scheduleId': '',
|
|
778
|
-
'status':
|
|
752
|
+
'status': _0x67da61['status']
|
|
779
753
|
}
|
|
780
754
|
};
|
|
781
755
|
},
|
|
782
|
-
async 'listTasks'(
|
|
783
|
-
const
|
|
784
|
-
return
|
|
785
|
-
'headers':
|
|
786
|
-
'method':
|
|
756
|
+
async 'listTasks'(_0xf3dd6b) {
|
|
757
|
+
const _0x164cd4 = _0x3e4d1e, _0x53be2f = new URLSearchParams();
|
|
758
|
+
return _0x53be2f[_0x164cd4(_0xab9c63._0x3d7900)](_0x164cd4(0x1ce), _0xf3dd6b[_0x164cd4(0x1ce)]), _0xf3dd6b[_0x164cd4(0x16b)] && _0x53be2f[_0x164cd4(_0xab9c63._0x3d7900)](_0x164cd4(_0xab9c63._0x226279), _0xf3dd6b[_0x164cd4(0x16b)]), _0x1b1e33(_0x164cd4(0x2e3) + _0x5bd8e7[_0x164cd4(0x2d8)] + _0x164cd4(0x15b) + _0x53be2f['toString'](), {
|
|
759
|
+
'headers': _0x4b7333,
|
|
760
|
+
'method': _0x164cd4(_0xab9c63._0x3d4740)
|
|
787
761
|
});
|
|
788
762
|
},
|
|
789
|
-
async 'createTasks'(
|
|
790
|
-
const
|
|
791
|
-
return
|
|
792
|
-
'body': JSON[
|
|
793
|
-
...
|
|
794
|
-
'idempotency_key':
|
|
763
|
+
async 'createTasks'(_0x17cec5) {
|
|
764
|
+
const _0x20eead = _0x3e4d1e;
|
|
765
|
+
return _0x1b1e33(_0x20eead(_0x4c80ea._0x89d178) + _0x5bd8e7[_0x20eead(_0x4c80ea._0x813cf3)] + _0x20eead(0x216), {
|
|
766
|
+
'body': JSON[_0x20eead(0x165)]({
|
|
767
|
+
..._0x17cec5,
|
|
768
|
+
'idempotency_key': _0x3e2041(_0x20eead(_0x4c80ea._0x35ca98), _0x17cec5)
|
|
795
769
|
}),
|
|
796
|
-
'headers':
|
|
797
|
-
'method':
|
|
770
|
+
'headers': _0x4b7333,
|
|
771
|
+
'method': _0x20eead(0x2c9)
|
|
798
772
|
});
|
|
799
773
|
},
|
|
800
|
-
async 'claimTasks'(
|
|
801
|
-
const
|
|
802
|
-
return
|
|
803
|
-
'body': JSON[
|
|
804
|
-
...
|
|
805
|
-
'idempotency_key':
|
|
774
|
+
async 'claimTasks'(_0x3f6d7e) {
|
|
775
|
+
const _0x500a62 = _0x3e4d1e;
|
|
776
|
+
return _0x1b1e33('/internal/agent/' + _0x5bd8e7[_0x500a62(0x2d8)] + _0x500a62(0x280), {
|
|
777
|
+
'body': JSON[_0x500a62(0x165)]({
|
|
778
|
+
..._0x3f6d7e,
|
|
779
|
+
'idempotency_key': _0x3e2041('claim_tasks', _0x3f6d7e)
|
|
806
780
|
}),
|
|
807
|
-
'headers':
|
|
808
|
-
'method':
|
|
781
|
+
'headers': _0x4b7333,
|
|
782
|
+
'method': _0x500a62(0x2c9)
|
|
809
783
|
});
|
|
810
784
|
},
|
|
811
|
-
async 'unclaimTask'(
|
|
812
|
-
const
|
|
813
|
-
return
|
|
814
|
-
'body': JSON[
|
|
815
|
-
...
|
|
816
|
-
'idempotency_key':
|
|
785
|
+
async 'unclaimTask'(_0x187057) {
|
|
786
|
+
const _0x49e10a = _0x3e4d1e;
|
|
787
|
+
return _0x1b1e33(_0x49e10a(_0xd1a6d7._0x5c692d) + _0x5bd8e7[_0x49e10a(_0xd1a6d7._0x10e6c5)] + _0x49e10a(_0xd1a6d7._0x4fa1b9), {
|
|
788
|
+
'body': JSON['stringify']({
|
|
789
|
+
..._0x187057,
|
|
790
|
+
'idempotency_key': _0x3e2041(_0x49e10a(_0xd1a6d7._0x3b3afa), _0x187057)
|
|
817
791
|
}),
|
|
818
|
-
'headers':
|
|
819
|
-
'method':
|
|
792
|
+
'headers': _0x4b7333,
|
|
793
|
+
'method': _0x49e10a(_0xd1a6d7._0x48c04f)
|
|
820
794
|
});
|
|
821
795
|
},
|
|
822
|
-
async 'updateTaskStatus'(
|
|
823
|
-
const
|
|
824
|
-
return
|
|
825
|
-
'body': JSON[
|
|
826
|
-
...
|
|
827
|
-
'idempotency_key':
|
|
796
|
+
async 'updateTaskStatus'(_0x56cf1e) {
|
|
797
|
+
const _0xf52e89 = _0x3e4d1e;
|
|
798
|
+
return _0x1b1e33('/internal/agent/' + _0x5bd8e7[_0xf52e89(_0x2a6653._0x3e2378)] + _0xf52e89(0x1f4), {
|
|
799
|
+
'body': JSON['stringify']({
|
|
800
|
+
..._0x56cf1e,
|
|
801
|
+
'idempotency_key': _0x3e2041(_0xf52e89(0x1cf), _0x56cf1e)
|
|
828
802
|
}),
|
|
829
|
-
'headers':
|
|
830
|
-
'method':
|
|
803
|
+
'headers': _0x4b7333,
|
|
804
|
+
'method': _0xf52e89(_0x2a6653._0x22f7ac)
|
|
831
805
|
});
|
|
832
806
|
},
|
|
833
|
-
async 'uploadFile'(
|
|
834
|
-
const
|
|
835
|
-
if (
|
|
836
|
-
throw new Error(
|
|
837
|
-
const
|
|
838
|
-
'body': JSON[
|
|
839
|
-
'channel':
|
|
840
|
-
'contentBase64':
|
|
841
|
-
'contentType':
|
|
842
|
-
'originalFilename':
|
|
807
|
+
async 'uploadFile'(_0x316efe) {
|
|
808
|
+
const _0x426ade = _0x3e4d1e, _0x58cc33 = await _0x4d822d(_0x316efe[_0x426ade(0x1ce)]);
|
|
809
|
+
if (_0x58cc33[_0x426ade(0x1a6)])
|
|
810
|
+
throw new Error(_0x426ade(0x1c1));
|
|
811
|
+
const _0x2b201d = await _0x5d5805(_0x426ade(0x2e3) + _0x5bd8e7['agentId'] + _0x426ade(_0x5d3221._0x12b187), {
|
|
812
|
+
'body': JSON[_0x426ade(_0x5d3221._0x2b23f5)]({
|
|
813
|
+
'channel': _0x58cc33[_0x426ade(0x2e8)],
|
|
814
|
+
'contentBase64': _0x316efe[_0x426ade(_0x5d3221._0x3c16bb)],
|
|
815
|
+
'contentType': _0x316efe[_0x426ade(_0x5d3221._0xce8d6c)],
|
|
816
|
+
'originalFilename': _0x316efe[_0x426ade(_0x5d3221._0xfeeb42)]
|
|
843
817
|
}),
|
|
844
|
-
'headers':
|
|
845
|
-
'method':
|
|
818
|
+
'headers': _0x4b7333,
|
|
819
|
+
'method': _0x426ade(0x2c9)
|
|
846
820
|
});
|
|
847
821
|
return {
|
|
848
|
-
'attachmentId':
|
|
849
|
-
'filename':
|
|
850
|
-
'sizeBytes':
|
|
822
|
+
'attachmentId': _0x2b201d['data']?.['id'] ?? '',
|
|
823
|
+
'filename': _0x2b201d[_0x426ade(_0x5d3221._0x441af7)]?.[_0x426ade(_0x5d3221._0x52f659)] ?? _0x316efe[_0x426ade(0x239)],
|
|
824
|
+
'sizeBytes': _0x2b201d[_0x426ade(0x18b)]?.[_0x426ade(_0x5d3221._0x1aa04b)] ?? 0x0
|
|
851
825
|
};
|
|
852
826
|
},
|
|
853
|
-
async 'downloadAttachment'(
|
|
854
|
-
const
|
|
855
|
-
'headers':
|
|
856
|
-
'method':
|
|
857
|
-
}),
|
|
827
|
+
async 'downloadAttachment'(_0x5f397d) {
|
|
828
|
+
const _0x47134f = _0x3e4d1e, _0x49b2b1 = await _0x5d5805(_0x47134f(_0x404c0a._0x54a99f) + _0x5f397d, {
|
|
829
|
+
'headers': _0x4b7333,
|
|
830
|
+
'method': 'GET'
|
|
831
|
+
}), _0x4878bb = new AbortController(), _0x1057ea = setTimeout(() => _0x4878bb[_0x47134f(0x28b)](), _0x36ceb1);
|
|
858
832
|
try {
|
|
859
|
-
const
|
|
860
|
-
'headers':
|
|
861
|
-
'method':
|
|
862
|
-
'signal':
|
|
833
|
+
const _0x5481ad = await _0x5a96e5(_0x51304a + _0x47134f(0x2b8) + _0x5f397d + '/content', {
|
|
834
|
+
'headers': _0x4b7333,
|
|
835
|
+
'method': 'GET',
|
|
836
|
+
'signal': _0x4878bb[_0x47134f(0x1c3)]
|
|
863
837
|
});
|
|
864
|
-
if (!
|
|
865
|
-
throw new Error(
|
|
838
|
+
if (!_0x5481ad['ok'])
|
|
839
|
+
throw new Error(_0x47134f(_0x404c0a._0x1a182e) + _0x5481ad['status']);
|
|
866
840
|
return {
|
|
867
|
-
'contentType':
|
|
868
|
-
'data': Buffer[
|
|
869
|
-
'originalFilename':
|
|
841
|
+
'contentType': _0x49b2b1[_0x47134f(0x18b)]?.[_0x47134f(_0x404c0a._0x521388)] ?? _0x5481ad[_0x47134f(0x2a9)][_0x47134f(_0x404c0a._0x2433b1)](_0x47134f(0x19d)) ?? _0x47134f(_0x404c0a._0x239669),
|
|
842
|
+
'data': Buffer['from'](await _0x5481ad[_0x47134f(_0x404c0a._0x5b324c)]()),
|
|
843
|
+
'originalFilename': _0x49b2b1[_0x47134f(_0x404c0a._0x3ba047)]?.[_0x47134f(0x1b1)]
|
|
870
844
|
};
|
|
871
845
|
} finally {
|
|
872
|
-
clearTimeout(
|
|
846
|
+
clearTimeout(_0x1057ea);
|
|
873
847
|
}
|
|
874
848
|
},
|
|
875
849
|
async 'listServer'() {
|
|
876
|
-
return
|
|
850
|
+
return _0x30562f({ 'forceRefresh': !![] });
|
|
877
851
|
},
|
|
878
852
|
async 'getLatestEventSeq'() {
|
|
879
|
-
const
|
|
880
|
-
|
|
881
|
-
const
|
|
882
|
-
'headers':
|
|
883
|
-
'method':
|
|
884
|
-
}),
|
|
885
|
-
return typeof
|
|
853
|
+
const _0x3f4dbe = _0x3e4d1e, _0x173b6d = new URLSearchParams();
|
|
854
|
+
_0x173b6d[_0x3f4dbe(_0xe9d394._0x161aef)](_0x3f4dbe(0x162), '0'), _0x173b6d['set'](_0x3f4dbe(0x2a5), '1');
|
|
855
|
+
const _0x5b20e0 = await _0x5d5805(_0x3f4dbe(0x2e3) + _0x5bd8e7['agentId'] + _0x3f4dbe(_0xe9d394._0x5ef630) + _0x173b6d['toString'](), {
|
|
856
|
+
'headers': _0x4b7333,
|
|
857
|
+
'method': 'GET'
|
|
858
|
+
}), _0x2256ce = _0x5b20e0['meta']?.['latestSeq'];
|
|
859
|
+
return typeof _0x2256ce === 'number' && _0x2256ce > 0x0 ? _0x2256ce : 0x0;
|
|
886
860
|
},
|
|
887
|
-
async 'readHistory'(
|
|
888
|
-
const
|
|
889
|
-
return
|
|
890
|
-
'after':
|
|
891
|
-
'before':
|
|
892
|
-
'channelId':
|
|
893
|
-
'channelTarget':
|
|
894
|
-
'limit':
|
|
895
|
-
'threadId':
|
|
861
|
+
async 'readHistory'(_0x958816) {
|
|
862
|
+
const _0x3e2077 = _0x3e4d1e, _0x4b6b71 = await _0x4d822d(_0x958816['channel']);
|
|
863
|
+
return _0x14d320({
|
|
864
|
+
'after': _0x958816[_0x3e2077(_0x3a3d47._0xb85924)],
|
|
865
|
+
'before': _0x958816[_0x3e2077(0x1e4)],
|
|
866
|
+
'channelId': _0x4b6b71['channelId'],
|
|
867
|
+
'channelTarget': _0x4b6b71[_0x3e2077(_0x3a3d47._0x4230cc)],
|
|
868
|
+
'limit': _0x958816[_0x3e2077(0x2a5)],
|
|
869
|
+
'threadId': _0x4b6b71[_0x3e2077(_0x3a3d47._0x2c56bd)]
|
|
896
870
|
});
|
|
897
871
|
},
|
|
898
|
-
'resolveTarget':
|
|
872
|
+
'resolveTarget': _0x4d822d,
|
|
899
873
|
async 'checkMessages'() {
|
|
900
|
-
const
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
},
|
|
905
|
-
|
|
906
|
-
const
|
|
907
|
-
'headers':
|
|
908
|
-
'method':
|
|
909
|
-
}),
|
|
910
|
-
const
|
|
911
|
-
if (
|
|
874
|
+
const _0x5118bb = {
|
|
875
|
+
_0x26152d: 0x24f,
|
|
876
|
+
_0x153caf: 0x21f,
|
|
877
|
+
_0x2e4b43: 0x2db
|
|
878
|
+
}, _0x5f5c20 = _0x3e4d1e, _0x531e56 = new URLSearchParams();
|
|
879
|
+
_0x531e56[_0x5f5c20(_0x50008f._0x48c77b)](_0x5f5c20(_0x50008f._0x4f20e9), String(_0x42761e));
|
|
880
|
+
const _0x15d8f9 = _0x531e56[_0x5f5c20(0x27b)](), _0x34c17c = await _0x5d5805(_0x5f5c20(_0x50008f._0x2f2e5c) + _0x5bd8e7['agentId'] + _0x5f5c20(0x206) + (_0x15d8f9 ? '?' + _0x15d8f9 : ''), {
|
|
881
|
+
'headers': _0x4b7333,
|
|
882
|
+
'method': _0x5f5c20(_0x50008f._0x215abd)
|
|
883
|
+
}), _0x23ab7e = _0x34c17c[_0x5f5c20(0x18b)] ?? [], _0x32a3c5 = _0x34c17c[_0x5f5c20(0x19e)]?.['cursor'], _0x5cfad8 = _0x6979b4 ? _0x23ab7e['filter'](_0x537070 => {
|
|
884
|
+
const _0x581257 = _0x5f5c20;
|
|
885
|
+
if (_0x537070[_0x581257(_0x115a35._0x578671)] !== _0x581257(_0x115a35._0x22f03f))
|
|
912
886
|
return ![];
|
|
913
|
-
return
|
|
914
|
-
}) :
|
|
915
|
-
let
|
|
916
|
-
|
|
917
|
-
|
|
887
|
+
return _0x1535e0(_0x6979b4, asRecord(_0x537070[_0x581257(0x24f)]));
|
|
888
|
+
}) : _0x23ab7e, _0x1e7a98 = _0x32a3c5 !== void 0x0 ? _0x6979b4 ? Math[_0x5f5c20(_0x50008f._0x3b0dbe)](_0x42761e, _0x5cfad8['length'] > 0x0 ? _0x5cfad8[_0x5cfad8['length'] - 0x1][_0x5f5c20(_0x50008f._0x26671f)] : _0x42761e) : Math[_0x5f5c20(0x276)](_0x42761e, _0x32a3c5) : _0x5cfad8['length'] > 0x0 ? Math[_0x5f5c20(_0x50008f._0x2bf928)](_0x42761e, _0x5cfad8[_0x5cfad8[_0x5f5c20(0x20a)] - 0x1][_0x5f5c20(_0x50008f._0xf8aa63)]) : _0x42761e, _0x72a2e0 = (_0x6979b4 ? _0x5cfad8 : _0x23ab7e)[_0x5f5c20(_0x50008f._0x5ac73e)](_0x400ff5 => _0x400ff5[_0x5f5c20(0x2d5)] === _0x5f5c20(0x1cc)), _0x3713d0 = _0x6979b4 === void 0x0 && _0x38085c;
|
|
889
|
+
let _0x2522b7 = await _0x30562f(), _0x29e1a7 = new Map(_0x2522b7['channels'][_0x5f5c20(_0x50008f._0x56920a)](_0x2d2ee0 => [
|
|
890
|
+
_0x2d2ee0['id'],
|
|
891
|
+
_0x2d2ee0
|
|
918
892
|
]));
|
|
919
|
-
const
|
|
920
|
-
const
|
|
921
|
-
return Boolean(
|
|
893
|
+
const _0x139775 = _0x72a2e0[_0x5f5c20(0x2e9)](_0x57fe8e => {
|
|
894
|
+
const _0x38f94d = _0x5f5c20, _0x53a851 = asRecord(_0x57fe8e[_0x38f94d(_0x5118bb._0x26152d)]), _0x10d52c = typeof _0x53a851?.[_0x38f94d(_0x5118bb._0x153caf)] === 'string' ? _0x53a851['channelId'] : '';
|
|
895
|
+
return Boolean(_0x10d52c) && !_0x29e1a7[_0x38f94d(_0x5118bb._0x2e4b43)](_0x10d52c);
|
|
922
896
|
});
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
897
|
+
_0x139775 && (_0x2522b7 = await _0x30562f({ 'forceRefresh': !![] }), _0x29e1a7 = new Map(_0x2522b7['channels'][_0x5f5c20(_0x50008f._0x56920a)](_0x5d9952 => [
|
|
898
|
+
_0x5d9952['id'],
|
|
899
|
+
_0x5d9952
|
|
926
900
|
])));
|
|
927
|
-
const
|
|
928
|
-
for (const
|
|
929
|
-
const
|
|
930
|
-
if (!
|
|
901
|
+
const _0x176fc5 = new Map();
|
|
902
|
+
for (const _0x1cb954 of _0x72a2e0) {
|
|
903
|
+
const _0x4f19bd = asRecord(_0x1cb954[_0x5f5c20(_0x50008f._0x407d99)]), _0x370620 = typeof _0x4f19bd[_0x5f5c20(_0x50008f._0x52922a)] === 'string' ? _0x4f19bd[_0x5f5c20(0x21f)] : '';
|
|
904
|
+
if (!_0x370620)
|
|
931
905
|
continue;
|
|
932
|
-
const
|
|
906
|
+
const _0x4d6ade = typeof _0x4f19bd[_0x5f5c20(0x1a6)] === _0x5f5c20(0x27a) ? _0x4f19bd[_0x5f5c20(0x1a6)] : void 0x0, _0x5c745d = typeof _0x4f19bd['rootMessageId'] === _0x5f5c20(0x27a) ? _0x4f19bd['rootMessageId'] : void 0x0, _0x21e129 = typeof _0x4f19bd[_0x5f5c20(0x198)] === _0x5f5c20(0x1d3) && Number[_0x5f5c20(0x17d)](_0x4f19bd['threadNumber']) ? _0x4f19bd[_0x5f5c20(0x198)] : void 0x0, _0x31592d = Boolean(_0x4d6ade && (!_0x5c745d || _0x1cb954['aggregateId'] !== _0x5c745d)), _0x3a062c = _0x31592d ? _0x370620 + ':' + _0x4d6ade : _0x370620, _0x3ffcaa = _0x176fc5[_0x5f5c20(0x21e)](_0x3a062c) ?? {
|
|
933
907
|
'aggregateIds': [],
|
|
934
|
-
'channelId':
|
|
908
|
+
'channelId': _0x370620,
|
|
935
909
|
'entries': new Map(),
|
|
936
|
-
'isThreadReply':
|
|
937
|
-
'rootMessageId':
|
|
938
|
-
'threadNumber':
|
|
939
|
-
'threadId':
|
|
910
|
+
'isThreadReply': _0x31592d,
|
|
911
|
+
'rootMessageId': _0x5c745d,
|
|
912
|
+
'threadNumber': _0x21e129,
|
|
913
|
+
'threadId': _0x31592d ? _0x4d6ade : void 0x0
|
|
940
914
|
};
|
|
941
|
-
|
|
942
|
-
'payloadJson':
|
|
943
|
-
'seq':
|
|
944
|
-
}),
|
|
915
|
+
_0x3ffcaa[_0x5f5c20(_0x50008f._0x67352d)] == null && _0x21e129 != null && (_0x3ffcaa[_0x5f5c20(_0x50008f._0x67352d)] = _0x21e129), !_0x3ffcaa['rootMessageId'] && _0x5c745d && (_0x3ffcaa[_0x5f5c20(_0x50008f._0x59b7e0)] = _0x5c745d), _0x3ffcaa[_0x5f5c20(0x2da)][_0x5f5c20(0x248)](_0x1cb954[_0x5f5c20(_0x50008f._0x1cfd7a)]), _0x3ffcaa['entries']['set'](_0x1cb954[_0x5f5c20(_0x50008f._0x10d519)], {
|
|
916
|
+
'payloadJson': _0x1cb954[_0x5f5c20(0x24f)],
|
|
917
|
+
'seq': _0x1cb954[_0x5f5c20(_0x50008f._0x13c3e4)]
|
|
918
|
+
}), _0x176fc5['set'](_0x3a062c, _0x3ffcaa);
|
|
945
919
|
}
|
|
946
|
-
const
|
|
947
|
-
for (const
|
|
920
|
+
const _0x54c25f = [];
|
|
921
|
+
for (const _0xb7d44c of _0x176fc5['values']()) {
|
|
948
922
|
const {
|
|
949
|
-
channelId:
|
|
950
|
-
threadId:
|
|
951
|
-
rootMessageId:
|
|
952
|
-
threadNumber:
|
|
953
|
-
aggregateIds:
|
|
954
|
-
isThreadReply:
|
|
955
|
-
entries:
|
|
956
|
-
} =
|
|
957
|
-
'channelTarget':
|
|
958
|
-
'rootMessageId':
|
|
959
|
-
'threadId':
|
|
960
|
-
'threadNumber':
|
|
961
|
-
},
|
|
962
|
-
'channelId':
|
|
963
|
-
'channelTarget':
|
|
964
|
-
'limit': Math[
|
|
965
|
-
'threadId':
|
|
966
|
-
}),
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
])),
|
|
970
|
-
for (const
|
|
971
|
-
if (!
|
|
923
|
+
channelId: _0x5e0280,
|
|
924
|
+
threadId: _0xe9b220,
|
|
925
|
+
rootMessageId: _0xe53c56,
|
|
926
|
+
threadNumber: _0x245b63,
|
|
927
|
+
aggregateIds: _0x24902d,
|
|
928
|
+
isThreadReply: _0x33ce2b,
|
|
929
|
+
entries: _0x197f6b
|
|
930
|
+
} = _0xb7d44c, _0x422362 = _0x29e1a7[_0x5f5c20(0x21e)](_0x5e0280), _0x4fd8f4 = _0x422362?.[_0x5f5c20(_0x50008f._0x26d7b2)] ?? _0x5e0280, _0x55d6ea = _0x422362?.['kind'] === 'dm' ? _0x5f5c20(_0x50008f._0x506aff) + _0x4fd8f4 : '#' + _0x4fd8f4, _0x2daf81 = {
|
|
931
|
+
'channelTarget': _0x55d6ea,
|
|
932
|
+
'rootMessageId': _0xe53c56,
|
|
933
|
+
'threadId': _0xe9b220,
|
|
934
|
+
'threadNumber': _0x245b63
|
|
935
|
+
}, _0x1cdcb1 = await _0x14d320({
|
|
936
|
+
'channelId': _0x5e0280,
|
|
937
|
+
'channelTarget': _0x55d6ea,
|
|
938
|
+
'limit': Math[_0x5f5c20(_0x50008f._0x2bf928)](_0x24902d['length'], 0x32),
|
|
939
|
+
'threadId': _0xe9b220
|
|
940
|
+
}), _0x16d497 = new Map(_0x1cdcb1[_0x5f5c20(0x1d4)][_0x5f5c20(_0x50008f._0x56920a)](_0xf16037 => [
|
|
941
|
+
_0xf16037[_0x5f5c20(0x285)],
|
|
942
|
+
_0xf16037
|
|
943
|
+
])), _0x309ce7 = _0xe9b220 ? _0x13f63c(_0x2daf81) : _0x55d6ea, _0x32f75a = _0x6979b4 ? _0x33ce2b && _0x421af5(_0x6979b4, _0x2daf81) : !![], _0x263531 = _0x33ce2b ? _0x32f75a && _0x6979b4 ? _0x6979b4 : _0x309ce7 : _0x55d6ea;
|
|
944
|
+
for (const _0x181456 of _0x24902d) {
|
|
945
|
+
if (!_0x32f75a)
|
|
972
946
|
continue;
|
|
973
|
-
const
|
|
974
|
-
if (
|
|
947
|
+
const _0x8216ac = _0x197f6b[_0x5f5c20(_0x50008f._0x469fee)](_0x181456), _0x134468 = _0x8216ac ? asRecord(_0x8216ac[_0x5f5c20(0x24f)]) : void 0x0, _0x367dd7 = _0x134468?.['taskDeliveryMode'] === _0x5f5c20(_0x50008f._0x27c6c0);
|
|
948
|
+
if (_0x3713d0 && _0x367dd7)
|
|
975
949
|
continue;
|
|
976
|
-
const
|
|
977
|
-
if (
|
|
978
|
-
|
|
979
|
-
'attachments':
|
|
980
|
-
'content':
|
|
981
|
-
'createdAt':
|
|
982
|
-
...
|
|
983
|
-
'messageId':
|
|
984
|
-
'senderName':
|
|
985
|
-
'senderType':
|
|
986
|
-
'target':
|
|
987
|
-
...
|
|
950
|
+
const _0x154ef7 = _0x16d497[_0x5f5c20(_0x50008f._0x469fee)](_0x181456);
|
|
951
|
+
if (_0x154ef7) {
|
|
952
|
+
_0x54c25f['push']({
|
|
953
|
+
'attachments': _0x154ef7[_0x5f5c20(_0x50008f._0x37ce93)],
|
|
954
|
+
'content': _0x154ef7[_0x5f5c20(0x2b0)],
|
|
955
|
+
'createdAt': _0x154ef7[_0x5f5c20(0x17e)],
|
|
956
|
+
..._0x154ef7[_0x5f5c20(0x180)] ? { 'kind': _0x154ef7[_0x5f5c20(_0x50008f._0x1efcd2)] } : {},
|
|
957
|
+
'messageId': _0x154ef7[_0x5f5c20(_0x50008f._0x1b72f8)],
|
|
958
|
+
'senderName': _0x154ef7[_0x5f5c20(_0x50008f._0x31a2f0)],
|
|
959
|
+
'senderType': _0x154ef7[_0x5f5c20(0x2d7)],
|
|
960
|
+
'target': _0x263531,
|
|
961
|
+
..._0x367dd7 ? { 'targetedTask': !![] } : {}
|
|
988
962
|
});
|
|
989
963
|
continue;
|
|
990
964
|
}
|
|
991
|
-
if (
|
|
992
|
-
const
|
|
993
|
-
|
|
965
|
+
if (_0x8216ac) {
|
|
966
|
+
const _0x254123 = typeof _0x134468?.[_0x5f5c20(_0x50008f._0x468cd8)] === _0x5f5c20(_0x50008f._0x28bdaa) ? _0x134468[_0x5f5c20(_0x50008f._0x468cd8)] : '', _0x35636b = typeof _0x134468?.[_0x5f5c20(0x292)] === 'string' ? _0x134468[_0x5f5c20(0x292)] : '', _0x32c87b = typeof _0x134468?.['kind'] === _0x5f5c20(0x27a) && _0x134468[_0x5f5c20(_0x50008f._0x1efcd2)] !== _0x5f5c20(_0x50008f._0x4780d2) ? _0x134468['kind'] : void 0x0;
|
|
967
|
+
_0x254123 && _0x35636b && _0x54c25f['push']({
|
|
994
968
|
'attachments': [],
|
|
995
|
-
'content':
|
|
996
|
-
'createdAt': new Date()[
|
|
997
|
-
...
|
|
998
|
-
'messageId':
|
|
999
|
-
'senderName':
|
|
1000
|
-
'senderType':
|
|
1001
|
-
'target':
|
|
1002
|
-
...
|
|
969
|
+
'content': _0x35636b,
|
|
970
|
+
'createdAt': new Date()[_0x5f5c20(_0x50008f._0x48e770)](),
|
|
971
|
+
..._0x32c87b ? { 'kind': _0x32c87b } : {},
|
|
972
|
+
'messageId': _0x181456,
|
|
973
|
+
'senderName': _0x5e3486(_0x254123, _0x2522b7),
|
|
974
|
+
'senderType': _0x12cb68(_0x254123, _0x2522b7),
|
|
975
|
+
'target': _0x263531,
|
|
976
|
+
..._0x367dd7 ? { 'targetedTask': !![] } : {}
|
|
1003
977
|
});
|
|
1004
978
|
}
|
|
1005
979
|
}
|
|
1006
980
|
}
|
|
1007
|
-
if (
|
|
1008
|
-
if (
|
|
1009
|
-
await
|
|
981
|
+
if (_0x1e7a98 > 0x0) {
|
|
982
|
+
if (_0x353989)
|
|
983
|
+
await _0x1a1a9b(_0x1e7a98);
|
|
1010
984
|
else
|
|
1011
|
-
|
|
985
|
+
_0x46db8f && await _0x378ba9(_0x1e7a98);
|
|
1012
986
|
}
|
|
1013
|
-
return
|
|
987
|
+
return _0x1e7a98 > _0x42761e && (_0x42761e = _0x1e7a98), { 'messages': _0x6979b4 ? _0x54c25f : _0x3713d0 ? _0x54c25f['filter'](_0x54db24 => _0x54db24[_0x5f5c20(0x214)] !== !![]) : _0x54c25f };
|
|
1014
988
|
}
|
|
1015
989
|
};
|
|
1016
990
|
}
|
|
1017
|
-
function toLocalTime(
|
|
1018
|
-
const
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
}, _0x3aefb9 = _0x2e359a, _0x4fc3c2 = new Date(_0x21fda6);
|
|
1024
|
-
if (Number[_0x3aefb9(_0x51b65e._0x3eab1c)](_0x4fc3c2['getTime']()))
|
|
1025
|
-
return _0x21fda6;
|
|
1026
|
-
const _0x54cfae = _0x45d5b7 => String(_0x45d5b7)[_0x3aefb9(0x20b)](0x2, '0');
|
|
1027
|
-
return _0x4fc3c2[_0x3aefb9(0xff)]() + '-' + _0x54cfae(_0x4fc3c2['getMonth']() + 0x1) + '-' + _0x54cfae(_0x4fc3c2[_0x3aefb9(_0x51b65e._0x3ea8e1)]()) + '\x20' + _0x54cfae(_0x4fc3c2[_0x3aefb9(_0x51b65e._0x3f2188)]()) + ':' + _0x54cfae(_0x4fc3c2['getMinutes']()) + ':' + _0x54cfae(_0x4fc3c2[_0x3aefb9(_0x51b65e._0x1df44c)]());
|
|
991
|
+
function toLocalTime(_0x40889b) {
|
|
992
|
+
const _0x6aaae3 = { _0x3dcadd: 0x2ab }, _0x1bcad8 = _0x5468a7, _0x6d228e = new Date(_0x40889b);
|
|
993
|
+
if (Number[_0x1bcad8(0x29a)](_0x6d228e[_0x1bcad8(0x169)]()))
|
|
994
|
+
return _0x40889b;
|
|
995
|
+
const _0x5280b0 = _0x22f605 => String(_0x22f605)[_0x1bcad8(0x176)](0x2, '0');
|
|
996
|
+
return _0x6d228e['getFullYear']() + '-' + _0x5280b0(_0x6d228e[_0x1bcad8(0x19a)]() + 0x1) + '-' + _0x5280b0(_0x6d228e[_0x1bcad8(0x21b)]()) + '\x20' + _0x5280b0(_0x6d228e[_0x1bcad8(_0x6aaae3._0x3dcadd)]()) + ':' + _0x5280b0(_0x6d228e['getMinutes']()) + ':' + _0x5280b0(_0x6d228e[_0x1bcad8(0x245)]());
|
|
1028
997
|
}
|
|
1029
|
-
function formatAttachmentSuffix(
|
|
1030
|
-
const
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
998
|
+
function formatAttachmentSuffix(_0x18930d) {
|
|
999
|
+
const _0x338e38 = {
|
|
1000
|
+
_0x50391b: 0x20a,
|
|
1001
|
+
_0x51aa8b: 0x1b4,
|
|
1002
|
+
_0x172c6c: 0x290
|
|
1003
|
+
}, _0x57c057 = _0x5468a7;
|
|
1004
|
+
if (!_0x18930d || _0x18930d[_0x57c057(0x20a)] === 0x0)
|
|
1035
1005
|
return '';
|
|
1036
|
-
return '\x20[' +
|
|
1006
|
+
return '\x20[' + _0x18930d[_0x57c057(0x20a)] + _0x57c057(0x1f6) + (_0x18930d[_0x57c057(_0x338e38._0x50391b)] > 0x1 ? 's' : '') + ':\x20' + _0x18930d[_0x57c057(_0x338e38._0x51aa8b)](_0x2e974e => _0x2e974e[_0x57c057(0x239)] + _0x57c057(0x202) + _0x2e974e['id'] + ')')['join'](',\x20') + _0x57c057(_0x338e38._0x172c6c);
|
|
1037
1007
|
}
|
|
1038
|
-
function formatCheckMessages(
|
|
1039
|
-
const
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1008
|
+
function formatCheckMessages(_0x30c71f) {
|
|
1009
|
+
const _0x473f01 = {
|
|
1010
|
+
_0x3fe4fc: 0x1b4,
|
|
1011
|
+
_0x44ca42: 0x28a
|
|
1012
|
+
}, _0x821720 = {
|
|
1013
|
+
_0x3230e1: 0x22c,
|
|
1014
|
+
_0x2bd2e1: 0x209,
|
|
1015
|
+
_0x740168: 0x180,
|
|
1016
|
+
_0x2f0ebc: 0x24b,
|
|
1017
|
+
_0x53678c: 0x1f2,
|
|
1018
|
+
_0x53b313: 0x2b4,
|
|
1019
|
+
_0x405be6: 0x17e,
|
|
1020
|
+
_0x79e283: 0x275
|
|
1021
|
+
}, _0x5f0510 = _0x5468a7;
|
|
1022
|
+
if (_0x30c71f[_0x5f0510(0x20a)] === 0x0)
|
|
1023
|
+
return 'No\x20new\x20messages.';
|
|
1024
|
+
return _0x30c71f[_0x5f0510(_0x473f01._0x3fe4fc)](_0x3a2a49 => {
|
|
1025
|
+
const _0x4bd3be = _0x5f0510, _0x1388dc = _0x3a2a49[_0x4bd3be(0x2d7)] === _0x4bd3be(_0x821720._0x3230e1) ? _0x4bd3be(0x297) : '', _0x305172 = _0x3a2a49[_0x4bd3be(0x180)] && _0x3a2a49['kind'] !== 'chat' ? _0x4bd3be(_0x821720._0x2bd2e1) + _0x3a2a49[_0x4bd3be(_0x821720._0x740168)] : '';
|
|
1026
|
+
return _0x4bd3be(_0x821720._0x2f0ebc) + _0x3a2a49[_0x4bd3be(0x2e8)] + _0x4bd3be(_0x821720._0x53678c) + _0x3a2a49[_0x4bd3be(0x285)][_0x4bd3be(0x22d)](0x0, 0x8) + _0x4bd3be(_0x821720._0x53b313) + toLocalTime(_0x3a2a49[_0x4bd3be(_0x821720._0x405be6)]) + _0x1388dc + _0x305172 + _0x4bd3be(0x179) + _0x3a2a49[_0x4bd3be(0x278)] + ':\x20' + _0x3a2a49[_0x4bd3be(0x2b0)] + formatAttachmentSuffix(_0x3a2a49[_0x4bd3be(_0x821720._0x79e283)]);
|
|
1027
|
+
})[_0x5f0510(_0x473f01._0x44ca42)]('\x0a');
|
|
1028
|
+
}
|
|
1029
|
+
function formatHistory(_0x27a99d) {
|
|
1030
|
+
const _0x4b1e9f = {
|
|
1031
|
+
_0x5eb4e0: 0x20a,
|
|
1032
|
+
_0x5edf84: 0x1d4,
|
|
1033
|
+
_0x1d34ff: 0x28a,
|
|
1034
|
+
_0x1610b1: 0x199,
|
|
1035
|
+
_0x17d147: 0x1ea,
|
|
1036
|
+
_0x3dde20: 0x1ce
|
|
1037
|
+
}, _0x5797a1 = {
|
|
1038
|
+
_0x2b449b: 0x297,
|
|
1039
|
+
_0x591984: 0x180,
|
|
1040
|
+
_0x5e03f9: 0x1fd,
|
|
1041
|
+
_0x127b78: 0x285,
|
|
1042
|
+
_0x2a5645: 0x2b4,
|
|
1043
|
+
_0x6eb316: 0x2b0
|
|
1044
|
+
}, _0x3bcc28 = _0x5468a7;
|
|
1045
|
+
if (_0x27a99d[_0x3bcc28(0x1d4)][_0x3bcc28(_0x4b1e9f._0x5eb4e0)] === 0x0)
|
|
1046
|
+
return _0x3bcc28(0x1ea) + _0x27a99d['channel'] + _0x3bcc28(0x195);
|
|
1047
|
+
const _0x27bd0e = _0x27a99d[_0x3bcc28(_0x4b1e9f._0x5edf84)]['map'](_0x4d1cc1 => {
|
|
1048
|
+
const _0x36c558 = _0x3bcc28, _0x1a3902 = _0x4d1cc1[_0x36c558(0x2d7)] === _0x36c558(0x22c) ? _0x36c558(_0x5797a1._0x2b449b) : '', _0x53a691 = _0x4d1cc1[_0x36c558(0x180)] && _0x4d1cc1[_0x36c558(_0x5797a1._0x591984)] !== _0x36c558(_0x5797a1._0x5e03f9) ? _0x36c558(0x209) + _0x4d1cc1[_0x36c558(_0x5797a1._0x591984)] : '';
|
|
1049
|
+
return _0x36c558(0x188) + _0x4d1cc1[_0x36c558(0x217)] + _0x36c558(0x1f2) + _0x4d1cc1[_0x36c558(_0x5797a1._0x127b78)] + _0x36c558(_0x5797a1._0x2a5645) + toLocalTime(_0x4d1cc1[_0x36c558(0x17e)]) + _0x1a3902 + _0x53a691 + _0x36c558(0x179) + _0x4d1cc1[_0x36c558(0x278)] + ':\x20' + _0x4d1cc1[_0x36c558(_0x5797a1._0x6eb316)] + formatAttachmentSuffix(_0x4d1cc1['attachments']);
|
|
1050
|
+
})[_0x3bcc28(_0x4b1e9f._0x1d34ff)]('\x0a'), _0x43833c = _0x27a99d['hasMore'] && _0x27a99d['nextCursor'] ? _0x3bcc28(0x1be) + _0x27a99d[_0x3bcc28(0x1d4)][_0x3bcc28(0x20a)] + _0x3bcc28(0x160) + _0x27a99d[_0x3bcc28(_0x4b1e9f._0x1610b1)] + '\x20to\x20load\x20older\x20messages.\x20---' : '';
|
|
1051
|
+
return _0x3bcc28(_0x4b1e9f._0x17d147) + _0x27a99d[_0x3bcc28(_0x4b1e9f._0x3dde20)] + '\x20(' + _0x27a99d['messages'][_0x3bcc28(_0x4b1e9f._0x5eb4e0)] + '\x20messages)\x0a\x0a' + _0x27bd0e + _0x43833c;
|
|
1056
1052
|
}
|
|
1057
|
-
function
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
})['join']('\x0a'), _0x134ed6 = _0x26a23e[_0x59514a(0x106)] && _0x26a23e[_0x59514a(_0x1d4e0b._0x27cd8a)] ? '\x0a\x0a---\x20' + _0x26a23e[_0x59514a(0x16e)][_0x59514a(0x225)] + _0x59514a(_0x1d4e0b._0x17f4f3) + _0x26a23e[_0x59514a(0x244)] + '\x20to\x20load\x20older\x20messages.\x20---' : '';
|
|
1078
|
-
return _0x59514a(_0x1d4e0b._0x155c64) + _0x26a23e[_0x59514a(_0x1d4e0b._0x9dbb16)] + '\x20(' + _0x26a23e[_0x59514a(_0x1d4e0b._0x29ec3f)][_0x59514a(_0x1d4e0b._0xedd673)] + _0x59514a(0xee) + _0x5ea154 + _0x134ed6;
|
|
1053
|
+
function _0x226b(_0x496154, _0x1b1cb5) {
|
|
1054
|
+
_0x496154 = _0x496154 - 0x15b;
|
|
1055
|
+
const _0x565a5b = _0x565a();
|
|
1056
|
+
let _0x226b5d = _0x565a5b[_0x496154];
|
|
1057
|
+
if (_0x226b['aGhRNd'] === undefined) {
|
|
1058
|
+
var _0x1e7354 = function (_0x70ee60) {
|
|
1059
|
+
const _0x1c51e0 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
1060
|
+
let _0x1af049 = '', _0x540b3d = '';
|
|
1061
|
+
for (let _0x5e34b9 = 0x0, _0x4925f5, _0x4562ad, _0x57d002 = 0x0; _0x4562ad = _0x70ee60['charAt'](_0x57d002++); ~_0x4562ad && (_0x4925f5 = _0x5e34b9 % 0x4 ? _0x4925f5 * 0x40 + _0x4562ad : _0x4562ad, _0x5e34b9++ % 0x4) ? _0x1af049 += String['fromCharCode'](0xff & _0x4925f5 >> (-0x2 * _0x5e34b9 & 0x6)) : 0x0) {
|
|
1062
|
+
_0x4562ad = _0x1c51e0['indexOf'](_0x4562ad);
|
|
1063
|
+
}
|
|
1064
|
+
for (let _0x425e72 = 0x0, _0x916214 = _0x1af049['length']; _0x425e72 < _0x916214; _0x425e72++) {
|
|
1065
|
+
_0x540b3d += '%' + ('00' + _0x1af049['charCodeAt'](_0x425e72)['toString'](0x10))['slice'](-0x2);
|
|
1066
|
+
}
|
|
1067
|
+
return decodeURIComponent(_0x540b3d);
|
|
1068
|
+
};
|
|
1069
|
+
_0x226b['aAaNda'] = _0x1e7354, _0x226b['dUcNxV'] = {}, _0x226b['aGhRNd'] = !![];
|
|
1070
|
+
}
|
|
1071
|
+
const _0xa00366 = _0x565a5b[0x0], _0x12fab3 = _0x496154 + _0xa00366, _0x58b3f4 = _0x226b['dUcNxV'][_0x12fab3];
|
|
1072
|
+
return !_0x58b3f4 ? (_0x226b5d = _0x226b['aAaNda'](_0x226b5d), _0x226b['dUcNxV'][_0x12fab3] = _0x226b5d) : _0x226b5d = _0x58b3f4, _0x226b5d;
|
|
1079
1073
|
}
|
|
1080
|
-
function formatServerDirectory(
|
|
1081
|
-
const
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
}, _0x10b3c5 = _0x2e359a, _0x94b60a = _0x500791[_0x10b3c5(0x118)][_0x10b3c5(_0x460e03._0x40ff2c)] > 0x0 ? _0x500791[_0x10b3c5(0x118)]['map'](_0x18b76f => _0x18b76f['description'] ? '-\x20#' + _0x18b76f[_0x10b3c5(0xd8)] + _0x10b3c5(0x185) + _0x18b76f['description'] : '-\x20#' + _0x18b76f[_0x10b3c5(0xd8)])['join']('\x0a') : _0x10b3c5(_0x460e03._0x2d6d18), _0x1d1185 = _0x500791['agents'][_0x10b3c5(_0x460e03._0x5af130)] > 0x0 ? _0x500791[_0x10b3c5(_0x460e03._0x5a194b)]['map'](_0x2ba530 => _0x10b3c5(0x208) + _0x2ba530[_0x10b3c5(0xd8)])[_0x10b3c5(_0x460e03._0x504b19)]('\x0a') : _0x10b3c5(_0x460e03._0x2d6d18), _0x30ab17 = _0x500791[_0x10b3c5(0x1e8)][_0x10b3c5(0x225)] > 0x0 ? _0x500791[_0x10b3c5(_0x460e03._0x59a8dd)][_0x10b3c5(_0x460e03._0x49c3bc)](_0x3e1b46 => _0x10b3c5(0x208) + _0x3e1b46[_0x10b3c5(0xd8)])[_0x10b3c5(_0x460e03._0x504b19)]('\x0a') : '(none)';
|
|
1074
|
+
function formatServerDirectory(_0x232099) {
|
|
1075
|
+
const _0xbaad07 = {
|
|
1076
|
+
_0x4ab7e0: 0x283,
|
|
1077
|
+
_0x3d0251: 0x20a,
|
|
1078
|
+
_0xc1aa25: 0x283,
|
|
1079
|
+
_0xeb1c9f: 0x28a,
|
|
1080
|
+
_0x3f15f9: 0x2cc,
|
|
1081
|
+
_0x5480f6: 0x287,
|
|
1082
|
+
_0x244cb2: 0x2c1
|
|
1083
|
+
}, _0x23a186 = _0x5468a7, _0x5bbeae = _0x232099[_0x23a186(_0xbaad07._0x4ab7e0)][_0x23a186(_0xbaad07._0x3d0251)] > 0x0 ? _0x232099[_0x23a186(_0xbaad07._0xc1aa25)]['map'](_0x47577f => _0x47577f[_0x23a186(0x2bb)] ? _0x23a186(0x1c0) + _0x47577f[_0x23a186(0x228)] + '\x20—\x20' + _0x47577f[_0x23a186(0x2bb)] : '-\x20#' + _0x47577f[_0x23a186(0x228)])[_0x23a186(_0xbaad07._0xeb1c9f)]('\x0a') : _0x23a186(_0xbaad07._0x3f15f9), _0x558763 = _0x232099[_0x23a186(0x1f3)][_0x23a186(0x20a)] > 0x0 ? _0x232099[_0x23a186(0x1f3)][_0x23a186(0x1b4)](_0x991a39 => _0x23a186(0x254) + _0x991a39[_0x23a186(0x228)])['join']('\x0a') : _0x23a186(0x2cc), _0x802907 = _0x232099[_0x23a186(0x287)][_0x23a186(0x20a)] > 0x0 ? _0x232099[_0x23a186(_0xbaad07._0x5480f6)][_0x23a186(0x1b4)](_0x20c9f0 => _0x23a186(0x254) + _0x20c9f0[_0x23a186(0x228)])[_0x23a186(_0xbaad07._0xeb1c9f)]('\x0a') : _0x23a186(_0xbaad07._0x3f15f9);
|
|
1091
1084
|
return [
|
|
1092
|
-
'##\x20Server:\x20' +
|
|
1085
|
+
'##\x20Server:\x20' + _0x232099[_0x23a186(_0xbaad07._0x244cb2)],
|
|
1093
1086
|
'',
|
|
1094
|
-
|
|
1095
|
-
|
|
1087
|
+
_0x23a186(0x18d),
|
|
1088
|
+
_0x5bbeae,
|
|
1096
1089
|
'',
|
|
1097
|
-
|
|
1098
|
-
|
|
1090
|
+
_0x23a186(0x288),
|
|
1091
|
+
_0x558763,
|
|
1099
1092
|
'',
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
][
|
|
1093
|
+
_0x23a186(0x17b),
|
|
1094
|
+
_0x802907
|
|
1095
|
+
][_0x23a186(0x28a)]('\x0a');
|
|
1103
1096
|
}
|
|
1104
|
-
function formatUploadResult(
|
|
1105
|
-
const
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1097
|
+
function formatUploadResult(_0x3694b1) {
|
|
1098
|
+
const _0x20d43a = {
|
|
1099
|
+
_0x151272: 0x298,
|
|
1100
|
+
_0x3bab79: 0x223,
|
|
1101
|
+
_0x4b57f0: 0x2a7,
|
|
1102
|
+
_0x28010b: 0x2a3
|
|
1103
|
+
}, _0xaf42e6 = _0x5468a7;
|
|
1104
|
+
return _0xaf42e6(_0x20d43a._0x151272) + _0x3694b1['filename'] + '\x20(' + (_0x3694b1[_0xaf42e6(0x294)] / 0x400)[_0xaf42e6(_0x20d43a._0x3bab79)](0x1) + _0xaf42e6(_0x20d43a._0x4b57f0) + _0x3694b1[_0xaf42e6(_0x20d43a._0x28010b)] + _0xaf42e6(0x201);
|
|
1111
1105
|
}
|
|
1112
|
-
function formatViewFileResult(
|
|
1113
|
-
const
|
|
1114
|
-
return
|
|
1115
|
-
}
|
|
1116
|
-
function formatTaskList(_0x2258ae, _0x311404) {
|
|
1117
|
-
const _0x3d968e = { _0x392423: 0x21e }, _0x5748d5 = {
|
|
1118
|
-
_0x503c85: 0xec,
|
|
1119
|
-
_0x480f32: 0xec,
|
|
1120
|
-
_0x4d19ac: 0x181,
|
|
1121
|
-
_0x36b1a1: 0x149,
|
|
1122
|
-
_0x3f60ee: 0x167,
|
|
1123
|
-
_0x19f3dc: 0x221
|
|
1124
|
-
}, _0x10381e = _0x2e359a;
|
|
1125
|
-
if (_0x2258ae[_0x10381e(0x225)] === 0x0)
|
|
1126
|
-
return _0x10381e(0xfe);
|
|
1127
|
-
return _0x2258ae[_0x10381e(_0x3d968e._0x392423)](_0x45db3d => {
|
|
1128
|
-
const _0x18d0ec = _0x10381e, _0x39d396 = _0x45db3d['taskNumber'] == null ? _0x18d0ec(0x148) : _0x45db3d[_0x18d0ec(0xec)] != null ? '#' + _0x45db3d[_0x18d0ec(0xdb)] + '.' + _0x45db3d[_0x18d0ec(_0x5748d5._0x503c85)] : '#' + _0x45db3d[_0x18d0ec(0xdb)], _0x209e04 = _0x45db3d[_0x18d0ec(0x168)] ? _0x18d0ec(0x1c9) + _0x45db3d['messageId'] : '', _0x3b398c = _0x311404 && _0x45db3d['taskNumber'] != null && !_0x45db3d[_0x18d0ec(_0x5748d5._0x480f32)] && _0x311404[_0x18d0ec(_0x5748d5._0x4d19ac)](_0x45db3d[_0x18d0ec(0xdb)]) ? _0x18d0ec(0x11e) : '', _0x29b065 = _0x45db3d['childrenTotal'] != null && _0x45db3d['childrenTotal'] > 0x0 ? '\x20(' + (_0x45db3d[_0x18d0ec(_0x5748d5._0x36b1a1)] ?? 0x0) + '/' + _0x45db3d['childrenTotal'] + _0x18d0ec(_0x5748d5._0x3f60ee) : '';
|
|
1129
|
-
return _0x39d396 + '\x20[' + _0x45db3d[_0x18d0ec(_0x5748d5._0x19f3dc)] + ']\x20' + _0x45db3d['title'] + _0x29b065 + _0x209e04 + _0x3b398c;
|
|
1130
|
-
})['join']('\x0a');
|
|
1106
|
+
function formatViewFileResult(_0x49eb24, _0x17331a) {
|
|
1107
|
+
const _0x3b74b8 = { _0x2d9d72: 0x1f9 }, _0x174ccb = _0x5468a7;
|
|
1108
|
+
return _0x17331a ? 'File\x20already\x20cached\x20at:\x20' + _0x49eb24 : _0x174ccb(_0x3b74b8._0x2d9d72) + _0x49eb24;
|
|
1131
1109
|
}
|
|
1132
|
-
function
|
|
1133
|
-
const
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1110
|
+
function formatTaskList(_0x4db609, _0x1492d7) {
|
|
1111
|
+
const _0x1ec706 = {
|
|
1112
|
+
_0x3c4381: 0x20a,
|
|
1113
|
+
_0x22ea44: 0x2ea
|
|
1114
|
+
}, _0x90bd14 = {
|
|
1115
|
+
_0x2b3c89: 0x25f,
|
|
1116
|
+
_0x310176: 0x2e7,
|
|
1117
|
+
_0x34fa8d: 0x2e7,
|
|
1118
|
+
_0x1a74bd: 0x299,
|
|
1119
|
+
_0x562be0: 0x285,
|
|
1120
|
+
_0x49fade: 0x2ed,
|
|
1121
|
+
_0x92ac56: 0x2ed,
|
|
1122
|
+
_0x195f65: 0x24a
|
|
1123
|
+
}, _0x191df7 = _0x5468a7;
|
|
1124
|
+
if (_0x4db609[_0x191df7(_0x1ec706._0x3c4381)] === 0x0)
|
|
1125
|
+
return _0x191df7(_0x1ec706._0x22ea44);
|
|
1126
|
+
return _0x4db609[_0x191df7(0x1b4)](_0x273188 => {
|
|
1127
|
+
const _0x1d4079 = _0x191df7, _0x41d6dc = _0x273188[_0x1d4079(0x299)] == null ? _0x1d4079(_0x90bd14._0x2b3c89) : _0x273188[_0x1d4079(_0x90bd14._0x310176)] != null ? '#' + _0x273188['taskNumber'] + '.' + _0x273188[_0x1d4079(_0x90bd14._0x34fa8d)] : '#' + _0x273188[_0x1d4079(_0x90bd14._0x1a74bd)], _0x46dbe0 = _0x273188['messageId'] ? _0x1d4079(0x233) + _0x273188[_0x1d4079(_0x90bd14._0x562be0)] : '', _0x592d94 = _0x1492d7 && _0x273188['taskNumber'] != null && !_0x273188['subtaskNumber'] && _0x1492d7[_0x1d4079(0x2db)](_0x273188['taskNumber']) ? _0x1d4079(0x1d5) : '', _0x2ed4ea = _0x273188[_0x1d4079(_0x90bd14._0x49fade)] != null && _0x273188['childrenTotal'] > 0x0 ? '\x20(' + (_0x273188[_0x1d4079(0x1e5)] ?? 0x0) + '/' + _0x273188[_0x1d4079(_0x90bd14._0x92ac56)] + _0x1d4079(_0x90bd14._0x195f65) : '';
|
|
1128
|
+
return _0x41d6dc + '\x20[' + _0x273188[_0x1d4079(0x16b)] + ']\x20' + _0x273188[_0x1d4079(0x2b5)] + _0x2ed4ea + _0x46dbe0 + _0x592d94;
|
|
1129
|
+
})[_0x191df7(0x28a)]('\x0a');
|
|
1145
1130
|
}
|
|
1146
|
-
function
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
_0x5bfea5 += '%' + ('00' + _0x333a00['charCodeAt'](_0x54e966)['toString'](0x10))['slice'](-0x2);
|
|
1159
|
-
}
|
|
1160
|
-
return decodeURIComponent(_0x5bfea5);
|
|
1161
|
-
};
|
|
1162
|
-
_0x356f['bkwVNg'] = _0x24495b, _0x356f['WnSeDG'] = {}, _0x356f['hOHToC'] = !![];
|
|
1163
|
-
}
|
|
1164
|
-
const _0x2192f3 = _0x2e3642[0x0], _0x5e910b = _0x4e8387 + _0x2192f3, _0x31fd63 = _0x356f['WnSeDG'][_0x5e910b];
|
|
1165
|
-
return !_0x31fd63 ? (_0x356f3f = _0x356f['bkwVNg'](_0x356f3f), _0x356f['WnSeDG'][_0x5e910b] = _0x356f3f) : _0x356f3f = _0x31fd63, _0x356f3f;
|
|
1131
|
+
function formatCreatedTasks(_0x464e83) {
|
|
1132
|
+
const _0x46aec1 = { _0x4021ff: 0x2e2 }, _0x440e60 = {
|
|
1133
|
+
_0x15746f: 0x2e7,
|
|
1134
|
+
_0x5836aa: 0x233,
|
|
1135
|
+
_0x272d07: 0x2b5
|
|
1136
|
+
}, _0x188b5d = _0x5468a7;
|
|
1137
|
+
if (_0x464e83[_0x188b5d(0x20a)] === 0x0)
|
|
1138
|
+
return _0x188b5d(_0x46aec1._0x4021ff);
|
|
1139
|
+
return _0x464e83[_0x188b5d(0x1b4)](_0x4118f5 => {
|
|
1140
|
+
const _0xb6be61 = _0x188b5d, _0x3339cc = _0x4118f5['taskNumber'] == null ? _0xb6be61(0x25f) : _0x4118f5[_0xb6be61(_0x440e60._0x15746f)] != null ? '#' + _0x4118f5[_0xb6be61(0x299)] + '.' + _0x4118f5['subtaskNumber'] : '#' + _0x4118f5['taskNumber'], _0x5e9ae8 = _0x4118f5[_0xb6be61(0x285)] ? _0xb6be61(_0x440e60._0x5836aa) + _0x4118f5[_0xb6be61(0x285)] : '';
|
|
1141
|
+
return _0x3339cc + '\x20' + _0x4118f5[_0xb6be61(_0x440e60._0x272d07)] + _0x5e9ae8;
|
|
1142
|
+
})['join']('\x0a');
|
|
1166
1143
|
}
|
|
1167
|
-
function formatClaimTaskLabel(
|
|
1168
|
-
const
|
|
1169
|
-
if (
|
|
1170
|
-
return
|
|
1171
|
-
return
|
|
1144
|
+
function formatClaimTaskLabel(_0x1d72e5, _0x1fe8d7) {
|
|
1145
|
+
const _0x322c62 = { _0x536036: 0x25f }, _0x24ac1c = _0x5468a7;
|
|
1146
|
+
if (_0x1d72e5 == null)
|
|
1147
|
+
return _0x24ac1c(_0x322c62._0x536036);
|
|
1148
|
+
return _0x1fe8d7 != null ? '#' + _0x1d72e5 + '.' + _0x1fe8d7 : '#' + _0x1d72e5;
|
|
1172
1149
|
}
|
|
1173
|
-
function formatClaimTaskResults(
|
|
1174
|
-
const
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1150
|
+
function formatClaimTaskResults(_0x416a3) {
|
|
1151
|
+
const _0x2da8c6 = {
|
|
1152
|
+
_0x280225: 0x258,
|
|
1153
|
+
_0x54ad9c: 0x28a
|
|
1154
|
+
}, _0x3d738c = {
|
|
1155
|
+
_0x24b892: 0x299,
|
|
1156
|
+
_0x592d41: 0x233,
|
|
1157
|
+
_0x174123: 0x285,
|
|
1158
|
+
_0x1d2945: 0x251,
|
|
1159
|
+
_0x13b0b5: 0x272,
|
|
1160
|
+
_0x37b279: 0x2c6,
|
|
1161
|
+
_0x1ba5f8: 0x25e,
|
|
1162
|
+
_0x6a543a: 0x266,
|
|
1163
|
+
_0x47e30d: 0x200,
|
|
1164
|
+
_0x9ee24d: 0x249,
|
|
1165
|
+
_0x5c2f7e: 0x272,
|
|
1166
|
+
_0x59f4f0: 0x279,
|
|
1167
|
+
_0x4637a7: 0x1fc,
|
|
1168
|
+
_0x16548a: 0x257,
|
|
1169
|
+
_0x50f601: 0x299,
|
|
1170
|
+
_0x28f01e: 0x2e7,
|
|
1171
|
+
_0x1468b6: 0x26e
|
|
1172
|
+
}, _0x17b2d9 = _0x5468a7;
|
|
1173
|
+
if (_0x416a3['length'] === 0x0)
|
|
1174
|
+
return _0x17b2d9(_0x2da8c6._0x280225);
|
|
1175
|
+
return _0x416a3['map'](_0x12dfaf => {
|
|
1176
|
+
const _0x20fbc0 = _0x17b2d9;
|
|
1177
|
+
if (_0x12dfaf[_0x20fbc0(0x269)]) {
|
|
1178
|
+
const _0x310a79 = formatClaimTaskLabel(_0x12dfaf[_0x20fbc0(_0x3d738c._0x24b892)], _0x12dfaf[_0x20fbc0(0x2e7)]), _0x4ddd59 = _0x12dfaf[_0x20fbc0(0x285)] ? _0x20fbc0(_0x3d738c._0x592d41) + _0x12dfaf[_0x20fbc0(_0x3d738c._0x174123)] : '';
|
|
1179
|
+
if (_0x12dfaf['workerHandoff']) {
|
|
1180
|
+
const _0x2e3d49 = [
|
|
1181
|
+
_0x20fbc0(_0x3d738c._0x1d2945),
|
|
1182
|
+
_0x12dfaf['stopMain'] ? _0x20fbc0(0x2a8) : null,
|
|
1183
|
+
_0x12dfaf[_0x20fbc0(_0x3d738c._0x13b0b5)] ? _0x20fbc0(0x26d) + _0x12dfaf['executionMode'] : null,
|
|
1184
|
+
_0x12dfaf[_0x20fbc0(_0x3d738c._0x37b279)] ? 'threadTarget=' + _0x12dfaf[_0x20fbc0(_0x3d738c._0x37b279)] : null,
|
|
1185
|
+
_0x12dfaf[_0x20fbc0(_0x3d738c._0x1ba5f8)] ? _0x20fbc0(_0x3d738c._0x6a543a) + _0x12dfaf[_0x20fbc0(0x25e)] : null
|
|
1186
|
+
][_0x20fbc0(_0x3d738c._0x47e30d)](Boolean)[_0x20fbc0(0x28a)]('\x20');
|
|
1187
|
+
return _0x310a79 + _0x20fbc0(_0x3d738c._0x9ee24d) + _0x4ddd59 + '\x20' + _0x2e3d49 + '\x0a⚠️\x20WORKER\x20ACTIVATED\x20—\x20Stop\x20ALL\x20work\x20on\x20this\x20task\x20immediately.\x20Worker\x20handles\x20execution\x20end-to-end.';
|
|
1202
1188
|
}
|
|
1203
|
-
if (
|
|
1204
|
-
return
|
|
1205
|
-
const
|
|
1206
|
-
return
|
|
1189
|
+
if (_0x12dfaf[_0x20fbc0(_0x3d738c._0x5c2f7e)] === _0x20fbc0(0x1b9))
|
|
1190
|
+
return _0x310a79 + '\x20claimed' + _0x4ddd59 + _0x20fbc0(_0x3d738c._0x59f4f0);
|
|
1191
|
+
const _0x3563ad = _0x12dfaf[_0x20fbc0(_0x3d738c._0x4637a7)] ? _0x20fbc0(_0x3d738c._0x16548a) + _0x12dfaf['workerHandoffError'] : '';
|
|
1192
|
+
return _0x310a79 + _0x20fbc0(0x249) + _0x4ddd59 + _0x3563ad;
|
|
1207
1193
|
}
|
|
1208
|
-
const
|
|
1209
|
-
return
|
|
1210
|
-
})[
|
|
1194
|
+
const _0x68e282 = _0x12dfaf[_0x20fbc0(0x299)] == null ? _0x12dfaf[_0x20fbc0(_0x3d738c._0x174123)] ?? '(unknown)' : formatClaimTaskLabel(_0x12dfaf[_0x20fbc0(_0x3d738c._0x50f601)], _0x12dfaf[_0x20fbc0(_0x3d738c._0x28f01e)]);
|
|
1195
|
+
return _0x68e282 + _0x20fbc0(_0x3d738c._0x1468b6) + (_0x12dfaf['reason'] ?? 'claim\x20failed');
|
|
1196
|
+
})[_0x17b2d9(_0x2da8c6._0x54ad9c)]('\x0a');
|
|
1211
1197
|
}
|
|
1212
|
-
function formatUnclaimTaskResult(
|
|
1213
|
-
const
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
return _0x5b075d + '\x20status=' + _0x15eb47['status'];
|
|
1198
|
+
function formatUnclaimTaskResult(_0x342d4a) {
|
|
1199
|
+
const _0x22f122 = {
|
|
1200
|
+
_0x153814: 0x299,
|
|
1201
|
+
_0x268cb0: 0x2d2
|
|
1202
|
+
}, _0x17a98d = _0x5468a7, _0x132c07 = _0x342d4a[_0x17a98d(_0x22f122._0x153814)] == null ? _0x17a98d(0x25f) : _0x342d4a['subtaskNumber'] != null ? '#' + _0x342d4a['taskNumber'] + '.' + _0x342d4a[_0x17a98d(0x2e7)] : '#' + _0x342d4a['taskNumber'];
|
|
1203
|
+
return _0x132c07 + _0x17a98d(_0x22f122._0x268cb0) + _0x342d4a[_0x17a98d(0x16b)];
|
|
1219
1204
|
}
|
|
1220
|
-
function formatUpdateTaskStatusResult(
|
|
1221
|
-
const
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1205
|
+
function formatUpdateTaskStatusResult(_0x365e97) {
|
|
1206
|
+
const _0x23fe29 = {
|
|
1207
|
+
_0x115601: 0x25f,
|
|
1208
|
+
_0x585145: 0x2e7,
|
|
1209
|
+
_0x15a25e: 0x299,
|
|
1210
|
+
_0x2f0e13: 0x2d2,
|
|
1211
|
+
_0x15f81a: 0x16b
|
|
1212
|
+
}, _0x57c6cd = _0x5468a7, _0x255593 = _0x365e97['taskNumber'] == null ? _0x57c6cd(_0x23fe29._0x115601) : _0x365e97[_0x57c6cd(_0x23fe29._0x585145)] != null ? '#' + _0x365e97[_0x57c6cd(_0x23fe29._0x15a25e)] + '.' + _0x365e97[_0x57c6cd(0x2e7)] : '#' + _0x365e97[_0x57c6cd(_0x23fe29._0x15a25e)], _0x374841 = _0x255593 + _0x57c6cd(_0x23fe29._0x2f0e13) + _0x365e97[_0x57c6cd(_0x23fe29._0x15f81a)];
|
|
1213
|
+
if (_0x365e97[_0x57c6cd(_0x23fe29._0x15f81a)] !== _0x57c6cd(0x1e7))
|
|
1214
|
+
return _0x374841;
|
|
1215
|
+
return _0x374841 + _0x57c6cd(0x2e5);
|
|
1229
1216
|
}
|
|
1230
1217
|
function getChatBridgeToolDefinitions() {
|
|
1231
|
-
const
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1218
|
+
const _0x4cd230 = {
|
|
1219
|
+
_0x257ab0: 0x1d9,
|
|
1220
|
+
_0xd90c1d: 0x289,
|
|
1221
|
+
_0x34642b: 0x1b5,
|
|
1222
|
+
_0x1e0e04: 0x27f,
|
|
1223
|
+
_0x2f6a22: 0x18c,
|
|
1224
|
+
_0x279570: 0x22f,
|
|
1225
|
+
_0x5b50d1: 0x25a
|
|
1226
|
+
}, _0x4edfa7 = _0x5468a7;
|
|
1236
1227
|
return [
|
|
1237
|
-
{ 'name':
|
|
1238
|
-
{ 'name':
|
|
1228
|
+
{ 'name': _0x4edfa7(_0x4cd230._0x257ab0) },
|
|
1229
|
+
{ 'name': 'check_messages' },
|
|
1239
1230
|
{ 'name': 'read_history' },
|
|
1240
|
-
{ 'name':
|
|
1241
|
-
{ 'name':
|
|
1242
|
-
{ 'name':
|
|
1243
|
-
{ 'name':
|
|
1244
|
-
{ 'name':
|
|
1245
|
-
{ 'name':
|
|
1246
|
-
{ 'name':
|
|
1247
|
-
{ 'name':
|
|
1248
|
-
{ 'name':
|
|
1249
|
-
{ 'name':
|
|
1250
|
-
{ 'name':
|
|
1251
|
-
{ 'name':
|
|
1231
|
+
{ 'name': _0x4edfa7(_0x4cd230._0xd90c1d) },
|
|
1232
|
+
{ 'name': _0x4edfa7(0x18f) },
|
|
1233
|
+
{ 'name': _0x4edfa7(_0x4cd230._0x34642b) },
|
|
1234
|
+
{ 'name': _0x4edfa7(0x229) },
|
|
1235
|
+
{ 'name': 'create_tasks' },
|
|
1236
|
+
{ 'name': _0x4edfa7(_0x4cd230._0x1e0e04) },
|
|
1237
|
+
{ 'name': _0x4edfa7(_0x4cd230._0x2f6a22) },
|
|
1238
|
+
{ 'name': _0x4edfa7(0x1cf) },
|
|
1239
|
+
{ 'name': _0x4edfa7(0x2df) },
|
|
1240
|
+
{ 'name': _0x4edfa7(_0x4cd230._0x279570) },
|
|
1241
|
+
{ 'name': _0x4edfa7(_0x4cd230._0x5b50d1) },
|
|
1242
|
+
{ 'name': 'mark_waiting_input' }
|
|
1252
1243
|
];
|
|
1253
1244
|
}
|
|
1254
|
-
function createChatBridgeHandlers(
|
|
1255
|
-
const
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
},
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
},
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
_0x1911f1: 0x214,
|
|
1386
|
-
_0x31eea7: 0x10c,
|
|
1387
|
-
_0xef3fd2: 0x234,
|
|
1388
|
-
_0x5c0799: 0x100,
|
|
1389
|
-
_0x4e5361: 0xdb,
|
|
1390
|
-
_0x279ef1: 0x223,
|
|
1391
|
-
_0x3d471a: 0xc7,
|
|
1392
|
-
_0x52d994: 0x19e,
|
|
1393
|
-
_0x3ff085: 0x1b3
|
|
1394
|
-
}, _0x5cf9a4 = {
|
|
1395
|
-
_0xa8e3b2: 0x14c,
|
|
1396
|
-
_0xffda21: 0x17d
|
|
1397
|
-
}, _0x183588 = _0x2e359a;
|
|
1398
|
-
function _0x1a410c(_0x1322a4, _0xad5c6f) {
|
|
1399
|
-
const _0x2a907b = _0x356f;
|
|
1400
|
-
if (!_0x51b780[_0x2a907b(_0x5cf9a4._0xa8e3b2)])
|
|
1245
|
+
function createChatBridgeHandlers(_0x2c2de1) {
|
|
1246
|
+
const _0x8a4fcf = {
|
|
1247
|
+
_0x1c3e23: 0x1aa,
|
|
1248
|
+
_0x368ad3: 0x2ca
|
|
1249
|
+
}, _0x29d33e = {
|
|
1250
|
+
_0x2e767b: 0x1e1,
|
|
1251
|
+
_0x9292d7: 0x186,
|
|
1252
|
+
_0x496c3a: 0x2c9,
|
|
1253
|
+
_0x36faad: 0x2ae,
|
|
1254
|
+
_0x21ca86: 0x253,
|
|
1255
|
+
_0x3ff500: 0x184,
|
|
1256
|
+
_0x9432c2: 0x2c8
|
|
1257
|
+
}, _0x3a8fbb = {
|
|
1258
|
+
_0x1cec3d: 0x2d8,
|
|
1259
|
+
_0x28bcb6: 0x193,
|
|
1260
|
+
_0x209459: 0x2c9,
|
|
1261
|
+
_0x32fdad: 0x165,
|
|
1262
|
+
_0x245bc2: 0x1d2,
|
|
1263
|
+
_0x1dde69: 0x2d8,
|
|
1264
|
+
_0x3bca70: 0x187,
|
|
1265
|
+
_0x3706b6: 0x2b2
|
|
1266
|
+
}, _0x275c66 = {
|
|
1267
|
+
_0x2e1d8c: 0x1e1,
|
|
1268
|
+
_0x33f0e9: 0x1c7,
|
|
1269
|
+
_0xb41b3b: 0x168,
|
|
1270
|
+
_0x215da7: 0x187
|
|
1271
|
+
}, _0x46932c = {
|
|
1272
|
+
_0x1c8c69: 0x1d2,
|
|
1273
|
+
_0x43c021: 0x187,
|
|
1274
|
+
_0x1aff30: 0x16b
|
|
1275
|
+
}, _0x2022cc = {
|
|
1276
|
+
_0x3ff024: 0x250,
|
|
1277
|
+
_0x5b0804: 0x1a5,
|
|
1278
|
+
_0x258963: 0x2de
|
|
1279
|
+
}, _0x2360eb = { _0x4d8bf0: 0x2e6 }, _0x5806b4 = {
|
|
1280
|
+
_0xfa8691: 0x1cf,
|
|
1281
|
+
_0x17ba9d: 0x226
|
|
1282
|
+
}, _0x674d68 = {
|
|
1283
|
+
_0x1886e0: 0x2c3,
|
|
1284
|
+
_0x38a2f5: 0x1ec
|
|
1285
|
+
}, _0x5cf2d0 = {
|
|
1286
|
+
_0x1c2073: 0x191,
|
|
1287
|
+
_0x33e2c1: 0x1ce,
|
|
1288
|
+
_0x111fdb: 0x1a1,
|
|
1289
|
+
_0x439fa7: 0x20a,
|
|
1290
|
+
_0x3a15b4: 0x1a0,
|
|
1291
|
+
_0x49c5f: 0x281,
|
|
1292
|
+
_0x56b093: 0x1b4
|
|
1293
|
+
}, _0x20e83f = {
|
|
1294
|
+
_0x108aa1: 0x1ce,
|
|
1295
|
+
_0x3a7ab5: 0x1ad
|
|
1296
|
+
}, _0x239e08 = {
|
|
1297
|
+
_0x9b3a93: 0x1a7,
|
|
1298
|
+
_0x28beb8: 0x18e,
|
|
1299
|
+
_0x76d6c: 0x1bb,
|
|
1300
|
+
_0xc9861: 0x2a6,
|
|
1301
|
+
_0x5d1f97: 0x22d,
|
|
1302
|
+
_0xca976b: 0x20a,
|
|
1303
|
+
_0x361b6a: 0x299,
|
|
1304
|
+
_0x35b502: 0x20e,
|
|
1305
|
+
_0x2e5520: 0x20e
|
|
1306
|
+
}, _0x1ee57f = { _0x226b0f: 0x225 }, _0x2dd3f1 = { _0x5f02c8: 0x200 }, _0x54245a = {
|
|
1307
|
+
_0x3c90a0: 0x2d8,
|
|
1308
|
+
_0x103854: 0x272,
|
|
1309
|
+
_0x6eb0f0: 0x173,
|
|
1310
|
+
_0x5d70a2: 0x21d,
|
|
1311
|
+
_0x4cd09a: 0x285,
|
|
1312
|
+
_0xefc073: 0x299,
|
|
1313
|
+
_0x39e3cc: 0x2c5,
|
|
1314
|
+
_0x5da259: 0x198,
|
|
1315
|
+
_0x53474b: 0x22d,
|
|
1316
|
+
_0x4eccfd: 0x1d0,
|
|
1317
|
+
_0x31289a: 0x2ee,
|
|
1318
|
+
_0x4abc97: 0x23a,
|
|
1319
|
+
_0x64c37e: 0x236,
|
|
1320
|
+
_0x54f539: 0x28a,
|
|
1321
|
+
_0x1a238c: 0x1e1,
|
|
1322
|
+
_0x13504d: 0x165,
|
|
1323
|
+
_0x540276: 0x2d8,
|
|
1324
|
+
_0x53afa6: 0x25d,
|
|
1325
|
+
_0xc19e4d: 0x1c7,
|
|
1326
|
+
_0x42d0bf: 0x212,
|
|
1327
|
+
_0x504145: 0x1ba,
|
|
1328
|
+
_0x28c7f5: 0x2aa,
|
|
1329
|
+
_0x1675c9: 0x19b,
|
|
1330
|
+
_0x54df86: 0x1ca,
|
|
1331
|
+
_0x59a28d: 0x2e8,
|
|
1332
|
+
_0xd205e: 0x263,
|
|
1333
|
+
_0x2c6169: 0x285
|
|
1334
|
+
}, _0x33dd7d = {
|
|
1335
|
+
_0x214b3a: 0x18e,
|
|
1336
|
+
_0x4b13f4: 0x2db,
|
|
1337
|
+
_0x5d4b4a: 0x1bb,
|
|
1338
|
+
_0x11dae7: 0x1ae
|
|
1339
|
+
}, _0x49496b = {
|
|
1340
|
+
_0x3a09f7: 0x2d8,
|
|
1341
|
+
_0x1e508b: 0x18e,
|
|
1342
|
+
_0x4b0136: 0x1bb,
|
|
1343
|
+
_0x25ba33: 0x1ae
|
|
1344
|
+
}, _0x1e25de = {
|
|
1345
|
+
_0x5479ce: 0x2d8,
|
|
1346
|
+
_0x1a89c3: 0x180,
|
|
1347
|
+
_0x90cb95: 0x1ce,
|
|
1348
|
+
_0x520136: 0x272,
|
|
1349
|
+
_0xfea986: 0x299,
|
|
1350
|
+
_0x7330dd: 0x299,
|
|
1351
|
+
_0x2260ca: 0x198,
|
|
1352
|
+
_0x3c5bb6: 0x285,
|
|
1353
|
+
_0x34438c: 0x24b,
|
|
1354
|
+
_0x18fa12: 0x1fa,
|
|
1355
|
+
_0x1b8dac: 0x16c,
|
|
1356
|
+
_0x56a4eb: 0x196,
|
|
1357
|
+
_0xe7f852: 0x285,
|
|
1358
|
+
_0x3b99d5: 0x236,
|
|
1359
|
+
_0x127965: 0x28a,
|
|
1360
|
+
_0x43984c: 0x28c,
|
|
1361
|
+
_0x2914f1: 0x2c9,
|
|
1362
|
+
_0x45d138: 0x2ae,
|
|
1363
|
+
_0x3b5768: 0x165,
|
|
1364
|
+
_0x103ad1: 0x25d,
|
|
1365
|
+
_0x7ab1ff: 0x299,
|
|
1366
|
+
_0x44b6c9: 0x178,
|
|
1367
|
+
_0x17df88: 0x2a0,
|
|
1368
|
+
_0x4731a5: 0x2aa
|
|
1369
|
+
}, _0x479ce4 = {
|
|
1370
|
+
_0x549ac9: 0x219,
|
|
1371
|
+
_0x5756f0: 0x237
|
|
1372
|
+
}, _0xc90eff = _0x5468a7;
|
|
1373
|
+
function _0x11052f(_0x259991, _0x30f445) {
|
|
1374
|
+
const _0x1a7565 = _0x226b;
|
|
1375
|
+
if (!_0x2c2de1[_0x1a7565(0x191)])
|
|
1401
1376
|
return;
|
|
1402
|
-
if (!
|
|
1403
|
-
throw new Error(
|
|
1404
|
-
if (
|
|
1405
|
-
throw new Error(
|
|
1377
|
+
if (!_0x2c2de1[_0x1a7565(0x219)])
|
|
1378
|
+
throw new Error(_0x259991 + _0x1a7565(0x2a4));
|
|
1379
|
+
if (_0x30f445 !== _0x2c2de1[_0x1a7565(_0x479ce4._0x549ac9)])
|
|
1380
|
+
throw new Error(_0x259991 + _0x1a7565(0x181) + _0x2c2de1['workerThreadTarget'] + _0x1a7565(_0x479ce4._0x5756f0) + _0x30f445);
|
|
1406
1381
|
}
|
|
1407
|
-
async function
|
|
1408
|
-
const
|
|
1409
|
-
if (!
|
|
1382
|
+
async function _0x367e9c(_0x23aadd) {
|
|
1383
|
+
const _0x25308f = _0x226b;
|
|
1384
|
+
if (!_0x2c2de1['daemonLocalUrl'] || !_0x2c2de1[_0x25308f(_0x1e25de._0x5479ce)] || _0x2c2de1['workerMode'] || _0x2c2de1[_0x25308f(0x1bc)] !== !![])
|
|
1410
1385
|
return null;
|
|
1411
|
-
const
|
|
1412
|
-
if (
|
|
1386
|
+
const _0x6601f1 = parseTarget(_0x23aadd['channel']);
|
|
1387
|
+
if (_0x6601f1[_0x25308f(_0x1e25de._0x1a89c3)] !== _0x25308f(_0x1e25de._0x90cb95))
|
|
1413
1388
|
return null;
|
|
1414
|
-
if (
|
|
1415
|
-
const
|
|
1389
|
+
if (_0x23aadd[_0x25308f(_0x1e25de._0x520136)] === _0x25308f(0x1b9)) {
|
|
1390
|
+
const _0x417f5b = _0x23aadd[_0x25308f(_0x1e25de._0xfea986)] == null ? '(legacy)' : '#' + _0x23aadd[_0x25308f(_0x1e25de._0x7330dd)];
|
|
1416
1391
|
return {
|
|
1417
|
-
'executionMode':
|
|
1392
|
+
'executionMode': _0x25308f(0x1b9),
|
|
1418
1393
|
'stopMain': ![],
|
|
1419
1394
|
'workerHandoff': ![],
|
|
1420
|
-
'workerHandoffError':
|
|
1395
|
+
'workerHandoffError': 'task\x20' + _0x417f5b + '\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.'
|
|
1421
1396
|
};
|
|
1422
1397
|
}
|
|
1423
|
-
const
|
|
1424
|
-
let
|
|
1398
|
+
const _0x3a4c0d = _0x23aadd[_0x25308f(_0x1e25de._0x2260ca)] != null ? _0x6601f1[_0x25308f(0x232)] + ':t' + _0x23aadd[_0x25308f(0x198)] : _0x6601f1['channelTarget'] + ':' + _0x23aadd[_0x25308f(_0x1e25de._0x3c5bb6)];
|
|
1399
|
+
let _0x58f7e3;
|
|
1425
1400
|
try {
|
|
1426
|
-
const
|
|
1427
|
-
'channel':
|
|
1401
|
+
const _0x4d2250 = await _0x2c2de1['client']['readHistory']({
|
|
1402
|
+
'channel': _0x3a4c0d,
|
|
1428
1403
|
'limit': 0x14
|
|
1429
1404
|
});
|
|
1430
|
-
|
|
1405
|
+
_0x58f7e3 = _0x4d2250['messages'][_0x25308f(0x20b)](_0x362732 => _0x362732[_0x25308f(0x285)] === _0x23aadd[_0x25308f(0x285)]);
|
|
1431
1406
|
} catch {
|
|
1432
|
-
|
|
1407
|
+
_0x58f7e3 = void 0x0;
|
|
1433
1408
|
}
|
|
1434
|
-
const
|
|
1435
|
-
|
|
1409
|
+
const _0x2397c0 = _0x23aadd[_0x25308f(0x299)] == null ? '(legacy)' : '#' + _0x23aadd[_0x25308f(0x299)], _0x4a5334 = [
|
|
1410
|
+
_0x25308f(_0x1e25de._0x34438c) + _0x3a4c0d + _0x25308f(0x1f2) + _0x23aadd[_0x25308f(0x285)]['slice'](0x0, 0x8) + _0x25308f(0x2b4) + new Date()[_0x25308f(_0x1e25de._0x18fa12)]() + _0x25308f(_0x1e25de._0x1b8dac) + _0x2397c0 + _0x25308f(0x26a),
|
|
1436
1411
|
'',
|
|
1437
|
-
|
|
1412
|
+
_0x58f7e3 ? _0x25308f(_0x1e25de._0x56a4eb) + _0x58f7e3['content'] : 'Root\x20task\x20message\x20id:\x20' + _0x23aadd[_0x25308f(_0x1e25de._0xe7f852)],
|
|
1438
1413
|
'',
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
][
|
|
1442
|
-
'method':
|
|
1443
|
-
'headers': { 'Content-Type':
|
|
1444
|
-
'body': JSON[
|
|
1445
|
-
'agent_id':
|
|
1446
|
-
'thread_target':
|
|
1414
|
+
_0x25308f(_0x1e25de._0x3b99d5) + _0x3a4c0d,
|
|
1415
|
+
_0x25308f(0x26b)
|
|
1416
|
+
][_0x25308f(_0x1e25de._0x127965)]('\x0a'), _0x5348d9 = await fetch(_0x2c2de1[_0x25308f(0x1e1)] + _0x25308f(_0x1e25de._0x43984c), {
|
|
1417
|
+
'method': _0x25308f(_0x1e25de._0x2914f1),
|
|
1418
|
+
'headers': { 'Content-Type': _0x25308f(_0x1e25de._0x45d138) },
|
|
1419
|
+
'body': JSON[_0x25308f(_0x1e25de._0x3b5768)]({
|
|
1420
|
+
'agent_id': _0x2c2de1[_0x25308f(0x2d8)],
|
|
1421
|
+
'thread_target': _0x3a4c0d,
|
|
1447
1422
|
'spawn_packet': {
|
|
1448
|
-
'replyTarget':
|
|
1449
|
-
...
|
|
1423
|
+
'replyTarget': _0x3a4c0d,
|
|
1424
|
+
..._0x23aadd[_0x25308f(_0x1e25de._0x103ad1)] ? { 'taskId': _0x23aadd[_0x25308f(0x25d)] } : _0x23aadd[_0x25308f(_0x1e25de._0x7ab1ff)] != null ? { 'taskId': _0x25308f(0x222) + _0x23aadd[_0x25308f(_0x1e25de._0x7ab1ff)] } : {}
|
|
1450
1425
|
},
|
|
1451
1426
|
'payload': {
|
|
1452
|
-
'mode':
|
|
1453
|
-
'text':
|
|
1427
|
+
'mode': _0x25308f(_0x1e25de._0x44b6c9),
|
|
1428
|
+
'text': _0x4a5334
|
|
1454
1429
|
}
|
|
1455
1430
|
})
|
|
1456
|
-
}),
|
|
1457
|
-
if (!
|
|
1458
|
-
throw new Error(
|
|
1431
|
+
}), _0x2c59a2 = await _0x5348d9['json']();
|
|
1432
|
+
if (!_0x2c59a2['ok'])
|
|
1433
|
+
throw new Error(_0x2c59a2['error'] ?? _0x25308f(_0x1e25de._0x17df88));
|
|
1459
1434
|
return {
|
|
1460
1435
|
'stopMain': !![],
|
|
1461
|
-
'threadTarget':
|
|
1462
|
-
'workerDisposition':
|
|
1436
|
+
'threadTarget': _0x3a4c0d,
|
|
1437
|
+
'workerDisposition': _0x2c59a2['disposition'] === _0x25308f(0x2aa) ? _0x25308f(_0x1e25de._0x4731a5) : 'started',
|
|
1463
1438
|
'workerHandoff': !![],
|
|
1464
|
-
'workerSessionId':
|
|
1465
|
-
'executionMode':
|
|
1439
|
+
'workerSessionId': _0x2c59a2['worker_session_id'] ?? '',
|
|
1440
|
+
'executionMode': _0x25308f(0x2b7)
|
|
1466
1441
|
};
|
|
1467
1442
|
}
|
|
1468
|
-
async function
|
|
1469
|
-
const
|
|
1470
|
-
if (!
|
|
1443
|
+
async function _0x1229a2() {
|
|
1444
|
+
const _0x2885ef = _0x226b;
|
|
1445
|
+
if (!_0x2c2de1[_0x2885ef(0x1e1)] || !_0x2c2de1[_0x2885ef(_0x49496b._0x3a09f7)] || _0x2c2de1['workerMode'])
|
|
1471
1446
|
return null;
|
|
1472
1447
|
try {
|
|
1473
|
-
const
|
|
1474
|
-
if (!
|
|
1448
|
+
const _0x295a99 = await fetch(_0x2c2de1['daemonLocalUrl'] + _0x2885ef(_0x49496b._0x1e508b) + encodeURIComponent(_0x2c2de1[_0x2885ef(_0x49496b._0x3a09f7)])), _0x3a02ec = await _0x295a99['json']();
|
|
1449
|
+
if (!_0x3a02ec['ok'])
|
|
1475
1450
|
return null;
|
|
1476
|
-
const
|
|
1477
|
-
for (const
|
|
1478
|
-
|
|
1451
|
+
const _0x50cdca = new Set();
|
|
1452
|
+
for (const _0x5411b0 of _0x3a02ec[_0x2885ef(0x1db)]) {
|
|
1453
|
+
_0x5411b0[_0x2885ef(0x16b)] !== 'destroyed' && _0x5411b0[_0x2885ef(_0x49496b._0x4b0136)] && _0x50cdca[_0x2885ef(0x20e)](_0x5411b0['thread_target']);
|
|
1479
1454
|
}
|
|
1480
|
-
return
|
|
1455
|
+
return _0x50cdca[_0x2885ef(_0x49496b._0x25ba33)] > 0x0 ? _0x50cdca : null;
|
|
1481
1456
|
} catch {
|
|
1482
1457
|
return null;
|
|
1483
1458
|
}
|
|
1484
1459
|
}
|
|
1485
|
-
const
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1460
|
+
const _0x39126f = new Set([
|
|
1461
|
+
_0xc90eff(_0x8a4fcf._0x1c3e23),
|
|
1462
|
+
_0xc90eff(0x2a2),
|
|
1463
|
+
_0xc90eff(_0x8a4fcf._0x368ad3)
|
|
1489
1464
|
]);
|
|
1490
|
-
async function
|
|
1491
|
-
const
|
|
1492
|
-
if (!
|
|
1465
|
+
async function _0x5cb239() {
|
|
1466
|
+
const _0x3572c6 = _0xc90eff;
|
|
1467
|
+
if (!_0x2c2de1[_0x3572c6(0x1e1)] || !_0x2c2de1[_0x3572c6(0x2d8)] || _0x2c2de1[_0x3572c6(0x191)])
|
|
1493
1468
|
return null;
|
|
1494
1469
|
try {
|
|
1495
|
-
const
|
|
1496
|
-
if (!
|
|
1470
|
+
const _0x20e745 = await fetch(_0x2c2de1['daemonLocalUrl'] + _0x3572c6(_0x33dd7d._0x214b3a) + encodeURIComponent(_0x2c2de1['agentId'])), _0xdc06dc = await _0x20e745[_0x3572c6(0x1c7)]();
|
|
1471
|
+
if (!_0xdc06dc['ok'])
|
|
1497
1472
|
return null;
|
|
1498
|
-
const
|
|
1499
|
-
for (const
|
|
1500
|
-
|
|
1473
|
+
const _0xa82a20 = new Set();
|
|
1474
|
+
for (const _0x21d2aa of _0xdc06dc[_0x3572c6(0x1db)]) {
|
|
1475
|
+
_0x39126f[_0x3572c6(_0x33dd7d._0x4b13f4)](_0x21d2aa[_0x3572c6(0x16b)]) && _0x21d2aa[_0x3572c6(0x1bb)] && _0xa82a20['add'](_0x21d2aa[_0x3572c6(_0x33dd7d._0x5d4b4a)]);
|
|
1501
1476
|
}
|
|
1502
|
-
return
|
|
1477
|
+
return _0xa82a20[_0x3572c6(_0x33dd7d._0x11dae7)] > 0x0 ? _0xa82a20 : null;
|
|
1503
1478
|
} catch {
|
|
1504
1479
|
return null;
|
|
1505
1480
|
}
|
|
1506
1481
|
}
|
|
1507
1482
|
return {
|
|
1508
|
-
async 'send_message'(
|
|
1509
|
-
const
|
|
1510
|
-
if (!
|
|
1511
|
-
const
|
|
1512
|
-
if (
|
|
1513
|
-
if (
|
|
1514
|
-
const
|
|
1515
|
-
'attachmentIds':
|
|
1516
|
-
'content':
|
|
1517
|
-
'target':
|
|
1518
|
-
'visibility':
|
|
1483
|
+
async 'send_message'(_0x50fdc1) {
|
|
1484
|
+
const _0x538eac = _0xc90eff;
|
|
1485
|
+
if (!_0x2c2de1[_0x538eac(0x191)] && _0x2c2de1['workerModeEnabled'] && _0x2c2de1['daemonLocalUrl'] && _0x2c2de1[_0x538eac(_0x54245a._0x3c90a0)]) {
|
|
1486
|
+
const _0x4240f0 = await _0x2c2de1[_0x538eac(0x1ec)][_0x538eac(0x1c8)](_0x50fdc1[_0x538eac(0x2e8)]);
|
|
1487
|
+
if (_0x4240f0['task'] && _0x4240f0['threadId']) {
|
|
1488
|
+
if (_0x4240f0['task'][_0x538eac(_0x54245a._0x103854)] === _0x538eac(0x1b9)) {
|
|
1489
|
+
const _0x8f7548 = await _0x2c2de1['client']['sendMessage']({
|
|
1490
|
+
'attachmentIds': _0x50fdc1['attachment_ids'],
|
|
1491
|
+
'content': _0x50fdc1[_0x538eac(0x2b0)],
|
|
1492
|
+
'target': _0x50fdc1[_0x538eac(0x2e8)],
|
|
1493
|
+
'visibility': _0x50fdc1['visibility']
|
|
1519
1494
|
});
|
|
1520
|
-
return
|
|
1495
|
+
return _0x538eac(_0x54245a._0x6eb0f0) + _0x50fdc1[_0x538eac(0x2e8)] + _0x538eac(_0x54245a._0x5d70a2) + _0x8f7548[_0x538eac(_0x54245a._0x4cd09a)];
|
|
1521
1496
|
}
|
|
1522
|
-
const
|
|
1523
|
-
if (
|
|
1497
|
+
const _0x295e18 = _0x4240f0[_0x538eac(0x2c5)][_0x538eac(_0x54245a._0xefc073)] != null ? '#' + _0x4240f0[_0x538eac(_0x54245a._0x39e3cc)][_0x538eac(0x299)] : '(legacy)', _0x52d545 = _0x4240f0[_0x538eac(0x198)] != null ? _0x4240f0[_0x538eac(0x2e8)] + ':t' + _0x4240f0[_0x538eac(_0x54245a._0x5da259)] : _0x4240f0[_0x538eac(0x2e8)] + ':' + _0x4240f0[_0x538eac(0x1a6)][_0x538eac(_0x54245a._0x53474b)](0x0, 0x8), _0x3d734c = await _0x5cb239();
|
|
1498
|
+
if (_0x3d734c?.[_0x538eac(0x2db)](_0x52d545))
|
|
1524
1499
|
return [
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
][
|
|
1528
|
-
const
|
|
1529
|
-
|
|
1500
|
+
_0x538eac(0x17a) + _0x295e18 + _0x538eac(0x197) + _0x52d545 + _0x538eac(_0x54245a._0x4eccfd),
|
|
1501
|
+
_0x538eac(0x1b0)
|
|
1502
|
+
]['join']('\x0a');
|
|
1503
|
+
const _0x52c489 = [
|
|
1504
|
+
_0x538eac(0x24b) + _0x52d545 + _0x538eac(0x28e) + new Date()[_0x538eac(0x1fa)]() + ']\x20@system:\x20[enter-handoff]',
|
|
1530
1505
|
'',
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1506
|
+
_0x538eac(_0x54245a._0x31289a) + _0x50fdc1['content'],
|
|
1507
|
+
_0x538eac(_0x54245a._0x4abc97) + _0x295e18 + '\x20(' + _0x4240f0[_0x538eac(_0x54245a._0x39e3cc)]['taskId'] + ')',
|
|
1508
|
+
_0x538eac(_0x54245a._0x64c37e) + _0x52d545,
|
|
1534
1509
|
'Read\x20thread\x20history\x20before\x20taking\x20action.\x20Do\x20not\x20echo\x20this\x20message\x20to\x20the\x20thread.'
|
|
1535
|
-
][
|
|
1536
|
-
'method':
|
|
1537
|
-
'headers': { 'Content-Type':
|
|
1538
|
-
'body': JSON[
|
|
1539
|
-
'agent_id':
|
|
1540
|
-
'thread_target':
|
|
1510
|
+
][_0x538eac(_0x54245a._0x54f539)]('\x0a'), _0xc19802 = await fetch(_0x2c2de1[_0x538eac(_0x54245a._0x1a238c)] + '/workers/deliver', {
|
|
1511
|
+
'method': 'POST',
|
|
1512
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
1513
|
+
'body': JSON[_0x538eac(_0x54245a._0x13504d)]({
|
|
1514
|
+
'agent_id': _0x2c2de1[_0x538eac(_0x54245a._0x540276)],
|
|
1515
|
+
'thread_target': _0x52d545,
|
|
1541
1516
|
'spawn_packet': {
|
|
1542
|
-
'replyTarget':
|
|
1543
|
-
'taskId':
|
|
1517
|
+
'replyTarget': _0x52d545,
|
|
1518
|
+
'taskId': _0x4240f0[_0x538eac(0x2c5)][_0x538eac(_0x54245a._0x53afa6)]
|
|
1544
1519
|
},
|
|
1545
1520
|
'payload': {
|
|
1546
|
-
'mode':
|
|
1547
|
-
'text':
|
|
1521
|
+
'mode': _0x538eac(0x178),
|
|
1522
|
+
'text': _0x52c489
|
|
1548
1523
|
}
|
|
1549
1524
|
})
|
|
1550
|
-
}),
|
|
1551
|
-
if (!
|
|
1552
|
-
throw new Error(
|
|
1525
|
+
}), _0xc59d12 = await _0xc19802[_0x538eac(_0x54245a._0xc19e4d)]();
|
|
1526
|
+
if (!_0xc59d12['ok'])
|
|
1527
|
+
throw new Error(_0xc59d12['error'] ?? _0x538eac(_0x54245a._0x42d0bf));
|
|
1553
1528
|
return [
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
][
|
|
1529
|
+
'Handoff\x20to\x20worker\x20for\x20task\x20' + _0x295e18 + _0x538eac(0x197) + _0x52d545 + _0x538eac(0x166),
|
|
1530
|
+
_0x538eac(0x29e) + (_0xc59d12[_0x538eac(_0x54245a._0x504145)] === _0x538eac(_0x54245a._0x28c7f5) ? 'queued' : _0x538eac(0x247)) + '.',
|
|
1531
|
+
_0x538eac(_0x54245a._0x1675c9)
|
|
1532
|
+
][_0x538eac(_0x54245a._0x54f539)]('\x0a');
|
|
1558
1533
|
}
|
|
1559
1534
|
}
|
|
1560
|
-
const
|
|
1561
|
-
'attachmentIds':
|
|
1562
|
-
'content':
|
|
1563
|
-
'target':
|
|
1564
|
-
'visibility':
|
|
1535
|
+
const _0x199090 = await _0x2c2de1[_0x538eac(0x1ec)]['sendMessage']({
|
|
1536
|
+
'attachmentIds': _0x50fdc1[_0x538eac(_0x54245a._0x54df86)],
|
|
1537
|
+
'content': _0x50fdc1[_0x538eac(0x2b0)],
|
|
1538
|
+
'target': _0x50fdc1[_0x538eac(_0x54245a._0x59a28d)],
|
|
1539
|
+
'visibility': _0x50fdc1[_0x538eac(_0x54245a._0xd205e)]
|
|
1565
1540
|
});
|
|
1566
|
-
return
|
|
1541
|
+
return _0x538eac(_0x54245a._0x6eb0f0) + _0x50fdc1[_0x538eac(0x2e8)] + _0x538eac(_0x54245a._0x5d70a2) + _0x199090[_0x538eac(_0x54245a._0x2c6169)];
|
|
1567
1542
|
},
|
|
1568
1543
|
async 'check_messages'() {
|
|
1569
|
-
const
|
|
1570
|
-
if (!
|
|
1571
|
-
const
|
|
1572
|
-
if (
|
|
1573
|
-
return formatCheckMessages(
|
|
1544
|
+
const _0x31ff9f = _0xc90eff, _0x57994a = await _0x2c2de1[_0x31ff9f(0x1ec)][_0x31ff9f(0x16e)]();
|
|
1545
|
+
if (!_0x2c2de1[_0x31ff9f(0x191)]) {
|
|
1546
|
+
const _0x545149 = await _0x1229a2();
|
|
1547
|
+
if (_0x545149)
|
|
1548
|
+
return formatCheckMessages(_0x57994a[_0x31ff9f(0x1d4)][_0x31ff9f(_0x2dd3f1._0x5f02c8)](_0x5d7868 => !_0x545149[_0x31ff9f(0x2db)](_0x5d7868[_0x31ff9f(0x2e8)])));
|
|
1574
1549
|
}
|
|
1575
|
-
return formatCheckMessages(
|
|
1550
|
+
return formatCheckMessages(_0x57994a[_0x31ff9f(0x1d4)]);
|
|
1576
1551
|
},
|
|
1577
|
-
async 'read_history'(
|
|
1578
|
-
const
|
|
1579
|
-
return formatHistory(
|
|
1552
|
+
async 'read_history'(_0x49dd37) {
|
|
1553
|
+
const _0x40e86c = _0xc90eff, _0x570789 = await _0x2c2de1[_0x40e86c(0x1ec)][_0x40e86c(0x29f)](_0x49dd37);
|
|
1554
|
+
return formatHistory(_0x570789);
|
|
1580
1555
|
},
|
|
1581
1556
|
async 'list_server'() {
|
|
1582
|
-
const
|
|
1583
|
-
return formatServerDirectory(
|
|
1557
|
+
const _0x5a922b = _0xc90eff, _0x48dbbe = await _0x2c2de1['client'][_0x5a922b(_0x1ee57f._0x226b0f)]();
|
|
1558
|
+
return formatServerDirectory(_0x48dbbe);
|
|
1584
1559
|
},
|
|
1585
|
-
async 'list_tasks'(
|
|
1586
|
-
const
|
|
1587
|
-
let
|
|
1588
|
-
if (
|
|
1560
|
+
async 'list_tasks'(_0x2dd2a3) {
|
|
1561
|
+
const _0x21f871 = _0xc90eff, _0x123631 = await _0x2c2de1[_0x21f871(0x1ec)][_0x21f871(_0x239e08._0x9b3a93)](_0x2dd2a3);
|
|
1562
|
+
let _0x1f1104;
|
|
1563
|
+
if (_0x2c2de1[_0x21f871(0x1e1)] && _0x2c2de1['agentId'])
|
|
1589
1564
|
try {
|
|
1590
|
-
const
|
|
1591
|
-
if (
|
|
1592
|
-
const
|
|
1593
|
-
|
|
1594
|
-
for (const
|
|
1595
|
-
if (
|
|
1565
|
+
const _0x5aaa67 = await fetch(_0x2c2de1['daemonLocalUrl'] + _0x21f871(_0x239e08._0x28beb8) + encodeURIComponent(_0x2c2de1[_0x21f871(0x2d8)])), _0x3af09d = await _0x5aaa67['json']();
|
|
1566
|
+
if (_0x3af09d['ok']) {
|
|
1567
|
+
const _0x2610e2 = _0x2dd2a3['channel'] + ':';
|
|
1568
|
+
_0x1f1104 = new Set();
|
|
1569
|
+
for (const _0x2b430b of _0x3af09d[_0x21f871(0x1db)]) {
|
|
1570
|
+
if (_0x2b430b[_0x21f871(0x16b)] === _0x21f871(0x2ec))
|
|
1596
1571
|
continue;
|
|
1597
|
-
if (
|
|
1598
|
-
const
|
|
1599
|
-
if (
|
|
1600
|
-
|
|
1572
|
+
if (_0x2b430b[_0x21f871(_0x239e08._0x76d6c)]?.[_0x21f871(_0x239e08._0xc9861)](_0x2610e2)) {
|
|
1573
|
+
const _0x37e28b = _0x2b430b['thread_target'][_0x21f871(_0x239e08._0x5d1f97)](_0x2610e2[_0x21f871(_0x239e08._0xca976b)]), _0x1ac205 = _0x123631[_0x21f871(0x1f5)][_0x21f871(0x20b)](_0x4827e1 => _0x4827e1[_0x21f871(0x285)]?.['startsWith'](_0x37e28b) === !![]);
|
|
1574
|
+
if (_0x1ac205?.[_0x21f871(_0x239e08._0x361b6a)] != null) {
|
|
1575
|
+
_0x1f1104[_0x21f871(_0x239e08._0x35b502)](_0x1ac205['taskNumber']);
|
|
1601
1576
|
continue;
|
|
1602
1577
|
}
|
|
1603
1578
|
}
|
|
1604
|
-
if (
|
|
1605
|
-
const
|
|
1606
|
-
|
|
1579
|
+
if (_0x2b430b['task_id']) {
|
|
1580
|
+
const _0x45b8fe = _0x123631['tasks']['find'](_0x12ab9c => _0x12ab9c[_0x21f871(0x25d)] === _0x2b430b[_0x21f871(0x205)]);
|
|
1581
|
+
_0x45b8fe?.['taskNumber'] != null && _0x1f1104[_0x21f871(_0x239e08._0x2e5520)](_0x45b8fe[_0x21f871(_0x239e08._0x361b6a)]);
|
|
1607
1582
|
}
|
|
1608
1583
|
}
|
|
1609
1584
|
}
|
|
1610
1585
|
} catch {
|
|
1611
1586
|
}
|
|
1612
|
-
return formatTaskList(
|
|
1587
|
+
return formatTaskList(_0x123631[_0x21f871(0x1f5)], _0x1f1104);
|
|
1613
1588
|
},
|
|
1614
|
-
async 'create_tasks'(
|
|
1615
|
-
const
|
|
1616
|
-
|
|
1617
|
-
const
|
|
1618
|
-
return formatCreatedTasks(
|
|
1589
|
+
async 'create_tasks'(_0xe1ac2a) {
|
|
1590
|
+
const _0x187c60 = _0xc90eff;
|
|
1591
|
+
_0x11052f('create_tasks', _0xe1ac2a[_0x187c60(_0x20e83f._0x108aa1)]);
|
|
1592
|
+
const _0x3942d7 = await _0x2c2de1[_0x187c60(0x1ec)][_0x187c60(_0x20e83f._0x3a7ab5)](_0xe1ac2a);
|
|
1593
|
+
return formatCreatedTasks(_0x3942d7[_0x187c60(0x1f5)]);
|
|
1619
1594
|
},
|
|
1620
|
-
async 'claim_tasks'(
|
|
1621
|
-
const
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1595
|
+
async 'claim_tasks'(_0x5856af) {
|
|
1596
|
+
const _0x3f582b = {
|
|
1597
|
+
_0x2365e5: 0x1ce,
|
|
1598
|
+
_0x4311cd: 0x272
|
|
1599
|
+
}, _0x4d08bd = _0xc90eff;
|
|
1600
|
+
if (_0x2c2de1[_0x4d08bd(_0x5cf2d0._0x1c2073)]) {
|
|
1601
|
+
_0x11052f('claim_tasks', _0x5856af[_0x4d08bd(_0x5cf2d0._0x33e2c1)]);
|
|
1602
|
+
if (_0x5856af[_0x4d08bd(0x1e0)] && _0x5856af[_0x4d08bd(0x1e0)]['length'] > 0x0)
|
|
1603
|
+
throw new Error(_0x4d08bd(_0x5cf2d0._0x111fdb));
|
|
1604
|
+
if (!_0x5856af['subtask_numbers'] || _0x5856af[_0x4d08bd(0x177)][_0x4d08bd(_0x5cf2d0._0x439fa7)] === 0x0)
|
|
1605
|
+
throw new Error(_0x4d08bd(_0x5cf2d0._0x3a15b4));
|
|
1628
1606
|
}
|
|
1629
|
-
const
|
|
1630
|
-
const
|
|
1631
|
-
if (!
|
|
1632
|
-
return
|
|
1607
|
+
const _0xfa2020 = await _0x2c2de1[_0x4d08bd(0x1ec)][_0x4d08bd(_0x5cf2d0._0x49c5f)](_0x5856af), _0x1054b8 = await Promise['all'](_0xfa2020[_0x4d08bd(0x183)][_0x4d08bd(_0x5cf2d0._0x56b093)](async _0x4b1c17 => {
|
|
1608
|
+
const _0x4c42de = _0x4d08bd;
|
|
1609
|
+
if (!_0x4b1c17['success'] || !_0x4b1c17[_0x4c42de(0x285)])
|
|
1610
|
+
return _0x4b1c17;
|
|
1633
1611
|
try {
|
|
1634
|
-
const
|
|
1635
|
-
'channel':
|
|
1636
|
-
'executionMode':
|
|
1637
|
-
'messageId':
|
|
1638
|
-
'taskId':
|
|
1639
|
-
'taskNumber':
|
|
1640
|
-
'threadNumber':
|
|
1612
|
+
const _0x4a7928 = await _0x367e9c({
|
|
1613
|
+
'channel': _0x5856af[_0x4c42de(_0x3f582b._0x2365e5)],
|
|
1614
|
+
'executionMode': _0x4b1c17[_0x4c42de(_0x3f582b._0x4311cd)],
|
|
1615
|
+
'messageId': _0x4b1c17[_0x4c42de(0x285)],
|
|
1616
|
+
'taskId': _0x4b1c17[_0x4c42de(0x25d)],
|
|
1617
|
+
'taskNumber': _0x4b1c17[_0x4c42de(0x299)],
|
|
1618
|
+
'threadNumber': _0x4b1c17['threadNumber']
|
|
1641
1619
|
});
|
|
1642
|
-
return
|
|
1643
|
-
...
|
|
1644
|
-
...
|
|
1645
|
-
} :
|
|
1646
|
-
} catch (
|
|
1620
|
+
return _0x4a7928 ? {
|
|
1621
|
+
..._0x4b1c17,
|
|
1622
|
+
..._0x4a7928
|
|
1623
|
+
} : _0x4b1c17;
|
|
1624
|
+
} catch (_0x4970c6) {
|
|
1647
1625
|
return {
|
|
1648
|
-
...
|
|
1649
|
-
'workerHandoffError':
|
|
1626
|
+
..._0x4b1c17,
|
|
1627
|
+
'workerHandoffError': _0x4970c6 instanceof Error ? _0x4970c6[_0x4c42de(0x1cc)] : _0x4c42de(0x2a0)
|
|
1650
1628
|
};
|
|
1651
1629
|
}
|
|
1652
1630
|
}));
|
|
1653
|
-
return formatClaimTaskResults(
|
|
1631
|
+
return formatClaimTaskResults(_0x1054b8);
|
|
1654
1632
|
},
|
|
1655
|
-
async 'unclaim_task'(
|
|
1656
|
-
const
|
|
1657
|
-
if (
|
|
1658
|
-
|
|
1659
|
-
if (
|
|
1660
|
-
throw new Error(
|
|
1633
|
+
async 'unclaim_task'(_0x2e8472) {
|
|
1634
|
+
const _0x448b0d = _0xc90eff;
|
|
1635
|
+
if (_0x2c2de1[_0x448b0d(0x191)]) {
|
|
1636
|
+
_0x11052f(_0x448b0d(0x18c), _0x2e8472['channel']);
|
|
1637
|
+
if (_0x2e8472[_0x448b0d(_0x674d68._0x1886e0)] == null)
|
|
1638
|
+
throw new Error(_0x448b0d(0x221));
|
|
1661
1639
|
}
|
|
1662
|
-
const
|
|
1663
|
-
return formatUnclaimTaskResult(
|
|
1640
|
+
const _0x589a28 = await _0x2c2de1[_0x448b0d(_0x674d68._0x38a2f5)]['unclaimTask'](_0x2e8472);
|
|
1641
|
+
return formatUnclaimTaskResult(_0x589a28);
|
|
1664
1642
|
},
|
|
1665
|
-
async 'update_task_status'(
|
|
1666
|
-
const
|
|
1667
|
-
|
|
1668
|
-
const
|
|
1669
|
-
return formatUpdateTaskStatusResult(
|
|
1643
|
+
async 'update_task_status'(_0x406d63) {
|
|
1644
|
+
const _0x179bd7 = _0xc90eff;
|
|
1645
|
+
_0x11052f(_0x179bd7(_0x5806b4._0xfa8691), _0x406d63['channel']);
|
|
1646
|
+
const _0xc61f55 = await _0x2c2de1[_0x179bd7(0x1ec)][_0x179bd7(_0x5806b4._0x17ba9d)](_0x406d63);
|
|
1647
|
+
return formatUpdateTaskStatusResult(_0xc61f55);
|
|
1670
1648
|
},
|
|
1671
|
-
async 'upload_file'(
|
|
1672
|
-
const
|
|
1673
|
-
sizeBytes:
|
|
1674
|
-
...
|
|
1675
|
-
} =
|
|
1676
|
-
'channel':
|
|
1677
|
-
...
|
|
1649
|
+
async 'upload_file'(_0x1dba4a) {
|
|
1650
|
+
const _0x2d4598 = _0xc90eff, _0x24ac7f = await _0x2c2de1[_0x2d4598(0x235)](_0x1dba4a[_0x2d4598(0x27e)]), {
|
|
1651
|
+
sizeBytes: _0x1fc3f0,
|
|
1652
|
+
..._0x945f5b
|
|
1653
|
+
} = _0x24ac7f, _0x1a2a8a = await _0x2c2de1['client'][_0x2d4598(_0x2360eb._0x4d8bf0)]({
|
|
1654
|
+
'channel': _0x1dba4a[_0x2d4598(0x1ce)],
|
|
1655
|
+
..._0x945f5b
|
|
1678
1656
|
});
|
|
1679
|
-
return formatUploadResult(
|
|
1657
|
+
return formatUploadResult(_0x1a2a8a);
|
|
1680
1658
|
},
|
|
1681
|
-
async 'view_file'(
|
|
1682
|
-
const
|
|
1683
|
-
if (
|
|
1684
|
-
return formatViewFileResult(
|
|
1685
|
-
const
|
|
1686
|
-
'attachmentId':
|
|
1687
|
-
'contentType':
|
|
1688
|
-
'data':
|
|
1689
|
-
'originalFilename':
|
|
1659
|
+
async 'view_file'(_0x3152fa) {
|
|
1660
|
+
const _0x24afca = _0xc90eff, _0x18c682 = await _0x2c2de1[_0x24afca(0x250)]['findCachedPath'](_0x3152fa['attachment_id']);
|
|
1661
|
+
if (_0x18c682)
|
|
1662
|
+
return formatViewFileResult(_0x18c682, !![]);
|
|
1663
|
+
const _0x523c8c = await _0x2c2de1['client'][_0x24afca(0x1d1)](_0x3152fa['attachment_id']), _0xbd65d6 = await _0x2c2de1[_0x24afca(_0x2022cc._0x3ff024)][_0x24afca(0x17c)]({
|
|
1664
|
+
'attachmentId': _0x3152fa[_0x24afca(_0x2022cc._0x5b0804)],
|
|
1665
|
+
'contentType': _0x523c8c[_0x24afca(_0x2022cc._0x258963)],
|
|
1666
|
+
'data': _0x523c8c['data'],
|
|
1667
|
+
'originalFilename': _0x523c8c[_0x24afca(0x1b1)]
|
|
1690
1668
|
});
|
|
1691
|
-
return formatViewFileResult(
|
|
1669
|
+
return formatViewFileResult(_0xbd65d6, ![]);
|
|
1692
1670
|
},
|
|
1693
|
-
async 'get_worker_status'(
|
|
1694
|
-
const
|
|
1695
|
-
if (!
|
|
1696
|
-
return
|
|
1697
|
-
const
|
|
1698
|
-
if (!
|
|
1699
|
-
return
|
|
1700
|
-
return
|
|
1671
|
+
async 'get_worker_status'(_0xf4f600) {
|
|
1672
|
+
const _0x17a15a = _0xc90eff;
|
|
1673
|
+
if (!_0x2c2de1[_0x17a15a(0x1e1)])
|
|
1674
|
+
return _0x17a15a(0x1b6);
|
|
1675
|
+
const _0x1b6ce9 = await fetch(_0x2c2de1[_0x17a15a(0x1e1)] + _0x17a15a(0x185) + encodeURIComponent(_0xf4f600[_0x17a15a(_0x46932c._0x1c8c69)])), _0x42a0e2 = await _0x1b6ce9[_0x17a15a(0x1c7)]();
|
|
1676
|
+
if (!_0x42a0e2['ok'])
|
|
1677
|
+
return _0x17a15a(_0x46932c._0x43c021) + _0xf4f600[_0x17a15a(_0x46932c._0x1c8c69)] + _0x17a15a(0x255);
|
|
1678
|
+
return _0x17a15a(0x187) + _0xf4f600[_0x17a15a(0x1d2)] + _0x17a15a(0x1e8) + _0x42a0e2[_0x17a15a(_0x46932c._0x1aff30)];
|
|
1701
1679
|
},
|
|
1702
|
-
async 'park_worker'(
|
|
1703
|
-
const
|
|
1704
|
-
if (!
|
|
1705
|
-
return
|
|
1706
|
-
const
|
|
1707
|
-
'method':
|
|
1708
|
-
'headers': { 'Content-Type':
|
|
1709
|
-
'body': JSON[
|
|
1710
|
-
}),
|
|
1711
|
-
if (!
|
|
1712
|
-
throw new Error(
|
|
1713
|
-
return
|
|
1680
|
+
async 'park_worker'(_0x5135b0) {
|
|
1681
|
+
const _0x755cc3 = _0xc90eff;
|
|
1682
|
+
if (!_0x2c2de1[_0x755cc3(_0x275c66._0x2e1d8c)])
|
|
1683
|
+
return _0x755cc3(0x1b6);
|
|
1684
|
+
const _0x13d9f3 = await fetch(_0x2c2de1['daemonLocalUrl'] + '/workers/park', {
|
|
1685
|
+
'method': _0x755cc3(0x2c9),
|
|
1686
|
+
'headers': { 'Content-Type': _0x755cc3(0x2ae) },
|
|
1687
|
+
'body': JSON[_0x755cc3(0x165)]({ 'work_key': _0x5135b0[_0x755cc3(0x1d2)] })
|
|
1688
|
+
}), _0x1b565b = await _0x13d9f3[_0x755cc3(_0x275c66._0x33f0e9)]();
|
|
1689
|
+
if (!_0x1b565b['ok'])
|
|
1690
|
+
throw new Error(_0x1b565b[_0x755cc3(_0x275c66._0xb41b3b)] ?? _0x755cc3(0x259));
|
|
1691
|
+
return _0x755cc3(_0x275c66._0x215da7) + _0x5135b0[_0x755cc3(0x1d2)] + _0x755cc3(0x220);
|
|
1714
1692
|
},
|
|
1715
|
-
async 'mark_waiting_input'(
|
|
1716
|
-
const
|
|
1717
|
-
if (!
|
|
1718
|
-
return
|
|
1719
|
-
const
|
|
1720
|
-
'method':
|
|
1693
|
+
async 'mark_waiting_input'(_0x492037) {
|
|
1694
|
+
const _0x56d767 = _0xc90eff;
|
|
1695
|
+
if (!_0x2c2de1['daemonLocalUrl'] || !_0x2c2de1[_0x56d767(_0x3a8fbb._0x1cec3d)])
|
|
1696
|
+
return _0x56d767(_0x3a8fbb._0x28bcb6);
|
|
1697
|
+
const _0x70e4b = await fetch(_0x2c2de1['daemonLocalUrl'] + '/workers/waiting_input', {
|
|
1698
|
+
'method': _0x56d767(_0x3a8fbb._0x209459),
|
|
1721
1699
|
'headers': { 'Content-Type': 'application/json' },
|
|
1722
|
-
'body': JSON[
|
|
1723
|
-
'work_key':
|
|
1724
|
-
'agent_id':
|
|
1700
|
+
'body': JSON[_0x56d767(_0x3a8fbb._0x32fdad)]({
|
|
1701
|
+
'work_key': _0x492037[_0x56d767(_0x3a8fbb._0x245bc2)],
|
|
1702
|
+
'agent_id': _0x2c2de1[_0x56d767(_0x3a8fbb._0x1dde69)]
|
|
1725
1703
|
})
|
|
1726
|
-
}),
|
|
1727
|
-
if (!
|
|
1728
|
-
throw new Error(
|
|
1729
|
-
return
|
|
1704
|
+
}), _0x2caec1 = await _0x70e4b['json']();
|
|
1705
|
+
if (!_0x2caec1['ok'])
|
|
1706
|
+
throw new Error(_0x2caec1['error'] ?? _0x56d767(0x29c));
|
|
1707
|
+
return _0x56d767(_0x3a8fbb._0x3bca70) + _0x492037[_0x56d767(0x1d2)] + _0x56d767(_0x3a8fbb._0x3706b6);
|
|
1730
1708
|
},
|
|
1731
|
-
async 'escalate_to_main'(
|
|
1732
|
-
const
|
|
1733
|
-
if (!
|
|
1734
|
-
return
|
|
1735
|
-
const
|
|
1736
|
-
'method':
|
|
1737
|
-
'headers': { 'Content-Type':
|
|
1738
|
-
'body': JSON[
|
|
1739
|
-
'work_key':
|
|
1740
|
-
'reason':
|
|
1709
|
+
async 'escalate_to_main'(_0x144351) {
|
|
1710
|
+
const _0x970d5b = _0xc90eff;
|
|
1711
|
+
if (!_0x2c2de1[_0x970d5b(_0x29d33e._0x2e767b)])
|
|
1712
|
+
return 'Worker\x20features\x20not\x20available';
|
|
1713
|
+
const _0x45f932 = await fetch(_0x2c2de1['daemonLocalUrl'] + _0x970d5b(_0x29d33e._0x9292d7), {
|
|
1714
|
+
'method': _0x970d5b(_0x29d33e._0x496c3a),
|
|
1715
|
+
'headers': { 'Content-Type': _0x970d5b(_0x29d33e._0x36faad) },
|
|
1716
|
+
'body': JSON[_0x970d5b(0x165)]({
|
|
1717
|
+
'work_key': _0x144351[_0x970d5b(0x1d2)],
|
|
1718
|
+
'reason': _0x144351[_0x970d5b(_0x29d33e._0x21ca86)]
|
|
1741
1719
|
})
|
|
1742
|
-
}),
|
|
1743
|
-
if (!
|
|
1744
|
-
throw new Error(
|
|
1745
|
-
return
|
|
1720
|
+
}), _0x3dd954 = await _0x45f932[_0x970d5b(0x1c7)]();
|
|
1721
|
+
if (!_0x3dd954['ok'])
|
|
1722
|
+
throw new Error(_0x3dd954['error'] ?? _0x970d5b(_0x29d33e._0x3ff500));
|
|
1723
|
+
return _0x970d5b(_0x29d33e._0x9432c2) + _0x144351[_0x970d5b(0x253)];
|
|
1746
1724
|
}
|
|
1747
1725
|
};
|
|
1748
1726
|
}
|
|
1749
|
-
function
|
|
1750
|
-
|
|
1751
|
-
'
|
|
1727
|
+
function textResult(_0x235054, _0x35e662 = ![]) {
|
|
1728
|
+
return {
|
|
1729
|
+
'content': [{
|
|
1730
|
+
'type': 'text',
|
|
1731
|
+
'text': _0x235054
|
|
1732
|
+
}],
|
|
1733
|
+
..._0x35e662 ? { 'isError': !![] } : {}
|
|
1734
|
+
};
|
|
1735
|
+
}
|
|
1736
|
+
function _0x565a() {
|
|
1737
|
+
const _0x3e1cd0 = [
|
|
1738
|
+
'zNjVBq',
|
|
1739
|
+
'l3n0yxj0',
|
|
1740
|
+
'Agv4',
|
|
1741
|
+
'mJeWmJi2nevXCeLJsG',
|
|
1742
|
+
'lMjPBG',
|
|
1743
|
+
'l2fWAs9Hz2vUDc1ZzxnZAw9UCY8',
|
|
1744
|
+
'z2v0u2vJB25KCW',
|
|
1745
|
+
'ls1KywvTB24TBg9JywWTDxjS',
|
|
1746
|
+
'C3rHCNrLza',
|
|
1747
|
+
'ChvZAa',
|
|
1748
|
+
'ignSywLTzwq',
|
|
1749
|
+
'igrVBMuP',
|
|
1750
|
+
'w3rHCMDLDd0',
|
|
1751
|
+
'CMvWBgfJzq',
|
|
1752
|
+
'Bg9JywXLq29TCgfYzq',
|
|
1753
|
+
'mJe4BKTSzK50',
|
|
1754
|
+
'Cgf5Bg9HzePZB24',
|
|
1755
|
+
'yxr0ywnOBwvUDenHy2HL',
|
|
1756
|
+
'D29YA2vYsgfUzg9MzJ10CNvL',
|
|
1757
|
+
'Aw1Hz2uVD2vICa',
|
|
1758
|
+
'CMvHC29U',
|
|
1759
|
+
'lsba',
|
|
1760
|
+
'iIbUB3qGzM91BMq',
|
|
1761
|
+
'AgfZtw9Yzq',
|
|
1762
|
+
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxjYB3i9',
|
|
1763
|
+
'tM8GDgfZA3mGy2XHAw1Lzc4',
|
|
1764
|
+
'CgfYA193B3jRzxiGzMfPBgvK',
|
|
1765
|
+
'zxnJywXHDgvFDg9FBwfPBG',
|
|
1766
|
+
'l3jLC29SDMuTy2HHBM5LBa',
|
|
1767
|
+
'q2HLy2SGDgHLign1CNjLBNqGC3rHDhvZig9MigeGC3bHD25Lzcb3B3jRzxiGyNKGAxrZihDVCMSGA2v5lG',
|
|
1768
|
+
'DgfZA0LK',
|
|
1769
|
+
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
1770
|
+
'kgXLz2fJEsK',
|
|
1771
|
+
'yxr0ywnOBwvUDeLKCW',
|
|
1772
|
+
'DgHYzwfK',
|
|
1773
|
+
'l3nLBMq',
|
|
1774
|
+
'DMLZAwjPBgL0Eq',
|
|
1775
|
+
'uMvSzwfZzsbHignSywLTzwqGDgfZAYbIEsbJAgfUBMvSigfUzcb0yxnRig51BwjLCI4GrM9Yihn1yNrHC2TZlcbHBhnVihbHC3mGC3vIDgfZA19UDw1IzxiU',
|
|
1776
|
+
'y3jLyxrLx3rHC2TZ',
|
|
1777
|
+
'D29YA2vYrgLZCg9ZAxrPB249',
|
|
1778
|
+
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT',
|
|
1779
|
+
'ow1cqwLwyW',
|
|
1780
|
+
'C3vJy2vZCW',
|
|
1781
|
+
'iow3SUwiH+AnOUwiScb3B3jRzxiG5OMN6kgm',
|
|
1782
|
+
'q29UDgLUDwuGzxHLy3v0Aw9UigLUihrOAxmGDgHYzwfKlIbvC2uGCMvHzf9OAxn0B3j5igLMihLVDsbUzwvKig1VCMuGy29UDgv4Dc4',
|
|
1783
|
+
'AhjLzG',
|
|
1784
|
+
'zxHLy3v0Aw9Utw9Kzt0',
|
|
1785
|
+
'igzHAwXLzdOG',
|
|
1786
|
+
'AwrLBxbVDgvUy3LFA2v5',
|
|
1787
|
+
'CgfYDgLJAxbHBNq',
|
|
1788
|
+
'AhvTyw4',
|
|
1752
1789
|
'zxHLy3v0Aw9Utw9Kzq',
|
|
1753
|
-
'
|
|
1754
|
-
'
|
|
1755
|
-
'BNvTyMvY',
|
|
1790
|
+
'mJy2odm0nefWzwTXta',
|
|
1791
|
+
'q3jLyxrLig9UzsbVCIbTB3jLihrHC2TZigLUigeGy2HHBM5LBc4Gsw4Gysb0AhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPlcbJCMvHDgvZihn1yNrHC2TZihvUzgvYihrOzsbLEgLZDgLUzYbWyxjLBNqGDgfZAY4',
|
|
1756
1792
|
'yxr0ywnOBwvUDhm',
|
|
1757
|
-
'
|
|
1758
|
-
'
|
|
1759
|
-
'
|
|
1760
|
-
'
|
|
1761
|
-
'
|
|
1762
|
-
'
|
|
1763
|
-
'
|
|
1764
|
-
'
|
|
1765
|
-
'
|
|
1793
|
+
'Bwf4',
|
|
1794
|
+
'l3nLCNzLCG',
|
|
1795
|
+
'C2vUzgvYtMfTzq',
|
|
1796
|
+
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxHLy3v0Aw9Utw9Kzt1TywLUcLn0yxKGAw4GBwfPBIbZzxnZAw9UoIbYzwfKihrOzsbYzwzLCMvUy2vKihbSyw4Vzg9JDw1LBNqGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYaOB3iGB3rOzxj3AxnLigfKDMfUy2uGDgHLihrHC2SGAw4GBwfPBIb3AxrOB3v0igHHBMrPBMCGB2zMihrVigeGD29YA2vYks4',
|
|
1797
|
+
'C3rYAw5N',
|
|
1798
|
+
'Dg9tDhjPBMC',
|
|
1799
|
+
'Dg9mB3DLCKnHC2u',
|
|
1800
|
+
'zw51Bq',
|
|
1801
|
+
'zMLSzv9WyxrO',
|
|
1802
|
+
'y2XHAw1FDgfZA3m',
|
|
1803
|
+
'l3rHC2TZl2nSywLT',
|
|
1804
|
+
'y2XHAw1uyxnRCW',
|
|
1805
|
+
'mtj6C3D6z2i',
|
|
1806
|
+
'y2HHBM5LBhm',
|
|
1807
|
+
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
1808
|
+
'BwvZC2fNzuLK',
|
|
1766
1809
|
'AxngAwXL',
|
|
1767
|
-
'
|
|
1768
|
-
'y2HHBM5LBfrHCMDLDa',
|
|
1769
|
-
'ls1Hz2vUDc1Pza',
|
|
1770
|
-
'C2L6zuj5DgvZ',
|
|
1771
|
-
'iokaLca',
|
|
1772
|
-
'zgf0yq',
|
|
1773
|
-
'yxr0ywnOBwvUDf9Pzhm',
|
|
1774
|
-
'mZi5mdCWs1z0zNbP',
|
|
1775
|
-
'6k+35Rgcia',
|
|
1776
|
-
'DMfSDwvZ',
|
|
1777
|
-
'r0vu',
|
|
1778
|
-
'ig1ZzZ0',
|
|
1779
|
-
'yxbWBgLJyxrPB24VEg1S',
|
|
1780
|
-
'vgfZAYa',
|
|
1781
|
-
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
1782
|
-
'DMLZAwjPBgL0Eq',
|
|
1783
|
-
'uMvHzcbTzxnZywDLigHPC3rVCNKGzM9YigeGy2HHBM5LBcWGre0Sig9YihrOCMvHzcb0yxjNzxqU',
|
|
1784
|
-
'yxjYyxK',
|
|
1785
|
-
'DhjPBq',
|
|
1786
|
-
'y2HHBM5LBeLK',
|
|
1787
|
-
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
1788
|
-
'CMvHC29U',
|
|
1789
|
-
'AxnbyNnVBhv0zq',
|
|
1790
|
-
'D29YA19RzxK',
|
|
1810
|
+
'AhvTyw5Z',
|
|
1791
1811
|
'iYmJiefNzw50CW',
|
|
1792
|
-
'
|
|
1793
|
-
'
|
|
1794
|
-
'
|
|
1795
|
-
'
|
|
1796
|
-
'
|
|
1797
|
-
'
|
|
1798
|
-
'
|
|
1799
|
-
'
|
|
1800
|
-
'
|
|
1801
|
-
'
|
|
1802
|
-
'
|
|
1803
|
-
'
|
|
1804
|
-
'
|
|
1805
|
-
'
|
|
1806
|
-
'
|
|
1807
|
-
'
|
|
1808
|
-
'
|
|
1809
|
-
'
|
|
1810
|
-
'yxr0ywnOBwvUDf9Pza',
|
|
1812
|
+
'BgLZDf9Zzxj2zxi',
|
|
1813
|
+
'AM9PBG',
|
|
1814
|
+
'ywjVCNq',
|
|
1815
|
+
'l3DVCMTLCNmVzgvSAxzLCG',
|
|
1816
|
+
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
1817
|
+
'ig1ZzZ1Oyw5KB2zMihrPBwu9',
|
|
1818
|
+
'yxr0ywnOBwvUDenHy2HLrgLY',
|
|
1819
|
+
'iokaLcb1C2uGDMLLD19MAwXLihrVihnLzv0',
|
|
1820
|
+
'ls1PBML0AwfSlwXHC3qTC2vLBI1Zzxe',
|
|
1821
|
+
'yM9KEu1HCMTKB3DU',
|
|
1822
|
+
'DxjNzw50',
|
|
1823
|
+
'C2L6zuj5DgvZ',
|
|
1824
|
+
'BM93',
|
|
1825
|
+
'ls13B3jRzxiTBw9Kzq',
|
|
1826
|
+
'ihr5Cgu9ywDLBNq',
|
|
1827
|
+
'rMLSzsb1CgXVywrLzdOG',
|
|
1828
|
+
'DgfZA051BwjLCG',
|
|
1829
|
+
'Axnoyu4',
|
|
1811
1830
|
'Ahr0Chm6',
|
|
1812
|
-
'
|
|
1813
|
-
'
|
|
1814
|
-
'
|
|
1815
|
-
'ls1KywvTB24TBg9JywWTDxjS',
|
|
1816
|
-
'tM8GDgfZA3mGy2XHAw1Lzc4',
|
|
1817
|
-
'D29YA2vY',
|
|
1818
|
-
'zMLUza',
|
|
1819
|
-
'C3rVCe1HAw4',
|
|
1820
|
-
'DxbKyxrL',
|
|
1821
|
-
'igLUia',
|
|
1822
|
-
'C3rYAw5NAwz5',
|
|
1823
|
-
'C2vX',
|
|
1824
|
-
'Dg9VBa',
|
|
1825
|
-
'q29UDgLUDwuGzxHLy3v0Aw9UigLUihrOAxmGDgHYzwfKlIbvC2uGCMvHzf9OAxn0B3j5igLMihLVDsbUzwvKig1VCMuGy29UDgv4Dc4',
|
|
1826
|
-
'ls1Zzxj2zxiTDxjS',
|
|
1827
|
-
'sw52ywXPzcaTlwLUAxrPywWTBgfZDc1ZzwvUlxnLCq',
|
|
1828
|
-
'y29UDgvUDa',
|
|
1829
|
-
'Aw5KzxHpzG',
|
|
1830
|
-
'z2v0',
|
|
1831
|
-
'yxr0ywnOBwvUDeLK',
|
|
1831
|
+
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
1832
|
+
'Dw5JBgfPBv90yxnRigzHAwXLza',
|
|
1833
|
+
'v29YA2vYia',
|
|
1832
1834
|
'CMvHzeHPC3rVCNK',
|
|
1833
|
-
'
|
|
1834
|
-
'
|
|
1835
|
-
'
|
|
1836
|
-
'
|
|
1837
|
-
'C29Tzq',
|
|
1838
|
-
'Dgv4Dc9WBgfPBG',
|
|
1839
|
-
'ig1LC3nHz2u9',
|
|
1840
|
-
'ywDLBNrZ',
|
|
1841
|
-
'BwvZC2fNzv9Pzhm',
|
|
1842
|
-
'y3jLyxrLx3rHC2TZ',
|
|
1843
|
-
'AgLNAa',
|
|
1844
|
-
'lcbWCMv2Awv3pq',
|
|
1845
|
-
'yxjYyxLcDwzMzxi',
|
|
1846
|
-
'DgfZA0rLBgL2zxj5tw9Kzq',
|
|
1847
|
-
'A2LUza',
|
|
1848
|
-
'zMLSzw5HBwu',
|
|
1849
|
-
'D29YA2vYCW',
|
|
1850
|
-
'iIbWyxjRzwqUifnHBwuTDgHYzwfKigzVBgXVDY11Ccb3AwXSihjLC3vTzsb0AgLZigXHBMuU',
|
|
1851
|
-
'BwvTyMvYCW',
|
|
1852
|
-
'zxHWAxjLC0f0',
|
|
1853
|
-
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
1854
|
-
'BwvZC2fNzq',
|
|
1855
|
-
'zw50zxiTAgfUzg9MzIbMywLSzwq',
|
|
1856
|
-
'yMvMB3jL',
|
|
1857
|
-
'y2HHDa',
|
|
1858
|
-
'DxbKyxrLvgfZA1n0yxr1CW',
|
|
1859
|
-
'ls13B3jRzxiTBw9Kzs1LBMfIBgvK',
|
|
1860
|
-
'uM9VDcb0yxnRig1LC3nHz2u6cG',
|
|
1861
|
-
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
1862
|
-
'rg8GBM90ihnLBMqGzNvYDgHLCIbTzxnZywDLCYb0BYb0AgLZihrOCMvHzcdIGjqGDgHLihDVCMTLCIbPCYbOyw5KBgLUzYbPDc4',
|
|
1863
|
-
'y2XPzw50',
|
|
1864
|
-
'yM9KEu1HCMTKB3DU',
|
|
1865
|
-
'C29YDa',
|
|
1866
|
-
'DgfYz2v0',
|
|
1867
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
1868
|
-
'Bwf4',
|
|
1835
|
+
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
1836
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmV',
|
|
1837
|
+
'AwrSzq',
|
|
1838
|
+
'yxr0ywnOBwvUDeLK',
|
|
1869
1839
|
'oIb3B3jRzxiGCNvUDgLTzsbTAxnZAw5NihDVCMTLCLrOCMvHzfrHCMDLDdSGy2fUBM90ihzHBgLKyxrLihnJB3bL',
|
|
1870
|
-
'
|
|
1871
|
-
'
|
|
1872
|
-
'ywDLBNq',
|
|
1873
|
-
'l3jLy2vPDMu/',
|
|
1874
|
-
'C3vIDgfZA19UDw1Izxi',
|
|
1875
|
-
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT',
|
|
1876
|
-
'BwvKAxvT',
|
|
1877
|
-
'BgLZDf90yxnRCW',
|
|
1840
|
+
'BgLTAxq',
|
|
1841
|
+
'C3rHCNrZv2L0Aa',
|
|
1878
1842
|
's0iPcKf0DgfJAg1LBNqGsuq6ia',
|
|
1879
|
-
'
|
|
1880
|
-
'
|
|
1881
|
-
'
|
|
1882
|
-
'
|
|
1883
|
-
'
|
|
1884
|
-
'
|
|
1885
|
-
'
|
|
1886
|
-
'
|
|
1887
|
-
'
|
|
1888
|
-
'
|
|
1889
|
-
'
|
|
1890
|
-
'
|
|
1891
|
-
'
|
|
1843
|
+
'C3rVCe1HAw49Dhj1zq',
|
|
1844
|
+
'AgvHzgvYCW',
|
|
1845
|
+
'CxvLDwvK',
|
|
1846
|
+
'z2v0sg91CNm',
|
|
1847
|
+
'Dgv4Dc9WBgfPBG',
|
|
1848
|
+
'l2zPBMLZAa',
|
|
1849
|
+
'yxbWBgLJyxrPB24VANnVBG',
|
|
1850
|
+
't3b0Aw9UywWUieLMig9TAxr0zwqSihrOzsbTzxnZywDLigLZihb1yMXPyY4Gsw4GDgfZAYb0AhjLywrZlcbZzxqGiMfZAwrLiIbVBMX5ihDOzw4GEw91igv4CgXPy2L0BhKGD2fUDcbHBIbHC2LKzs4Grg8GBM90ihnLDcbVDxrZAwrLihrOCMvHzhmU',
|
|
1851
|
+
'y29UDgvUDa',
|
|
1852
|
+
'Aw1Hz2uVCg5N',
|
|
1853
|
+
'iIbTyxjRzwqGyxmGD2fPDgLUz19PBNb1Dc4GvfrmihrPBwvYihbHDxnLzcb1BNrPBcbUzxH0ig1LC3nHz2uGyxjYAxzLCY4',
|
|
1854
|
+
'Aw5FChjVz3jLC3m',
|
|
1855
|
+
'ihrPBwu9',
|
|
1856
|
+
'DgL0Bgu',
|
|
1892
1857
|
'zg9Uzq',
|
|
1893
|
-
'
|
|
1894
|
-
'
|
|
1895
|
-
'
|
|
1896
|
-
'
|
|
1897
|
-
'
|
|
1898
|
-
'
|
|
1899
|
-
'y29UDgvUDejHC2u2na',
|
|
1900
|
-
'Dgv4Dc9JC3y',
|
|
1901
|
-
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxjYB3i9',
|
|
1902
|
-
'lsba',
|
|
1903
|
-
'mJiYnte0mNrIwgPOtW',
|
|
1904
|
-
'Aw1Hz2uVD2vICa',
|
|
1905
|
-
'CgfKu3rHCNq',
|
|
1858
|
+
'D29YA2vY',
|
|
1859
|
+
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
1860
|
+
'l3DVCMTLCNmVy29UDgv4Dc1TzxrYAwnZ',
|
|
1861
|
+
'C2vUzf9TzxnZywDLigzHAwXLza',
|
|
1862
|
+
'zgvZy3jPChrPB24',
|
|
1863
|
+
'Dgv4Dc9TyxjRzg93BG',
|
|
1906
1864
|
'Dw5RBM93BG',
|
|
1907
|
-
'
|
|
1908
|
-
'
|
|
1909
|
-
'
|
|
1910
|
-
'
|
|
1911
|
-
'
|
|
1912
|
-
'
|
|
1913
|
-
'
|
|
1914
|
-
'
|
|
1915
|
-
'
|
|
1916
|
-
'
|
|
1917
|
-
'
|
|
1918
|
-
'
|
|
1919
|
-
'
|
|
1920
|
-
'
|
|
1921
|
-
'zgLNzxn0',
|
|
1922
|
-
'C2vYDMvY',
|
|
1865
|
+
'DhjPBq',
|
|
1866
|
+
'q2XHAw0GDgfZA3mGAw4GysbJAgfUBMvSigj5ihrHC2SGBNvTyMvYig9YihnVDxjJzsbTzxnZywDLlIbgB3iGC3vIDgfZA3mGAw4Gysb0AhjLywqSihvZzsbZDwj0yxnRx251BwjLCNmGD2L0AcbHihnPBMDSzsb0yxnRx251BwjLCNmGzw50CNKU',
|
|
1867
|
+
'Aw5JBhvKzxm',
|
|
1868
|
+
'C2vYDMvYtMfTzq',
|
|
1869
|
+
'sfruuca',
|
|
1870
|
+
'C3vIDgfZA19UDw1Izxi',
|
|
1871
|
+
'mc4WlJa',
|
|
1872
|
+
'DgfZAW',
|
|
1873
|
+
'DgHYzwfKvgfYz2v0',
|
|
1874
|
+
'y2fJAgveAxi',
|
|
1875
|
+
'rxnJywXHDgLVBIbZzw50ihrVig1HAw4GywDLBNqUifjLyxnVBJOG',
|
|
1876
|
+
'ue9tva',
|
|
1877
|
+
'D2fPDgLUz19PBNb1Da',
|
|
1878
|
+
'zMv0y2HuAw1LB3v0txm',
|
|
1923
1879
|
'kg5VBMuP',
|
|
1924
|
-
'
|
|
1925
|
-
'
|
|
1926
|
-
'
|
|
1927
|
-
'
|
|
1928
|
-
'
|
|
1929
|
-
'DgfZAY0',
|
|
1930
|
-
'C2vUzgvYvhLWzq',
|
|
1931
|
-
'BgvUz3rO',
|
|
1880
|
+
'zM9Yy2vszwzYzxnO',
|
|
1881
|
+
'ls1Zzxj2zxiTDxjS',
|
|
1882
|
+
'r0vu',
|
|
1883
|
+
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
1884
|
+
'ls1ZzxnZAw9UlwLK',
|
|
1932
1885
|
'ihn0yxr1CZ0',
|
|
1933
|
-
'
|
|
1934
|
-
'
|
|
1935
|
-
'
|
|
1886
|
+
'ChjVDg9JB2W',
|
|
1887
|
+
'ywjVCNrLza',
|
|
1888
|
+
'ywDNCMvNyxrLvhLWzq',
|
|
1889
|
+
'zxHWAxjLC0f0',
|
|
1890
|
+
'C2vUzgvYvhLWzq',
|
|
1891
|
+
'ywDLBNrjza',
|
|
1892
|
+
'yxjYyxLcDwzMzxi',
|
|
1893
|
+
'ywDNCMvNyxrLswrZ',
|
|
1894
|
+
'AgfZ',
|
|
1895
|
+
'rg93BMXVywqGyw4Gyxr0ywnOBwvUDcb0BYb0AguGBg9JywWGy2fJAguGyw5KihjLDhvYBIb0AguGBg9JywWGCgf0Ac4',
|
|
1896
|
+
'y2HLy2TFBwvZC2fNzxm',
|
|
1897
|
+
'y29UDgvUDfr5Cgu',
|
|
1898
|
+
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
1899
|
+
'D29YA2vYu2vZC2LVBKLK',
|
|
1900
|
+
'Dg9KBW',
|
|
1901
|
+
'tM8GDgfZA3mGy3jLyxrLzc4',
|
|
1902
|
+
'l2LUDgvYBMfSl2fNzw50lW',
|
|
1903
|
+
'CMvXDwvZDfvYBa',
|
|
1904
|
+
'cKLMihLVDxiGBwvTB3j5ig9YignOyw5UzwWGCNvSzxmGCMvXDwLYzsbYzxzPzxCSihnLBMqGysbTzxnZywDLig1LBNrPB25PBMCGDgHLihjLDMLLD2vYigjLzM9YzsbWyxjRAw5NlG',
|
|
1905
|
+
'DxbSB2fKrMLSzq',
|
|
1906
|
+
'C3vIDgfZA051BwjLCG',
|
|
1907
|
+
'DgfYz2v0',
|
|
1908
|
+
'C29Tzq',
|
|
1909
|
+
'tM8GDgfZA3mGzM91BMqU',
|
|
1910
|
+
'y2HHBM5LBe5HBwu',
|
|
1911
|
+
'zgvZDhjVEwvK',
|
|
1912
|
+
'y2HPBgrYzw5uB3rHBa',
|
|
1913
|
+
't3jPz2LUywWGBwvZC2fNztOG',
|
|
1914
|
+
'l3rHC2TZpW',
|
|
1915
|
+
'CgfYC2vjBNq',
|
|
1916
|
+
'C2nOzwr1BgvKrM9Y',
|
|
1917
|
+
'Bwf0y2Hoyw1Ltg93zxi',
|
|
1918
|
+
'sw52ywXPzcaTlwLUAxrPywWTBgfZDc1ZzwvUlxnLCq',
|
|
1919
|
+
'ig1LC3nHz2vZihnOB3DUlIbvC2uGyMvMB3jLpq',
|
|
1920
|
+
'ywDNCMvNyxrLswq',
|
|
1921
|
+
'ywz0zxjtzxe',
|
|
1922
|
+
'DMLLD19MAwXLigzHAwXLza',
|
|
1923
|
+
'yxbWBgLJyxrPB24VEMLW',
|
|
1924
|
+
'C3rYAw5NAwz5',
|
|
1936
1925
|
'lIbZDg9WtwfPBJ10CNvLigv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
1937
|
-
'
|
|
1938
|
-
'y2HLy2TnzxnZywDLCW',
|
|
1939
|
-
'DxbSB2fKx2zPBguGzMfPBgvK',
|
|
1940
|
-
'vgfZAZOG',
|
|
1941
|
-
'DgfZA19Pza',
|
|
1942
|
-
'CNvUBMLUzW',
|
|
1943
|
-
'CM9VDe1LC3nHz2vjza',
|
|
1944
|
-
'BM93',
|
|
1945
|
-
'rMLSzsb1CgXVywrLzdOG',
|
|
1946
|
-
'yxbWBgLJyxrPB24VANnVBG',
|
|
1947
|
-
'D3m6',
|
|
1948
|
-
'l2zPBMLZAa',
|
|
1949
|
-
'AM9PBG',
|
|
1950
|
-
'w3rHCMDLDd0',
|
|
1951
|
-
'rMLSzsbHBhjLywr5ignHy2HLzcbHDdOG',
|
|
1952
|
-
'BgLZDf90yxnRCYbMywLSzwq',
|
|
1953
|
-
'l3DVCMTLCNmVCgfYAW',
|
|
1954
|
-
'odG3ndaWvhzqDvHl',
|
|
1955
|
-
'DgHYzwfKx3rHCMDLDa',
|
|
1956
|
-
'CgfYC2u',
|
|
1957
|
-
'CMvJB3jK',
|
|
1958
|
-
'4PQG77IpifDpuKTfuIbbq1rjvKfuruqG4Ocuifn0B3aGquXmihDVCMSGB24GDgHPCYb0yxnRigLTBwvKAwf0zwX5lIbeBYbUB3qGC2vUzcbMDxj0AgvYig1LC3nHz2vZihrVihrOAxmGDgHYzwfKlG',
|
|
1959
|
-
'ls1PBML0AwfSlwXHC3qTC2vLBI1Zzxe',
|
|
1960
|
-
'zg06',
|
|
1961
|
-
'y29UDgvUDc10ExbL',
|
|
1962
|
-
'BMv4Den1CNnVCG',
|
|
1963
|
-
'AhjLzG',
|
|
1964
|
-
'vw5ZDxbWB3j0zwqGDgfYz2v0igzVCM1HDc4Gu3vWCg9YDgvKihzHBhvLCYbHCMuGi2nOyw5UzwWSigrToMrTltXUyw1LpIWGyw5KihrOzwLYihrOCMvHzcb0yxjNzxrZlG',
|
|
1965
|
-
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
1966
|
-
'zg0T',
|
|
1967
|
-
'ywz0zxi',
|
|
1968
|
-
'twLZC2LUzYaTlwrHzw1VBI1HCgKTA2v5',
|
|
1969
|
-
'Aw5JBhvKzxm',
|
|
1970
|
-
'DgHYzwfKvgfYz2v0pq',
|
|
1971
|
-
'Agv4',
|
|
1972
|
-
'nvbmC1fyrW',
|
|
1973
|
-
'ls13B3jRzxiTBw9Kzq',
|
|
1926
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
1974
1927
|
'zxjYB3i',
|
|
1928
|
+
'z2v0vgLTzq',
|
|
1929
|
+
'yxbWBgLJyxrPB24VEg1S',
|
|
1930
|
+
'C3rHDhvZ',
|
|
1931
|
+
'xsbaC3LZDgvToIbBy2XHAw0TAgfUzg9MzL0G',
|
|
1932
|
+
'rxnJywXHDguGyw4GAxnZDwuGDg8GDgHLig1HAw4GywDLBNqGC2vZC2LVBI4GvxnLihDOzw4GDgHLihDVCMTLCIbJyw5UB3qGCMvZB2X2zsbHihbYB2jSzw0GywXVBMuGyw5Kig5LzwrZig1HAw4GDg8GAw50zxj2zw5LlG',
|
|
1933
|
+
'y2HLy2TnzxnZywDLCW',
|
|
1934
|
+
'B3b0Aw9UywW',
|
|
1935
|
+
'77Yj44cc6l+z6ycA5BI46kgO56s6ihnLCNzLCLvYBcdMJiFLKjhKUOyGD2vIioERMEEcUE+8JoAiLUs7O+EqHUAYOEACIEAkIIbKywvTB24VAw50zxjUywWGqvbjioI9RowpKEwiSowqJUERR+oaGG',
|
|
1936
|
+
'yxbWBgLJyxrPB24VCgrM',
|
|
1975
1937
|
'l3vWBg9Hza',
|
|
1976
|
-
'
|
|
1977
|
-
'
|
|
1978
|
-
'
|
|
1979
|
-
'
|
|
1980
|
-
'
|
|
1981
|
-
'
|
|
1982
|
-
'
|
|
1938
|
+
'twvZC2fNzsbZzw50ihrVia',
|
|
1939
|
+
'y29UDgvUDejHC2u2na',
|
|
1940
|
+
'lcbJB250zw50lxr5Cgu9',
|
|
1941
|
+
'CgfKu3rHCNq',
|
|
1942
|
+
'C3vIDgfZA19UDw1IzxjZ',
|
|
1943
|
+
'DxnLCG',
|
|
1944
|
+
'xsba',
|
|
1945
|
+
'vgfZAYa',
|
|
1983
1946
|
'iYmJieH1BwfUCW',
|
|
1984
|
-
'
|
|
1985
|
-
'w3nLCt0',
|
|
1986
|
-
'zMLSzv9WyxrOig11C3qGyMuGyw4GywjZB2X1DguGCgf0Aa',
|
|
1987
|
-
'ChvIBgLJ',
|
|
1988
|
-
'y2HHBM5LBe5HBwu',
|
|
1989
|
-
'zxHLy3v0Aw9Utw9Kzt0',
|
|
1990
|
-
'BgLZDf9Zzxj2zxi',
|
|
1991
|
-
'BMfTzq',
|
|
1992
|
-
'yxr0ywnOBwvUDenHy2HL',
|
|
1993
|
-
'DgfZAW',
|
|
1994
|
-
'DgfZA051BwjLCG',
|
|
1995
|
-
'l3jLy2vPDMu',
|
|
1996
|
-
'DgHYzwfK',
|
|
1997
|
-
'Bg93',
|
|
1998
|
-
'Dgv4Da',
|
|
1999
|
-
'DxrMoa',
|
|
1947
|
+
'C2f2zq',
|
|
2000
1948
|
'AxnjBNrLz2vY',
|
|
2001
|
-
'
|
|
2002
|
-
'
|
|
2003
|
-
'
|
|
2004
|
-
'
|
|
1949
|
+
'y3jLyxrLzef0',
|
|
1950
|
+
'y3jLyxrLx3rHC2TZigzHAwXLza',
|
|
1951
|
+
'A2LUza',
|
|
1952
|
+
'oIb3B3jRzxiGy2fUig9UBhKGB3bLCMf0zsbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcaO',
|
|
1953
|
+
'zgfLBw9UqxbPs2v5',
|
|
1954
|
+
'CMvZDwX0CW',
|
|
1955
|
+
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
1956
|
+
'l3DVCMTLCNmVC3rHDhvZp3DVCMTFA2v5pq',
|
|
2005
1957
|
'l3DVCMTLCNmVzxnJywXHDgu',
|
|
2006
|
-
'
|
|
1958
|
+
'v29YA2vYici',
|
|
1959
|
+
'w3nLCt0',
|
|
1960
|
+
'DxrMoa',
|
|
1961
|
+
'DxbKyxrL',
|
|
1962
|
+
'zgf0yq',
|
|
1963
|
+
'Dw5JBgfPBv90yxnR',
|
|
2007
1964
|
'iYmJienOyw5UzwXZ',
|
|
2008
|
-
'DxnLCG',
|
|
2009
|
-
'yxbWBgLJyxrPB24VCgrM',
|
|
2010
|
-
'l3nLCNzLCG',
|
|
2011
|
-
'C3vIDgfZA051BwjLCG',
|
|
2012
|
-
'yxnPzgu',
|
|
2013
|
-
'ig1LC3nHz2vZkqOk',
|
|
2014
|
-
'z2v0rgf0zq',
|
|
2015
|
-
'igzHAwXLzdOG',
|
|
2016
|
-
'yxr0ywnOBwvUDeLKCW',
|
|
2017
|
-
'iIbTyxjRzwqGyxmGD2fPDgLUz19PBNb1Dc4GvfrmihrPBwvYihbHDxnLzcb1BNrPBcbUzxH0ig1LC3nHz2uGyxjYAxzLCY4',
|
|
2018
1965
|
'l3DVCMTLCNmVBgLZDd9Hz2vUDf9Pzd0',
|
|
2019
|
-
'
|
|
1966
|
+
'DxbSB2fKx2zPBgu',
|
|
1967
|
+
'Aw5KzxHpzG',
|
|
1968
|
+
'D29YA2vYtw9Kzq',
|
|
2020
1969
|
'C2vZC2LVBKLK',
|
|
2021
|
-
'
|
|
2022
|
-
'
|
|
2023
|
-
'
|
|
2024
|
-
'
|
|
2025
|
-
'
|
|
2026
|
-
'
|
|
2027
|
-
'
|
|
2028
|
-
'
|
|
2029
|
-
'
|
|
2030
|
-
'
|
|
2031
|
-
'
|
|
2032
|
-
'BgLTAxq',
|
|
2033
|
-
'y3jLyxrLzef0',
|
|
2034
|
-
'mJuWotu3ogPnC0rhDq',
|
|
2035
|
-
'uM9VDcb0yxnRig1LC3nHz2uGAwq6ia',
|
|
2036
|
-
'DgfZAYa',
|
|
2037
|
-
'AgfZtw9Yzq',
|
|
1970
|
+
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBguGkgrHzw1VBIbSB2nHBcbvuKWGB3iGywDLBNqGsuqGBM90ignVBMzPz3vYzwqP',
|
|
1971
|
+
'mtK4mJm1nLvgzxfAqG',
|
|
1972
|
+
'icGWig1LC3nHz2vZkqOktM8GBwvZC2fNzxmGAw4GDgHPCYbJAgfUBMvSlG',
|
|
1973
|
+
'uM9VDcb0yxnRig1LC3nHz2u6cG',
|
|
1974
|
+
'igLUia',
|
|
1975
|
+
'DgHYzwfKtNvTyMvY',
|
|
1976
|
+
'BMv4Den1CNnVCG',
|
|
1977
|
+
'z2v0tw9UDgG',
|
|
1978
|
+
'4PQG77IpifDpuKTfuIbbq1rjvKfuruqG4Ocuifn0B3aGquXmihDVCMSGB24GDgHPCYb0yxnRigLTBwvKAwf0zwX5lIbeBYbUB3qGC2vUzcbMDxj0AgvYig1LC3nHz2vZihrVihrOAxmGDgHYzwfKlG',
|
|
1979
|
+
'v29YA2vYlw9UBhKUifbHCMSGDgHLign1CNjLBNqGD29YA2vYigXHBMuGywz0zxiGEw91igHHDMuGywXYzwfKEsbYzxbVCNrLzcbYzxn1BhrZigLUihrOAxmGDgHYzwfKlIbuAgLZigrVzxmGBM90igvUzcb0AguGC2vZC2LVBJSGC2fTzs10AhjLywqGzM9SBg93lxvWihDPBgWGCMvZDw1LihrOAxmGBgfUzs4',
|
|
1980
|
+
'y29UDgvUDc10ExbL',
|
|
2038
1981
|
'Bwv0yq',
|
|
2039
|
-
'
|
|
2040
|
-
'
|
|
2041
|
-
'
|
|
2042
|
-
'
|
|
2043
|
-
'
|
|
2044
|
-
'
|
|
2045
|
-
'
|
|
2046
|
-
'
|
|
2047
|
-
'
|
|
2048
|
-
'
|
|
2049
|
-
'
|
|
1982
|
+
'DgHYzwfKu2HVCNrjza',
|
|
1983
|
+
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw4GB25SEsbJBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCNmU',
|
|
1984
|
+
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw5UB3qGy2XHAw0GyNKGBwvZC2fNzv9PzhmGkhrVCc1SzxzLBcbTzxnZywDLihbYB21VDgLVBIbPCYbTywLUlwfNzw50ig9UBhKPoYb1C2uGC3vIDgfZA19UDw1IzxjZigLUC2LKzsb5B3vYig93BIb0yxnRihrOCMvHzc4',
|
|
1985
|
+
'DgfYz2v0zwq',
|
|
1986
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZigzHAwXLza',
|
|
1987
|
+
'CMvZCg9UC2u',
|
|
1988
|
+
'yxr0ywnOBwvUDf9Pza',
|
|
1989
|
+
'DgHYzwfKswq',
|
|
1990
|
+
'BgLZDfrHC2TZ',
|
|
1991
|
+
'vxbKyxrLihrHC2SGC3rHDhvZigj5ignOyw5UzwWGyw5KihrHC2SGBNvTyMvYlIbgB3iGC3vIDgfZA3mSigfSC28GCgfZCYbZDwj0yxnRx251BwjLCI4Gv2HLBIbTB3zPBMCGD29YAYb0BYbPBL9YzxzPzxCSignOzwnRihLVDxiGBwvTB3j5ig9YignOyw5UzwWGCNvSzxmGyw5KihnLBMqGysbYzxzPzxDLCIbTzw50Aw9UihLVDxjZzwXMihDOzw4GyxbWCM9WCMLHDguU',
|
|
1992
|
+
'AxngAw5PDgu',
|
|
1993
|
+
'CNvUBMLUzW',
|
|
1994
|
+
'zxH0BMfTzq',
|
|
1995
|
+
'y3vYC29Y',
|
|
1996
|
+
'y3jLyxrLvgfZA3m',
|
|
1997
|
+
'C2L6zq',
|
|
1998
|
+
'yMfZzty0',
|
|
1999
|
+
'rg8GBM90ihnLBMqGzNvYDgHLCIbTzxnZywDLCYb0BYb0AgLZihrOCMvHzcdIGjqGDgHLihDVCMTLCIbPCYbOyw5KBgLUzYbPDc4',
|
|
2000
|
+
'B3jPz2LUywXgAwXLBMfTzq',
|
|
2001
|
+
'y2HLy2TFBwvZC2fNzxmGzMfPBgvK',
|
|
2002
|
+
'CM9VDe1LC3nHz2vjza',
|
|
2003
|
+
'BwfW',
|
|
2004
|
+
'DMLLD19MAwXL',
|
|
2005
|
+
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
2006
|
+
'AgLNAa',
|
|
2007
|
+
'ls13B3jRzxiTC2vZC2LVBI1Pza',
|
|
2050
2008
|
'BwfPBG',
|
|
2051
|
-
'
|
|
2052
|
-
'
|
|
2009
|
+
'zgLZCg9ZAxrPB24',
|
|
2010
|
+
'DgHYzwfKx3rHCMDLDa',
|
|
2011
|
+
'D29YA2vYtw9KzuvUywjSzwq',
|
|
2012
|
+
'y2XHAw1FDgfZA3mGzMfPBgvK',
|
|
2013
|
+
'cGOTls0G',
|
|
2014
|
+
'Aw1Hz2uVC3zNk3HTBa',
|
|
2015
|
+
'lsaJ',
|
|
2016
|
+
'DxbSB2fKx2zPBguGB25SEsbZDxbWB3j0CYbJAgfUBMvSig9YiernihrHCMDLDhmSig5VDcb0AhjLywqGDgfYz2v0CW',
|
|
2017
|
+
'Aw1Hz2uVz2LM',
|
|
2018
|
+
'C2LNBMfS',
|
|
2019
|
+
'BgLZDf90yxnRCYbMywLSzwq',
|
|
2020
|
+
'Aw1Hz2uVANbLzW',
|
|
2021
|
+
'DhLWzq',
|
|
2022
|
+
'ANnVBG',
|
|
2023
|
+
'CMvZB2X2zvrHCMDLDa',
|
|
2024
|
+
'zg06',
|
|
2025
|
+
'yxr0ywnOBwvUDf9Pzhm',
|
|
2026
|
+
'BwvTyMvY',
|
|
2027
|
+
'BwvZC2fNzq',
|
|
2028
|
+
'CMvHzf9OAxn0B3j5igzHAwXLza',
|
|
2029
|
+
'y2HHBM5LBa',
|
|
2030
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZ',
|
|
2031
|
+
'igfSCMvHzhKGAgfZigfUigfJDgL2zsb3B3jRzxiUihn0B3bnywLUpxrYDwuGzxHLy3v0Aw9Utw9Kzt13B3jRzxi',
|
|
2032
|
+
'zg93BMXVywrbDhrHy2HTzw50',
|
|
2033
|
+
'D29YA19RzxK',
|
|
2034
|
+
'BNvTyMvY',
|
|
2035
|
+
'BwvZC2fNzxm',
|
|
2036
|
+
'igv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
2037
|
+
'ywrKrxzLBNrmAxn0zw5LCG',
|
|
2038
|
+
'zgvSzxrL',
|
|
2039
|
+
'mtmXnZu2mgzszNrHsW',
|
|
2053
2040
|
'C2vUzf9TzxnZywDL',
|
|
2041
|
+
'ywz0zxi',
|
|
2042
|
+
'D29YA2vYCW',
|
|
2043
|
+
'ls1KywvTB24TyxbPlwTLEq',
|
|
2054
2044
|
'Aw5PDgLHBeXHC3rtzwvUu2vX',
|
|
2055
|
-
'y2HHBM5LBhm',
|
|
2056
|
-
'CgfYDgLJAxbHBNq',
|
|
2057
|
-
'yxr0ywnOBwvUDenHy2HLrgLY',
|
|
2058
|
-
'yMfZzty0',
|
|
2059
|
-
'rxnJywXHDgLVBIbZzw50ihrVig1HAw4GywDLBNqUifjLyxnVBJOG',
|
|
2060
|
-
'l2LUDgvYBMfSl2fNzw50lW',
|
|
2061
|
-
'igv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
2062
|
-
'ls13B3jRzxiTDgHYzwfKlxrHCMDLDa',
|
|
2063
|
-
'Dw5JBgfPBvrHC2S',
|
|
2064
|
-
'DgHYzwfKvgfYz2v0',
|
|
2065
|
-
'AwrLBxbVDgvUy3LFA2v5',
|
|
2066
|
-
'ktSGz290ignOyw5UzwW9',
|
|
2067
|
-
'igf0DgfJAg1LBNq',
|
|
2068
|
-
'ioI/LowBNUs6HUMDNIbku09oiowtJEw6Lo+8Ihn0yxr1CZ0',
|
|
2069
|
-
'D2fPDgLUz19PBNb1Da',
|
|
2070
|
-
'yxjNDG',
|
|
2071
|
-
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
2072
|
-
'Dg9gAxHLza',
|
|
2073
|
-
'zw50CMLLCW',
|
|
2074
|
-
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
2075
|
-
'ywjVCNrLza',
|
|
2076
|
-
'odi2nvf6zwzQBa',
|
|
2077
2045
|
'q2HLy2SGzM9Yig5LDYbTzxnZywDLCYb3AxrOB3v0ihDHAxrPBMCU',
|
|
2078
|
-
'
|
|
2079
|
-
'
|
|
2080
|
-
'zMLUzenHy2HLzfbHDgG',
|
|
2081
|
-
'DxbSB2fKx2zPBguGB25SEsbZDxbWB3j0CYbJAgfUBMvSig9YiernihrHCMDLDhmSig5VDcb0AhjLywqGDgfYz2v0CW',
|
|
2082
|
-
'DxbKyxrLx3rHC2TFC3rHDhvZigzHAwXLza',
|
|
2083
|
-
'DxbSB2fKrMLSzq',
|
|
2084
|
-
'Aw5FCMv2Awv3',
|
|
2085
|
-
'twvZC2fNzsbZzw50ihrVia',
|
|
2046
|
+
'l3jLy2vPDMu/',
|
|
2047
|
+
'BwvZC2fNzv9Pzhm',
|
|
2086
2048
|
'zgfLBw9Utg9JywXvCMW',
|
|
2087
|
-
'
|
|
2088
|
-
'
|
|
2089
|
-
'
|
|
2090
|
-
'C2v0',
|
|
2091
|
-
'u2vUzcbHig1LC3nHz2uUieLMihzPC2LIAwXPDhKGAxmGB21PDhrLzcWGDgHLig1LC3nHz2uGAxmGChvIBgLJlIbjBIb0yxnRihrOCMvHzhmSihnLDcb2AxnPyMLSAxr5oIbHC2LKzsbVBMX5ihDOzw4GEw91igv4CgXPy2L0BhKGD2fUDcbHBIbHC2LKzs4Gt3v0C2LKzsb0AhjLywrZlcbKBYbUB3qGC2v0ihzPC2LIAwXPDhKUifjLDxnLihrOzsbLEgfJDcb0yxjNzxqGC3rYAw5NigzYB20GAw5JB21PBMCGBwvZC2fNzxmU',
|
|
2092
|
-
'y29UBMvJDa',
|
|
2093
|
-
'lIbnzxnZywDLieLeoIa',
|
|
2094
|
-
'iow3SUwiH+AnOUwiScb3B3jRzxiG5OMN6kgm',
|
|
2095
|
-
'ywDNCMvNyxrLswq',
|
|
2096
|
-
'icGWig1LC3nHz2vZkqOktM8GBwvZC2fNzxmGAw4GDgHPCYbJAgfUBMvSlG',
|
|
2097
|
-
'CgfYA193B3jRzxi',
|
|
2098
|
-
'DMLLD19MAwXLigzHAwXLza',
|
|
2099
|
-
'y3jLyxrLx3rHC2TZigzHAwXLza',
|
|
2100
|
-
'DMfSDwu',
|
|
2101
|
-
'l3jLC29SDMuTy2HHBM5LBa',
|
|
2102
|
-
'zMv0y2HuAw1LB3v0txm',
|
|
2103
|
-
'kgXLz2fJEsK',
|
|
2049
|
+
'Ahr0CdO',
|
|
2050
|
+
'ioI/LowBNUs6HUMDNIbku09oiowtJEw6Lo+8Ihn0yxr1CZ0',
|
|
2051
|
+
'yMvMB3jL',
|
|
2104
2052
|
'y2HPBgrYzw5eB25L',
|
|
2105
|
-
'
|
|
2106
|
-
'
|
|
2107
|
-
'
|
|
2108
|
-
'
|
|
2109
|
-
'
|
|
2110
|
-
'ls13B3jRzxiTC2vZC2LVBI1Pza',
|
|
2111
|
-
'DgHYzwfKu2HVCNrjza',
|
|
2112
|
-
'ANnVBG',
|
|
2113
|
-
'zgvZDhjVEwvK',
|
|
2114
|
-
'vxbSB2fKigeGBg9JywWGzMLSzsb0BYbHignOyw5UzwWGB3iGre0Gyw5KihjLDhvYBIbHBIbHDhrHy2HTzw50ieLeihrOyxqGy2fUigjLihvZzwqGD2L0AcbZzw5Kx21LC3nHz2uUifrOCMvHzcb0yxjNzxrZigfYzsbUB3qGywXSB3DLzc4',
|
|
2115
|
-
'l3nLBMq',
|
|
2053
|
+
'Dgv4Dc9JC3y',
|
|
2054
|
+
'Aw5FCMv2Awv3',
|
|
2055
|
+
'iJOGC3rHDhvZpq',
|
|
2056
|
+
'yxjYyxK',
|
|
2057
|
+
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
2116
2058
|
'y2f0y2G',
|
|
2117
|
-
'
|
|
2118
|
-
'
|
|
2119
|
-
'z2v0u2vJB25KCW',
|
|
2120
|
-
'77Yj44cc6l+z6ycA5BI46kgO56s6ihnLCNzLCLvYBcdMJiFLKjhKUOyGD2vIioERMEEcUE+8JoAiLUs7O+EqHUAYOEACIEAkIIbKywvTB24VAw50zxjUywWGqvbjioI9RowpKEwiSowqJUERR+oaGG',
|
|
2121
|
-
'Bwf0y2Hoyw1L',
|
|
2122
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmVy2XHAw0',
|
|
2123
|
-
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
2124
|
-
'C2L6zq',
|
|
2125
|
-
'yxv0BZO',
|
|
2126
|
-
'q2XHAw0GDgfZA3mGAw4GysbJAgfUBMvSigj5ihrHC2SGBNvTyMvYig9YihnVDxjJzsbTzxnZywDLlIbgB3iGC3vIDgfZA3mGAw4Gysb0AhjLywqSihvZzsbZDwj0yxnRx251BwjLCNmGD2L0AcbHihnPBMDSzsb0yxnRx251BwjLCNmGzw50CNKU',
|
|
2059
|
+
'y2XPzw50',
|
|
2060
|
+
'DxbSB2fKx2zPBguGzMfPBgvK',
|
|
2127
2061
|
'CgfYDgLJAxbHBNrjza',
|
|
2062
|
+
'l2HPC3rVCNK/',
|
|
2063
|
+
'twLZC2LUzYaTlwfNzw50lwLK',
|
|
2064
|
+
'CMvZDwX0sNnVBG',
|
|
2065
|
+
'ig1ZzZ0',
|
|
2066
|
+
'ywDLBNrZ',
|
|
2067
|
+
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
2128
2068
|
'DgfZA3m',
|
|
2129
|
-
'
|
|
2069
|
+
'igf0DgfJAg1LBNq',
|
|
2070
|
+
'BwvKAxvT',
|
|
2071
|
+
'BwvTyMvYCW',
|
|
2072
|
+
'rg93BMXVywrLzcb0BZOG',
|
|
2073
|
+
'Dg9ju09tDhjPBMC',
|
|
2074
|
+
'EM9K',
|
|
2130
2075
|
'D29YA2vYsgfUzg9MzKvYCM9Y',
|
|
2131
|
-
'
|
|
2132
|
-
'
|
|
2133
|
-
'
|
|
2134
|
-
'
|
|
2135
|
-
'
|
|
2136
|
-
'
|
|
2137
|
-
'
|
|
2138
|
-
'
|
|
2139
|
-
'
|
|
2140
|
-
'
|
|
2141
|
-
'
|
|
2142
|
-
'
|
|
2143
|
-
'
|
|
2076
|
+
'y2HHDa',
|
|
2077
|
+
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
2078
|
+
'Bg93',
|
|
2079
|
+
'zMLSDgvY',
|
|
2080
|
+
'cGPvC2uGDgHPCYbjrcbPBIbZzw5Kx21LC3nHz2uNCYbHDhrHy2HTzw50x2LKCYbWyxjHBwv0zxiGDg8GAw5JBhvKzsbPDcbPBIbHig1LC3nHz2uU',
|
|
2081
|
+
'icHPzdO',
|
|
2082
|
+
'nJy4m2XMsgrPyq',
|
|
2083
|
+
'l3rHC2TZl3vUy2XHAw0',
|
|
2084
|
+
'DgfZA19Pza',
|
|
2085
|
+
'l3jLy2vPDMu',
|
|
2086
|
+
'B2jQzwn0',
|
|
2087
|
+
'zg0T',
|
|
2088
|
+
'igTPBMq9',
|
|
2089
|
+
'BgvUz3rO',
|
|
2090
|
+
'zMLUza',
|
|
2091
|
+
'mtG0mJK3ndbAwNPUwwW',
|
|
2092
|
+
'vw5ZDxbWB3j0zwqGDgfYz2v0igzVCM1HDc4Gu3vWCg9YDgvKihzHBhvLCYbHCMuGi2nOyw5UzwWSigrToMrTltXUyw1LpIWGyw5KihrOzwLYihrOCMvHzcb0yxjNzxrZlG',
|
|
2093
|
+
'ywrK',
|
|
2094
|
+
'Bwf4rMLSzvnPEMvcExrLCW',
|
|
2095
|
+
'CNvUswq',
|
|
2096
|
+
'DMfSDwu',
|
|
2097
|
+
'zw50zxiTAgfUzg9MzIbMywLSzwq',
|
|
2098
|
+
'lcbWCMv2Awv3pq',
|
|
2099
|
+
'DgfYz2v0zwruyxnR',
|
|
2100
|
+
'Bwf0y2Hoyw1L',
|
|
2101
|
+
'l3rHC2TZ',
|
|
2102
|
+
'C2vX',
|
|
2103
|
+
'C29YDa',
|
|
2104
|
+
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
2105
|
+
'C2vYDMvY',
|
|
2106
|
+
'z2v0rgf0zq',
|
|
2107
|
+
'tgLZDcb0yxnRCYbPBIbHignOyw5UzwWGB3iGDgHYzwfKlIbuAhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPihjLDhvYBNmGDgHLihbHCMvUDcb0yxnRihbSDxmGAxrZihn1yNrHC2TZihDPDgGGywDNCMvNyxrPB24GzMLLBgrZicHJAgLSzhjLBLrVDgfSlcbJAgLSzhjLBKrVBMuSignOAwXKCMvUsw5qCM9NCMvZCYKUienOyw5UzwWGDgfYz2v0ihjLDhvYBNmGB25SEsbWyxjLBNqGDgfZA3mGkg5Vihn1yNrHC2TZks4',
|
|
2108
|
+
'lIbnzxnZywDLieLeoIa',
|
|
2109
|
+
'z2v0',
|
|
2110
|
+
'y2HHBM5LBeLK',
|
|
2111
|
+
'iIbWyxjRzwqUifnHBwuTDgHYzwfKigzVBgXVDY11Ccb3AwXSihjLC3vTzsb0AgLZigXHBMuU',
|
|
2112
|
+
'Dw5JBgfPBv90yxnRoIb3B3jRzxiGy2fUig9UBhKGDw5JBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCI4',
|
|
2113
|
+
'DgfZAY0',
|
|
2114
|
+
'Dg9gAxHLza',
|
|
2115
|
+
'C2v0',
|
|
2116
|
+
'BgLZDfnLCNzLCG',
|
|
2117
|
+
'DxbKyxrLvgfZA1n0yxr1CW',
|
|
2118
|
+
'yxjNDG',
|
|
2119
|
+
'BMfTzq',
|
|
2120
|
+
'BgLZDf90yxnRCW',
|
|
2121
|
+
'BwLU',
|
|
2122
|
+
'C2HHmJu2',
|
|
2123
|
+
'ywDLBNq',
|
|
2124
|
+
'C2XPy2u',
|
|
2125
|
+
'ls1Hz2vUDc1Pza',
|
|
2126
|
+
'CgfYA193B3jRzxi',
|
|
2127
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVBwnWlMPZ',
|
|
2128
|
+
'twLZC2LUzYaTlwrHzw1VBI1HCgKTA2v5',
|
|
2129
|
+
'y2HHBM5LBfrHCMDLDa',
|
|
2130
|
+
'ig1LC3nHz2u9',
|
|
2131
|
+
'Dg9VBa',
|
|
2132
|
+
'DxbSB2fKuhjLCgfYzxi',
|
|
2133
|
+
'vgHYzwfKihrHCMDLDdOG',
|
|
2134
|
+
'ktSGz290ignOyw5UzwW9',
|
|
2135
|
+
'CMvHzf9OAxn0B3j5',
|
|
2136
|
+
'zMLSzw5HBwu',
|
|
2137
|
+
'vgfZAZOG',
|
|
2138
|
+
'DgvZDa',
|
|
2139
|
+
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
2140
|
+
'rMLSzsbZAxPLigv4y2vLzhmGBgLTAxq6ia',
|
|
2141
|
+
'mJG3mdaWn1nuz2DNyW'
|
|
2144
2142
|
];
|
|
2145
|
-
|
|
2146
|
-
return
|
|
2147
|
-
};
|
|
2148
|
-
return _0x2e36();
|
|
2149
|
-
}
|
|
2150
|
-
function textResult(_0x5099ff, _0x386aa9 = ![]) {
|
|
2151
|
-
const _0x40327c = _0x2e359a;
|
|
2152
|
-
return {
|
|
2153
|
-
'content': [{
|
|
2154
|
-
'type': _0x40327c(0xdf),
|
|
2155
|
-
'text': _0x5099ff
|
|
2156
|
-
}],
|
|
2157
|
-
..._0x386aa9 ? { 'isError': !![] } : {}
|
|
2143
|
+
_0x565a = function () {
|
|
2144
|
+
return _0x3e1cd0;
|
|
2158
2145
|
};
|
|
2146
|
+
return _0x565a();
|
|
2159
2147
|
}
|
|
2160
|
-
async function registerChatBridgeTools(
|
|
2161
|
-
const
|
|
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
|
-
'target':
|
|
2212
|
-
'content':
|
|
2213
|
-
'attachment_ids':
|
|
2214
|
-
'visibility':
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
])[
|
|
2218
|
-
}, async
|
|
2219
|
-
const
|
|
2148
|
+
async function registerChatBridgeTools(_0x123700, _0x2660ee, _0x273b7d) {
|
|
2149
|
+
const _0x3fa87e = {
|
|
2150
|
+
_0x25c4a3: 0x234,
|
|
2151
|
+
_0x1ff420: 0x27a,
|
|
2152
|
+
_0x25d6fa: 0x16f,
|
|
2153
|
+
_0x34d98e: 0x2af,
|
|
2154
|
+
_0x1a1bba: 0x234,
|
|
2155
|
+
_0x163be5: 0x2dd,
|
|
2156
|
+
_0x67e84b: 0x238,
|
|
2157
|
+
_0x49126f: 0x1d3,
|
|
2158
|
+
_0x5aa6e0: 0x289,
|
|
2159
|
+
_0x250bca: 0x27d,
|
|
2160
|
+
_0x50b419: 0x2e1,
|
|
2161
|
+
_0x1d9665: 0x2b6,
|
|
2162
|
+
_0x175513: 0x274,
|
|
2163
|
+
_0x1c2dfb: 0x1e9,
|
|
2164
|
+
_0x16fe0c: 0x207,
|
|
2165
|
+
_0x184e25: 0x27a,
|
|
2166
|
+
_0x21686a: 0x27f,
|
|
2167
|
+
_0x51658d: 0x2bf,
|
|
2168
|
+
_0xdd3f37: 0x16f,
|
|
2169
|
+
_0x583193: 0x16f,
|
|
2170
|
+
_0x23e6eb: 0x264,
|
|
2171
|
+
_0x4dabf7: 0x27a,
|
|
2172
|
+
_0x1b633c: 0x16f,
|
|
2173
|
+
_0xb764dc: 0x27a,
|
|
2174
|
+
_0x5b51e8: 0x234,
|
|
2175
|
+
_0x401c63: 0x1cf,
|
|
2176
|
+
_0x562096: 0x2b3,
|
|
2177
|
+
_0x497f3b: 0x1e7,
|
|
2178
|
+
_0x2d9111: 0x1b5,
|
|
2179
|
+
_0x160fd2: 0x234,
|
|
2180
|
+
_0x59b9d4: 0x25c,
|
|
2181
|
+
_0x23764c: 0x19c,
|
|
2182
|
+
_0x3a7a2a: 0x27a,
|
|
2183
|
+
_0x285daf: 0x191,
|
|
2184
|
+
_0x18e503: 0x284
|
|
2185
|
+
}, _0x364d4d = {
|
|
2186
|
+
_0x3763b1: 0x1cc,
|
|
2187
|
+
_0x4bfa6d: 0x29c
|
|
2188
|
+
}, _0xd35a2a = { _0xf1616e: 0x25a }, _0x46cdf7 = { _0x282c6c: 0x1cc }, _0x362b2e = {
|
|
2189
|
+
_0x43abeb: 0x1cc,
|
|
2190
|
+
_0x1cfb2b: 0x163
|
|
2191
|
+
}, _0x3e3740 = { _0xf2019f: 0x18f }, _0x10e6ae = {
|
|
2192
|
+
_0x4a0f88: 0x1cc,
|
|
2193
|
+
_0x18c0c8: 0x1a3
|
|
2194
|
+
}, _0x10f493 = { _0x2b1610: 0x27f }, _0x26efc8 = { _0x482973: 0x265 }, _0x18af03 = { _0x18c3a5: 0x1c4 }, _0x55c6a0 = {
|
|
2195
|
+
_0x510de6: 0x289,
|
|
2196
|
+
_0x4717b8: 0x1cc
|
|
2197
|
+
}, _0x17d7dc = _0x5468a7, {z: _0x56e901} = await import(_0x17d7dc(0x1fb));
|
|
2198
|
+
_0x123700[_0x17d7dc(_0x3fa87e._0x25c4a3)](_0x17d7dc(0x1d9), 'Send\x20a\x20message.\x20If\x20visibility\x20is\x20omitted,\x20the\x20message\x20is\x20public.\x20In\x20task\x20threads,\x20set\x20visibility:\x20aside\x20only\x20when\x20you\x20explicitly\x20want\x20an\x20aside.\x20Outside\x20threads,\x20do\x20not\x20set\x20visibility.\x20Reuse\x20the\x20exact\x20target\x20string\x20from\x20incoming\x20messages.', {
|
|
2199
|
+
'target': _0x56e901[_0x17d7dc(_0x3fa87e._0x1ff420)](),
|
|
2200
|
+
'content': _0x56e901[_0x17d7dc(0x27a)](),
|
|
2201
|
+
'attachment_ids': _0x56e901[_0x17d7dc(0x1e9)](_0x56e901[_0x17d7dc(0x27a)]())[_0x17d7dc(0x16f)](),
|
|
2202
|
+
'visibility': _0x56e901[_0x17d7dc(0x27d)]([
|
|
2203
|
+
'public',
|
|
2204
|
+
'aside'
|
|
2205
|
+
])[_0x17d7dc(_0x3fa87e._0x25d6fa)]()['describe'](_0x17d7dc(_0x3fa87e._0x34d98e))
|
|
2206
|
+
}, async _0x39b073 => {
|
|
2207
|
+
const _0xcb7eb9 = _0x17d7dc;
|
|
2220
2208
|
try {
|
|
2221
|
-
return textResult(await
|
|
2222
|
-
} catch (
|
|
2223
|
-
return textResult(
|
|
2209
|
+
return textResult(await _0x2660ee[_0xcb7eb9(0x1d9)](_0x39b073));
|
|
2210
|
+
} catch (_0x5ea654) {
|
|
2211
|
+
return textResult(_0x5ea654 instanceof Error ? _0x5ea654['message'] : _0xcb7eb9(0x2ba), !![]);
|
|
2224
2212
|
}
|
|
2225
|
-
}),
|
|
2226
|
-
const
|
|
2213
|
+
}), _0x123700[_0x17d7dc(_0x3fa87e._0x1a1bba)](_0x17d7dc(_0x3fa87e._0x163be5), _0x17d7dc(0x1de), {}, async () => {
|
|
2214
|
+
const _0x22c02e = _0x17d7dc;
|
|
2227
2215
|
try {
|
|
2228
|
-
return textResult(await
|
|
2229
|
-
} catch (
|
|
2230
|
-
return textResult(
|
|
2216
|
+
return textResult(await _0x2660ee['check_messages']());
|
|
2217
|
+
} catch (_0x314f72) {
|
|
2218
|
+
return textResult(_0x314f72 instanceof Error ? _0x314f72[_0x22c02e(0x1cc)] : _0x22c02e(0x1b2), !![]);
|
|
2231
2219
|
}
|
|
2232
|
-
}),
|
|
2233
|
-
'channel':
|
|
2234
|
-
'limit':
|
|
2235
|
-
'before':
|
|
2236
|
-
'after':
|
|
2237
|
-
}, async
|
|
2238
|
-
const
|
|
2220
|
+
}), _0x123700[_0x17d7dc(0x234)](_0x17d7dc(_0x3fa87e._0x67e84b), 'Read\x20message\x20history\x20for\x20a\x20channel,\x20DM,\x20or\x20thread\x20target.', {
|
|
2221
|
+
'channel': _0x56e901[_0x17d7dc(0x27a)](),
|
|
2222
|
+
'limit': _0x56e901[_0x17d7dc(0x1d3)]()['optional'](),
|
|
2223
|
+
'before': _0x56e901[_0x17d7dc(_0x3fa87e._0x49126f)]()[_0x17d7dc(0x16f)](),
|
|
2224
|
+
'after': _0x56e901['number']()['optional']()
|
|
2225
|
+
}, async _0x257738 => {
|
|
2226
|
+
const _0x3cc121 = _0x17d7dc;
|
|
2239
2227
|
try {
|
|
2240
|
-
return textResult(await
|
|
2241
|
-
} catch (
|
|
2242
|
-
return textResult(
|
|
2228
|
+
return textResult(await _0x2660ee[_0x3cc121(0x238)](_0x257738));
|
|
2229
|
+
} catch (_0x341db3) {
|
|
2230
|
+
return textResult(_0x341db3 instanceof Error ? _0x341db3['message'] : _0x3cc121(0x1cd), !![]);
|
|
2243
2231
|
}
|
|
2244
|
-
}),
|
|
2245
|
-
const
|
|
2232
|
+
}), _0x123700['tool'](_0x17d7dc(_0x3fa87e._0x5aa6e0), 'List\x20channels,\x20agents,\x20and\x20humans\x20in\x20the\x20current\x20server.', {}, async () => {
|
|
2233
|
+
const _0x333d63 = _0x17d7dc;
|
|
2246
2234
|
try {
|
|
2247
|
-
return textResult(await
|
|
2248
|
-
} catch (
|
|
2249
|
-
return textResult(
|
|
2235
|
+
return textResult(await _0x2660ee[_0x333d63(_0x55c6a0._0x510de6)]());
|
|
2236
|
+
} catch (_0x59ff91) {
|
|
2237
|
+
return textResult(_0x59ff91 instanceof Error ? _0x59ff91[_0x333d63(_0x55c6a0._0x4717b8)] : _0x333d63(0x28d), !![]);
|
|
2250
2238
|
}
|
|
2251
|
-
}),
|
|
2252
|
-
'channel':
|
|
2253
|
-
'status':
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2239
|
+
}), _0x123700[_0x17d7dc(_0x3fa87e._0x25c4a3)]('list_tasks', _0x17d7dc(0x21c), {
|
|
2240
|
+
'channel': _0x56e901[_0x17d7dc(_0x3fa87e._0x1ff420)](),
|
|
2241
|
+
'status': _0x56e901[_0x17d7dc(_0x3fa87e._0x250bca)]([
|
|
2242
|
+
_0x17d7dc(_0x3fa87e._0x50b419),
|
|
2243
|
+
_0x17d7dc(0x2b3),
|
|
2244
|
+
_0x17d7dc(0x1e7),
|
|
2245
|
+
_0x17d7dc(_0x3fa87e._0x1d9665)
|
|
2258
2246
|
])['optional']()
|
|
2259
|
-
}, async
|
|
2260
|
-
const
|
|
2247
|
+
}, async _0x2c9dbd => {
|
|
2248
|
+
const _0x1e83b7 = _0x17d7dc;
|
|
2261
2249
|
try {
|
|
2262
|
-
return textResult(await
|
|
2263
|
-
} catch (
|
|
2264
|
-
return textResult(
|
|
2250
|
+
return textResult(await _0x2660ee[_0x1e83b7(0x229)](_0x2c9dbd));
|
|
2251
|
+
} catch (_0x219acc) {
|
|
2252
|
+
return textResult(_0x219acc instanceof Error ? _0x219acc[_0x1e83b7(0x1cc)] : _0x1e83b7(_0x18af03._0x18c3a5), !![]);
|
|
2265
2253
|
}
|
|
2266
|
-
}),
|
|
2267
|
-
'channel':
|
|
2268
|
-
'idempotency_key':
|
|
2269
|
-
'tasks':
|
|
2270
|
-
'title':
|
|
2271
|
-
'description':
|
|
2272
|
-
'priority':
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
])[
|
|
2254
|
+
}), _0x123700[_0x17d7dc(_0x3fa87e._0x1a1bba)](_0x17d7dc(0x265), _0x17d7dc(_0x3fa87e._0x175513), {
|
|
2255
|
+
'channel': _0x56e901[_0x17d7dc(_0x3fa87e._0x1ff420)](),
|
|
2256
|
+
'idempotency_key': _0x56e901[_0x17d7dc(0x27a)]()[_0x17d7dc(_0x3fa87e._0x25d6fa)](),
|
|
2257
|
+
'tasks': _0x56e901[_0x17d7dc(_0x3fa87e._0x1c2dfb)](_0x56e901[_0x17d7dc(_0x3fa87e._0x16fe0c)]({
|
|
2258
|
+
'title': _0x56e901[_0x17d7dc(_0x3fa87e._0x184e25)](),
|
|
2259
|
+
'description': _0x56e901[_0x17d7dc(0x27a)]()[_0x17d7dc(0x16f)](),
|
|
2260
|
+
'priority': _0x56e901['enum']([
|
|
2261
|
+
_0x17d7dc(0x1ff),
|
|
2262
|
+
_0x17d7dc(0x1f7),
|
|
2263
|
+
_0x17d7dc(0x1b7),
|
|
2264
|
+
_0x17d7dc(0x293)
|
|
2265
|
+
])[_0x17d7dc(_0x3fa87e._0x25d6fa)]()
|
|
2278
2266
|
}))
|
|
2279
|
-
}, async
|
|
2280
|
-
const
|
|
2267
|
+
}, async _0x51343c => {
|
|
2268
|
+
const _0xf309b4 = _0x17d7dc;
|
|
2281
2269
|
try {
|
|
2282
|
-
return textResult(await
|
|
2283
|
-
} catch (
|
|
2284
|
-
return textResult(
|
|
2270
|
+
return textResult(await _0x2660ee[_0xf309b4(_0x26efc8._0x482973)](_0x51343c));
|
|
2271
|
+
} catch (_0x1c3218) {
|
|
2272
|
+
return textResult(_0x1c3218 instanceof Error ? _0x1c3218['message'] : _0xf309b4(0x17f), !![]);
|
|
2285
2273
|
}
|
|
2286
|
-
}),
|
|
2287
|
-
'channel':
|
|
2288
|
-
'task_numbers':
|
|
2289
|
-
'subtask_numbers':
|
|
2290
|
-
'message_ids':
|
|
2291
|
-
'evidence':
|
|
2292
|
-
'create_thread':
|
|
2293
|
-
'create_task':
|
|
2294
|
-
}))[
|
|
2295
|
-
'idempotency_key':
|
|
2296
|
-
}, async
|
|
2297
|
-
const
|
|
2274
|
+
}), _0x123700[_0x17d7dc(_0x3fa87e._0x1a1bba)](_0x17d7dc(_0x3fa87e._0x21686a), _0x17d7dc(_0x3fa87e._0x51658d), {
|
|
2275
|
+
'channel': _0x56e901['string'](),
|
|
2276
|
+
'task_numbers': _0x56e901[_0x17d7dc(_0x3fa87e._0x1c2dfb)](_0x56e901[_0x17d7dc(0x1d3)]())[_0x17d7dc(0x16f)](),
|
|
2277
|
+
'subtask_numbers': _0x56e901['array'](_0x56e901['number']())[_0x17d7dc(0x16f)](),
|
|
2278
|
+
'message_ids': _0x56e901['array'](_0x56e901['string']())[_0x17d7dc(_0x3fa87e._0xdd3f37)](),
|
|
2279
|
+
'evidence': _0x56e901['record'](_0x56e901[_0x17d7dc(_0x3fa87e._0x184e25)](), _0x56e901['object']({
|
|
2280
|
+
'create_thread': _0x56e901[_0x17d7dc(0x2bd)]()[_0x17d7dc(0x16f)](),
|
|
2281
|
+
'create_task': _0x56e901[_0x17d7dc(0x2bd)]()['optional']()
|
|
2282
|
+
}))[_0x17d7dc(_0x3fa87e._0x583193)](),
|
|
2283
|
+
'idempotency_key': _0x56e901['string']()[_0x17d7dc(_0x3fa87e._0xdd3f37)]()
|
|
2284
|
+
}, async _0x598e86 => {
|
|
2285
|
+
const _0x2c986e = _0x17d7dc;
|
|
2298
2286
|
try {
|
|
2299
|
-
return textResult(await
|
|
2300
|
-
} catch (
|
|
2301
|
-
return textResult(
|
|
2287
|
+
return textResult(await _0x2660ee[_0x2c986e(_0x10f493._0x2b1610)](_0x598e86));
|
|
2288
|
+
} catch (_0x4dc51e) {
|
|
2289
|
+
return textResult(_0x4dc51e instanceof Error ? _0x4dc51e[_0x2c986e(0x1cc)] : _0x2c986e(0x1bd), !![]);
|
|
2302
2290
|
}
|
|
2303
|
-
}),
|
|
2304
|
-
'channel':
|
|
2305
|
-
'task_number':
|
|
2306
|
-
'subtask_number':
|
|
2307
|
-
'idempotency_key':
|
|
2308
|
-
}, async
|
|
2309
|
-
const
|
|
2291
|
+
}), _0x123700[_0x17d7dc(0x234)](_0x17d7dc(0x18c), _0x17d7dc(_0x3fa87e._0x23e6eb), {
|
|
2292
|
+
'channel': _0x56e901[_0x17d7dc(_0x3fa87e._0x4dabf7)](),
|
|
2293
|
+
'task_number': _0x56e901[_0x17d7dc(0x1d3)](),
|
|
2294
|
+
'subtask_number': _0x56e901['number']()[_0x17d7dc(_0x3fa87e._0x1b633c)](),
|
|
2295
|
+
'idempotency_key': _0x56e901[_0x17d7dc(_0x3fa87e._0xb764dc)]()[_0x17d7dc(0x16f)]()
|
|
2296
|
+
}, async _0x10a153 => {
|
|
2297
|
+
const _0x460c79 = _0x17d7dc;
|
|
2310
2298
|
try {
|
|
2311
|
-
return textResult(await
|
|
2312
|
-
} catch (
|
|
2313
|
-
return textResult(
|
|
2299
|
+
return textResult(await _0x2660ee[_0x460c79(0x18c)](_0x10a153));
|
|
2300
|
+
} catch (_0x16e80d) {
|
|
2301
|
+
return textResult(_0x16e80d instanceof Error ? _0x16e80d[_0x460c79(0x1cc)] : _0x460c79(0x29d), !![]);
|
|
2314
2302
|
}
|
|
2315
|
-
}),
|
|
2316
|
-
'channel':
|
|
2317
|
-
'task_number':
|
|
2318
|
-
'subtask_number':
|
|
2319
|
-
'status':
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2303
|
+
}), _0x123700[_0x17d7dc(_0x3fa87e._0x5b51e8)](_0x17d7dc(_0x3fa87e._0x401c63), _0x17d7dc(0x1a8), {
|
|
2304
|
+
'channel': _0x56e901[_0x17d7dc(_0x3fa87e._0x184e25)](),
|
|
2305
|
+
'task_number': _0x56e901[_0x17d7dc(0x1d3)](),
|
|
2306
|
+
'subtask_number': _0x56e901[_0x17d7dc(0x1d3)]()[_0x17d7dc(0x16f)](),
|
|
2307
|
+
'status': _0x56e901[_0x17d7dc(0x27d)]([
|
|
2308
|
+
_0x17d7dc(_0x3fa87e._0x50b419),
|
|
2309
|
+
_0x17d7dc(_0x3fa87e._0x562096),
|
|
2310
|
+
_0x17d7dc(_0x3fa87e._0x497f3b),
|
|
2311
|
+
_0x17d7dc(0x2b6)
|
|
2324
2312
|
]),
|
|
2325
|
-
'idempotency_key':
|
|
2326
|
-
}, async
|
|
2327
|
-
const
|
|
2313
|
+
'idempotency_key': _0x56e901[_0x17d7dc(_0x3fa87e._0xb764dc)]()[_0x17d7dc(0x16f)]()
|
|
2314
|
+
}, async _0x3c41c5 => {
|
|
2315
|
+
const _0x48f50f = _0x17d7dc;
|
|
2328
2316
|
try {
|
|
2329
|
-
return textResult(await
|
|
2330
|
-
} catch (
|
|
2331
|
-
return textResult(
|
|
2317
|
+
return textResult(await _0x2660ee[_0x48f50f(0x1cf)](_0x3c41c5));
|
|
2318
|
+
} catch (_0x6f2bdb) {
|
|
2319
|
+
return textResult(_0x6f2bdb instanceof Error ? _0x6f2bdb[_0x48f50f(_0x10e6ae._0x4a0f88)] : _0x48f50f(_0x10e6ae._0x18c0c8), !![]);
|
|
2332
2320
|
}
|
|
2333
|
-
}),
|
|
2334
|
-
'channel':
|
|
2335
|
-
'file_path':
|
|
2336
|
-
}, async
|
|
2337
|
-
const
|
|
2321
|
+
}), _0x123700[_0x17d7dc(0x234)](_0x17d7dc(0x18f), 'Upload\x20a\x20local\x20file\x20to\x20a\x20channel\x20or\x20DM\x20and\x20return\x20an\x20attachment\x20ID\x20that\x20can\x20be\x20used\x20with\x20send_message.\x20Thread\x20targets\x20are\x20not\x20allowed.', {
|
|
2322
|
+
'channel': _0x56e901[_0x17d7dc(0x27a)](),
|
|
2323
|
+
'file_path': _0x56e901['string']()
|
|
2324
|
+
}, async _0x219a9d => {
|
|
2325
|
+
const _0x52b5c0 = _0x17d7dc;
|
|
2338
2326
|
try {
|
|
2339
|
-
return textResult(await
|
|
2340
|
-
} catch (
|
|
2341
|
-
return textResult(
|
|
2327
|
+
return textResult(await _0x2660ee[_0x52b5c0(_0x3e3740._0xf2019f)](_0x219a9d));
|
|
2328
|
+
} catch (_0x2aff0d) {
|
|
2329
|
+
return textResult(_0x2aff0d instanceof Error ? _0x2aff0d[_0x52b5c0(0x1cc)] : _0x52b5c0(0x1ed), !![]);
|
|
2342
2330
|
}
|
|
2343
|
-
}),
|
|
2344
|
-
const
|
|
2331
|
+
}), _0x123700[_0x17d7dc(0x234)](_0x17d7dc(_0x3fa87e._0x2d9111), _0x17d7dc(0x2dc), { 'attachment_id': _0x56e901[_0x17d7dc(0x27a)]() }, async _0x49bbdb => {
|
|
2332
|
+
const _0x3182f1 = _0x17d7dc;
|
|
2345
2333
|
try {
|
|
2346
|
-
return textResult(await
|
|
2347
|
-
} catch (
|
|
2348
|
-
return textResult(
|
|
2334
|
+
return textResult(await _0x2660ee['view_file'](_0x49bbdb));
|
|
2335
|
+
} catch (_0x4d7589) {
|
|
2336
|
+
return textResult(_0x4d7589 instanceof Error ? _0x4d7589[_0x3182f1(_0x362b2e._0x43abeb)] : _0x3182f1(_0x362b2e._0x1cfb2b), !![]);
|
|
2349
2337
|
}
|
|
2350
|
-
}),
|
|
2351
|
-
const
|
|
2338
|
+
}), _0x123700[_0x17d7dc(_0x3fa87e._0x160fd2)](_0x17d7dc(0x2df), _0x17d7dc(_0x3fa87e._0x59b9d4), { 'work_key': _0x56e901['string']() }, async _0x290310 => {
|
|
2339
|
+
const _0x4226ea = _0x17d7dc;
|
|
2352
2340
|
try {
|
|
2353
|
-
return textResult(await
|
|
2354
|
-
} catch (
|
|
2355
|
-
return textResult(
|
|
2341
|
+
return textResult(await _0x2660ee[_0x4226ea(0x2df)](_0x290310));
|
|
2342
|
+
} catch (_0xbe6d88) {
|
|
2343
|
+
return textResult(_0xbe6d88 instanceof Error ? _0xbe6d88['message'] : 'get_worker_status\x20failed', !![]);
|
|
2356
2344
|
}
|
|
2357
|
-
}),
|
|
2358
|
-
const
|
|
2345
|
+
}), _0x123700[_0x17d7dc(0x234)]('park_worker', _0x17d7dc(_0x3fa87e._0x23764c), { 'work_key': _0x56e901['string']() }, async _0x4482e8 => {
|
|
2346
|
+
const _0x3a7399 = _0x17d7dc;
|
|
2359
2347
|
try {
|
|
2360
|
-
return textResult(await
|
|
2361
|
-
} catch (
|
|
2362
|
-
return textResult(
|
|
2348
|
+
return textResult(await _0x2660ee[_0x3a7399(0x22f)](_0x4482e8));
|
|
2349
|
+
} catch (_0x2833f7) {
|
|
2350
|
+
return textResult(_0x2833f7 instanceof Error ? _0x2833f7[_0x3a7399(_0x46cdf7._0x282c6c)] : _0x3a7399(0x259), !![]);
|
|
2363
2351
|
}
|
|
2364
|
-
}), !
|
|
2365
|
-
'work_key':
|
|
2366
|
-
'reason':
|
|
2367
|
-
}, async
|
|
2368
|
-
const
|
|
2352
|
+
}), !_0x273b7d?.[_0x17d7dc(0x191)] && _0x123700[_0x17d7dc(0x234)]('escalate_to_main', _0x17d7dc(0x16d), {
|
|
2353
|
+
'work_key': _0x56e901[_0x17d7dc(_0x3fa87e._0x3a7a2a)](),
|
|
2354
|
+
'reason': _0x56e901[_0x17d7dc(0x27a)]()
|
|
2355
|
+
}, async _0x3516fa => {
|
|
2356
|
+
const _0x5c0040 = _0x17d7dc;
|
|
2369
2357
|
try {
|
|
2370
|
-
return textResult(await
|
|
2371
|
-
} catch (
|
|
2372
|
-
return textResult(
|
|
2358
|
+
return textResult(await _0x2660ee[_0x5c0040(_0xd35a2a._0xf1616e)](_0x3516fa));
|
|
2359
|
+
} catch (_0x3246e1) {
|
|
2360
|
+
return textResult(_0x3246e1 instanceof Error ? _0x3246e1[_0x5c0040(0x1cc)] : _0x5c0040(0x184), !![]);
|
|
2373
2361
|
}
|
|
2374
|
-
}),
|
|
2375
|
-
const
|
|
2362
|
+
}), _0x273b7d?.[_0x17d7dc(_0x3fa87e._0x285daf)] && _0x123700['tool'](_0x17d7dc(_0x3fa87e._0x18e503), 'Mark\x20the\x20current\x20worker\x20as\x20waiting\x20for\x20human\x20input.\x20Pauses\x20the\x20idle\x20TTL\x20timer\x20until\x20a\x20new\x20message\x20arrives.', { 'work_key': _0x56e901['string']() }, async _0x1a571f => {
|
|
2363
|
+
const _0x4c2930 = _0x17d7dc;
|
|
2376
2364
|
try {
|
|
2377
|
-
return textResult(await
|
|
2378
|
-
} catch (
|
|
2379
|
-
return textResult(
|
|
2365
|
+
return textResult(await _0x2660ee[_0x4c2930(0x284)](_0x1a571f));
|
|
2366
|
+
} catch (_0x2119e7) {
|
|
2367
|
+
return textResult(_0x2119e7 instanceof Error ? _0x2119e7[_0x4c2930(_0x364d4d._0x3763b1)] : _0x4c2930(_0x364d4d._0x4bfa6d), !![]);
|
|
2380
2368
|
}
|
|
2381
2369
|
});
|
|
2382
2370
|
}
|
|
2383
|
-
async function createChatBridgeServer(
|
|
2384
|
-
const
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
},
|
|
2388
|
-
'name':
|
|
2389
|
-
'version':
|
|
2390
|
-
}),
|
|
2391
|
-
return await registerChatBridgeTools(
|
|
2392
|
-
'handlers':
|
|
2393
|
-
'server':
|
|
2371
|
+
async function createChatBridgeServer(_0x5010c2) {
|
|
2372
|
+
const _0x2d18d3 = {
|
|
2373
|
+
_0x5b4f4b: 0x230,
|
|
2374
|
+
_0x1dcc5b: 0x2c4
|
|
2375
|
+
}, _0x333395 = _0x5468a7, {McpServer: _0x439e3c} = await import(_0x333395(_0x2d18d3._0x5b4f4b)), _0x125f22 = new _0x439e3c({
|
|
2376
|
+
'name': _0x333395(0x1fd),
|
|
2377
|
+
'version': _0x333395(_0x2d18d3._0x1dcc5b)
|
|
2378
|
+
}), _0xf0a17a = createChatBridgeHandlers(_0x5010c2);
|
|
2379
|
+
return await registerChatBridgeTools(_0x125f22, _0xf0a17a, { 'workerMode': _0x5010c2[_0x333395(0x191)] }), {
|
|
2380
|
+
'handlers': _0xf0a17a,
|
|
2381
|
+
'server': _0x125f22
|
|
2394
2382
|
};
|
|
2395
2383
|
}
|
|
2396
|
-
function readFlag(
|
|
2397
|
-
const
|
|
2398
|
-
if (
|
|
2384
|
+
function readFlag(_0x37bc3b, _0x359bb5) {
|
|
2385
|
+
const _0x55835f = { _0x5ed550: 0x190 }, _0x1035ff = _0x5468a7, _0x2cf38a = _0x37bc3b[_0x1035ff(_0x55835f._0x5ed550)](_0x359bb5);
|
|
2386
|
+
if (_0x2cf38a === -0x1)
|
|
2399
2387
|
return void 0x0;
|
|
2400
|
-
return
|
|
2388
|
+
return _0x37bc3b[_0x2cf38a + 0x1];
|
|
2401
2389
|
}
|
|
2402
|
-
function parseChatBridgeArgs(
|
|
2403
|
-
const
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2390
|
+
function parseChatBridgeArgs(_0x12186b) {
|
|
2391
|
+
const _0x95a375 = {
|
|
2392
|
+
_0x76f78f: 0x1dc,
|
|
2393
|
+
_0x46722f: 0x2ce,
|
|
2394
|
+
_0x263920: 0x23c,
|
|
2395
|
+
_0x57a049: 0x246,
|
|
2396
|
+
_0x2163ae: 0x1b8,
|
|
2397
|
+
_0x22a6c8: 0x15c,
|
|
2398
|
+
_0xa04b8a: 0x1f0,
|
|
2399
|
+
_0x10321d: 0x1a9,
|
|
2400
|
+
_0x4698a2: 0x15f
|
|
2401
|
+
}, _0x315df7 = _0x5468a7, _0x6cf751 = readFlag(_0x12186b, _0x315df7(0x22e)), _0x55cfe6 = readFlag(_0x12186b, '--attachment-cache-dir'), _0x3a14c8 = readFlag(_0x12186b, _0x315df7(_0x95a375._0x76f78f)), _0x48e46f = readFlag(_0x12186b, _0x315df7(0x291)), _0x351ef = readFlag(_0x12186b, _0x315df7(_0x95a375._0x46722f)) ?? _0x315df7(_0x95a375._0x263920), _0x1c1b49 = readFlag(_0x12186b, _0x315df7(_0x95a375._0x57a049)), _0x2ddd2a = readFlag(_0x12186b, _0x315df7(0x2d1)), _0x56fff7 = readFlag(_0x12186b, '--worker-mode-enabled'), _0x273ae1 = readFlag(_0x12186b, _0x315df7(_0x95a375._0x2163ae)), _0x129c29 = readFlag(_0x12186b, '--worker-thread-target'), _0x21e37c = _0x12186b[_0x315df7(0x2c0)](_0x315df7(0x296)), _0x3b87e4 = _0x48e46f === void 0x0 ? void 0x0 : Number[_0x315df7(_0x95a375._0x22a6c8)](_0x48e46f, 0xa);
|
|
2402
|
+
if (!_0x6cf751)
|
|
2403
|
+
throw new Error(_0x315df7(_0x95a375._0xa04b8a));
|
|
2404
|
+
if (!_0x3a14c8)
|
|
2405
|
+
throw new Error(_0x315df7(0x231));
|
|
2406
|
+
if (_0x48e46f !== void 0x0 && (_0x3b87e4 === void 0x0 || !Number[_0x315df7(_0x95a375._0x10321d)](_0x3b87e4) || _0x3b87e4 < 0x0))
|
|
2407
|
+
throw new Error(_0x315df7(_0x95a375._0x4698a2));
|
|
2417
2408
|
return {
|
|
2418
|
-
'agentId':
|
|
2419
|
-
'attachmentCacheDir':
|
|
2420
|
-
'daemonApiKey':
|
|
2421
|
-
'daemonLocalUrl':
|
|
2422
|
-
'initialLastSeenSeq':
|
|
2423
|
-
'sessionId':
|
|
2424
|
-
'serverUrl':
|
|
2425
|
-
'workerModeEnabled':
|
|
2426
|
-
'workerSessionId':
|
|
2427
|
-
'workerThreadTarget':
|
|
2428
|
-
'workerMode':
|
|
2409
|
+
'agentId': _0x6cf751,
|
|
2410
|
+
'attachmentCacheDir': _0x55cfe6,
|
|
2411
|
+
'daemonApiKey': _0x3a14c8,
|
|
2412
|
+
'daemonLocalUrl': _0x1c1b49,
|
|
2413
|
+
'initialLastSeenSeq': _0x3b87e4,
|
|
2414
|
+
'sessionId': _0x2ddd2a,
|
|
2415
|
+
'serverUrl': _0x351ef,
|
|
2416
|
+
'workerModeEnabled': _0x56fff7 === void 0x0 ? void 0x0 : _0x56fff7 !== 'false',
|
|
2417
|
+
'workerSessionId': _0x273ae1,
|
|
2418
|
+
'workerThreadTarget': _0x129c29,
|
|
2419
|
+
'workerMode': _0x21e37c
|
|
2429
2420
|
};
|
|
2430
2421
|
}
|
|
2431
|
-
async function runChatBridgeCli(
|
|
2432
|
-
const
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2422
|
+
async function runChatBridgeCli(_0x28f4b7) {
|
|
2423
|
+
const _0xf53380 = {
|
|
2424
|
+
_0x528533: 0x167,
|
|
2425
|
+
_0x2d9e51: 0x28f,
|
|
2426
|
+
_0x40e428: 0x1bc,
|
|
2427
|
+
_0x84b06f: 0x21a
|
|
2428
|
+
}, _0x237126 = _0x5468a7, _0x242386 = parseChatBridgeArgs(_0x28f4b7), {StdioServerTransport: _0x172ba5} = await import(_0x237126(_0xf53380._0x528533)), _0x570f82 = createInternalAgentClient(_0x242386), _0x293dc6 = createAttachmentCache({ 'cacheDir': _0x242386[_0x237126(_0xf53380._0x2d9e51)] }), _0x115c6d = await createChatBridgeServer({
|
|
2429
|
+
'agentId': _0x242386[_0x237126(0x2d8)],
|
|
2430
|
+
'attachmentCache': _0x293dc6,
|
|
2431
|
+
'client': _0x570f82,
|
|
2432
|
+
'daemonLocalUrl': _0x242386[_0x237126(0x1e1)],
|
|
2437
2433
|
'uploadPreparer': prepareUploadFile,
|
|
2438
|
-
'workerModeEnabled':
|
|
2439
|
-
'workerMode':
|
|
2440
|
-
'workerThreadTarget':
|
|
2434
|
+
'workerModeEnabled': _0x242386[_0x237126(_0xf53380._0x40e428)],
|
|
2435
|
+
'workerMode': _0x242386[_0x237126(0x191)],
|
|
2436
|
+
'workerThreadTarget': _0x242386['workerThreadTarget']
|
|
2441
2437
|
});
|
|
2442
|
-
await
|
|
2438
|
+
await _0x115c6d[_0x237126(_0xf53380._0x84b06f)]['connect'](new _0x172ba5());
|
|
2443
2439
|
}
|
|
2444
|
-
var executedAsEntry = process[
|
|
2445
|
-
executedAsEntry && await runChatBridgeCli(process['argv'][
|
|
2440
|
+
var executedAsEntry = process[_0x5468a7(0x227)][0x1] ? import.meta.url === pathToFileURL(process[_0x5468a7(0x227)][0x1])[_0x5468a7(0x26c)] : ![];
|
|
2441
|
+
executedAsEntry && await runChatBridgeCli(process['argv'][_0x5468a7(0x22d)](0x2));
|
|
2446
2442
|
export {
|
|
2447
2443
|
createChatBridgeHandlers,
|
|
2448
2444
|
createChatBridgeServer,
|