@dscord/daemon 0.1.16 → 0.1.18
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 +1913 -1900
- package/dist/index.js +8734 -8631
- package/package.json +1 -1
package/dist/chat-bridge.js
CHANGED
|
@@ -1,26 +1,24 @@
|
|
|
1
|
-
const
|
|
2
|
-
(function (
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_0x220255: 0x233
|
|
11
|
-
}, _0x176e6c = _0x3051, _0x137b42 = _0x4daf7e();
|
|
1
|
+
const _0x174aa9 = _0xf070;
|
|
2
|
+
(function (_0x8a78dd, _0x426dbc) {
|
|
3
|
+
const _0x3c9e4a = {
|
|
4
|
+
_0x4a88e7: 0xe6,
|
|
5
|
+
_0x11e282: 0x1ae,
|
|
6
|
+
_0x82203e: 0x1c2,
|
|
7
|
+
_0x1381df: 0x136,
|
|
8
|
+
_0x1ce8a9: 0x130
|
|
9
|
+
}, _0x441fc3 = _0xf070, _0x487aac = _0x8a78dd();
|
|
12
10
|
while (!![]) {
|
|
13
11
|
try {
|
|
14
|
-
const
|
|
15
|
-
if (
|
|
12
|
+
const _0x5ac64b = parseInt(_0x441fc3(0x142)) / 0x1 + parseInt(_0x441fc3(_0x3c9e4a._0x4a88e7)) / 0x2 * (parseInt(_0x441fc3(_0x3c9e4a._0x11e282)) / 0x3) + -parseInt(_0x441fc3(0x16b)) / 0x4 * (-parseInt(_0x441fc3(0xc6)) / 0x5) + parseInt(_0x441fc3(_0x3c9e4a._0x82203e)) / 0x6 * (-parseInt(_0x441fc3(_0x3c9e4a._0x1381df)) / 0x7) + -parseInt(_0x441fc3(0xfd)) / 0x8 * (-parseInt(_0x441fc3(0x133)) / 0x9) + -parseInt(_0x441fc3(_0x3c9e4a._0x1ce8a9)) / 0xa + -parseInt(_0x441fc3(0x131)) / 0xb * (-parseInt(_0x441fc3(0x13a)) / 0xc);
|
|
13
|
+
if (_0x5ac64b === _0x426dbc)
|
|
16
14
|
break;
|
|
17
15
|
else
|
|
18
|
-
|
|
19
|
-
} catch (
|
|
20
|
-
|
|
16
|
+
_0x487aac['push'](_0x487aac['shift']());
|
|
17
|
+
} catch (_0x2fa349) {
|
|
18
|
+
_0x487aac['push'](_0x487aac['shift']());
|
|
21
19
|
}
|
|
22
20
|
}
|
|
23
|
-
}(
|
|
21
|
+
}(_0x2354, 0x3cc82));
|
|
24
22
|
import { pathToFileURL } from 'node:url';
|
|
25
23
|
import {
|
|
26
24
|
mkdir,
|
|
@@ -30,2267 +28,2282 @@ import {
|
|
|
30
28
|
writeFile
|
|
31
29
|
} from 'node:fs/promises';
|
|
32
30
|
import { homedir } from 'node:os';
|
|
33
|
-
import
|
|
31
|
+
import _0x5a04e4 from 'node:path';
|
|
34
32
|
var DEFAULT_MAX_FILE_SIZE = 0x64 * 0x400 * 0x400, MIME_BY_EXTENSION = {
|
|
35
|
-
'.csv':
|
|
33
|
+
'.csv': _0x174aa9(0x163),
|
|
36
34
|
'.gif': 'image/gif',
|
|
37
|
-
'.jpeg':
|
|
38
|
-
'.jpg':
|
|
39
|
-
'.json':
|
|
40
|
-
'.md':
|
|
41
|
-
'.pdf':
|
|
42
|
-
'.png':
|
|
43
|
-
'.svg':
|
|
44
|
-
'.txt':
|
|
45
|
-
'.webp':
|
|
46
|
-
'.xml':
|
|
47
|
-
'.zip':
|
|
35
|
+
'.jpeg': _0x174aa9(0x185),
|
|
36
|
+
'.jpg': _0x174aa9(0x185),
|
|
37
|
+
'.json': 'application/json',
|
|
38
|
+
'.md': _0x174aa9(0x14f),
|
|
39
|
+
'.pdf': _0x174aa9(0x1b7),
|
|
40
|
+
'.png': _0x174aa9(0x1bf),
|
|
41
|
+
'.svg': 'image/svg+xml',
|
|
42
|
+
'.txt': 'text/plain',
|
|
43
|
+
'.webp': _0x174aa9(0xb8),
|
|
44
|
+
'.xml': _0x174aa9(0x19b),
|
|
45
|
+
'.zip': 'application/zip'
|
|
48
46
|
};
|
|
49
|
-
function guessContentType(
|
|
50
|
-
const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
return MIME_BY_EXTENSION[_0x37f362[_0x12b59d(_0x5ab58d._0x17ebcf)](_0x2dfbd0)[_0x12b59d(_0x5ab58d._0x487de9)]()] ?? _0x12b59d(_0x5ab58d._0x518c32);
|
|
47
|
+
function guessContentType(_0x486144) {
|
|
48
|
+
const _0x2e6e7c = {
|
|
49
|
+
_0x3cfda2: 0x199,
|
|
50
|
+
_0x3cfc9c: 0x129
|
|
51
|
+
}, _0x10b789 = _0x174aa9;
|
|
52
|
+
return MIME_BY_EXTENSION[_0x5a04e4['extname'](_0x486144)[_0x10b789(_0x2e6e7c._0x3cfda2)]()] ?? _0x10b789(_0x2e6e7c._0x3cfc9c);
|
|
56
53
|
}
|
|
57
|
-
function safeFilename(
|
|
58
|
-
const
|
|
59
|
-
return
|
|
54
|
+
function safeFilename(_0x3f08f2) {
|
|
55
|
+
const _0x475deb = _0x174aa9;
|
|
56
|
+
return _0x3f08f2[_0x475deb(0x139)](/[\\/]/g, '-');
|
|
60
57
|
}
|
|
61
|
-
function
|
|
62
|
-
const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
'
|
|
84
|
-
'
|
|
85
|
-
'
|
|
86
|
-
'
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
'
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
58
|
+
function _0x2354() {
|
|
59
|
+
const _0x5395fa = [
|
|
60
|
+
'yxbWBgLJyxrPB24VCgrM',
|
|
61
|
+
'iIbTyxjRzwqGyxmGD2fPDgLUz19PBNb1Dc4GvfrmihrPBwvYihbHDxnLzcb1BNrPBcbUzxH0ig1LC3nHz2uGyxjYAxzLCY4',
|
|
62
|
+
'xsbaC3LZDgvToIbBzw50zxiTAgfUzg9MzL0',
|
|
63
|
+
'D29YA2vYsgfUzg9MzG',
|
|
64
|
+
'y29UDgvUDfr5Cgu',
|
|
65
|
+
'AxnbCNjHEq',
|
|
66
|
+
'C2XPy2u',
|
|
67
|
+
'DgHYzwfK',
|
|
68
|
+
'Aw1Hz2uVCg5N',
|
|
69
|
+
'zMLUzenHy2HLzfbHDgG',
|
|
70
|
+
'Dg9KBW',
|
|
71
|
+
'nty3men5tLvAqq',
|
|
72
|
+
'yM9KEu1HCMTKB3DU',
|
|
73
|
+
'DgfZAY0',
|
|
74
|
+
'yxr0ywnOBwvUDeLK',
|
|
75
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmVy2XHAw0',
|
|
76
|
+
'ignSywLTzwq',
|
|
77
|
+
'CxvLDwvK',
|
|
78
|
+
'C2HHmJu2',
|
|
79
|
+
'zMfSC2u',
|
|
80
|
+
'C2vUzgvYvhLWzq',
|
|
81
|
+
'zMv0y2HuAw1LB3v0txm',
|
|
82
|
+
'DgHYzwfKvgfYz2v0pq',
|
|
83
|
+
'zMLSzw5HBwu',
|
|
84
|
+
'v29YA2vYia',
|
|
85
|
+
'rMLSzsbZAxPLigv4y2vLzhmGBgLTAxq6ia',
|
|
86
|
+
'CMvHC29U',
|
|
87
|
+
'BwvTyMvYCW',
|
|
88
|
+
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
89
|
+
'D29YA2vYtw9Kzq',
|
|
90
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZ',
|
|
91
|
+
'ioI/LowBNUs6HUMDNIbku09oiowtJEw6Lo+8Ihn0yxr1CZ0',
|
|
92
|
+
'y2HHBM5LBe5HBwu',
|
|
93
|
+
'CNvUswq',
|
|
94
|
+
'zgvJAxnPB25Z',
|
|
95
|
+
'A2LUza',
|
|
96
|
+
'icHPzdO',
|
|
97
|
+
'vw5ZDxbWB3j0zwqGDgfYz2v0igzVCM1HDc4Gu3vWCg9YDgvKihzHBhvLCYbHCMuGi2nOyw5UzwWSigrToMrTltXUyw1LpIWGyw5KihrOzwLYihrOCMvHzcb0yxjNzxrZlG',
|
|
98
|
+
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
99
|
+
'kgXLz2fJEsK',
|
|
100
|
+
'iYmJieH1BwfUCW',
|
|
101
|
+
'iow3SUwiH+AnOUwiScb3B3jRzxiG5OMN6kgm',
|
|
102
|
+
'zgvZy3jPChrPB24',
|
|
103
|
+
'BwLU',
|
|
104
|
+
'Axnoyu4',
|
|
105
|
+
'z2v0rgf0zq',
|
|
106
|
+
'yxjYyxK',
|
|
107
|
+
'C3rHDhvZ',
|
|
108
|
+
't3jPz2LUywWGBwvZC2fNztOG',
|
|
109
|
+
'B3b0Aw9UywW',
|
|
110
|
+
'iJOGC3rHDhvZpq',
|
|
111
|
+
'DgfYz2v0zwruyxnR',
|
|
112
|
+
'y29UBMvJDa',
|
|
116
113
|
'Aw5JBhvKzxm',
|
|
117
|
-
'
|
|
118
|
-
'
|
|
119
|
-
'
|
|
120
|
-
'
|
|
121
|
-
'Dg9VBa',
|
|
122
|
-
'odu5rhvHt2De',
|
|
114
|
+
'lsba',
|
|
115
|
+
'C2vUzf9TzxnZywDLigzHAwXLza',
|
|
116
|
+
'ChjVDg9JB2W',
|
|
117
|
+
'yxr0ywnOBwvUDf9Pza',
|
|
123
118
|
'zMLSDgvY',
|
|
124
|
-
'
|
|
125
|
-
'
|
|
126
|
-
'
|
|
127
|
-
'
|
|
128
|
-
'w3rHCMDLDd0',
|
|
129
|
-
'DgfYz2v0zwq',
|
|
130
|
-
'zgLNzxn0',
|
|
131
|
-
'twLZC2LUzYaTlwfNzw50lwLK',
|
|
132
|
-
'y2HHBM5LBa',
|
|
133
|
-
'DhjPBq',
|
|
134
|
-
'C2v0',
|
|
135
|
-
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBguGkgrHzw1VBIbSB2nHBcbvuKWGB3iGywDLBNqGsuqGBM90ignVBMzPz3vYzwqP',
|
|
136
|
-
'twLZC2LUzYaTlwrHzw1VBI1HCgKTA2v5',
|
|
137
|
-
'zMLUAxnOx3DVCMTLCIbMywLSzwq',
|
|
119
|
+
'ls13B3jRzxiTDgHYzwfKlxrHCMDLDa',
|
|
120
|
+
'AgvHzgvYCW',
|
|
121
|
+
'cGPvC2uGDgHPCYbjrcbPBIbZzw5Kx21LC3nHz2uNCYbHDhrHy2HTzw50x2LKCYbWyxjHBwv0zxiGDg8GAw5JBhvKzsbPDcbPBIbHig1LC3nHz2uU',
|
|
122
|
+
'AxnjBNrLz2vY',
|
|
138
123
|
'sfruuca',
|
|
139
|
-
'
|
|
140
|
-
'
|
|
141
|
-
'
|
|
142
|
-
'
|
|
143
|
-
'
|
|
144
|
-
'
|
|
145
|
-
'
|
|
146
|
-
'
|
|
147
|
-
'iYmJienOyw5UzwXZ',
|
|
148
|
-
'D29YA2vYtw9KzuvUywjSzwq',
|
|
149
|
-
'ywjVCNrLza',
|
|
150
|
-
'Dgv4Da',
|
|
151
|
-
'C2LNBMfS',
|
|
152
|
-
'ls1PBML0AwfSlwXHC3qTC2vLBI1Zzxe',
|
|
153
|
-
'mZq3nti2zxrWtKfw',
|
|
124
|
+
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
125
|
+
'ls1Hz2vUDc1Pza',
|
|
126
|
+
'z2v0x3DVCMTLCL9Yzxn1Bhq',
|
|
127
|
+
'y2XHAw1uyxnRCW',
|
|
128
|
+
'rMLSzsb1CgXVywrLzdOG',
|
|
129
|
+
'zMLUza',
|
|
130
|
+
'pgvTChr5pG',
|
|
131
|
+
'DxjNzw50',
|
|
154
132
|
'D3m6',
|
|
155
|
-
'
|
|
133
|
+
'Cgf5Bg9HzePZB24',
|
|
134
|
+
'xsba',
|
|
135
|
+
'l3rHC2TZl2nSywLT',
|
|
136
|
+
'ig1ZzZ1Oyw5KB2zMihrPBwu9',
|
|
137
|
+
'ls1KywvTB24TBg9JywWTDxjS',
|
|
138
|
+
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
139
|
+
'y2HLy2TFBwvZC2fNzxm',
|
|
140
|
+
'q2HLy2SGDgHLign1CNjLBNqGC3rHDhvZig9MigeGC3bHD25Lzcb3B3jRzxiGyNKGAxrZihDVCMSGA2v5lG',
|
|
141
|
+
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
142
|
+
'yxjYyxLcDwzMzxi',
|
|
143
|
+
'C29Tzq',
|
|
144
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
145
|
+
'DgfYz2v0',
|
|
156
146
|
'CMvZDw1Lx3bHy2TLDa',
|
|
157
|
-
'
|
|
158
|
-
'
|
|
159
|
-
'
|
|
160
|
-
'
|
|
161
|
-
'
|
|
162
|
-
'vgfZAZOG',
|
|
163
|
-
'l2nVBNrLEhqTBwv0CMLJCW',
|
|
164
|
-
'CMvZDwX0',
|
|
165
|
-
'DMLLD19MAwXL',
|
|
166
|
-
'y2XPzw50',
|
|
167
|
-
'CgfYC2vjBNq',
|
|
168
|
-
'ls13B3jRzxiTDgHYzwfKlxrHCMDLDa',
|
|
169
|
-
'zgvJAxnPB25Z',
|
|
147
|
+
'y29UDgvUDa',
|
|
148
|
+
'rg93BMXVywrLzcb0BZOG',
|
|
149
|
+
'zgvSzxrL',
|
|
150
|
+
'lcbJB250zw50lxr5Cgu9',
|
|
151
|
+
'AgLNAa',
|
|
170
152
|
'D29YA2vYsgfUzg9MzKvYCM9Y',
|
|
171
|
-
'
|
|
172
|
-
'
|
|
173
|
-
'
|
|
174
|
-
'B3jPz2LUywXgAwXLBMfTzq',
|
|
175
|
-
'C2HHmJu2',
|
|
153
|
+
'zg06',
|
|
154
|
+
'ANnVBG',
|
|
155
|
+
'ihrVigXVywqGB2XKzxiGBwvZC2fNzxmUic0Tlq',
|
|
176
156
|
'BwvZC2fNzq',
|
|
177
|
-
'
|
|
178
|
-
'
|
|
179
|
-
'mc4WlJa',
|
|
180
|
-
'BgLTAxq',
|
|
181
|
-
'C2vYDMvYtMfTzq',
|
|
182
|
-
'yxr0ywnOBwvUDenHy2HL',
|
|
183
|
-
'y2HLy2TFBwvZC2fNzxm',
|
|
184
|
-
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
185
|
-
'rxnJywXHDgLVBIbZzw50ihrVig1HAw4GywDLBNqUifjLyxnVBJOG',
|
|
186
|
-
'ywrKrxzLBNrmAxn0zw5LCG',
|
|
187
|
-
'zMLSzv9WyxrO',
|
|
188
|
-
'cGOTls0G',
|
|
189
|
-
'rMLSzsb1CgXVywrLzdOG',
|
|
190
|
-
'zw51Bq',
|
|
157
|
+
'BMv4Den1CNnVCG',
|
|
158
|
+
'Aw5PDgLHBeXHC3rtzwvUu2vX',
|
|
191
159
|
'zMfPBgvK',
|
|
192
|
-
'
|
|
193
|
-
'
|
|
194
|
-
'
|
|
195
|
-
'BgLZDf9Zzxj2zxi',
|
|
196
|
-
'C2vUzgvYvhLWzq',
|
|
197
|
-
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
198
|
-
'BwvKAxvT',
|
|
199
|
-
'y2HHBM5LBeLK',
|
|
200
|
-
'y2HHDa',
|
|
201
|
-
'AhvTyw4',
|
|
160
|
+
'zgvZDhjVEwvK',
|
|
161
|
+
'Bwf0y2Hoyw1L',
|
|
162
|
+
'zxjYB3i',
|
|
202
163
|
'yMfZzw5HBwu',
|
|
203
|
-
'
|
|
204
|
-
'
|
|
205
|
-
'
|
|
206
|
-
'
|
|
207
|
-
'
|
|
208
|
-
'
|
|
209
|
-
'AgLNAa',
|
|
210
|
-
'C3rYAw5N',
|
|
211
|
-
'yMvMB3jL',
|
|
212
|
-
'C3rYAw5NAwz5',
|
|
213
|
-
'Bwv0yq',
|
|
214
|
-
'DxbSB2fKrMLSzq',
|
|
215
|
-
'kg5VBMuP',
|
|
216
|
-
'igf0DgfJAg1LBNq',
|
|
217
|
-
'DgfZA19Pza',
|
|
218
|
-
'C3rVCe1HAw49Dhj1zsbLEgvJDxrPB25nB2rLpxDVCMTLCG',
|
|
219
|
-
'y2XHAw1uyxnRCW',
|
|
220
|
-
's0iPcKf0DgfJAg1LBNqGsuq6ia',
|
|
221
|
-
'u2vUzcbHig1LC3nHz2uGDg8GysbJAgfUBMvSig9YiernlIbszxvZzsb0AguGzxHHy3qGDgfYz2v0ihn0CMLUzYbMCM9TigLUy29TAw5Nig1LC3nHz2vZoYb0AhjLywqGDgfYz2v0CYb1C2uGDgHLihnHBwuGzMLLBgqU',
|
|
222
|
-
'DgfYz2v0',
|
|
223
|
-
'yxjYyxLcDwzMzxi',
|
|
224
|
-
'CMvZDwX0sNnVBG',
|
|
225
|
-
'AgvHzgvYCW',
|
|
226
|
-
'ywDLBNrjza',
|
|
227
|
-
'y3jLyxrLx3rHC2TZ',
|
|
228
|
-
'CgfYDgLJAxbHBNq',
|
|
229
|
-
'uMvHzcb0AhjLywqGAgLZDg9YEsbIzwzVCMuGDgfRAw5NigfJDgLVBI4Grg8GBM90igvJAg8GDgHPCYbTzxnZywDLihrVihrOzsb0AhjLywqU',
|
|
230
|
-
'DgfZAW',
|
|
231
|
-
'CNvUswq',
|
|
232
|
-
'ihrPBwu9',
|
|
233
|
-
'ls1KywvTB24TyxbPlwTLEq',
|
|
234
|
-
'Dgv4Dc9JC3y',
|
|
235
|
-
'zMLUza',
|
|
236
|
-
'CgfKu3rHCNq',
|
|
237
|
-
'Aw1Hz2uVANbLzW',
|
|
238
|
-
'DMfSDwvZ',
|
|
239
|
-
'Dg9mB3DLCKnHC2u',
|
|
240
|
-
'CMvHzeHPC3rVCNK',
|
|
164
|
+
'zMLSzv9WyxrOig11C3qGyMuGyw4GywjZB2X1DguGCgf0Aa',
|
|
165
|
+
'Bwf4',
|
|
166
|
+
'ChvZAa',
|
|
167
|
+
'zMLUAxnOx3DVCMTLCIbMywLSzwq',
|
|
168
|
+
'DxbSB2fKx2zPBguGB25SEsbZDxbWB3j0CYbJAgfUBMvSig9YiernihrHCMDLDhmSig5VDcb0AhjLywqGDgfYz2v0CW',
|
|
169
|
+
'Dg9gAxHLza',
|
|
241
170
|
'Bg9JywXLq29TCgfYzq',
|
|
242
|
-
'
|
|
243
|
-
'
|
|
244
|
-
'
|
|
245
|
-
'
|
|
246
|
-
'
|
|
247
|
-
'
|
|
248
|
-
'
|
|
171
|
+
'ig1LC3nHz2vZkqOk',
|
|
172
|
+
'DgfZA051BwjLCG',
|
|
173
|
+
'zxnJywXHDgvFDg9FBwfPBG',
|
|
174
|
+
'AgfZ',
|
|
175
|
+
'lMjPBG',
|
|
176
|
+
'ywDNCMvNyxrLswq',
|
|
177
|
+
'q29UDgLUDwuGzxHLy3v0Aw9UigLUihrOAxmGDgHYzwfKlIbvC2uGCMvHzf9OAxn0B3j5igLMihLVDsbUzwvKig1VCMuGy29UDgv4Dc4',
|
|
178
|
+
'vgHYzwfKihrHCMDLDdOG',
|
|
179
|
+
'C2vX',
|
|
180
|
+
'Dw5JBgfPBvrHC2S',
|
|
181
|
+
'DMLLD19MAwXL',
|
|
182
|
+
'uMvSzwfZzsbHignSywLTzwqGDgfZAYbIEsbJAgfUBMvSigfUzcb0yxnRig51BwjLCI4',
|
|
183
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVBwnWlMPZ',
|
|
184
|
+
'ig1ZzZ0',
|
|
185
|
+
'C3rYAw5NAwz5',
|
|
186
|
+
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
187
|
+
'yxr0ywnOBwvUDhm',
|
|
188
|
+
'D29YA2vYtw9KzuvUywjSzwq',
|
|
189
|
+
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
190
|
+
'C2nOzwr1BgvKrM9Y',
|
|
191
|
+
'tM8GDgfZA3mGzM91BMqU',
|
|
192
|
+
'sw52ywXPzcaTlwLUAxrPywWTBgfZDc1ZzwvUlxnLCq',
|
|
193
|
+
'l3DVCMTLCNmVzMLUAxnO',
|
|
194
|
+
'77Yj44cc6l+z6ycA5BI46kgO56s6ihnLCNzLCLvYBcdMJiFLKjhKUOyGD2vIioERMEEcUE+8JoAiLUs7O+EqHUAYOEACIEAkIIbKywvTB24VAw50zxjUywWGqvbjioI9RowpKEwiSowqJUERR+oaGG',
|
|
195
|
+
'C2vUze1LC3nHz2u',
|
|
196
|
+
'D29YA2vYsgfUzg9MzJ10CNvL',
|
|
197
|
+
'zNjVBq',
|
|
198
|
+
'yMfZzty0',
|
|
249
199
|
'Aw1Hz2uVD2vICa',
|
|
250
|
-
'
|
|
251
|
-
'
|
|
252
|
-
'
|
|
200
|
+
'y29UDgvUDc10ExbL',
|
|
201
|
+
'zw50zxiTAgfUzg9MzIbMywLSzwq',
|
|
202
|
+
'C3rYAw5N',
|
|
203
|
+
'C3rHCNrZv2L0Aa',
|
|
204
|
+
'zw51Bq',
|
|
205
|
+
'BgLZDfnLCNzLCG',
|
|
206
|
+
'iYmJiefNzw50CW',
|
|
207
|
+
'uefuq0G',
|
|
208
|
+
'zMv0y2HjBxbS',
|
|
209
|
+
'6k+35Rgcia',
|
|
210
|
+
'zw50CMLLCW',
|
|
211
|
+
'Ahr0CdO',
|
|
212
|
+
'u2LNBMfSihrOyxqGDgHLign1CNjLBNqGD29YA2vYihnLC3nPB24GAxmGzMLUAxnOzwqGyw5KihbYB3zPzguGysbYzxn1BhqGC3vTBwfYEs4',
|
|
213
|
+
'mZCWuuX0wLfZ',
|
|
214
|
+
'twfYAYb0AguGy3vYCMvUDcb3B3jRzxiGyxmGD2fPDgLUzYbMB3iGAhvTyw4GAw5WDxqUifbHDxnLCYb0AguGAwrSzsbuveWGDgLTzxiGDw50AwWGysbUzxCGBwvZC2fNzsbHCNjPDMvZlG',
|
|
215
|
+
'BwvZC2fNzxm',
|
|
216
|
+
'l3DVCMTLCNmVy29UDgv4Dc1TzxrYAwnZ',
|
|
217
|
+
'zMLUAxnOx3DVCMTLCG',
|
|
218
|
+
'z2v0sg91CNm',
|
|
219
|
+
'Bwf4rMLSzvnPEMvcExrLCW',
|
|
220
|
+
'Dw5RBM93BG',
|
|
253
221
|
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
254
|
-
'
|
|
255
|
-
'
|
|
256
|
-
'
|
|
257
|
-
'
|
|
258
|
-
'
|
|
259
|
-
'zMLUzenHy2HLzfbHDgG',
|
|
260
|
-
'C2L6zq',
|
|
261
|
-
'C3bSAxq',
|
|
262
|
-
'ls13B3jRzxiTBw9Kzs1LBMfIBgvK',
|
|
263
|
-
'l3DVCMTLCNmVzxnJywXHDgu',
|
|
264
|
-
'l2fWAs9Hz2vUDhm/C2vYDMvYswq9',
|
|
265
|
-
'BwfW',
|
|
266
|
-
'y3jLyxrLx3rHC2TZigzHAwXLza',
|
|
267
|
-
'ig1ZzZ0',
|
|
268
|
-
'DgfZA0LK',
|
|
269
|
-
'DgfZA3m',
|
|
270
|
-
'CMvHzf9OAxn0B3j5igzHAwXLza',
|
|
271
|
-
'ls1Zzxj2zxiTDxjS',
|
|
272
|
-
'z2v0twLUDxrLCW',
|
|
273
|
-
'Dg9ju09tDhjPBMC',
|
|
274
|
-
'z2v0x3DVCMTLCL9Yzxn1Bhq',
|
|
275
|
-
'ChjVDg9JB2W',
|
|
276
|
-
'DxbSB2fKuhjLCgfYzxi',
|
|
277
|
-
'BMfTzq',
|
|
278
|
-
'C2f2zq',
|
|
279
|
-
'C2vYDMvYx21LBwjLCNm',
|
|
280
|
-
't3jPz2LUywWGBwvZC2fNztOG',
|
|
281
|
-
'C2XPy2u',
|
|
282
|
-
'mJjiALLXC00',
|
|
283
|
-
'rMLSzsbUB3qGzM91BMq6ia',
|
|
284
|
-
'C3rHDhvZ',
|
|
285
|
-
'y2HLy2TFBwvZC2fNzxmGzMfPBgvK',
|
|
286
|
-
'v29YA2vYici',
|
|
287
|
-
'DgL0Bgu',
|
|
288
|
-
'l3DVCMTLCNmVCMvZDwX0p3DVCMTFA2v5pq',
|
|
289
|
-
'yxr0ywnOBwvUDeLK',
|
|
290
|
-
'yxr0ywnOBwvUDf9Pzhm',
|
|
291
|
-
'rg93BMXVywqGyw4Gyxr0ywnOBwvUDcb0BYb0AguGBg9JywWGy2fJAguGyw5KihjLDhvYBIb0AguGBg9JywWGCgf0Ac4',
|
|
292
|
-
'yxr0ywnOBwvUDeLKCW',
|
|
293
|
-
'y3jLyxrLzef0',
|
|
294
|
-
'DgfZA0rLBgL2zxj5tw9Kzq',
|
|
295
|
-
'C2vUzgvYtMfTzq',
|
|
296
|
-
'Aw1Hz2uVCg5N',
|
|
297
|
-
'ls13B3jRzxiTC2vZC2LVBI1Pza',
|
|
298
|
-
'C29Tzq',
|
|
299
|
-
'BgLZDfrHC2TZ',
|
|
300
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
301
|
-
'C3rHCNrLza',
|
|
302
|
-
'DgHYzwfKtNvTyMvY',
|
|
303
|
-
'zgLZCg9ZAxrPB24',
|
|
304
|
-
'DxbSB2fKx2zPBguGB25SEsbZDxbWB3j0CYbJAgfUBMvSig9YiernihrHCMDLDhmSig5VDcb0AhjLywqGDgfYz2v0CW',
|
|
222
|
+
'l3DVCMTLCNmVD2fPDgLUz19PBNb1Da',
|
|
223
|
+
'iYmGu2vYDMvYoIa',
|
|
224
|
+
'C3rVCe1HAw49Dhj1zq',
|
|
225
|
+
'B2jQzwn0',
|
|
226
|
+
'DxrMoa',
|
|
305
227
|
'D29YA2vY',
|
|
306
|
-
'
|
|
307
|
-
'
|
|
228
|
+
'twLZC2LUzYaTlwfNzw50lwLK',
|
|
229
|
+
'C3vJy2vZCW',
|
|
230
|
+
'zMLSzxnFy2HHBMDLza',
|
|
231
|
+
'l3DVCMTLCNmVzxnJywXHDgu',
|
|
232
|
+
'CMvZDwX0CW',
|
|
233
|
+
'C2vUzf9TzxnZywDL',
|
|
234
|
+
'ywjVCNrLza',
|
|
235
|
+
'zgfLBw9UqxbPs2v5',
|
|
308
236
|
'AM9PBG',
|
|
309
|
-
'
|
|
310
|
-
'
|
|
311
|
-
'
|
|
312
|
-
'
|
|
313
|
-
'D29YA2vYCW',
|
|
314
|
-
'zgf0yq',
|
|
315
|
-
'zg9Uzq',
|
|
316
|
-
'zMLUAxnOx3DVCMTLCG',
|
|
317
|
-
'ywz0zxi',
|
|
318
|
-
'AxnbyNnVBhv0zq',
|
|
319
|
-
'z2v0',
|
|
320
|
-
'iIbTyxjRzwqGyxmGD2fPDgLUz19PBNb1Dc4GvfrmihrPBwvYihbHDxnLzcb1BNrPBcbUzxH0ig1LC3nHz2uGyxjYAxzLCY4',
|
|
321
|
-
'Dw5RBM93BG',
|
|
322
|
-
'CMvZB2X2zvrHCMDLDa',
|
|
323
|
-
'CMvHC29U',
|
|
324
|
-
'DgvZDa',
|
|
325
|
-
'rMLSzsbHBhjLywr5ignHy2HLzcbHDdOG',
|
|
326
|
-
'DMLLD19MAwXLigzHAwXLza',
|
|
327
|
-
'ywDLBNrZ',
|
|
328
|
-
'AxngAwXL',
|
|
329
|
-
'BMv4Den1CNnVCG',
|
|
330
|
-
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
331
|
-
'y3vYC29Y',
|
|
332
|
-
'lsba',
|
|
333
|
-
'D29YA2vYsgfUzg9MzJ10CNvL',
|
|
334
|
-
'C2vUze1LC3nHz2u',
|
|
335
|
-
'mJe1ntqXmhzbyw5AwG',
|
|
336
|
-
'ls1ZzxnZAw9UlwLK',
|
|
237
|
+
'q2HLy2SGzM9Yig5LDYbTzxnZywDLCYb3AxrOB3v0ihDHAxrPBMCU',
|
|
238
|
+
'ls13B3jRzxiTBw9Kzq',
|
|
239
|
+
'DxbSB2fKx2zPBguGzMfPBgvK',
|
|
240
|
+
'CMvJB3jK',
|
|
337
241
|
'yxnPzgu',
|
|
338
|
-
'
|
|
339
|
-
'
|
|
242
|
+
'Dw5JBgfPBv90yxnR',
|
|
243
|
+
'CgfYDgLJAxbHBNrZ',
|
|
244
|
+
'CMvXDwvZDfvYBa',
|
|
245
|
+
'mJiZntHbDgvez2u',
|
|
246
|
+
'icGWig1LC3nHz2vZkqOktM8GBwvZC2fNzxmGAw4GDgHPCYbJAgfUBMvSlG',
|
|
247
|
+
'DgvZDa',
|
|
248
|
+
'iokaLca',
|
|
249
|
+
'Bwv0yq',
|
|
250
|
+
'CgfYC2u',
|
|
251
|
+
'ls13B3jRzxiTC2vZC2LVBI1Pza',
|
|
252
|
+
'DgHYzwfKx3rHCMDLDa',
|
|
253
|
+
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBguGkgrHzw1VBIbSB2nHBcbvuKWGB3iGywDLBNqGsuqGBM90ignVBMzPz3vYzwqP',
|
|
254
|
+
'ue9tva',
|
|
255
|
+
'kg5VBMuP',
|
|
256
|
+
'zgf0yq',
|
|
257
|
+
'AhvTyw4',
|
|
258
|
+
'DxbSB2fKrMLSzq',
|
|
340
259
|
'AhjLzG',
|
|
341
|
-
'
|
|
342
|
-
'
|
|
343
|
-
'
|
|
344
|
-
'
|
|
260
|
+
'zxHLy3v0Aw9Utw9Kzt0',
|
|
261
|
+
'zMLSzv9WyxrO',
|
|
262
|
+
'BwvZC2fNzuLK',
|
|
263
|
+
'ywz0zxjtzxe',
|
|
264
|
+
'l3nLCNzLCG',
|
|
265
|
+
'l3vWBg9Hza',
|
|
266
|
+
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
267
|
+
'zgfLBw9Utg9JywXvCMW',
|
|
268
|
+
'mtK1nJbcqLzPtNi',
|
|
269
|
+
'CgfKu3rHCNq',
|
|
270
|
+
'DMLLD19MAwXLigzHAwXLza',
|
|
271
|
+
'CMvZDwX0',
|
|
272
|
+
'yxv0BZO',
|
|
273
|
+
'BMfTzq',
|
|
274
|
+
'l3rHC2TZpW',
|
|
275
|
+
'CMvZDwX0sNnVBG',
|
|
276
|
+
'CgfYC2vjBNq',
|
|
277
|
+
'l2nVBNrLBNq',
|
|
278
|
+
'D3nZoG',
|
|
279
|
+
'CgfYDgLJAxbHBNrjza',
|
|
345
280
|
'z2v0u2vJB25KCW',
|
|
281
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
346
282
|
'CM9VDe1LC3nHz2vjza',
|
|
347
|
-
'
|
|
348
|
-
'
|
|
349
|
-
'
|
|
350
|
-
'
|
|
283
|
+
'Dg9ju09tDhjPBMC',
|
|
284
|
+
'DgfZAW',
|
|
285
|
+
'l3DVCMTLCNmVCMvZDwX0p3DVCMTFA2v5pq',
|
|
286
|
+
'ywDLBNrZ',
|
|
287
|
+
'r0vu',
|
|
288
|
+
'y3jLyxrLx3rHC2TZ',
|
|
351
289
|
'Dg9tDhjPBMC',
|
|
352
|
-
'
|
|
353
|
-
'
|
|
354
|
-
'
|
|
355
|
-
'
|
|
356
|
-
'
|
|
290
|
+
'zgLZCg9ZAxrPB24',
|
|
291
|
+
'y3jLyxrLx3rHC2TZigzHAwXLza',
|
|
292
|
+
'y3vYC29Y',
|
|
293
|
+
'rg8GBM90ihnLBMqGzNvYDgHLCIbTzxnZywDLCYb0BYb0AgLZihrOCMvHzc4',
|
|
294
|
+
'ywjVCNq',
|
|
295
|
+
'yMXVy2TLza',
|
|
296
|
+
'C2vYDMvYvxjS',
|
|
297
|
+
'lNnSB2nR',
|
|
298
|
+
'y2HHBM5LBeLK',
|
|
299
|
+
'tM8GBMv3ig1LC3nHz2vZlG',
|
|
300
|
+
'y3jLyxrLzef0',
|
|
301
|
+
'ls13B3jRzxiTBw9Kzs1LBMfIBgvK',
|
|
302
|
+
'l3DVCMTLCNmVC3rHDhvZp3DVCMTFA2v5pq',
|
|
303
|
+
'C3vTBwfYEq',
|
|
304
|
+
'y2XHAw0GzMfPBgvK',
|
|
305
|
+
'y2fJAgveAxi',
|
|
306
|
+
'C2LNBMfS',
|
|
307
|
+
'D29YA2vYsgfUzg9MzJ1MywXZzsbLCNjVCJ0',
|
|
308
|
+
'C3rHCNrLza',
|
|
309
|
+
'ywrKrxzLBNrmAxn0zw5LCG',
|
|
310
|
+
'z2v0',
|
|
311
|
+
'DgHYzwfKu2HVCNrjza',
|
|
312
|
+
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT',
|
|
313
|
+
'rMLSzsbHBhjLywr5ignHy2HLzcbHDdOG',
|
|
314
|
+
'yxjNDG',
|
|
315
|
+
'C2vYDMvYtMfTzq',
|
|
316
|
+
'DxbKyxrLvgfZA1n0yxr1CW',
|
|
317
|
+
'AwrLBxbVDgvUy3LFA2v5',
|
|
318
|
+
'lsaJ',
|
|
319
|
+
'ndGYodC5mgfNyMXXsq',
|
|
320
|
+
'ndCYntKXow1Wthrmwq',
|
|
321
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZigzHAwXLza',
|
|
322
|
+
'mZG3CLjjyLfs',
|
|
323
|
+
'ywz0zxi',
|
|
324
|
+
'BwvKAxvT',
|
|
325
|
+
'mJGWn21mzgLUDW',
|
|
326
|
+
'y2HHBM5LBa',
|
|
327
|
+
'Bg93',
|
|
328
|
+
'CMvWBgfJzq',
|
|
329
|
+
'mtjdwwTeu00',
|
|
330
|
+
'w3rHCMDLDd0',
|
|
331
|
+
'zxHWAxjLC0f0',
|
|
332
|
+
'BgLZDf90yxnRCW',
|
|
333
|
+
'y2HHBM5LBhm',
|
|
334
|
+
'vxbSB2fKigeGBg9JywWGzMLSzsb0BYbHignOyw5UzwWGB3iGre0Gyw5KihjLDhvYBIbHBIbHDhrHy2HTzw50ieLeihrOyxqGy2fUigjLihvZzwqGD2L0AcbZzw5Kx21LC3nHz2uUifrOCMvHzcb0yxjNzxrZigfYzsbUB3qGywXSB3DLzc4',
|
|
335
|
+
'l3rHC2TZl3vUy2XHAw0',
|
|
336
|
+
'BNvTyMvY',
|
|
337
|
+
'mJGZndq5Bhfzq2nS',
|
|
357
338
|
'CMvHzf9OAxn0B3j5',
|
|
358
|
-
'DxbKyxrLx3rHC2TFC3rHDhvZ',
|
|
359
339
|
'Aw5FChjVz3jLC3m',
|
|
360
|
-
'
|
|
361
|
-
'
|
|
362
|
-
'
|
|
363
|
-
'
|
|
364
|
-
'
|
|
365
|
-
'
|
|
340
|
+
'tM8GDgfZA3mGy2XHAw1Lzc4',
|
|
341
|
+
'D29YA2vYCW',
|
|
342
|
+
'y3jLyxrLvgfZA3m',
|
|
343
|
+
'lIbnzxnZywDLieLeoIa',
|
|
344
|
+
'DgfYz2v0zwq',
|
|
345
|
+
'C2f2zq',
|
|
346
|
+
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
347
|
+
'uMv0CMLLDMuGDgHLihjLC3vSDcaOCMvZDw1LihbHy2TLDcKGB2yGysbJB21WBgv0zwqGD29YA2vYlG',
|
|
348
|
+
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
349
|
+
'z2v0vgLTzq',
|
|
350
|
+
'Dgv4Dc9TyxjRzg93BG',
|
|
351
|
+
'ywXS',
|
|
352
|
+
'D29YA19RzxK',
|
|
353
|
+
'DgfZA0LK',
|
|
354
|
+
'DgHYzwfKtNvTyMvY',
|
|
366
355
|
'ihn0yxr1CZ0',
|
|
367
|
-
'
|
|
356
|
+
'ywDNCMvNyxrLvhLWzq',
|
|
368
357
|
'Aw5FCMv2Awv3',
|
|
369
|
-
'
|
|
370
|
-
'
|
|
371
|
-
'
|
|
372
|
-
'
|
|
373
|
-
'
|
|
374
|
-
'
|
|
375
|
-
'
|
|
376
|
-
'
|
|
377
|
-
'
|
|
378
|
-
'
|
|
379
|
-
'
|
|
380
|
-
'AgfZ',
|
|
381
|
-
'iokaLcb1C2uGDMLLD19MAwXLihrVihnLzv0',
|
|
382
|
-
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
383
|
-
'l3vWBg9Hza',
|
|
384
|
-
'l3nLBMq',
|
|
385
|
-
'yxbWBgLJyxrPB24VCgrM',
|
|
386
|
-
'CgfYC2u',
|
|
387
|
-
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
388
|
-
'oxPeBuvTAq',
|
|
389
|
-
'v29YA2vYia',
|
|
390
|
-
'DgHYzwfKvgfYz2v0pq',
|
|
391
|
-
'CxvLDwvK',
|
|
392
|
-
'ChvIBgLJ',
|
|
393
|
-
'r0vu',
|
|
394
|
-
'z2v0sg91CNm',
|
|
395
|
-
'zMv0y2HjBxbS',
|
|
396
|
-
'mtbry0PMBfe',
|
|
397
|
-
'yxbWBgLJyxrPB24VEMLW',
|
|
398
|
-
'Bwf4',
|
|
399
|
-
'q2XHAw0GDgfZA3mGAw4GysbJAgfUBMvSigj5ihrHC2SGBNvTyMvYig9YihnVDxjJzsbTzxnZywDLlG',
|
|
400
|
-
'ywDNCMvNyxrLswq',
|
|
401
|
-
'l2nVBNrLBNq',
|
|
402
|
-
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVBwnWlMPZ',
|
|
403
|
-
'mJaXmtq0ndHAzhzewwS',
|
|
404
|
-
'B3b0Aw9UywW',
|
|
405
|
-
'y29TCgXLDgvK',
|
|
406
|
-
'uM9VDcb0yxnRig1LC3nHz2u6cG',
|
|
407
|
-
'C2vUzf9TzxnZywDL',
|
|
408
|
-
'C2vZC2LVBKLK',
|
|
409
|
-
'C3vJy2vZCW',
|
|
410
|
-
'BgvUz3rO',
|
|
358
|
+
'y2HLy2TFBwvZC2fNzxmGzMfPBgvK',
|
|
359
|
+
'ls1Zzxj2zxiTDxjS',
|
|
360
|
+
'BgLZDf90yxnRCYbMywLSzwq',
|
|
361
|
+
'v29YA2vYici',
|
|
362
|
+
'l3DVCMTLCNmVzgvSAxzLCG',
|
|
363
|
+
'AgfZtw9Yzq',
|
|
364
|
+
'y2XHAw1FDgfZA3mGzMfPBgvK',
|
|
365
|
+
'C2L6zq',
|
|
366
|
+
'l2HPC3rVCNK/',
|
|
367
|
+
'ywDLBNrjza',
|
|
368
|
+
'yxbWBgLJyxrPB24VANnVBG',
|
|
411
369
|
'DxnLCG',
|
|
412
|
-
'
|
|
413
|
-
'
|
|
414
|
-
'
|
|
415
|
-
'
|
|
416
|
-
'
|
|
417
|
-
'y2HHBM5LBfrHCMDLDa',
|
|
418
|
-
'Bg93',
|
|
419
|
-
'A2LUza',
|
|
420
|
-
'ywXS',
|
|
421
|
-
'C29YDa',
|
|
422
|
-
'zMLSzxnFy2HHBMDLza',
|
|
423
|
-
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
424
|
-
'l3DVCMTLCNmVzMLUAxnO',
|
|
425
|
-
'l3nLCNzLCG',
|
|
426
|
-
'C3rVCe1HAw49Dhj1zq',
|
|
370
|
+
'Dgv4Dc9JC3y',
|
|
371
|
+
'y2HLy2TnzxnZywDLCW',
|
|
372
|
+
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
373
|
+
'y2HHDa',
|
|
374
|
+
'zxHLy3v0Aw9Utw9Kzq',
|
|
427
375
|
'ywDLBNq',
|
|
428
|
-
'
|
|
429
|
-
'
|
|
376
|
+
'q3jLyxrLig9UzsbVCIbTB3jLihrHC2TZigLUigeGy2HHBM5LBc4',
|
|
377
|
+
'B3bLBL9PC3n1zxm',
|
|
378
|
+
'nZa4t1vXqvLQ',
|
|
379
|
+
'C2v0',
|
|
380
|
+
'uMvHzcbTzxnZywDLigHPC3rVCNKGzM9YigeGy2HHBM5LBcWGre0Sig9YihrOCMvHzcb0yxjNzxqU',
|
|
381
|
+
'BgLZDf9Zzxj2zxi',
|
|
382
|
+
'CMvHzf9OAxn0B3j5igzHAwXLza',
|
|
383
|
+
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
384
|
+
'l3nLBMq',
|
|
385
|
+
'iIbMAw5PC2HLzcb3AxrOihjLC3vSDdOG',
|
|
430
386
|
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmV',
|
|
431
|
-
'
|
|
432
|
-
'
|
|
433
|
-
'
|
|
387
|
+
'DxbKyxrL',
|
|
388
|
+
'CMvHzeHPC3rVCNK',
|
|
389
|
+
'l2fWAs9Hz2vUDhm/C2vYDMvYswq9',
|
|
390
|
+
'ihrPBwu9',
|
|
434
391
|
'DMfSDwu',
|
|
435
|
-
'
|
|
392
|
+
'w3nLCt0',
|
|
393
|
+
'DgfZA19Pza',
|
|
394
|
+
'zxzLBNrtzxe',
|
|
436
395
|
'ywrK',
|
|
437
|
-
'
|
|
438
|
-
'
|
|
439
|
-
'
|
|
440
|
-
'
|
|
441
|
-
'
|
|
442
|
-
'
|
|
443
|
-
'
|
|
444
|
-
'
|
|
445
|
-
'
|
|
446
|
-
'
|
|
447
|
-
'
|
|
448
|
-
'
|
|
449
|
-
'
|
|
450
|
-
'
|
|
451
|
-
'
|
|
452
|
-
'DxrMoa',
|
|
453
|
-
'zxHLy3v0Aw9Utw9Kzq',
|
|
454
|
-
'y2fJAgveAxi',
|
|
455
|
-
'ig1ZzZ1Oyw5KB2zMihrPBwu9',
|
|
456
|
-
'yxbWBgLJyxrPB24VANnVBG',
|
|
457
|
-
'DxbKyxrL',
|
|
458
|
-
'DgHYzwfKu2HVCNrjza',
|
|
459
|
-
'DgHYzwfKvgfYz2v0',
|
|
460
|
-
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
461
|
-
'Agv4',
|
|
462
|
-
'DxbKyxrLvgfZA1n0yxr1CW',
|
|
463
|
-
'l2HPC3rVCNK/',
|
|
464
|
-
'y29UDgvUDfr5Cgu',
|
|
465
|
-
'l3DVCMTLCNmVD2fPDgLUz19PBNb1Da',
|
|
466
|
-
'ignSywLTzwq',
|
|
467
|
-
'zMLSzw5HBwu',
|
|
468
|
-
'zg93BMXVywrbDhrHy2HTzw50',
|
|
469
|
-
'mtu2mtaWmezPvvrvuG',
|
|
470
|
-
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
471
|
-
'D3nZoG',
|
|
396
|
+
'AxnbyNnVBhv0zq',
|
|
397
|
+
'BgLTAxq',
|
|
398
|
+
'C29YDa',
|
|
399
|
+
'l3jLy2vPDMu',
|
|
400
|
+
'y2XHAw1FDgfZA3m',
|
|
401
|
+
'B3jPz2LUywXgAwXLBMfTzq',
|
|
402
|
+
'DhjPBq',
|
|
403
|
+
'DMLZAwjPBgL0Eq',
|
|
404
|
+
'Aw1Hz2uVANbLzW',
|
|
405
|
+
'z2v0x3DVCMTLCL9ZDgf0DxmGzMfPBgvK',
|
|
406
|
+
'mc4WlJa',
|
|
407
|
+
'igzHAwXLzdOG',
|
|
408
|
+
'khvUA25VD24P',
|
|
409
|
+
'AhvTyw5Z',
|
|
410
|
+
'ls1ZzxnZAw9UlwLK',
|
|
472
411
|
'l3DVCMTLCNmVBgLZDd9Hz2vUDf9Pzd0',
|
|
473
|
-
'zgfLBw9Utg9JywXvCMW',
|
|
474
|
-
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
475
|
-
'Bwf0y2Hoyw1Ltg93zxi',
|
|
476
|
-
'D29YA2vYx3nLC3nPB25FAwq',
|
|
477
|
-
'BNvTyMvY',
|
|
478
|
-
'DgHYzwfKx3rHCMDLDa',
|
|
479
|
-
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
480
|
-
'BwLU',
|
|
481
|
-
'BgLZDfnLCNzLCG',
|
|
482
|
-
'EM9K',
|
|
483
|
-
'D29YA2vYrgLZCg9ZAxrPB249',
|
|
484
|
-
'w3nLCt0',
|
|
485
412
|
'DgHYzwfKswq',
|
|
486
|
-
'
|
|
487
|
-
'
|
|
488
|
-
'
|
|
413
|
+
'yxr0ywnOBwvUDenHy2HL',
|
|
414
|
+
'u2vUzcbHig1LC3nHz2uGDg8GysbJAgfUBMvSig9YiernlIbszxvZzsb0AguGzxHHy3qGDgfYz2v0ihn0CMLUzYbMCM9TigLUy29TAw5Nig1LC3nHz2vZoYb0AhjLywqGDgfYz2v0CYb1C2uGDgHLihnHBwuGzMLLBgqU',
|
|
415
|
+
'uM9VDcb0yxnRig1LC3nHz2uGAwq6ia',
|
|
416
|
+
'zg93BMXVywrbDhrHy2HTzw50',
|
|
417
|
+
'l2LUDgvYBMfSl2fNzw50lW',
|
|
418
|
+
'Dgv4Da',
|
|
419
|
+
'tgLZDcb0yxnRCYbPBIbHignOyw5UzwWU',
|
|
420
|
+
'DgfZA3m',
|
|
421
|
+
'C2vYDMvY',
|
|
422
|
+
'CMvZCg9UC2u',
|
|
423
|
+
'DxbSB2fKx2zPBgu',
|
|
424
|
+
'Dg9mB3DLCKnHC2u',
|
|
425
|
+
'vxbKyxrLihrHC2SGC3rHDhvZigj5ignOyw5UzwWGyw5KihrHC2SGBNvTyMvYlG',
|
|
426
|
+
'yxbWBgLJyxrPB24VEg1S',
|
|
427
|
+
's0iPcKf0DgfJAg1LBNqGsuq6ia',
|
|
428
|
+
'D29YA2vYx3nLC3nPB25FAwq',
|
|
429
|
+
'C2vYDMvYx21LBwjLCNm',
|
|
430
|
+
'BwfW',
|
|
431
|
+
'BgvUz3rO',
|
|
432
|
+
'ihr5Cgu9ywDLBNq',
|
|
433
|
+
'yMvMB3jL',
|
|
489
434
|
'y2f0y2G',
|
|
490
|
-
'
|
|
491
|
-
'
|
|
492
|
-
'
|
|
493
|
-
'
|
|
494
|
-
'
|
|
495
|
-
'
|
|
496
|
-
'icGWig1LC3nHz2vZkqOktM8GBwvZC2fNzxmGAw4GDgHPCYbJAgfUBMvSlG',
|
|
497
|
-
'D29YA19RzxK',
|
|
498
|
-
'BM93',
|
|
499
|
-
'6k+35Rgcia',
|
|
500
|
-
'yxjYyxK',
|
|
501
|
-
'y2XHAw1FDgfZA3m',
|
|
502
|
-
'yM9KEu1HCMTKB3DU',
|
|
435
|
+
'uM9VDcb0yxnRig1LC3nHz2u6cG',
|
|
436
|
+
'z2v0x3DVCMTLCL9Yzxn1BhqGzMfPBgvK',
|
|
437
|
+
'Dg9VBa',
|
|
438
|
+
'y2XPzw50',
|
|
439
|
+
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
440
|
+
'uMvHzcb0AhjLywqGAgLZDg9YEsbIzwzVCMuGDgfRAw5NigfJDgLVBI4Grg8GBM90igvJAg8GDgHPCYbTzxnZywDLihrVihrOzsb0AhjLywqU',
|
|
503
441
|
'ig1LC3nHz2u9',
|
|
504
|
-
'
|
|
505
|
-
'
|
|
506
|
-
'
|
|
507
|
-
'
|
|
442
|
+
'C2vZC2LVBKLK',
|
|
443
|
+
'y29UDgvUDejHC2u2na',
|
|
444
|
+
'C2vUzgvYtMfTzq',
|
|
445
|
+
'nZvRwgPxt0W',
|
|
446
|
+
'Ahr0Chm6',
|
|
447
|
+
'rxnJywXHDguGyw4GAxnZDwuGDg8GDgHLig1HAw4GywDLBNqGC2vZC2LVBI4GvxnLihDOzw4GDgHLihDVCMTLCIbJyw5UB3qGCMvZB2X2zsbHihbYB2jSzw0GywXVBMuGyw5Kig5LzwrZig1HAw4GDg8GAw50zxj2zw5LlG',
|
|
448
|
+
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
449
|
+
'y2HHBM5LBfrHCMDLDa',
|
|
450
|
+
'BgLZDfrHC2TZ',
|
|
451
|
+
'l3rHC2TZ',
|
|
452
|
+
'zg9Uzq',
|
|
453
|
+
'tM8GDgfZA3mGy3jLyxrLzc4'
|
|
508
454
|
];
|
|
509
|
-
|
|
510
|
-
return
|
|
455
|
+
_0x2354 = function () {
|
|
456
|
+
return _0x5395fa;
|
|
457
|
+
};
|
|
458
|
+
return _0x2354();
|
|
459
|
+
}
|
|
460
|
+
function extensionFor(_0x2c2f66) {
|
|
461
|
+
const _0x43bfed = { _0x54856d: 0x72 }, _0x36a672 = _0x174aa9, _0xf3768b = Object[_0x36a672(0xc3)](MIME_BY_EXTENSION)[_0x36a672(_0x43bfed._0x54856d)](([, _0x5543b7]) => _0x5543b7 === _0x2c2f66);
|
|
462
|
+
return _0xf3768b?.[0x0] ?? _0x36a672(0xa0);
|
|
463
|
+
}
|
|
464
|
+
async function prepareUploadFile(_0x522697, _0x16fbae = {}) {
|
|
465
|
+
const _0x1a5b26 = {
|
|
466
|
+
_0x33e7e8: 0x17d,
|
|
467
|
+
_0x2452d3: 0xcc,
|
|
468
|
+
_0x2a861b: 0x15e,
|
|
469
|
+
_0xdcbb73: 0x15e
|
|
470
|
+
}, _0x2791ff = _0x174aa9;
|
|
471
|
+
if (!_0x5a04e4[_0x2791ff(_0x1a5b26._0x33e7e8)](_0x522697))
|
|
472
|
+
throw new Error(_0x2791ff(0x95));
|
|
473
|
+
const _0x41c2c7 = await stat(_0x522697)[_0x2791ff(0x1a3)](() => null);
|
|
474
|
+
if (!_0x41c2c7 || !_0x41c2c7['isFile']())
|
|
475
|
+
throw new Error('File\x20not\x20found:\x20' + _0x522697);
|
|
476
|
+
const _0xcceb75 = _0x16fbae[_0x2791ff(_0x1a5b26._0x2452d3)] ?? DEFAULT_MAX_FILE_SIZE;
|
|
477
|
+
if (_0x41c2c7[_0x2791ff(_0x1a5b26._0x2a861b)] > _0xcceb75)
|
|
478
|
+
throw new Error(_0x2791ff(0x1d0) + _0x41c2c7[_0x2791ff(_0x1a5b26._0xdcbb73)]);
|
|
479
|
+
const _0x2ce88c = await readFile(_0x522697), _0x308919 = _0x5a04e4[_0x2791ff(0x94)](_0x522697);
|
|
480
|
+
return {
|
|
481
|
+
'contentBase64': _0x2ce88c[_0x2791ff(0x112)](_0x2791ff(0xb7)),
|
|
482
|
+
'contentType': guessContentType(_0x308919),
|
|
483
|
+
'filename': _0x308919,
|
|
484
|
+
'sizeBytes': _0x41c2c7['size']
|
|
485
|
+
};
|
|
486
|
+
}
|
|
487
|
+
function createAttachmentCache(_0x21a902 = {}) {
|
|
488
|
+
const _0x1c399e = {
|
|
489
|
+
_0x2b51a2: 0x183,
|
|
490
|
+
_0xe02025: 0x182,
|
|
491
|
+
_0x59ba23: 0x1c5,
|
|
492
|
+
_0xac81e0: 0x1bb,
|
|
493
|
+
_0x4deb2b: 0xf1
|
|
494
|
+
}, _0xa5fde6 = { _0x58546d: 0x72 }, _0x695b19 = _0x174aa9, _0x1e4d54 = _0x21a902[_0x695b19(0x122)] ?? _0x5a04e4[_0x695b19(0xdd)](homedir(), _0x695b19(0x11a), _0x695b19(0xac));
|
|
495
|
+
return {
|
|
496
|
+
'cacheDir': _0x1e4d54,
|
|
497
|
+
async 'findCachedPath'(_0x11f8db) {
|
|
498
|
+
const _0x16f99c = _0x695b19;
|
|
499
|
+
await mkdir(_0x1e4d54, { 'recursive': !![] });
|
|
500
|
+
const _0x3d19f9 = await readdir(_0x1e4d54), _0x24d962 = _0x3d19f9[_0x16f99c(_0xa5fde6._0x58546d)](_0x238204 => _0x238204[_0x16f99c(0xbc)](_0x11f8db + '-') || _0x238204[_0x16f99c(0xbc)](_0x11f8db));
|
|
501
|
+
return _0x24d962 ? _0x5a04e4['join'](_0x1e4d54, _0x24d962) : null;
|
|
502
|
+
},
|
|
503
|
+
async 'save'(_0x4e37dc) {
|
|
504
|
+
const _0x3d0720 = _0x695b19;
|
|
505
|
+
await mkdir(_0x1e4d54, { 'recursive': !![] });
|
|
506
|
+
const _0x21fb3a = _0x4e37dc[_0x3d0720(0x182)]?.[_0x3d0720(_0x1c399e._0x2b51a2)]() ? safeFilename(_0x4e37dc[_0x3d0720(_0x1c399e._0xe02025)]) : '' + _0x4e37dc[_0x3d0720(_0x1c399e._0x59ba23)] + extensionFor(_0x4e37dc[_0x3d0720(_0x1c399e._0xac81e0)]), _0x16405c = _0x5a04e4[_0x3d0720(0xdd)](_0x1e4d54, _0x4e37dc[_0x3d0720(0x1c5)] + '-' + _0x21fb3a);
|
|
507
|
+
return await writeFile(_0x16405c, _0x4e37dc[_0x3d0720(_0x1c399e._0x4deb2b)]), _0x16405c;
|
|
508
|
+
}
|
|
511
509
|
};
|
|
512
|
-
return _0x5706();
|
|
513
510
|
}
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
511
|
+
import {
|
|
512
|
+
createHash,
|
|
513
|
+
randomUUID
|
|
514
|
+
} from 'node:crypto';
|
|
515
|
+
var UNSUPPORTED_TARGET_MESSAGE = _0x174aa9(0x1dc);
|
|
516
|
+
function ensureSegment(_0xbbf9bf) {
|
|
517
|
+
const _0x170495 = _0x174aa9, _0x5e09f4 = _0xbbf9bf[_0x170495(0x183)]();
|
|
518
|
+
if (!_0x5e09f4 || _0x5e09f4[_0x170495(0x1ec)](':'))
|
|
518
519
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
519
|
-
return
|
|
520
|
+
return _0x5e09f4;
|
|
520
521
|
}
|
|
521
|
-
function parseThreadParts(
|
|
522
|
-
const
|
|
523
|
-
if (
|
|
522
|
+
function parseThreadParts(_0x3fb0c3) {
|
|
523
|
+
const _0x3194e0 = _0x174aa9, _0x22d277 = _0x3fb0c3['split'](':');
|
|
524
|
+
if (_0x22d277[_0x3194e0(0x1a0)] < 0x1 || _0x22d277['length'] > 0x2)
|
|
524
525
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
525
526
|
return {
|
|
526
|
-
'channelName': ensureSegment(
|
|
527
|
-
'threadShortId':
|
|
527
|
+
'channelName': ensureSegment(_0x22d277[0x0] ?? ''),
|
|
528
|
+
'threadShortId': _0x22d277[0x1] ? ensureSegment(_0x22d277[0x1]) : null
|
|
528
529
|
};
|
|
529
530
|
}
|
|
530
|
-
function parseTarget(
|
|
531
|
-
const
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
531
|
+
function parseTarget(_0x3bfce9) {
|
|
532
|
+
const _0x4a3f0e = {
|
|
533
|
+
_0x540ef0: 0x1d7,
|
|
534
|
+
_0x34a3eb: 0x128,
|
|
535
|
+
_0x1e6da9: 0x1d7,
|
|
536
|
+
_0x6ac940: 0xbc,
|
|
537
|
+
_0x389743: 0x8a,
|
|
538
|
+
_0x415760: 0x128,
|
|
539
|
+
_0xebe73d: 0x1d7
|
|
540
|
+
}, _0x51e9de = _0x174aa9, _0x48f46b = _0x3bfce9[_0x51e9de(0x183)]();
|
|
541
|
+
if (!_0x48f46b)
|
|
540
542
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
541
|
-
if (
|
|
542
|
-
const
|
|
543
|
-
if (!
|
|
543
|
+
if (_0x48f46b[_0x51e9de(0xbc)]('#')) {
|
|
544
|
+
const _0x5206b9 = parseThreadParts(_0x48f46b[_0x51e9de(0x1bd)](0x1)), _0x1fac9c = '#' + _0x5206b9[_0x51e9de(_0x4a3f0e._0x540ef0)];
|
|
545
|
+
if (!_0x5206b9[_0x51e9de(_0x4a3f0e._0x34a3eb)])
|
|
544
546
|
return {
|
|
545
|
-
'channelName':
|
|
546
|
-
'channelTarget':
|
|
547
|
-
'kind':
|
|
548
|
-
'target':
|
|
547
|
+
'channelName': _0x5206b9[_0x51e9de(0x1d7)],
|
|
548
|
+
'channelTarget': _0x1fac9c,
|
|
549
|
+
'kind': _0x51e9de(0x137),
|
|
550
|
+
'target': _0x1fac9c
|
|
549
551
|
};
|
|
550
552
|
return {
|
|
551
|
-
'channelName':
|
|
552
|
-
'channelTarget':
|
|
553
|
-
'kind':
|
|
554
|
-
'target':
|
|
555
|
-
'threadShortId':
|
|
553
|
+
'channelName': _0x5206b9[_0x51e9de(_0x4a3f0e._0x1e6da9)],
|
|
554
|
+
'channelTarget': _0x1fac9c,
|
|
555
|
+
'kind': _0x51e9de(0x1be),
|
|
556
|
+
'target': _0x1fac9c + ':' + _0x5206b9[_0x51e9de(_0x4a3f0e._0x34a3eb)],
|
|
557
|
+
'threadShortId': _0x5206b9['threadShortId']
|
|
556
558
|
};
|
|
557
559
|
}
|
|
558
|
-
if (
|
|
559
|
-
const
|
|
560
|
-
if (!
|
|
560
|
+
if (_0x48f46b['startsWith'](_0x51e9de(0x8a))) {
|
|
561
|
+
const _0x837abf = parseThreadParts(_0x48f46b[_0x51e9de(0x1bd)](0x3));
|
|
562
|
+
if (!_0x837abf['channelName'][_0x51e9de(_0x4a3f0e._0x6ac940)]('dm-'))
|
|
561
563
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
562
|
-
const
|
|
563
|
-
if (!
|
|
564
|
+
const _0x4e75af = _0x51e9de(_0x4a3f0e._0x389743) + _0x837abf['channelName'];
|
|
565
|
+
if (!_0x837abf[_0x51e9de(_0x4a3f0e._0x415760)])
|
|
564
566
|
return {
|
|
565
|
-
'channelName':
|
|
566
|
-
'channelTarget':
|
|
567
|
-
'kind':
|
|
568
|
-
'target':
|
|
567
|
+
'channelName': _0x837abf[_0x51e9de(0x1d7)],
|
|
568
|
+
'channelTarget': _0x4e75af,
|
|
569
|
+
'kind': _0x51e9de(0x137),
|
|
570
|
+
'target': _0x4e75af
|
|
569
571
|
};
|
|
570
572
|
return {
|
|
571
|
-
'channelName':
|
|
572
|
-
'channelTarget':
|
|
573
|
-
'kind':
|
|
574
|
-
'target':
|
|
575
|
-
'threadShortId':
|
|
573
|
+
'channelName': _0x837abf[_0x51e9de(_0x4a3f0e._0xebe73d)],
|
|
574
|
+
'channelTarget': _0x4e75af,
|
|
575
|
+
'kind': 'thread',
|
|
576
|
+
'target': _0x4e75af + ':' + _0x837abf[_0x51e9de(_0x4a3f0e._0x415760)],
|
|
577
|
+
'threadShortId': _0x837abf[_0x51e9de(0x128)]
|
|
576
578
|
};
|
|
577
579
|
}
|
|
578
580
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
579
581
|
}
|
|
580
|
-
function asErrorMessage(
|
|
581
|
-
const
|
|
582
|
-
if (typeof
|
|
583
|
-
return
|
|
584
|
-
return
|
|
582
|
+
function asErrorMessage(_0x5338d9, _0x560846) {
|
|
583
|
+
const _0x215571 = _0x174aa9;
|
|
584
|
+
if (typeof _0x5338d9 === _0x215571(0xbb) && _0x5338d9['trim']())
|
|
585
|
+
return _0x5338d9;
|
|
586
|
+
return _0x560846;
|
|
585
587
|
}
|
|
586
|
-
function asRecord(
|
|
587
|
-
|
|
588
|
+
function asRecord(_0x233384) {
|
|
589
|
+
const _0x39f268 = { _0x4cd482: 0xd2 }, _0x3a0051 = _0x174aa9;
|
|
590
|
+
return typeof _0x233384 === _0x3a0051(_0x39f268._0x4cd482) && _0x233384 !== null ? _0x233384 : {};
|
|
588
591
|
}
|
|
589
|
-
function stableStringify(
|
|
590
|
-
const
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
592
|
+
function stableStringify(_0x57a49a) {
|
|
593
|
+
const _0x3f9ce8 = {
|
|
594
|
+
_0x299193: 0xd2,
|
|
595
|
+
_0x26336a: 0x1bc,
|
|
596
|
+
_0x4b8c71: 0x19f,
|
|
597
|
+
_0x222f38: 0x1f1,
|
|
598
|
+
_0x84cc97: 0x17f,
|
|
599
|
+
_0x4800f5: 0xdd
|
|
600
|
+
}, _0x3cf866 = _0x174aa9;
|
|
601
|
+
if (_0x57a49a === null || typeof _0x57a49a !== _0x3cf866(_0x3f9ce8._0x299193))
|
|
602
|
+
return JSON[_0x3cf866(0xaa)](_0x57a49a);
|
|
603
|
+
if (Array[_0x3cf866(_0x3f9ce8._0x26336a)](_0x57a49a))
|
|
604
|
+
return '[' + _0x57a49a[_0x3cf866(_0x3f9ce8._0x4b8c71)](_0x5af57a => stableStringify(_0x5af57a))[_0x3cf866(0xdd)](',') + ']';
|
|
605
|
+
const _0x2d47c4 = Object['entries'](_0x57a49a)[_0x3cf866(_0x3f9ce8._0x222f38)](([, _0x2217e8]) => _0x2217e8 !== void 0x0)[_0x3cf866(_0x3f9ce8._0x84cc97)](([_0x3fcdb8], [_0x303b1a]) => _0x3fcdb8[_0x3cf866(0x9b)](_0x303b1a))[_0x3cf866(0x19f)](([_0x2de79f, _0x3e7302]) => JSON[_0x3cf866(0xaa)](_0x2de79f) + ':' + stableStringify(_0x3e7302));
|
|
606
|
+
return '{' + _0x2d47c4[_0x3cf866(_0x3f9ce8._0x4800f5)](',') + '}';
|
|
600
607
|
}
|
|
601
|
-
function createHeaders(
|
|
602
|
-
const _0x3cee3e = _0x50158a;
|
|
608
|
+
function createHeaders(_0x1329db) {
|
|
603
609
|
return {
|
|
604
|
-
'Content-Type':
|
|
605
|
-
'x-daemon-api-key':
|
|
610
|
+
'Content-Type': 'application/json',
|
|
611
|
+
'x-daemon-api-key': _0x1329db
|
|
606
612
|
};
|
|
607
613
|
}
|
|
608
|
-
function toHttpBaseUrl(
|
|
609
|
-
const
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
},
|
|
614
|
-
if (
|
|
615
|
-
|
|
614
|
+
function toHttpBaseUrl(_0x11e41b) {
|
|
615
|
+
const _0x5d85cc = {
|
|
616
|
+
_0x563789: 0x1ef,
|
|
617
|
+
_0x2c2e2f: 0x75,
|
|
618
|
+
_0x4b77b0: 0x112
|
|
619
|
+
}, _0x5ec7e7 = _0x174aa9, _0x14908b = new URL(_0x11e41b);
|
|
620
|
+
if (_0x14908b[_0x5ec7e7(_0x5d85cc._0x563789)] === _0x5ec7e7(_0x5d85cc._0x2c2e2f))
|
|
621
|
+
_0x14908b['protocol'] = _0x5ec7e7(0xc4);
|
|
616
622
|
else
|
|
617
|
-
|
|
618
|
-
return
|
|
623
|
+
_0x14908b[_0x5ec7e7(0x1ef)] === _0x5ec7e7(0x107) && (_0x14908b['protocol'] = _0x5ec7e7(0x1af));
|
|
624
|
+
return _0x14908b[_0x5ec7e7(_0x5d85cc._0x4b77b0)]()[_0x5ec7e7(0x139)](/\/$/, '');
|
|
619
625
|
}
|
|
620
|
-
function isMentionBoundary(
|
|
621
|
-
const
|
|
622
|
-
return !
|
|
626
|
+
function isMentionBoundary(_0x24c7f7) {
|
|
627
|
+
const _0x31077e = _0x174aa9;
|
|
628
|
+
return !_0x24c7f7 || /\s|[([{'",。!?、:;]/[_0x31077e(0xe8)](_0x24c7f7);
|
|
623
629
|
}
|
|
624
|
-
function isMentionTerminal(
|
|
625
|
-
const
|
|
626
|
-
return !
|
|
630
|
+
function isMentionTerminal(_0x2e2bfb) {
|
|
631
|
+
const _0x240849 = { _0x4800bb: 0xe8 }, _0x52f8d4 = _0x174aa9;
|
|
632
|
+
return !_0x2e2bfb || /\s|[)\]}'",。!?、:;,.!?]/[_0x52f8d4(_0x240849._0x4800bb)](_0x2e2bfb);
|
|
627
633
|
}
|
|
628
|
-
function buildMatchableEntries(
|
|
629
|
-
const
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
},
|
|
634
|
-
for (const
|
|
635
|
-
...
|
|
636
|
-
...
|
|
634
|
+
function buildMatchableEntries(_0x19e91b) {
|
|
635
|
+
const _0x524bde = {
|
|
636
|
+
_0x4c7037: 0x18a,
|
|
637
|
+
_0xd0a4bb: 0x102,
|
|
638
|
+
_0x218ca6: 0x102
|
|
639
|
+
}, _0x3a1eb6 = _0x174aa9, _0x4f31ce = [];
|
|
640
|
+
for (const _0x246360 of [
|
|
641
|
+
..._0x19e91b[_0x3a1eb6(0x10f)],
|
|
642
|
+
..._0x19e91b[_0x3a1eb6(_0x524bde._0x4c7037)]
|
|
637
643
|
]) {
|
|
638
|
-
|
|
639
|
-
'matchName':
|
|
640
|
-
'matchNameLower':
|
|
641
|
-
'participantId':
|
|
642
|
-
}),
|
|
643
|
-
'matchName':
|
|
644
|
-
'matchNameLower':
|
|
645
|
-
'participantId':
|
|
644
|
+
_0x4f31ce[_0x3a1eb6(0x97)]({
|
|
645
|
+
'matchName': _0x246360[_0x3a1eb6(_0x524bde._0xd0a4bb)],
|
|
646
|
+
'matchNameLower': _0x246360[_0x3a1eb6(_0x524bde._0x218ca6)][_0x3a1eb6(0x7e)](),
|
|
647
|
+
'participantId': _0x246360['id']
|
|
648
|
+
}), _0x246360['id'] !== _0x246360[_0x3a1eb6(0x102)] && _0x4f31ce[_0x3a1eb6(0x97)]({
|
|
649
|
+
'matchName': _0x246360['id'],
|
|
650
|
+
'matchNameLower': _0x246360['id']['toLocaleLowerCase'](),
|
|
651
|
+
'participantId': _0x246360['id']
|
|
646
652
|
});
|
|
647
653
|
}
|
|
648
|
-
return
|
|
654
|
+
return _0x4f31ce;
|
|
649
655
|
}
|
|
650
|
-
function extractMentionedParticipantIds(
|
|
651
|
-
const
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
656
|
+
function extractMentionedParticipantIds(_0x3a3c4d, _0x54c798) {
|
|
657
|
+
const _0x5496a9 = {
|
|
658
|
+
_0x1369ff: 0x1bd,
|
|
659
|
+
_0x6a298e: 0x72,
|
|
660
|
+
_0x5e13ea: 0x108,
|
|
661
|
+
_0x588f37: 0x17c,
|
|
662
|
+
_0x5546bf: 0x108,
|
|
663
|
+
_0xa45852: 0x92,
|
|
664
|
+
_0x3b9aeb: 0x1a0
|
|
665
|
+
}, _0x5e6536 = {
|
|
666
|
+
_0x587482: 0xbc,
|
|
667
|
+
_0x20979c: 0x1a0
|
|
668
|
+
}, _0x18aa32 = _0x174aa9, _0x4e20cd = buildMatchableEntries(_0x54c798)[_0x18aa32(0x17f)]((_0x1a6eec, _0x88babe) => _0x88babe[_0x18aa32(0x92)][_0x18aa32(0x1a0)] - _0x1a6eec['matchName'][_0x18aa32(0x1a0)]), _0x452555 = [], _0x3c347a = new Set();
|
|
669
|
+
for (let _0x19fcbb = 0x0; _0x19fcbb < _0x3a3c4d[_0x18aa32(0x1a0)]; _0x19fcbb += 0x1) {
|
|
670
|
+
if (_0x3a3c4d[_0x19fcbb] !== '@' || !isMentionBoundary(_0x3a3c4d[_0x19fcbb - 0x1]))
|
|
657
671
|
continue;
|
|
658
|
-
const
|
|
659
|
-
const
|
|
660
|
-
if (!
|
|
672
|
+
const _0x43dae8 = _0x3a3c4d[_0x18aa32(_0x5496a9._0x1369ff)](_0x19fcbb + 0x1), _0xe42197 = _0x43dae8[_0x18aa32(0x7e)](), _0x34048e = _0x4e20cd[_0x18aa32(_0x5496a9._0x6a298e)](_0x579a81 => {
|
|
673
|
+
const _0x3f5510 = _0x18aa32;
|
|
674
|
+
if (!_0xe42197[_0x3f5510(_0x5e6536._0x587482)](_0x579a81['matchNameLower']))
|
|
661
675
|
return ![];
|
|
662
|
-
return isMentionTerminal(
|
|
676
|
+
return isMentionTerminal(_0x43dae8[_0x579a81['matchName'][_0x3f5510(_0x5e6536._0x20979c)]]);
|
|
663
677
|
});
|
|
664
|
-
if (!
|
|
678
|
+
if (!_0x34048e || _0x3c347a[_0x18aa32(0x9f)](_0x34048e[_0x18aa32(_0x5496a9._0x5e13ea)]))
|
|
665
679
|
continue;
|
|
666
|
-
|
|
680
|
+
_0x3c347a[_0x18aa32(_0x5496a9._0x588f37)](_0x34048e['participantId']), _0x452555[_0x18aa32(0x97)](_0x34048e[_0x18aa32(_0x5496a9._0x5546bf)]), _0x19fcbb += _0x34048e[_0x18aa32(_0x5496a9._0xa45852)][_0x18aa32(_0x5496a9._0x3b9aeb)];
|
|
667
681
|
}
|
|
668
|
-
return
|
|
682
|
+
return _0x452555;
|
|
669
683
|
}
|
|
670
684
|
var DEFAULT_FETCH_TIMEOUT_MS = 0x3a98;
|
|
671
|
-
function anySignal(...
|
|
672
|
-
const
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
685
|
+
function anySignal(..._0x44bdd9) {
|
|
686
|
+
const _0x131637 = {
|
|
687
|
+
_0x47cacb: 0xdb,
|
|
688
|
+
_0x3450fb: 0x1d1,
|
|
689
|
+
_0x20c8ee: 0x123,
|
|
690
|
+
_0x10a1d7: 0x126
|
|
691
|
+
}, _0x2e463d = _0x174aa9, _0x2a13d1 = new AbortController();
|
|
692
|
+
for (const _0x2ebc2f of _0x44bdd9) {
|
|
693
|
+
if (_0x2ebc2f[_0x2e463d(_0x131637._0x47cacb)])
|
|
694
|
+
return _0x2a13d1['abort'](_0x2ebc2f[_0x2e463d(_0x131637._0x3450fb)]), _0x2a13d1[_0x2e463d(_0x131637._0x20c8ee)];
|
|
695
|
+
_0x2ebc2f[_0x2e463d(_0x131637._0x10a1d7)](_0x2e463d(0x117), () => _0x2a13d1[_0x2e463d(0x117)](_0x2ebc2f[_0x2e463d(0x1d1)]), {
|
|
677
696
|
'once': !![],
|
|
678
|
-
'signal':
|
|
697
|
+
'signal': _0x2a13d1['signal']
|
|
679
698
|
});
|
|
680
699
|
}
|
|
681
|
-
return
|
|
700
|
+
return _0x2a13d1['signal'];
|
|
682
701
|
}
|
|
683
|
-
function createInternalAgentClient(
|
|
684
|
-
const
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
},
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
},
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
},
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
},
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
},
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
},
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
},
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
_0x599d59: 0x160,
|
|
825
|
-
_0x4e341f: 0x2ab,
|
|
826
|
-
_0x2cb624: 0x164
|
|
827
|
-
}, _0xa0e40c = {
|
|
828
|
-
_0x4748b0: 0x246,
|
|
829
|
-
_0x58d83b: 0x1bd,
|
|
830
|
-
_0x262ddc: 0x2a2
|
|
831
|
-
}, _0x56d5f4 = {
|
|
832
|
-
_0xcfd89a: 0x17c,
|
|
833
|
-
_0x4b7fda: 0x21d,
|
|
834
|
-
_0x1ccfed: 0x17b,
|
|
835
|
-
_0x57075c: 0x21f,
|
|
836
|
-
_0x4df94d: 0x163,
|
|
837
|
-
_0x1338cb: 0x15a,
|
|
838
|
-
_0x201fa0: 0x28d,
|
|
839
|
-
_0x2fa814: 0x149,
|
|
840
|
-
_0x36e5ef: 0x13d,
|
|
841
|
-
_0x41b4f5: 0x210,
|
|
842
|
-
_0x40afc8: 0x17c,
|
|
843
|
-
_0x13c3a4: 0x29a
|
|
844
|
-
}, _0x3edc93 = _0x50158a, _0x285e84 = _0x5f29f1[_0x3edc93(0x269)] ?? fetch, _0x35b9cb = _0x5f29f1[_0x3edc93(_0x1b850a._0x236736)] ?? DEFAULT_FETCH_TIMEOUT_MS, _0x14966b = typeof _0x5f29f1[_0x3edc93(_0x1b850a._0x35a6ef)] === 'number' && _0x5f29f1[_0x3edc93(_0x1b850a._0x4ca737)] > 0x0 ? _0x5f29f1[_0x3edc93(_0x1b850a._0x35a6ef)] : 0x0, _0xcff380 = _0x5f29f1[_0x3edc93(0x2b7)]?.[_0x3edc93(0x163)]() || void 0x0, _0x243fb8 = _0x5f29f1[_0x3edc93(0x276)]?.[_0x3edc93(_0x1b850a._0x196783)]() || void 0x0, _0x50810b = _0x5f29f1[_0x3edc93(_0x1b850a._0x5409f9)] === !![], _0x52259d = _0x5f29f1['workerSessionId']?.['trim']() || void 0x0, _0x1a19f0 = _0x5f29f1[_0x3edc93(0x1a3)]?.[_0x3edc93(_0x1b850a._0x52be9a)]() || void 0x0, _0x104b6d = createHeaders(_0x5f29f1[_0x3edc93(_0x1b850a._0x15e998)]), _0x2155b5 = toHttpBaseUrl(_0x5f29f1['serverUrl']);
|
|
845
|
-
let _0x10a135 = null;
|
|
846
|
-
const _0x117a72 = new Map();
|
|
847
|
-
let _0x187a84 = _0x14966b, _0x45d1ca = _0x14966b;
|
|
848
|
-
function _0x1c7067(_0x1ea06d) {
|
|
849
|
-
const _0x56acdf = _0x3edc93, _0x277191 = _0x1ea06d[_0x56acdf(_0x56d5f4._0xcfd89a)]['headers'][_0x56acdf(_0x56d5f4._0x4b7fda)](_0x56acdf(_0x56d5f4._0x1ccfed)) ?? _0x56acdf(_0x56d5f4._0x57075c), _0x1ce48f = _0x1ea06d[_0x56acdf(0x213)][_0x56acdf(_0x56d5f4._0x4df94d)]()[_0x56acdf(_0x56d5f4._0x1338cb)](/\s+/g, '\x20')['slice'](0x0, 0x78) || _0x56acdf(_0x56d5f4._0x201fa0);
|
|
850
|
-
return _0x56acdf(_0x56d5f4._0x2fa814) + _0x1ea06d[_0x56acdf(_0x56d5f4._0x36e5ef)] + _0x56acdf(_0x56d5f4._0x41b4f5) + _0x1ea06d[_0x56acdf(_0x56d5f4._0x40afc8)]['status'] + _0x56acdf(_0x56d5f4._0x13c3a4) + _0x277191 + _0x56acdf(0x27e) + _0x1ce48f + ')。这通常表示\x20serverUrl\x20指向了\x20web\x20站点,或代理没有把\x20daemon/internal\x20API\x20转发到后端。';
|
|
702
|
+
function createInternalAgentClient(_0x6e51be) {
|
|
703
|
+
const _0x2fdbd6 = {
|
|
704
|
+
_0x46f13b: 0xc1,
|
|
705
|
+
_0x243321: 0x8f,
|
|
706
|
+
_0x23b8b6: 0x141,
|
|
707
|
+
_0xccd443: 0x183,
|
|
708
|
+
_0x2ec357: 0xad,
|
|
709
|
+
_0x54dc0b: 0x183,
|
|
710
|
+
_0x1440f0: 0xdc,
|
|
711
|
+
_0x37e9e2: 0x119
|
|
712
|
+
}, _0x398231 = {
|
|
713
|
+
_0x2f1fb6: 0x16c,
|
|
714
|
+
_0x1402eb: 0xf8,
|
|
715
|
+
_0x135f99: 0xea,
|
|
716
|
+
_0x48f6e1: 0x1a0,
|
|
717
|
+
_0xd831a7: 0x11b,
|
|
718
|
+
_0x3ad10e: 0xbb,
|
|
719
|
+
_0x36627e: 0x18d,
|
|
720
|
+
_0x210bbc: 0x10b,
|
|
721
|
+
_0x21ce0e: 0x153,
|
|
722
|
+
_0x455ca8: 0x1f5,
|
|
723
|
+
_0x2a05c6: 0x153,
|
|
724
|
+
_0x322a7b: 0x10b,
|
|
725
|
+
_0x2185b8: 0xa1,
|
|
726
|
+
_0x2c3265: 0x96,
|
|
727
|
+
_0x2eaeaf: 0xc8,
|
|
728
|
+
_0x5bd31a: 0x19f,
|
|
729
|
+
_0x42a86e: 0x84,
|
|
730
|
+
_0x2f744a: 0x1c3
|
|
731
|
+
}, _0xba0c21 = {
|
|
732
|
+
_0x2946e4: 0x1a2,
|
|
733
|
+
_0x26abb8: 0x18d
|
|
734
|
+
}, _0x5554f1 = {
|
|
735
|
+
_0x520381: 0xab,
|
|
736
|
+
_0x5a047f: 0x106,
|
|
737
|
+
_0x275bf0: 0x1f6,
|
|
738
|
+
_0x3caa2d: 0xf1,
|
|
739
|
+
_0x35a153: 0xb9,
|
|
740
|
+
_0x2e06a9: 0x129,
|
|
741
|
+
_0x1b841b: 0xb6,
|
|
742
|
+
_0x29fa6f: 0x7f,
|
|
743
|
+
_0xc5f4d7: 0x182
|
|
744
|
+
}, _0x155533 = {
|
|
745
|
+
_0x174969: 0x18d,
|
|
746
|
+
_0x79e16d: 0x160,
|
|
747
|
+
_0x1c2160: 0xaa,
|
|
748
|
+
_0x38f38b: 0x82,
|
|
749
|
+
_0x337b88: 0x1ac,
|
|
750
|
+
_0x1d1858: 0xef,
|
|
751
|
+
_0x3363a0: 0xf1,
|
|
752
|
+
_0xfa169d: 0xf1
|
|
753
|
+
}, _0x4eebc0 = {
|
|
754
|
+
_0x11c861: 0x160,
|
|
755
|
+
_0x325da7: 0xef
|
|
756
|
+
}, _0xa74a9d = {
|
|
757
|
+
_0x2eff45: 0x160,
|
|
758
|
+
_0x415893: 0xaa,
|
|
759
|
+
_0x253d5b: 0x181
|
|
760
|
+
}, _0x1f04b2 = {
|
|
761
|
+
_0x170a74: 0x160,
|
|
762
|
+
_0xb2789e: 0x111
|
|
763
|
+
}, _0xf67abb = {
|
|
764
|
+
_0x46ec30: 0x137,
|
|
765
|
+
_0xa1a59c: 0x137,
|
|
766
|
+
_0x1034af: 0x1e6
|
|
767
|
+
}, _0xd7581c = {
|
|
768
|
+
_0x16c021: 0xaa,
|
|
769
|
+
_0x36793c: 0x1d8
|
|
770
|
+
}, _0x5949c8 = { _0x345136: 0xef }, _0x4915e3 = { _0x1a6058: 0xaa }, _0x158300 = { _0x3cf08d: 0x110 }, _0xa2cd1c = {
|
|
771
|
+
_0x540721: 0x1ec,
|
|
772
|
+
_0x55b007: 0x171,
|
|
773
|
+
_0x5d23bb: 0x18d
|
|
774
|
+
}, _0x43e9cb = {
|
|
775
|
+
_0x52211a: 0x17e,
|
|
776
|
+
_0x472470: 0x16c,
|
|
777
|
+
_0x3cdb95: 0x115,
|
|
778
|
+
_0x56bdbc: 0x1a2,
|
|
779
|
+
_0x394df2: 0x16c,
|
|
780
|
+
_0x851c64: 0x134,
|
|
781
|
+
_0x15363d: 0x192,
|
|
782
|
+
_0x1ef1c4: 0xf1,
|
|
783
|
+
_0x4d424c: 0x19f,
|
|
784
|
+
_0x1e58e8: 0xea
|
|
785
|
+
}, _0x281051 = { _0x69c291: 0x108 }, _0x15a6c8 = {
|
|
786
|
+
_0x30dd6b: 0x1b2,
|
|
787
|
+
_0x3c2fdb: 0x128,
|
|
788
|
+
_0x5484bf: 0x153,
|
|
789
|
+
_0x2f84ec: 0x10b,
|
|
790
|
+
_0x2c1710: 0x10b,
|
|
791
|
+
_0x7cd518: 0xbc,
|
|
792
|
+
_0x5321dd: 0x18d
|
|
793
|
+
}, _0x3a95e0 = {
|
|
794
|
+
_0x2e29a2: 0x10b,
|
|
795
|
+
_0x39b628: 0x10b,
|
|
796
|
+
_0x47ac9c: 0x1b2
|
|
797
|
+
}, _0x1a89d9 = {
|
|
798
|
+
_0x228312: 0x80,
|
|
799
|
+
_0x16b6ba: 0x168
|
|
800
|
+
}, _0x34ee9e = {
|
|
801
|
+
_0x1b005e: 0x82,
|
|
802
|
+
_0x57fb1b: 0x11b,
|
|
803
|
+
_0x167b49: 0x1b2,
|
|
804
|
+
_0x5e6497: 0xf1,
|
|
805
|
+
_0x41b967: 0x10d,
|
|
806
|
+
_0x17785e: 0x153
|
|
807
|
+
}, _0x1e2891 = {
|
|
808
|
+
_0x3feb67: 0xc9,
|
|
809
|
+
_0x275fc9: 0xaa,
|
|
810
|
+
_0x1e1241: 0x1e6
|
|
811
|
+
}, _0x1f3c30 = {
|
|
812
|
+
_0x3dab13: 0xaa,
|
|
813
|
+
_0x73523c: 0xc0
|
|
814
|
+
}, _0x2d8d55 = { _0x2189a6: 0x123 }, _0x12c970 = {
|
|
815
|
+
_0x4fb0f1: 0x123,
|
|
816
|
+
_0x31446e: 0xd6,
|
|
817
|
+
_0x409e16: 0x93,
|
|
818
|
+
_0x2b1350: 0x1f6
|
|
819
|
+
}, _0x4ac871 = {
|
|
820
|
+
_0x39e2d9: 0xbb,
|
|
821
|
+
_0xc8acea: 0x13c,
|
|
822
|
+
_0x254edd: 0x1c9,
|
|
823
|
+
_0x1d720: 0x101,
|
|
824
|
+
_0xa32bb7: 0x16c
|
|
825
|
+
}, _0x427f4f = {
|
|
826
|
+
_0x36ff67: 0x7f,
|
|
827
|
+
_0x3db1be: 0xd3,
|
|
828
|
+
_0x3a0fbf: 0xeb
|
|
829
|
+
}, _0x4c50ec = {
|
|
830
|
+
_0x12dd17: 0x1f3,
|
|
831
|
+
_0x56e59f: 0x183,
|
|
832
|
+
_0x453dfe: 0x139,
|
|
833
|
+
_0x5689d6: 0x1d6,
|
|
834
|
+
_0x18e94a: 0x1e6,
|
|
835
|
+
_0x122a7f: 0x87
|
|
836
|
+
}, _0x2318ed = _0x174aa9, _0x2fbaee = _0x6e51be[_0x2318ed(_0x2fdbd6._0x46f13b)] ?? fetch, _0x236405 = _0x6e51be[_0x2318ed(0x1cc)] ?? DEFAULT_FETCH_TIMEOUT_MS, _0x2d994a = typeof _0x6e51be[_0x2318ed(_0x2fdbd6._0x243321)] === _0x2318ed(_0x2fdbd6._0x23b8b6) && _0x6e51be[_0x2318ed(0x8f)] > 0x0 ? _0x6e51be['initialLastSeenSeq'] : 0x0, _0x198db4 = _0x6e51be[_0x2318ed(0xfc)]?.[_0x2318ed(_0x2fdbd6._0xccd443)]() || void 0x0, _0x316263 = _0x6e51be[_0x2318ed(0x1ab)]?.['trim']() || void 0x0, _0x4cddff = _0x6e51be[_0x2318ed(_0x2fdbd6._0x2ec357)] === !![], _0x2f6e7b = _0x6e51be['workerSessionId']?.[_0x2318ed(_0x2fdbd6._0x54dc0b)]() || void 0x0, _0x3f46f0 = _0x6e51be['workerThreadTarget']?.['trim']() || void 0x0, _0x4b84af = createHeaders(_0x6e51be[_0x2318ed(_0x2fdbd6._0x1440f0)]), _0x184935 = toHttpBaseUrl(_0x6e51be[_0x2318ed(_0x2fdbd6._0x37e9e2)]);
|
|
837
|
+
let _0x5b0edd = null;
|
|
838
|
+
const _0xfc00bf = new Map();
|
|
839
|
+
let _0x23e3ee = _0x2d994a, _0x231f18 = _0x2d994a;
|
|
840
|
+
function _0x4ee262(_0x597ce3) {
|
|
841
|
+
const _0xabf425 = _0x2318ed, _0x2ddb7f = _0x597ce3[_0xabf425(0x197)][_0xabf425(_0x4c50ec._0x12dd17)]['get']('content-type') ?? _0xabf425(0xcd), _0x54fb17 = _0x597ce3['bodyText'][_0xabf425(_0x4c50ec._0x56e59f)]()[_0xabf425(_0x4c50ec._0x453dfe)](/\s+/g, '\x20')[_0xabf425(0x1bd)](0x0, 0x78) || _0xabf425(0x73);
|
|
842
|
+
return _0xabf425(0xc2) + _0x597ce3[_0xabf425(0xe5)] + _0xabf425(_0x4c50ec._0x5689d6) + _0x597ce3[_0xabf425(0x197)][_0xabf425(_0x4c50ec._0x18e94a)] + _0xabf425(_0x4c50ec._0x122a7f) + _0x2ddb7f + ',\x20preview=' + _0x54fb17 + _0xabf425(0xb3);
|
|
851
843
|
}
|
|
852
|
-
async function
|
|
853
|
-
const
|
|
854
|
-
if (!
|
|
844
|
+
async function _0x28670d(_0x450470, _0x31252f) {
|
|
845
|
+
const _0x78898c = _0x2318ed, _0x5379d5 = Buffer[_0x78898c(0xb6)](await _0x31252f[_0x78898c(_0x427f4f._0x36ff67)]())[_0x78898c(0x112)](_0x78898c(_0x427f4f._0x3db1be));
|
|
846
|
+
if (!_0x5379d5['trim']())
|
|
855
847
|
return {};
|
|
856
848
|
try {
|
|
857
|
-
return JSON[
|
|
849
|
+
return JSON[_0x78898c(_0x427f4f._0x3a0fbf)](_0x5379d5);
|
|
858
850
|
} catch {
|
|
859
|
-
throw new Error(
|
|
860
|
-
'bodyText':
|
|
861
|
-
'requestUrl':
|
|
862
|
-
'response':
|
|
851
|
+
throw new Error(_0x4ee262({
|
|
852
|
+
'bodyText': _0x5379d5,
|
|
853
|
+
'requestUrl': _0x450470,
|
|
854
|
+
'response': _0x31252f
|
|
863
855
|
}));
|
|
864
856
|
}
|
|
865
857
|
}
|
|
866
|
-
function
|
|
867
|
-
const
|
|
868
|
-
if (
|
|
869
|
-
return
|
|
870
|
-
const
|
|
871
|
-
for (const [
|
|
872
|
-
|
|
858
|
+
function _0x305615(_0x129746, _0x1309e1) {
|
|
859
|
+
const _0x11779e = _0x2318ed, _0x267c2f = typeof _0x1309e1[_0x11779e(0x12e)] === _0x11779e(_0x4ac871._0x39e2d9) ? _0x1309e1[_0x11779e(0x12e)][_0x11779e(0x183)]() : '';
|
|
860
|
+
if (_0x267c2f)
|
|
861
|
+
return _0x267c2f;
|
|
862
|
+
const _0x418a24 = Date['now']();
|
|
863
|
+
for (const [_0x5934d0, _0x406da4] of _0xfc00bf) {
|
|
864
|
+
_0x406da4[_0x11779e(_0x4ac871._0xc8acea)] <= _0x418a24 && _0xfc00bf[_0x11779e(0x86)](_0x5934d0);
|
|
873
865
|
}
|
|
874
|
-
const
|
|
875
|
-
...
|
|
866
|
+
const _0x42fb72 = {
|
|
867
|
+
..._0x1309e1,
|
|
876
868
|
'idempotency_key': void 0x0
|
|
877
|
-
},
|
|
878
|
-
if (
|
|
879
|
-
return
|
|
880
|
-
const
|
|
881
|
-
return
|
|
882
|
-
'expiresAt':
|
|
883
|
-
'value':
|
|
884
|
-
}),
|
|
869
|
+
}, _0x3fe248 = createHash(_0x11779e(_0x4ac871._0x254edd))[_0x11779e(0x174)](_0x129746 + ':' + stableStringify(_0x42fb72))['digest']('hex'), _0x25bbbd = _0x129746 + ':' + _0x3fe248, _0x47cfa4 = _0xfc00bf[_0x11779e(0x127)](_0x25bbbd);
|
|
870
|
+
if (_0x47cfa4)
|
|
871
|
+
return _0x47cfa4[_0x11779e(0x178)];
|
|
872
|
+
const _0x449ede = _0x11779e(_0x4ac871._0x1d720) + _0x129746 + ':' + randomUUID();
|
|
873
|
+
return _0xfc00bf[_0x11779e(_0x4ac871._0xa32bb7)](_0x25bbbd, {
|
|
874
|
+
'expiresAt': _0x418a24 + 0x5 * 0x3c * 0x3e8,
|
|
875
|
+
'value': _0x449ede
|
|
876
|
+
}), _0x449ede;
|
|
885
877
|
}
|
|
886
|
-
async function
|
|
887
|
-
const
|
|
878
|
+
async function _0x3c1b8a(_0x4b71e3, _0x2883ae) {
|
|
879
|
+
const _0x35f8c6 = _0x2318ed, _0x1e41e1 = new AbortController(), _0x6ac42b = setTimeout(() => _0x1e41e1[_0x35f8c6(0x117)](), _0x236405), _0x4ad8a0 = _0x2883ae?.[_0x35f8c6(_0x12c970._0x4fb0f1)] ? anySignal(_0x2883ae[_0x35f8c6(0x123)], _0x1e41e1['signal']) : _0x1e41e1[_0x35f8c6(0x123)], _0x4b9850 = '' + _0x184935 + _0x4b71e3;
|
|
888
880
|
try {
|
|
889
|
-
const
|
|
890
|
-
...
|
|
891
|
-
'signal':
|
|
892
|
-
}),
|
|
893
|
-
if (!
|
|
894
|
-
throw new Error(asErrorMessage(
|
|
895
|
-
return
|
|
881
|
+
const _0x5ca638 = await _0x2fbaee(_0x4b9850, {
|
|
882
|
+
..._0x2883ae,
|
|
883
|
+
'signal': _0x4ad8a0
|
|
884
|
+
}), _0x8c4769 = await _0x28670d(_0x4b9850, _0x5ca638);
|
|
885
|
+
if (!_0x5ca638['ok'] || _0x8c4769[_0x35f8c6(_0x12c970._0x31446e)] === ![])
|
|
886
|
+
throw new Error(asErrorMessage(_0x8c4769[_0x35f8c6(_0x12c970._0x409e16)], _0x35f8c6(_0x12c970._0x2b1350) + _0x5ca638['status']));
|
|
887
|
+
return _0x8c4769;
|
|
896
888
|
} finally {
|
|
897
|
-
clearTimeout(
|
|
889
|
+
clearTimeout(_0x6ac42b);
|
|
898
890
|
}
|
|
899
891
|
}
|
|
900
|
-
async function
|
|
901
|
-
const
|
|
892
|
+
async function _0x34bb26(_0x16e2c5, _0x510da0) {
|
|
893
|
+
const _0x5a1032 = _0x2318ed, _0x1e66c2 = new AbortController(), _0x536e77 = setTimeout(() => _0x1e66c2['abort'](), _0x236405), _0x3f7cbf = _0x510da0?.[_0x5a1032(0x123)] ? anySignal(_0x510da0[_0x5a1032(0x123)], _0x1e66c2['signal']) : _0x1e66c2[_0x5a1032(_0x2d8d55._0x2189a6)], _0x5aac7f = '' + _0x184935 + _0x16e2c5;
|
|
902
894
|
try {
|
|
903
|
-
const
|
|
904
|
-
...
|
|
905
|
-
'signal':
|
|
906
|
-
}),
|
|
907
|
-
if (!
|
|
908
|
-
throw new Error(asErrorMessage(
|
|
909
|
-
return
|
|
895
|
+
const _0x4af673 = await _0x2fbaee(_0x5aac7f, {
|
|
896
|
+
..._0x510da0,
|
|
897
|
+
'signal': _0x3f7cbf
|
|
898
|
+
}), _0x3aa0ba = await _0x28670d(_0x5aac7f, _0x4af673);
|
|
899
|
+
if (!_0x4af673['ok'])
|
|
900
|
+
throw new Error(asErrorMessage(_0x3aa0ba[_0x5a1032(0x93)], _0x5a1032(0x1f6) + _0x4af673['status']));
|
|
901
|
+
return _0x3aa0ba;
|
|
910
902
|
} finally {
|
|
911
|
-
clearTimeout(
|
|
903
|
+
clearTimeout(_0x536e77);
|
|
912
904
|
}
|
|
913
905
|
}
|
|
914
|
-
async function
|
|
915
|
-
const
|
|
916
|
-
if (!
|
|
906
|
+
async function _0x12381c(_0x509923) {
|
|
907
|
+
const _0x1383b6 = _0x2318ed;
|
|
908
|
+
if (!_0x316263 || _0x509923 <= _0x231f18)
|
|
917
909
|
return;
|
|
918
|
-
await
|
|
919
|
-
'body': JSON[
|
|
920
|
-
'headers':
|
|
921
|
-
'method':
|
|
922
|
-
}),
|
|
910
|
+
await _0x3c1b8a('/api/agent-sessions/' + encodeURIComponent(_0x316263) + '/context-metrics', {
|
|
911
|
+
'body': JSON[_0x1383b6(_0x1f3c30._0x3dab13)]({ 'lastSeenSeq': _0x509923 }),
|
|
912
|
+
'headers': _0x4b84af,
|
|
913
|
+
'method': _0x1383b6(_0x1f3c30._0x73523c)
|
|
914
|
+
}), _0x231f18 = _0x509923;
|
|
923
915
|
}
|
|
924
|
-
async function
|
|
925
|
-
const
|
|
926
|
-
if (!
|
|
916
|
+
async function _0x15a87b(_0x32317b) {
|
|
917
|
+
const _0x1ae846 = _0x2318ed;
|
|
918
|
+
if (!_0x198db4 || !_0x2f6e7b || _0x32317b <= _0x231f18)
|
|
927
919
|
return;
|
|
928
|
-
const
|
|
929
|
-
'body': JSON[
|
|
930
|
-
'last_seen_seq':
|
|
931
|
-
'worker_session_id':
|
|
920
|
+
const _0x38eb5f = await _0x2fbaee(_0x198db4 + _0x1ae846(_0x1e2891._0x3feb67), {
|
|
921
|
+
'body': JSON[_0x1ae846(_0x1e2891._0x275fc9)]({
|
|
922
|
+
'last_seen_seq': _0x32317b,
|
|
923
|
+
'worker_session_id': _0x2f6e7b
|
|
932
924
|
}),
|
|
933
|
-
'headers': { 'Content-Type':
|
|
934
|
-
'method':
|
|
925
|
+
'headers': { 'Content-Type': _0x1ae846(0x161) },
|
|
926
|
+
'method': _0x1ae846(0xef)
|
|
935
927
|
});
|
|
936
|
-
if (!
|
|
937
|
-
throw new Error(
|
|
938
|
-
|
|
928
|
+
if (!_0x38eb5f['ok'])
|
|
929
|
+
throw new Error('HTTP\x20' + _0x38eb5f[_0x1ae846(_0x1e2891._0x1e1241)]);
|
|
930
|
+
_0x231f18 = _0x32317b;
|
|
939
931
|
}
|
|
940
|
-
async function
|
|
941
|
-
const
|
|
942
|
-
'body': JSON[
|
|
943
|
-
'headers':
|
|
944
|
-
'method':
|
|
932
|
+
async function _0x556cec(_0x2ebbb0) {
|
|
933
|
+
const _0x185dc4 = _0x2318ed, _0x30a494 = parseTarget(_0x2ebbb0), _0x14b3aa = await _0x3c1b8a('/internal/agent/' + _0x6e51be[_0x185dc4(0x160)] + '/resolve-channel', {
|
|
934
|
+
'body': JSON[_0x185dc4(0xaa)]({ 'target': _0x30a494[_0x185dc4(_0x34ee9e._0x1b005e)] }),
|
|
935
|
+
'headers': _0x4b84af,
|
|
936
|
+
'method': _0x185dc4(0xef)
|
|
945
937
|
});
|
|
946
938
|
return {
|
|
947
|
-
'channelId':
|
|
948
|
-
'target':
|
|
949
|
-
'task':
|
|
950
|
-
'threadId':
|
|
951
|
-
'threadNumber':
|
|
939
|
+
'channelId': _0x14b3aa['data']?.[_0x185dc4(_0x34ee9e._0x57fb1b)] ?? '',
|
|
940
|
+
'target': _0x30a494[_0x185dc4(_0x34ee9e._0x167b49)],
|
|
941
|
+
'task': _0x14b3aa[_0x185dc4(_0x34ee9e._0x5e6497)]?.[_0x185dc4(_0x34ee9e._0x41b967)],
|
|
942
|
+
'threadId': _0x14b3aa[_0x185dc4(_0x34ee9e._0x5e6497)]?.['threadId'],
|
|
943
|
+
'threadNumber': _0x14b3aa[_0x185dc4(0xf1)]?.[_0x185dc4(_0x34ee9e._0x17785e)]
|
|
952
944
|
};
|
|
953
945
|
}
|
|
954
|
-
async function
|
|
955
|
-
const
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
946
|
+
async function _0x16d797() {
|
|
947
|
+
const _0x21ff44 = {
|
|
948
|
+
_0x2c5ff3: 0x196,
|
|
949
|
+
_0x46c0bd: 0xf1,
|
|
950
|
+
_0x2b4864: 0x19f,
|
|
951
|
+
_0x41daa8: 0x1d2,
|
|
952
|
+
_0x35d594: 0x1f1,
|
|
953
|
+
_0xf2726f: 0x1f1,
|
|
954
|
+
_0x5a6cbe: 0xf1,
|
|
955
|
+
_0x216b0e: 0x102
|
|
956
|
+
}, _0x4981bc = _0x2318ed;
|
|
957
|
+
return !_0x5b0edd && (_0x5b0edd = (async () => {
|
|
958
|
+
const _0x1fdd5b = _0xf070, _0x1240ef = await _0x3c1b8a(_0x1fdd5b(0x192) + _0x6e51be[_0x1fdd5b(0x160)] + _0x1fdd5b(0xf9), {
|
|
959
|
+
'headers': _0x4b84af,
|
|
960
|
+
'method': _0x1fdd5b(0x110)
|
|
961
|
+
}), _0x5c76c1 = _0x1240ef[_0x1fdd5b(0xf1)]?.[_0x1fdd5b(_0x21ff44._0x2c5ff3)]['id'] ?? '';
|
|
962
|
+
let _0x2afdf6 = [];
|
|
962
963
|
try {
|
|
963
|
-
const
|
|
964
|
-
'headers':
|
|
965
|
-
'method':
|
|
964
|
+
const _0x360cad = await _0x3c1b8a(_0x1fdd5b(0x176) + encodeURIComponent(_0x5c76c1), {
|
|
965
|
+
'headers': _0x4b84af,
|
|
966
|
+
'method': _0x1fdd5b(0x110)
|
|
966
967
|
});
|
|
967
|
-
|
|
968
|
+
_0x2afdf6 = _0x360cad[_0x1fdd5b(_0x21ff44._0x46c0bd)] ?? [];
|
|
968
969
|
} catch {
|
|
969
|
-
|
|
970
|
+
_0x2afdf6 = [];
|
|
970
971
|
}
|
|
971
|
-
const
|
|
972
|
-
'id':
|
|
973
|
-
'name':
|
|
974
|
-
}))[
|
|
975
|
-
'id':
|
|
976
|
-
'name':
|
|
977
|
-
}))[
|
|
972
|
+
const _0x901675 = _0x2afdf6[_0x1fdd5b(_0x21ff44._0x2b4864)](_0x3ceb72 => ({
|
|
973
|
+
'id': _0x3ceb72[_0x1fdd5b(0xe4)]?.['id'] ?? _0x3ceb72['server_members']?.[_0x1fdd5b(0x108)] ?? '',
|
|
974
|
+
'name': _0x3ceb72['participants']?.[_0x1fdd5b(0x102)] ?? _0x3ceb72[_0x1fdd5b(0x19e)]?.[_0x1fdd5b(0x108)] ?? ''
|
|
975
|
+
}))[_0x1fdd5b(0x1f1)](_0x3b810d => _0x3b810d['id']), _0x5ac84a = new Set(_0x901675[_0x1fdd5b(_0x21ff44._0x2b4864)](_0x2394a6 => _0x2394a6['id'])), _0x200c7f = (_0x1240ef[_0x1fdd5b(0xf1)]?.[_0x1fdd5b(_0x21ff44._0x41daa8)] ?? [])[_0x1fdd5b(_0x21ff44._0x35d594)](_0x56f885 => !_0x5ac84a[_0x1fdd5b(0x9f)](_0x43e31c(_0x56f885)))[_0x1fdd5b(0x19f)](_0x933dc3 => ({
|
|
976
|
+
'id': _0x43e31c(_0x933dc3),
|
|
977
|
+
'name': _0x5f36d6(_0x933dc3)
|
|
978
|
+
}))[_0x1fdd5b(_0x21ff44._0xf2726f)](_0x1ce641 => _0x1ce641['id']);
|
|
978
979
|
return {
|
|
979
|
-
'agents':
|
|
980
|
-
'channels':
|
|
981
|
-
'humans':
|
|
982
|
-
'serverId':
|
|
983
|
-
'serverName':
|
|
980
|
+
'agents': _0x901675,
|
|
981
|
+
'channels': _0x1240ef[_0x1fdd5b(_0x21ff44._0x5a6cbe)]?.[_0x1fdd5b(0x13e)] ?? [],
|
|
982
|
+
'humans': _0x200c7f,
|
|
983
|
+
'serverId': _0x5c76c1,
|
|
984
|
+
'serverName': _0x1240ef['data']?.['server'][_0x1fdd5b(_0x21ff44._0x216b0e)] ?? _0x5c76c1
|
|
984
985
|
};
|
|
985
|
-
})()[
|
|
986
|
-
|
|
987
|
-
throw
|
|
988
|
-
})),
|
|
986
|
+
})()[_0x4981bc(0x1a3)](_0x361b01 => {
|
|
987
|
+
_0x5b0edd = null;
|
|
988
|
+
throw _0x361b01;
|
|
989
|
+
})), _0x5b0edd;
|
|
989
990
|
}
|
|
990
|
-
function
|
|
991
|
-
const
|
|
992
|
-
return
|
|
991
|
+
function _0x989167(_0x471e32, _0x1f73d9) {
|
|
992
|
+
const _0x1b933f = _0x2318ed;
|
|
993
|
+
return _0x1f73d9[_0x1b933f(0x10f)][_0x1b933f(_0x1a89d9._0x228312)](_0x4a6bb0 => _0x4a6bb0['id'] === _0x471e32 || _0x4a6bb0[_0x1b933f(0x102)] === _0x471e32) ? _0x1b933f(_0x1a89d9._0x16b6ba) : _0x1b933f(0xf2);
|
|
993
994
|
}
|
|
994
|
-
function
|
|
995
|
-
const
|
|
996
|
-
if (
|
|
997
|
-
return
|
|
998
|
-
if (
|
|
999
|
-
return
|
|
1000
|
-
if (
|
|
1001
|
-
return
|
|
1002
|
-
return
|
|
995
|
+
function _0x3c103f(_0x10cf4a) {
|
|
996
|
+
const _0xe190f5 = _0x2318ed;
|
|
997
|
+
if (_0x10cf4a['threadNumber'] != null)
|
|
998
|
+
return _0x10cf4a[_0xe190f5(0x1b2)] + ':t' + _0x10cf4a[_0xe190f5(0x153)];
|
|
999
|
+
if (_0x10cf4a[_0xe190f5(_0x3a95e0._0x2e29a2)])
|
|
1000
|
+
return _0x10cf4a['channelTarget'] + ':' + _0x10cf4a[_0xe190f5(_0x3a95e0._0x39b628)];
|
|
1001
|
+
if (_0x10cf4a[_0xe190f5(0x18d)])
|
|
1002
|
+
return _0x10cf4a[_0xe190f5(0x1b2)] + ':' + _0x10cf4a[_0xe190f5(0x18d)]['slice'](0x0, 0x8);
|
|
1003
|
+
return _0x10cf4a[_0xe190f5(_0x3a95e0._0x47ac9c)];
|
|
1003
1004
|
}
|
|
1004
|
-
function
|
|
1005
|
-
const
|
|
1005
|
+
function _0x4dee02(_0x259255, _0x11edcc) {
|
|
1006
|
+
const _0x5397df = _0x2318ed;
|
|
1006
1007
|
try {
|
|
1007
|
-
const
|
|
1008
|
-
if (
|
|
1008
|
+
const _0x230d52 = parseTarget(_0x259255);
|
|
1009
|
+
if (_0x230d52[_0x5397df(0x1da)] !== 'thread' || _0x230d52[_0x5397df(_0x15a6c8._0x30dd6b)] !== _0x11edcc[_0x5397df(_0x15a6c8._0x30dd6b)])
|
|
1009
1010
|
return ![];
|
|
1010
|
-
if (
|
|
1011
|
+
if (_0x11edcc[_0x5397df(0x153)] != null && _0x230d52[_0x5397df(_0x15a6c8._0x3c2fdb)] === 't' + _0x11edcc[_0x5397df(_0x15a6c8._0x5484bf)])
|
|
1011
1012
|
return !![];
|
|
1012
|
-
if (
|
|
1013
|
-
return
|
|
1014
|
-
if (
|
|
1015
|
-
return
|
|
1013
|
+
if (_0x11edcc[_0x5397df(_0x15a6c8._0x2f84ec)])
|
|
1014
|
+
return _0x230d52[_0x5397df(_0x15a6c8._0x3c2fdb)] === _0x11edcc[_0x5397df(_0x15a6c8._0x2c1710)] || _0x11edcc[_0x5397df(0x10b)][_0x5397df(_0x15a6c8._0x7cd518)](_0x230d52[_0x5397df(0x128)]);
|
|
1015
|
+
if (_0x11edcc[_0x5397df(_0x15a6c8._0x5321dd)])
|
|
1016
|
+
return _0x230d52[_0x5397df(_0x15a6c8._0x3c2fdb)] === _0x11edcc[_0x5397df(0x18d)] || _0x11edcc[_0x5397df(0x18d)][_0x5397df(0xbc)](_0x230d52[_0x5397df(0x128)]);
|
|
1016
1017
|
return ![];
|
|
1017
1018
|
} catch {
|
|
1018
1019
|
return ![];
|
|
1019
1020
|
}
|
|
1020
1021
|
}
|
|
1021
|
-
function
|
|
1022
|
-
const
|
|
1023
|
-
return
|
|
1022
|
+
function _0x43e31c(_0x402332) {
|
|
1023
|
+
const _0x133be4 = _0x2318ed;
|
|
1024
|
+
return _0x402332['member']?.['participantId'] ?? _0x402332['participant']?.['id'] ?? _0x402332[_0x133be4(_0x281051._0x69c291)] ?? '';
|
|
1024
1025
|
}
|
|
1025
|
-
function
|
|
1026
|
-
|
|
1027
|
-
return _0x3642d0['participant']?.[_0x50dd45(0x1f3)] ?? _0x400932(_0x3642d0);
|
|
1026
|
+
function _0x5f36d6(_0x184841) {
|
|
1027
|
+
return _0x184841['participant']?.['name'] ?? _0x43e31c(_0x184841);
|
|
1028
1028
|
}
|
|
1029
|
-
async function
|
|
1030
|
-
const
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
const
|
|
1036
|
-
'headers':
|
|
1037
|
-
'method':
|
|
1038
|
-
}),
|
|
1039
|
-
'attachments': (
|
|
1040
|
-
'filename':
|
|
1041
|
-
'id':
|
|
1029
|
+
async function _0x51c7c5(_0x2e822e) {
|
|
1030
|
+
const _0x2d604b = _0x2318ed, _0x113b99 = Math[_0x2d604b(0x1e2)](_0x2e822e[_0x2d604b(_0x43e9cb._0x52211a)] ?? 0x32, 0x64), _0x544591 = await _0x16d797(), _0x51d6af = new URLSearchParams();
|
|
1031
|
+
_0x51d6af[_0x2d604b(_0x43e9cb._0x472470)](_0x2d604b(0x17e), String(_0x113b99));
|
|
1032
|
+
_0x2e822e[_0x2d604b(0x18d)] ? (_0x51d6af['set']('threadId', _0x2e822e['threadId']), _0x51d6af['set'](_0x2d604b(0x11b), _0x2e822e[_0x2d604b(0x11b)])) : _0x51d6af['set']('channelId', _0x2e822e[_0x2d604b(0x11b)]);
|
|
1033
|
+
_0x2e822e[_0x2d604b(0x1a2)] && _0x51d6af[_0x2d604b(0x16c)](_0x2d604b(_0x43e9cb._0x3cdb95), String(_0x2e822e[_0x2d604b(_0x43e9cb._0x56bdbc)]));
|
|
1034
|
+
_0x2e822e[_0x2d604b(0x134)] !== void 0x0 && _0x51d6af[_0x2d604b(_0x43e9cb._0x394df2)](_0x2d604b(_0x43e9cb._0x851c64), String(_0x2e822e[_0x2d604b(0x134)]));
|
|
1035
|
+
const _0x3fa43f = await _0x3c1b8a(_0x2d604b(_0x43e9cb._0x15363d) + _0x6e51be[_0x2d604b(0x160)] + _0x2d604b(0x15f) + _0x51d6af['toString'](), {
|
|
1036
|
+
'headers': _0x4b84af,
|
|
1037
|
+
'method': _0x2d604b(0x110)
|
|
1038
|
+
}), _0x3fc329 = (_0x3fa43f[_0x2d604b(_0x43e9cb._0x1ef1c4)] ?? [])[_0x2d604b(_0x43e9cb._0x4d424c)](_0x563c21 => ({
|
|
1039
|
+
'attachments': (_0x563c21[_0x2d604b(0xac)] ?? [])[_0x2d604b(0x19f)](_0x3a9de8 => ({
|
|
1040
|
+
'filename': _0x3a9de8['filename'] ?? _0x3a9de8['id'],
|
|
1041
|
+
'id': _0x3a9de8['id']
|
|
1042
1042
|
})),
|
|
1043
|
-
'content':
|
|
1044
|
-
'createdAt':
|
|
1045
|
-
'messageId':
|
|
1046
|
-
'senderName':
|
|
1047
|
-
'senderType':
|
|
1048
|
-
'seq':
|
|
1043
|
+
'content': _0x563c21['bodyMarkdown'] ?? '',
|
|
1044
|
+
'createdAt': _0x563c21[_0x2d604b(0x11d)],
|
|
1045
|
+
'messageId': _0x563c21['id'],
|
|
1046
|
+
'senderName': _0x563c21['senderParticipantId'],
|
|
1047
|
+
'senderType': _0x989167(_0x563c21[_0x2d604b(0x14b)], _0x544591),
|
|
1048
|
+
'seq': _0x563c21[_0x2d604b(0x17b)] ?? 0x0
|
|
1049
1049
|
}));
|
|
1050
1050
|
return {
|
|
1051
|
-
'channel':
|
|
1052
|
-
'hasMore':
|
|
1053
|
-
'messages':
|
|
1054
|
-
'nextCursor':
|
|
1051
|
+
'channel': _0x2e822e[_0x2d604b(0x1b2)],
|
|
1052
|
+
'hasMore': _0x3fa43f['meta']?.[_0x2d604b(0x15c)] ?? ![],
|
|
1053
|
+
'messages': _0x3fc329,
|
|
1054
|
+
'nextCursor': _0x3fa43f[_0x2d604b(_0x43e9cb._0x1e58e8)]?.[_0x2d604b(_0x43e9cb._0x3cdb95)]
|
|
1055
1055
|
};
|
|
1056
1056
|
}
|
|
1057
1057
|
return {
|
|
1058
|
-
async 'sendMessage'(
|
|
1059
|
-
const
|
|
1060
|
-
'body': JSON[
|
|
1061
|
-
'attachment_ids':
|
|
1062
|
-
'bodyMarkdown':
|
|
1063
|
-
'channelId':
|
|
1064
|
-
...
|
|
1065
|
-
'threadId':
|
|
1066
|
-
...
|
|
1058
|
+
async 'sendMessage'(_0x2ea776) {
|
|
1059
|
+
const _0xa4935d = _0x2318ed, _0x1e53a3 = await _0x556cec(_0x2ea776['target']), _0x1a8d95 = _0x2ea776[_0xa4935d(0x84)][_0xa4935d(_0xa2cd1c._0x540721)]('@') ? extractMentionedParticipantIds(_0x2ea776['content'], await _0x16d797()) : [], _0x3b95d1 = await _0x3c1b8a(_0xa4935d(0x192) + _0x6e51be['agentId'] + _0xa4935d(_0xa2cd1c._0x55b007), {
|
|
1060
|
+
'body': JSON['stringify']({
|
|
1061
|
+
'attachment_ids': _0x2ea776['attachmentIds'],
|
|
1062
|
+
'bodyMarkdown': _0x2ea776[_0xa4935d(0x84)],
|
|
1063
|
+
'channelId': _0x1e53a3[_0xa4935d(0x11b)],
|
|
1064
|
+
..._0x1a8d95[_0xa4935d(0x1a0)] > 0x0 ? { 'mentionedParticipantIds': _0x1a8d95 } : {},
|
|
1065
|
+
'threadId': _0x1e53a3[_0xa4935d(_0xa2cd1c._0x5d23bb)],
|
|
1066
|
+
..._0x2ea776['visibility'] ? { 'visibility': _0x2ea776[_0xa4935d(0x184)] } : {}
|
|
1067
1067
|
}),
|
|
1068
|
-
'headers':
|
|
1069
|
-
'method':
|
|
1068
|
+
'headers': _0x4b84af,
|
|
1069
|
+
'method': 'POST'
|
|
1070
1070
|
});
|
|
1071
|
-
return { 'messageId':
|
|
1071
|
+
return { 'messageId': _0x3b95d1['data']?.['id'] ?? '' };
|
|
1072
1072
|
},
|
|
1073
1073
|
async 'listSchedules'() {
|
|
1074
|
-
const
|
|
1075
|
-
'headers':
|
|
1076
|
-
'method':
|
|
1074
|
+
const _0x4dcaf0 = _0x2318ed, _0x1431fc = await _0x3c1b8a(_0x4dcaf0(0x81), {
|
|
1075
|
+
'headers': _0x4b84af,
|
|
1076
|
+
'method': _0x4dcaf0(_0x158300._0x3cf08d)
|
|
1077
1077
|
});
|
|
1078
|
-
return
|
|
1078
|
+
return _0x1431fc[_0x4dcaf0(0xf1)] ?? [];
|
|
1079
1079
|
},
|
|
1080
|
-
async 'claimScheduleRun'(
|
|
1081
|
-
const
|
|
1082
|
-
'body': JSON[
|
|
1083
|
-
'headers':
|
|
1084
|
-
'method':
|
|
1080
|
+
async 'claimScheduleRun'(_0x136441) {
|
|
1081
|
+
const _0x5c2214 = _0x2318ed, _0x35cbec = await _0x3c1b8a(_0x5c2214(0x1c6), {
|
|
1082
|
+
'body': JSON[_0x5c2214(_0x4915e3._0x1a6058)](_0x136441),
|
|
1083
|
+
'headers': _0x4b84af,
|
|
1084
|
+
'method': 'POST'
|
|
1085
1085
|
});
|
|
1086
|
-
return
|
|
1086
|
+
return _0x35cbec[_0x5c2214(0xf1)] ?? {
|
|
1087
1087
|
'granted': ![],
|
|
1088
1088
|
'runId': null,
|
|
1089
1089
|
'schedule': null,
|
|
1090
|
-
'scheduledFor':
|
|
1090
|
+
'scheduledFor': _0x136441[_0x5c2214(0xaf)]
|
|
1091
1091
|
};
|
|
1092
1092
|
},
|
|
1093
|
-
async 'startScheduleRun'(
|
|
1094
|
-
const
|
|
1095
|
-
'body': JSON[
|
|
1096
|
-
'headers':
|
|
1097
|
-
'method':
|
|
1093
|
+
async 'startScheduleRun'(_0x4c2ee4) {
|
|
1094
|
+
const _0x46f71c = _0x2318ed, _0x28cda5 = await _0x3c1b8a(_0x46f71c(0x173) + encodeURIComponent(_0x4c2ee4['runId']) + '/start', {
|
|
1095
|
+
'body': JSON[_0x46f71c(0xaa)]({}),
|
|
1096
|
+
'headers': _0x4b84af,
|
|
1097
|
+
'method': _0x46f71c(_0x5949c8._0x345136)
|
|
1098
1098
|
});
|
|
1099
|
-
return
|
|
1099
|
+
return _0x28cda5[_0x46f71c(0xf1)] ?? {
|
|
1100
1100
|
'claimedByDaemonId': '',
|
|
1101
|
-
'id':
|
|
1101
|
+
'id': _0x4c2ee4[_0x46f71c(0x1d8)],
|
|
1102
1102
|
'scheduleId': '',
|
|
1103
|
-
'status':
|
|
1103
|
+
'status': 'running'
|
|
1104
1104
|
};
|
|
1105
1105
|
},
|
|
1106
|
-
async 'finishScheduleRun'(
|
|
1107
|
-
const
|
|
1108
|
-
'body': JSON[
|
|
1109
|
-
'error':
|
|
1110
|
-
'resultJson':
|
|
1111
|
-
'status':
|
|
1106
|
+
async 'finishScheduleRun'(_0x382c81) {
|
|
1107
|
+
const _0x133d84 = _0x2318ed, _0x2bddc7 = await _0x3c1b8a(_0x133d84(0x173) + encodeURIComponent(_0x382c81[_0x133d84(0x1d8)]) + '/finish', {
|
|
1108
|
+
'body': JSON[_0x133d84(_0xd7581c._0x16c021)]({
|
|
1109
|
+
'error': _0x382c81[_0x133d84(0x93)],
|
|
1110
|
+
'resultJson': _0x382c81[_0x133d84(0x104)],
|
|
1111
|
+
'status': _0x382c81[_0x133d84(0x1e6)]
|
|
1112
1112
|
}),
|
|
1113
|
-
'headers':
|
|
1114
|
-
'method':
|
|
1113
|
+
'headers': _0x4b84af,
|
|
1114
|
+
'method': _0x133d84(0xef)
|
|
1115
1115
|
});
|
|
1116
|
-
return
|
|
1116
|
+
return _0x2bddc7['data'] ?? {
|
|
1117
1117
|
'nextRunAt': null,
|
|
1118
1118
|
'run': {
|
|
1119
1119
|
'claimedByDaemonId': '',
|
|
1120
|
-
'id':
|
|
1120
|
+
'id': _0x382c81[_0x133d84(_0xd7581c._0x36793c)],
|
|
1121
1121
|
'scheduleId': '',
|
|
1122
|
-
'status':
|
|
1122
|
+
'status': _0x382c81[_0x133d84(0x1e6)]
|
|
1123
1123
|
}
|
|
1124
1124
|
};
|
|
1125
1125
|
},
|
|
1126
|
-
async 'listTasks'(
|
|
1127
|
-
const
|
|
1128
|
-
return
|
|
1129
|
-
'headers':
|
|
1130
|
-
'method':
|
|
1126
|
+
async 'listTasks'(_0x225dc8) {
|
|
1127
|
+
const _0x5abbd5 = _0x2318ed, _0x1e93a6 = new URLSearchParams();
|
|
1128
|
+
return _0x1e93a6['set'](_0x5abbd5(_0xf67abb._0x46ec30), _0x225dc8[_0x5abbd5(_0xf67abb._0xa1a59c)]), _0x225dc8[_0x5abbd5(_0xf67abb._0x1034af)] && _0x1e93a6['set'](_0x5abbd5(0x1e6), _0x225dc8[_0x5abbd5(0x1e6)]), _0x34bb26('/internal/agent/' + _0x6e51be['agentId'] + _0x5abbd5(0x103) + _0x1e93a6['toString'](), {
|
|
1129
|
+
'headers': _0x4b84af,
|
|
1130
|
+
'method': _0x5abbd5(0x110)
|
|
1131
1131
|
});
|
|
1132
1132
|
},
|
|
1133
|
-
async 'createTasks'(
|
|
1134
|
-
const
|
|
1135
|
-
return
|
|
1136
|
-
'body': JSON[
|
|
1137
|
-
...
|
|
1138
|
-
'idempotency_key':
|
|
1133
|
+
async 'createTasks'(_0x2e75aa) {
|
|
1134
|
+
const _0x2009fe = _0x2318ed;
|
|
1135
|
+
return _0x34bb26(_0x2009fe(0x192) + _0x6e51be[_0x2009fe(_0x1f04b2._0x170a74)] + _0x2009fe(0x1b4), {
|
|
1136
|
+
'body': JSON['stringify']({
|
|
1137
|
+
..._0x2e75aa,
|
|
1138
|
+
'idempotency_key': _0x305615(_0x2009fe(_0x1f04b2._0xb2789e), _0x2e75aa)
|
|
1139
1139
|
}),
|
|
1140
|
-
'headers':
|
|
1141
|
-
'method':
|
|
1140
|
+
'headers': _0x4b84af,
|
|
1141
|
+
'method': 'POST'
|
|
1142
1142
|
});
|
|
1143
1143
|
},
|
|
1144
|
-
async 'claimTasks'(
|
|
1145
|
-
const
|
|
1146
|
-
return
|
|
1147
|
-
'body': JSON[
|
|
1148
|
-
...
|
|
1149
|
-
'idempotency_key':
|
|
1144
|
+
async 'claimTasks'(_0x161f1a) {
|
|
1145
|
+
const _0x5e4bfe = _0x2318ed;
|
|
1146
|
+
return _0x34bb26(_0x5e4bfe(0x192) + _0x6e51be[_0x5e4bfe(_0xa74a9d._0x2eff45)] + _0x5e4bfe(0x78), {
|
|
1147
|
+
'body': JSON[_0x5e4bfe(_0xa74a9d._0x415893)]({
|
|
1148
|
+
..._0x161f1a,
|
|
1149
|
+
'idempotency_key': _0x305615(_0x5e4bfe(_0xa74a9d._0x253d5b), _0x161f1a)
|
|
1150
1150
|
}),
|
|
1151
|
-
'headers':
|
|
1152
|
-
'method':
|
|
1151
|
+
'headers': _0x4b84af,
|
|
1152
|
+
'method': _0x5e4bfe(0xef)
|
|
1153
1153
|
});
|
|
1154
1154
|
},
|
|
1155
|
-
async 'unclaimTask'(
|
|
1156
|
-
const
|
|
1157
|
-
return
|
|
1158
|
-
'body': JSON[
|
|
1159
|
-
...
|
|
1160
|
-
'idempotency_key':
|
|
1155
|
+
async 'unclaimTask'(_0x274919) {
|
|
1156
|
+
const _0x192f5e = _0x2318ed;
|
|
1157
|
+
return _0x34bb26('/internal/agent/' + _0x6e51be[_0x192f5e(0x160)] + _0x192f5e(0x140), {
|
|
1158
|
+
'body': JSON[_0x192f5e(0xaa)]({
|
|
1159
|
+
..._0x274919,
|
|
1160
|
+
'idempotency_key': _0x305615('unclaim_task', _0x274919)
|
|
1161
1161
|
}),
|
|
1162
|
-
'headers':
|
|
1163
|
-
'method':
|
|
1162
|
+
'headers': _0x4b84af,
|
|
1163
|
+
'method': 'POST'
|
|
1164
1164
|
});
|
|
1165
1165
|
},
|
|
1166
|
-
async 'updateTaskStatus'(
|
|
1167
|
-
const
|
|
1168
|
-
return
|
|
1169
|
-
'body': JSON[
|
|
1170
|
-
...
|
|
1171
|
-
'idempotency_key':
|
|
1166
|
+
async 'updateTaskStatus'(_0x102b04) {
|
|
1167
|
+
const _0x3633fc = _0x2318ed;
|
|
1168
|
+
return _0x34bb26('/internal/agent/' + _0x6e51be[_0x3633fc(_0x4eebc0._0x11c861)] + _0x3633fc(0x1f7), {
|
|
1169
|
+
'body': JSON['stringify']({
|
|
1170
|
+
..._0x102b04,
|
|
1171
|
+
'idempotency_key': _0x305615(_0x3633fc(0x1d5), _0x102b04)
|
|
1172
1172
|
}),
|
|
1173
|
-
'headers':
|
|
1174
|
-
'method':
|
|
1173
|
+
'headers': _0x4b84af,
|
|
1174
|
+
'method': _0x3633fc(_0x4eebc0._0x325da7)
|
|
1175
1175
|
});
|
|
1176
1176
|
},
|
|
1177
|
-
async 'uploadFile'(
|
|
1178
|
-
const
|
|
1179
|
-
if (
|
|
1180
|
-
throw new Error(
|
|
1181
|
-
const
|
|
1182
|
-
'body': JSON[
|
|
1183
|
-
'channel':
|
|
1184
|
-
'contentBase64':
|
|
1185
|
-
'contentType':
|
|
1186
|
-
'originalFilename':
|
|
1177
|
+
async 'uploadFile'(_0x457dd6) {
|
|
1178
|
+
const _0x134489 = _0x2318ed, _0x7a367d = await _0x556cec(_0x457dd6[_0x134489(0x137)]);
|
|
1179
|
+
if (_0x7a367d[_0x134489(_0x155533._0x174969)])
|
|
1180
|
+
throw new Error(_0x134489(0x99));
|
|
1181
|
+
const _0x3323ff = await _0x3c1b8a('/internal/agent/' + _0x6e51be[_0x134489(_0x155533._0x79e16d)] + _0x134489(0xfa), {
|
|
1182
|
+
'body': JSON[_0x134489(_0x155533._0x1c2160)]({
|
|
1183
|
+
'channel': _0x7a367d[_0x134489(_0x155533._0x38f38b)],
|
|
1184
|
+
'contentBase64': _0x457dd6[_0x134489(_0x155533._0x337b88)],
|
|
1185
|
+
'contentType': _0x457dd6[_0x134489(0x1bb)],
|
|
1186
|
+
'originalFilename': _0x457dd6['filename']
|
|
1187
1187
|
}),
|
|
1188
|
-
'headers':
|
|
1189
|
-
'method':
|
|
1188
|
+
'headers': _0x4b84af,
|
|
1189
|
+
'method': _0x134489(_0x155533._0x1d1858)
|
|
1190
1190
|
});
|
|
1191
1191
|
return {
|
|
1192
|
-
'attachmentId':
|
|
1193
|
-
'filename':
|
|
1194
|
-
'sizeBytes':
|
|
1192
|
+
'attachmentId': _0x3323ff[_0x134489(0xf1)]?.['id'] ?? '',
|
|
1193
|
+
'filename': _0x3323ff[_0x134489(_0x155533._0x3363a0)]?.[_0x134489(0x182)] ?? _0x457dd6['filename'],
|
|
1194
|
+
'sizeBytes': _0x3323ff[_0x134489(_0x155533._0xfa169d)]?.['sizeBytes'] ?? 0x0
|
|
1195
1195
|
};
|
|
1196
1196
|
},
|
|
1197
|
-
async 'downloadAttachment'(
|
|
1198
|
-
const
|
|
1199
|
-
'headers':
|
|
1200
|
-
'method':
|
|
1201
|
-
}),
|
|
1197
|
+
async 'downloadAttachment'(_0x22aba2) {
|
|
1198
|
+
const _0x5da878 = _0x2318ed, _0x427b43 = await _0x3c1b8a(_0x5da878(_0x5554f1._0x520381) + _0x22aba2, {
|
|
1199
|
+
'headers': _0x4b84af,
|
|
1200
|
+
'method': _0x5da878(0x110)
|
|
1201
|
+
}), _0x2b369e = new AbortController(), _0x32e40c = setTimeout(() => _0x2b369e[_0x5da878(0x117)](), _0x236405);
|
|
1202
1202
|
try {
|
|
1203
|
-
const
|
|
1204
|
-
'headers':
|
|
1205
|
-
'method':
|
|
1206
|
-
'signal':
|
|
1203
|
+
const _0x38f003 = await _0x2fbaee(_0x184935 + '/api/attachments/' + _0x22aba2 + _0x5da878(_0x5554f1._0x5a047f), {
|
|
1204
|
+
'headers': _0x4b84af,
|
|
1205
|
+
'method': _0x5da878(0x110),
|
|
1206
|
+
'signal': _0x2b369e['signal']
|
|
1207
1207
|
});
|
|
1208
|
-
if (!
|
|
1209
|
-
throw new Error(
|
|
1208
|
+
if (!_0x38f003['ok'])
|
|
1209
|
+
throw new Error(_0x5da878(_0x5554f1._0x275bf0) + _0x38f003[_0x5da878(0x1e6)]);
|
|
1210
1210
|
return {
|
|
1211
|
-
'contentType':
|
|
1212
|
-
'data': Buffer[
|
|
1213
|
-
'originalFilename':
|
|
1211
|
+
'contentType': _0x427b43[_0x5da878(_0x5554f1._0x3caa2d)]?.['contentType'] ?? _0x38f003['headers'][_0x5da878(0x127)](_0x5da878(_0x5554f1._0x35a153)) ?? _0x5da878(_0x5554f1._0x2e06a9),
|
|
1212
|
+
'data': Buffer[_0x5da878(_0x5554f1._0x1b841b)](await _0x38f003[_0x5da878(_0x5554f1._0x29fa6f)]()),
|
|
1213
|
+
'originalFilename': _0x427b43[_0x5da878(0xf1)]?.[_0x5da878(_0x5554f1._0xc5f4d7)]
|
|
1214
1214
|
};
|
|
1215
1215
|
} finally {
|
|
1216
|
-
clearTimeout(
|
|
1216
|
+
clearTimeout(_0x32e40c);
|
|
1217
1217
|
}
|
|
1218
1218
|
},
|
|
1219
1219
|
async 'listServer'() {
|
|
1220
|
-
return
|
|
1220
|
+
return _0x16d797();
|
|
1221
1221
|
},
|
|
1222
|
-
async 'readHistory'(
|
|
1223
|
-
const
|
|
1224
|
-
return
|
|
1225
|
-
'after':
|
|
1226
|
-
'before':
|
|
1227
|
-
'channelId':
|
|
1228
|
-
'channelTarget':
|
|
1229
|
-
'limit':
|
|
1230
|
-
'threadId':
|
|
1222
|
+
async 'readHistory'(_0x804be5) {
|
|
1223
|
+
const _0x538770 = _0x2318ed, _0x2beb0c = await _0x556cec(_0x804be5['channel']);
|
|
1224
|
+
return _0x51c7c5({
|
|
1225
|
+
'after': _0x804be5['after'],
|
|
1226
|
+
'before': _0x804be5[_0x538770(_0xba0c21._0x2946e4)],
|
|
1227
|
+
'channelId': _0x2beb0c['channelId'],
|
|
1228
|
+
'channelTarget': _0x2beb0c[_0x538770(0x82)],
|
|
1229
|
+
'limit': _0x804be5['limit'],
|
|
1230
|
+
'threadId': _0x2beb0c[_0x538770(_0xba0c21._0x26abb8)]
|
|
1231
1231
|
});
|
|
1232
1232
|
},
|
|
1233
|
-
'resolveTarget':
|
|
1233
|
+
'resolveTarget': _0x556cec,
|
|
1234
1234
|
async 'checkMessages'() {
|
|
1235
|
-
const
|
|
1236
|
-
|
|
1237
|
-
const
|
|
1238
|
-
'headers':
|
|
1239
|
-
'method':
|
|
1240
|
-
}),
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
])),
|
|
1244
|
-
for (const
|
|
1245
|
-
const
|
|
1246
|
-
if (!
|
|
1235
|
+
const _0xc1c150 = _0x2318ed, _0x263a98 = new URLSearchParams();
|
|
1236
|
+
_0x263a98[_0xc1c150(_0x398231._0x2f1fb6)](_0xc1c150(_0x398231._0x1402eb), String(_0x23e3ee));
|
|
1237
|
+
const _0x32f587 = _0x263a98['toString'](), _0x41750e = await _0x3c1b8a(_0xc1c150(0x192) + _0x6e51be[_0xc1c150(0x160)] + _0xc1c150(0x180) + (_0x32f587 ? '?' + _0x32f587 : ''), {
|
|
1238
|
+
'headers': _0x4b84af,
|
|
1239
|
+
'method': _0xc1c150(0x110)
|
|
1240
|
+
}), _0x1eaf41 = _0x41750e['data'] ?? [], _0x36f921 = _0x41750e[_0xc1c150(_0x398231._0x135f99)]?.['cursor'], _0x4c4806 = _0x36f921 !== void 0x0 ? Math[_0xc1c150(0x96)](_0x23e3ee, _0x36f921) : _0x1eaf41[_0xc1c150(0x1a0)] > 0x0 ? Math[_0xc1c150(0x96)](_0x23e3ee, _0x1eaf41[_0x1eaf41[_0xc1c150(_0x398231._0x48f6e1)] - 0x1]['seq']) : _0x23e3ee, _0xb9fa98 = _0x3f46f0 === void 0x0 && _0x4cddff, _0x1f70bd = await _0x16d797(), _0xdb756 = new Map(_0x1f70bd[_0xc1c150(0x13e)][_0xc1c150(0x19f)](_0x36193f => [
|
|
1241
|
+
_0x36193f['id'],
|
|
1242
|
+
_0x36193f
|
|
1243
|
+
])), _0x26c7c5 = _0x1eaf41[_0xc1c150(0x1f1)](_0x3ad2c5 => _0x3ad2c5[_0xc1c150(0x155)] === _0xc1c150(0x8d)), _0x238f3b = new Map();
|
|
1244
|
+
for (const _0x47ccca of _0x26c7c5) {
|
|
1245
|
+
const _0x2c5e01 = asRecord(_0x47ccca[_0xc1c150(0x76)]), _0x58abe5 = typeof _0x2c5e01[_0xc1c150(_0x398231._0xd831a7)] === _0xc1c150(_0x398231._0x3ad10e) ? _0x2c5e01[_0xc1c150(0x11b)] : '';
|
|
1246
|
+
if (!_0x58abe5)
|
|
1247
1247
|
continue;
|
|
1248
|
-
const
|
|
1248
|
+
const _0x36210c = typeof _0x2c5e01[_0xc1c150(_0x398231._0x36627e)] === _0xc1c150(0xbb) ? _0x2c5e01['threadId'] : void 0x0, _0x195100 = typeof _0x2c5e01[_0xc1c150(0x10b)] === _0xc1c150(_0x398231._0x3ad10e) ? _0x2c5e01[_0xc1c150(_0x398231._0x210bbc)] : void 0x0, _0x5d5afc = typeof _0x2c5e01[_0xc1c150(_0x398231._0x21ce0e)] === _0xc1c150(0x141) && Number[_0xc1c150(_0x398231._0x455ca8)](_0x2c5e01[_0xc1c150(_0x398231._0x2a05c6)]) ? _0x2c5e01[_0xc1c150(0x153)] : void 0x0, _0x5d6760 = Boolean(_0x36210c && (!_0x195100 || _0x47ccca[_0xc1c150(0xa1)] !== _0x195100)), _0x55e991 = _0x5d6760 ? _0x58abe5 + ':' + _0x36210c : _0x58abe5, _0x2e9683 = _0x238f3b['get'](_0x55e991) ?? {
|
|
1249
1249
|
'aggregateIds': [],
|
|
1250
|
-
'channelId':
|
|
1250
|
+
'channelId': _0x58abe5,
|
|
1251
1251
|
'entries': new Map(),
|
|
1252
|
-
'isThreadReply':
|
|
1253
|
-
'rootMessageId':
|
|
1254
|
-
'threadNumber':
|
|
1255
|
-
'threadId':
|
|
1252
|
+
'isThreadReply': _0x5d6760,
|
|
1253
|
+
'rootMessageId': _0x195100,
|
|
1254
|
+
'threadNumber': _0x5d5afc,
|
|
1255
|
+
'threadId': _0x5d6760 ? _0x36210c : void 0x0
|
|
1256
1256
|
};
|
|
1257
|
-
|
|
1258
|
-
'payloadJson':
|
|
1259
|
-
'seq':
|
|
1260
|
-
}),
|
|
1257
|
+
_0x2e9683['threadNumber'] == null && _0x5d5afc != null && (_0x2e9683['threadNumber'] = _0x5d5afc), !_0x2e9683[_0xc1c150(_0x398231._0x322a7b)] && _0x195100 && (_0x2e9683['rootMessageId'] = _0x195100), _0x2e9683['aggregateIds']['push'](_0x47ccca[_0xc1c150(_0x398231._0x2185b8)]), _0x2e9683[_0xc1c150(0xc3)][_0xc1c150(_0x398231._0x2f1fb6)](_0x47ccca[_0xc1c150(0xa1)], {
|
|
1258
|
+
'payloadJson': _0x47ccca['payloadJson'],
|
|
1259
|
+
'seq': _0x47ccca[_0xc1c150(0xa4)]
|
|
1260
|
+
}), _0x238f3b['set'](_0x55e991, _0x2e9683);
|
|
1261
1261
|
}
|
|
1262
|
-
const
|
|
1263
|
-
for (const
|
|
1262
|
+
const _0xd5bb22 = [];
|
|
1263
|
+
for (const _0x372669 of _0x238f3b['values']()) {
|
|
1264
1264
|
const {
|
|
1265
|
-
channelId:
|
|
1266
|
-
threadId:
|
|
1267
|
-
rootMessageId:
|
|
1268
|
-
threadNumber:
|
|
1269
|
-
aggregateIds:
|
|
1270
|
-
isThreadReply:
|
|
1271
|
-
entries:
|
|
1272
|
-
} =
|
|
1273
|
-
'channelTarget':
|
|
1274
|
-
'rootMessageId':
|
|
1275
|
-
'threadId':
|
|
1276
|
-
'threadNumber':
|
|
1277
|
-
},
|
|
1278
|
-
'channelId':
|
|
1279
|
-
'channelTarget':
|
|
1280
|
-
'limit': Math[
|
|
1281
|
-
'threadId':
|
|
1282
|
-
}),
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
])),
|
|
1286
|
-
for (const
|
|
1287
|
-
if (!
|
|
1265
|
+
channelId: _0xaad68c,
|
|
1266
|
+
threadId: _0x3c8def,
|
|
1267
|
+
rootMessageId: _0x25c8f0,
|
|
1268
|
+
threadNumber: _0x21c1f3,
|
|
1269
|
+
aggregateIds: _0x1c8e4b,
|
|
1270
|
+
isThreadReply: _0x56999f,
|
|
1271
|
+
entries: _0x4b5fc8
|
|
1272
|
+
} = _0x372669, _0x5a6d4f = _0xdb756['get'](_0xaad68c), _0x4a033f = _0x5a6d4f?.['name'] ?? _0xaad68c, _0x405eb2 = _0x5a6d4f?.[_0xc1c150(0x1da)] === 'dm' ? 'dm:' + _0x4a033f : '#' + _0x4a033f, _0x154cab = {
|
|
1273
|
+
'channelTarget': _0x405eb2,
|
|
1274
|
+
'rootMessageId': _0x25c8f0,
|
|
1275
|
+
'threadId': _0x3c8def,
|
|
1276
|
+
'threadNumber': _0x21c1f3
|
|
1277
|
+
}, _0x4ac081 = await _0x51c7c5({
|
|
1278
|
+
'channelId': _0xaad68c,
|
|
1279
|
+
'channelTarget': _0x405eb2,
|
|
1280
|
+
'limit': Math[_0xc1c150(_0x398231._0x2c3265)](_0x1c8e4b['length'], 0x32),
|
|
1281
|
+
'threadId': _0x3c8def
|
|
1282
|
+
}), _0x1d8bb9 = new Map(_0x4ac081[_0xc1c150(_0x398231._0x2eaeaf)][_0xc1c150(_0x398231._0x5bd31a)](_0x17cca1 => [
|
|
1283
|
+
_0x17cca1[_0xc1c150(0xf7)],
|
|
1284
|
+
_0x17cca1
|
|
1285
|
+
])), _0x397bc6 = _0x3c8def ? _0x3c103f(_0x154cab) : _0x405eb2, _0x4964d5 = _0x3f46f0 ? _0x56999f && _0x4dee02(_0x3f46f0, _0x154cab) : !![], _0x2b8d4c = _0x56999f ? _0x4964d5 && _0x3f46f0 ? _0x3f46f0 : _0x397bc6 : _0x405eb2;
|
|
1286
|
+
for (const _0x30c1a7 of _0x1c8e4b) {
|
|
1287
|
+
if (!_0x4964d5)
|
|
1288
1288
|
continue;
|
|
1289
|
-
const
|
|
1290
|
-
if (
|
|
1289
|
+
const _0x531057 = _0x4b5fc8['get'](_0x30c1a7), _0x2ebe1b = _0x531057 ? asRecord(_0x531057[_0xc1c150(0x76)]) : void 0x0, _0x567f21 = _0x2ebe1b?.['taskDeliveryMode'] === _0xc1c150(0x149);
|
|
1290
|
+
if (_0xb9fa98 && _0x567f21)
|
|
1291
1291
|
continue;
|
|
1292
|
-
const
|
|
1293
|
-
if (
|
|
1294
|
-
|
|
1295
|
-
'attachments':
|
|
1296
|
-
'content':
|
|
1297
|
-
'createdAt':
|
|
1298
|
-
'messageId':
|
|
1299
|
-
'senderName':
|
|
1300
|
-
'senderType':
|
|
1301
|
-
'target':
|
|
1302
|
-
...
|
|
1292
|
+
const _0x557be8 = _0x1d8bb9['get'](_0x30c1a7);
|
|
1293
|
+
if (_0x557be8) {
|
|
1294
|
+
_0xd5bb22['push']({
|
|
1295
|
+
'attachments': _0x557be8['attachments'],
|
|
1296
|
+
'content': _0x557be8[_0xc1c150(_0x398231._0x42a86e)],
|
|
1297
|
+
'createdAt': _0x557be8['createdAt'],
|
|
1298
|
+
'messageId': _0x557be8[_0xc1c150(0xf7)],
|
|
1299
|
+
'senderName': _0x557be8[_0xc1c150(0x1ad)],
|
|
1300
|
+
'senderType': _0x557be8[_0xc1c150(0x1cb)],
|
|
1301
|
+
'target': _0x2b8d4c,
|
|
1302
|
+
..._0x567f21 ? { 'targetedTask': !![] } : {}
|
|
1303
1303
|
});
|
|
1304
1304
|
continue;
|
|
1305
1305
|
}
|
|
1306
|
-
if (
|
|
1307
|
-
const
|
|
1308
|
-
|
|
1306
|
+
if (_0x531057) {
|
|
1307
|
+
const _0x1a9308 = typeof _0x2ebe1b?.[_0xc1c150(0x14b)] === 'string' ? _0x2ebe1b[_0xc1c150(0x14b)] : '', _0xaedec3 = typeof _0x2ebe1b?.[_0xc1c150(_0x398231._0x2f744a)] === 'string' ? _0x2ebe1b[_0xc1c150(0x1c3)] : '';
|
|
1308
|
+
_0x1a9308 && _0xaedec3 && _0xd5bb22['push']({
|
|
1309
1309
|
'attachments': [],
|
|
1310
|
-
'content':
|
|
1311
|
-
'createdAt': new Date()[
|
|
1312
|
-
'messageId':
|
|
1313
|
-
'senderName':
|
|
1314
|
-
'senderType':
|
|
1315
|
-
'target':
|
|
1316
|
-
...
|
|
1310
|
+
'content': _0xaedec3,
|
|
1311
|
+
'createdAt': new Date()[_0xc1c150(0x10c)](),
|
|
1312
|
+
'messageId': _0x30c1a7,
|
|
1313
|
+
'senderName': _0x1a9308,
|
|
1314
|
+
'senderType': _0x989167(_0x1a9308, _0x1f70bd),
|
|
1315
|
+
'target': _0x2b8d4c,
|
|
1316
|
+
..._0x567f21 ? { 'targetedTask': !![] } : {}
|
|
1317
1317
|
});
|
|
1318
1318
|
}
|
|
1319
1319
|
}
|
|
1320
1320
|
}
|
|
1321
|
-
if (
|
|
1322
|
-
if (
|
|
1323
|
-
await
|
|
1321
|
+
if (_0x4c4806 > 0x0) {
|
|
1322
|
+
if (_0x316263)
|
|
1323
|
+
await _0x12381c(_0x4c4806);
|
|
1324
1324
|
else
|
|
1325
|
-
|
|
1325
|
+
_0x2f6e7b && await _0x15a87b(_0x4c4806);
|
|
1326
1326
|
}
|
|
1327
|
-
return
|
|
1327
|
+
return _0x4c4806 > _0x23e3ee && (_0x23e3ee = _0x4c4806), { 'messages': _0x3f46f0 ? _0xd5bb22 : _0xb9fa98 ? _0xd5bb22['filter'](_0x22a105 => _0x22a105[_0xc1c150(0x1ea)] !== !![]) : _0xd5bb22 };
|
|
1328
1328
|
}
|
|
1329
1329
|
};
|
|
1330
1330
|
}
|
|
1331
|
-
function toLocalTime(
|
|
1332
|
-
const
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1331
|
+
function toLocalTime(_0x54e6f9) {
|
|
1332
|
+
const _0x3e05a5 = {
|
|
1333
|
+
_0x14093c: 0x1e3,
|
|
1334
|
+
_0x49c6ec: 0x14e
|
|
1335
|
+
}, _0x233941 = _0x174aa9, _0x2a6af2 = new Date(_0x54e6f9);
|
|
1336
|
+
if (Number[_0x233941(_0x3e05a5._0x14093c)](_0x2a6af2[_0x233941(_0x3e05a5._0x49c6ec)]()))
|
|
1337
|
+
return _0x54e6f9;
|
|
1338
|
+
const _0x32b560 = _0x591826 => String(_0x591826)[_0x233941(0xfe)](0x2, '0');
|
|
1339
|
+
return _0x2a6af2['getFullYear']() + '-' + _0x32b560(_0x2a6af2['getMonth']() + 0x1) + '-' + _0x32b560(_0x2a6af2[_0x233941(0x1e4)]()) + '\x20' + _0x32b560(_0x2a6af2[_0x233941(0xcb)]()) + ':' + _0x32b560(_0x2a6af2['getMinutes']()) + ':' + _0x32b560(_0x2a6af2[_0x233941(0x109)]());
|
|
1337
1340
|
}
|
|
1338
|
-
function formatAttachmentSuffix(
|
|
1339
|
-
const
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
}, _0x169454 = _0x50158a;
|
|
1346
|
-
if (!_0x155985 || _0x155985['length'] === 0x0)
|
|
1341
|
+
function formatAttachmentSuffix(_0x38806d) {
|
|
1342
|
+
const _0x30fb92 = {
|
|
1343
|
+
_0xa2ed99: 0x1a0,
|
|
1344
|
+
_0x2d7d90: 0x19f,
|
|
1345
|
+
_0x1dabf2: 0xdd
|
|
1346
|
+
}, _0x130e48 = _0x174aa9;
|
|
1347
|
+
if (!_0x38806d || _0x38806d[_0x130e48(_0x30fb92._0xa2ed99)] === 0x0)
|
|
1347
1348
|
return '';
|
|
1348
|
-
return '\x20[' +
|
|
1349
|
+
return '\x20[' + _0x38806d['length'] + '\x20attachment' + (_0x38806d[_0x130e48(0x1a0)] > 0x1 ? 's' : '') + ':\x20' + _0x38806d[_0x130e48(_0x30fb92._0x2d7d90)](_0x2cf524 => _0x2cf524[_0x130e48(0x1ce)] + _0x130e48(0x1db) + _0x2cf524['id'] + ')')[_0x130e48(_0x30fb92._0x1dabf2)](',\x20') + '\x20—\x20use\x20view_file\x20to\x20see]';
|
|
1349
1350
|
}
|
|
1350
|
-
function formatCheckMessages(
|
|
1351
|
-
const
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1351
|
+
function formatCheckMessages(_0x3fe1a9) {
|
|
1352
|
+
const _0x31d602 = {
|
|
1353
|
+
_0x26991e: 0x1a0,
|
|
1354
|
+
_0x429e5e: 0xdd
|
|
1355
|
+
}, _0x158c0e = {
|
|
1356
|
+
_0x1ed45c: 0x168,
|
|
1357
|
+
_0x2736a4: 0xf7,
|
|
1358
|
+
_0x120558: 0x77,
|
|
1359
|
+
_0x2f1527: 0xac
|
|
1360
|
+
}, _0x2484a8 = _0x174aa9;
|
|
1361
|
+
if (_0x3fe1a9[_0x2484a8(_0x31d602._0x26991e)] === 0x0)
|
|
1362
|
+
return _0x2484a8(0x11c);
|
|
1363
|
+
return _0x3fe1a9['map'](_0x4a3a7c => {
|
|
1364
|
+
const _0x529c17 = _0x2484a8, _0x36321b = _0x4a3a7c[_0x529c17(0x1cb)] === _0x529c17(_0x158c0e._0x1ed45c) ? '\x20type=agent' : '';
|
|
1365
|
+
return '[target=' + _0x4a3a7c['target'] + '\x20msg=' + _0x4a3a7c[_0x529c17(_0x158c0e._0x2736a4)][_0x529c17(0x1bd)](0x0, 0x8) + _0x529c17(0x177) + toLocalTime(_0x4a3a7c['createdAt']) + _0x36321b + _0x529c17(_0x158c0e._0x120558) + _0x4a3a7c[_0x529c17(0x1ad)] + ':\x20' + _0x4a3a7c[_0x529c17(0x84)] + formatAttachmentSuffix(_0x4a3a7c[_0x529c17(_0x158c0e._0x2f1527)]);
|
|
1366
|
+
})[_0x2484a8(_0x31d602._0x429e5e)]('\x0a');
|
|
1364
1367
|
}
|
|
1365
|
-
function formatHistory(
|
|
1366
|
-
const
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
},
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
return _0x103129(_0x1f787c._0x2db8d3) + _0x2820cd[_0x103129(0x162)] + '\x20(' + _0x2820cd['messages'][_0x103129(_0x1f787c._0x5bdb49)] + _0x103129(0x235) + _0x5554 + _0x111ddc;
|
|
1368
|
+
function formatHistory(_0x433e1d) {
|
|
1369
|
+
const _0x52db52 = {
|
|
1370
|
+
_0x15a210: 0xc8,
|
|
1371
|
+
_0x2683f8: 0x1a0,
|
|
1372
|
+
_0x967833: 0xe7,
|
|
1373
|
+
_0x327f5f: 0x8e,
|
|
1374
|
+
_0xf6ac30: 0x8c,
|
|
1375
|
+
_0x270f28: 0x9c
|
|
1376
|
+
}, _0x111e12 = {
|
|
1377
|
+
_0x59b059: 0x168,
|
|
1378
|
+
_0x45bbd3: 0x179,
|
|
1379
|
+
_0x3a6191: 0x177,
|
|
1380
|
+
_0x3f4deb: 0x77,
|
|
1381
|
+
_0xbc957a: 0x1ad,
|
|
1382
|
+
_0x11172e: 0xac
|
|
1383
|
+
}, _0x3c656e = _0x174aa9;
|
|
1384
|
+
if (_0x433e1d[_0x3c656e(_0x52db52._0x15a210)][_0x3c656e(_0x52db52._0x2683f8)] === 0x0)
|
|
1385
|
+
return '##\x20Message\x20History\x20for\x20' + _0x433e1d[_0x3c656e(0x137)] + _0x3c656e(_0x52db52._0x967833);
|
|
1386
|
+
const _0xddfa21 = _0x433e1d['messages'][_0x3c656e(0x19f)](_0x56638a => {
|
|
1387
|
+
const _0x2a6130 = _0x3c656e, _0x452028 = _0x56638a['senderType'] === _0x2a6130(_0x111e12._0x59b059) ? _0x2a6130(0x1a1) : '';
|
|
1388
|
+
return _0x2a6130(_0x111e12._0x45bbd3) + _0x56638a[_0x2a6130(0xa4)] + '\x20msg=' + _0x56638a['messageId'] + _0x2a6130(_0x111e12._0x3a6191) + toLocalTime(_0x56638a[_0x2a6130(0x11d)]) + _0x452028 + _0x2a6130(_0x111e12._0x3f4deb) + _0x56638a[_0x2a6130(_0x111e12._0xbc957a)] + ':\x20' + _0x56638a['content'] + formatAttachmentSuffix(_0x56638a[_0x2a6130(_0x111e12._0x11172e)]);
|
|
1389
|
+
})[_0x3c656e(0xdd)]('\x0a'), _0x18b703 = _0x433e1d[_0x3c656e(0x15c)] && _0x433e1d[_0x3c656e(0x8e)] ? '\x0a\x0a---\x20' + _0x433e1d['messages'][_0x3c656e(_0x52db52._0x2683f8)] + '\x20messages\x20shown.\x20Use\x20before=' + _0x433e1d[_0x3c656e(_0x52db52._0x327f5f)] + _0x3c656e(_0x52db52._0xf6ac30) : '';
|
|
1390
|
+
return _0x3c656e(0xfb) + _0x433e1d['channel'] + '\x20(' + _0x433e1d[_0x3c656e(0xc8)][_0x3c656e(0x1a0)] + _0x3c656e(_0x52db52._0x270f28) + _0xddfa21 + _0x18b703;
|
|
1389
1391
|
}
|
|
1390
|
-
function formatServerDirectory(
|
|
1391
|
-
const
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1392
|
+
function formatServerDirectory(_0x325ab1) {
|
|
1393
|
+
const _0x3ea74b = {
|
|
1394
|
+
_0xd83402: 0x13e,
|
|
1395
|
+
_0x3fac24: 0x19f,
|
|
1396
|
+
_0x2ba50b: 0x10f,
|
|
1397
|
+
_0x2d0d30: 0xdd,
|
|
1398
|
+
_0x50200b: 0xf0,
|
|
1399
|
+
_0x5eb6ea: 0x1a0,
|
|
1400
|
+
_0x1ef404: 0x18a,
|
|
1401
|
+
_0x58b277: 0xbf,
|
|
1402
|
+
_0xae6880: 0x1df
|
|
1403
|
+
}, _0x4a8f43 = _0x174aa9, _0x35ca53 = _0x325ab1['channels'][_0x4a8f43(0x1a0)] > 0x0 ? _0x325ab1[_0x4a8f43(_0x3ea74b._0xd83402)][_0x4a8f43(_0x3ea74b._0x3fac24)](_0x4640fd => _0x4640fd['description'] ? _0x4a8f43(0x12f) + _0x4640fd[_0x4a8f43(0x102)] + _0x4a8f43(0xe9) + _0x4640fd[_0x4a8f43(0x1e1)] : _0x4a8f43(0x12f) + _0x4640fd[_0x4a8f43(0x102)])['join']('\x0a') : _0x4a8f43(0xf0), _0x5e7cec = _0x325ab1[_0x4a8f43(_0x3ea74b._0x2ba50b)][_0x4a8f43(0x1a0)] > 0x0 ? _0x325ab1['agents'][_0x4a8f43(0x19f)](_0x46698c => _0x4a8f43(0x1ed) + _0x46698c[_0x4a8f43(0x102)])[_0x4a8f43(_0x3ea74b._0x2d0d30)]('\x0a') : _0x4a8f43(_0x3ea74b._0x50200b), _0x1f663e = _0x325ab1[_0x4a8f43(0x18a)][_0x4a8f43(_0x3ea74b._0x5eb6ea)] > 0x0 ? _0x325ab1[_0x4a8f43(_0x3ea74b._0x1ef404)][_0x4a8f43(_0x3ea74b._0x3fac24)](_0x45ecd4 => _0x4a8f43(0x1ed) + _0x45ecd4[_0x4a8f43(0x102)])[_0x4a8f43(_0x3ea74b._0x2d0d30)]('\x0a') : _0x4a8f43(0xf0);
|
|
1400
1404
|
return [
|
|
1401
|
-
|
|
1405
|
+
_0x4a8f43(0xd0) + _0x325ab1[_0x4a8f43(0x12c)],
|
|
1402
1406
|
'',
|
|
1403
|
-
|
|
1404
|
-
|
|
1407
|
+
'###\x20Channels',
|
|
1408
|
+
_0x35ca53,
|
|
1405
1409
|
'',
|
|
1406
|
-
|
|
1407
|
-
|
|
1410
|
+
_0x4a8f43(_0x3ea74b._0x58b277),
|
|
1411
|
+
_0x5e7cec,
|
|
1408
1412
|
'',
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
][
|
|
1412
|
-
}
|
|
1413
|
-
function formatUploadResult(_0x2b2894) {
|
|
1414
|
-
const _0x19da29 = { _0x3a7811: 0x2b1 }, _0x162386 = _0x50158a;
|
|
1415
|
-
return _0x162386(0x19b) + _0x2b2894[_0x162386(_0x19da29._0x3a7811)] + '\x20(' + (_0x2b2894['sizeBytes'] / 0x400)['toFixed'](0x1) + _0x162386(0x1ba) + _0x2b2894['attachmentId'] + '\x0a\x0aUse\x20this\x20ID\x20in\x20send_message\x27s\x20attachment_ids\x20parameter\x20to\x20include\x20it\x20in\x20a\x20message.';
|
|
1413
|
+
_0x4a8f43(_0x3ea74b._0xae6880),
|
|
1414
|
+
_0x1f663e
|
|
1415
|
+
]['join']('\x0a');
|
|
1416
1416
|
}
|
|
1417
|
-
function
|
|
1418
|
-
const
|
|
1419
|
-
|
|
1417
|
+
function formatUploadResult(_0x217916) {
|
|
1418
|
+
const _0x2d5dec = {
|
|
1419
|
+
_0x1014f2: 0x71,
|
|
1420
|
+
_0x5c28d7: 0x1ce,
|
|
1421
|
+
_0x1b6246: 0x19c
|
|
1422
|
+
}, _0x2e3ccc = _0x174aa9;
|
|
1423
|
+
return _0x2e3ccc(_0x2d5dec._0x1014f2) + _0x217916[_0x2e3ccc(_0x2d5dec._0x5c28d7)] + '\x20(' + (_0x217916['sizeBytes'] / 0x400)[_0x2e3ccc(0x9a)](0x1) + _0x2e3ccc(_0x2d5dec._0x1b6246) + _0x217916[_0x2e3ccc(0x1c5)] + _0x2e3ccc(0x1f4);
|
|
1420
1424
|
}
|
|
1421
|
-
function
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
let _0x305101 = _0x570637[_0x4ba707];
|
|
1425
|
-
if (_0x3051['eWSlKi'] === undefined) {
|
|
1426
|
-
var _0x278bd3 = function (_0x2037a1) {
|
|
1427
|
-
const _0x32c933 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
1428
|
-
let _0x37f362 = '', _0x2dfbd0 = '';
|
|
1429
|
-
for (let _0x246908 = 0x0, _0x1f58b6, _0x2e8719, _0x4ff0c5 = 0x0; _0x2e8719 = _0x2037a1['charAt'](_0x4ff0c5++); ~_0x2e8719 && (_0x1f58b6 = _0x246908 % 0x4 ? _0x1f58b6 * 0x40 + _0x2e8719 : _0x2e8719, _0x246908++ % 0x4) ? _0x37f362 += String['fromCharCode'](0xff & _0x1f58b6 >> (-0x2 * _0x246908 & 0x6)) : 0x0) {
|
|
1430
|
-
_0x2e8719 = _0x32c933['indexOf'](_0x2e8719);
|
|
1431
|
-
}
|
|
1432
|
-
for (let _0x2b609e = 0x0, _0xafd811 = _0x37f362['length']; _0x2b609e < _0xafd811; _0x2b609e++) {
|
|
1433
|
-
_0x2dfbd0 += '%' + ('00' + _0x37f362['charCodeAt'](_0x2b609e)['toString'](0x10))['slice'](-0x2);
|
|
1434
|
-
}
|
|
1435
|
-
return decodeURIComponent(_0x2dfbd0);
|
|
1436
|
-
};
|
|
1437
|
-
_0x3051['CnYAhu'] = _0x278bd3, _0x3051['EolWpC'] = {}, _0x3051['eWSlKi'] = !![];
|
|
1438
|
-
}
|
|
1439
|
-
const _0x34bd47 = _0x570637[0x0], _0x4a186a = _0x4ba707 + _0x34bd47, _0x3cd3b0 = _0x3051['EolWpC'][_0x4a186a];
|
|
1440
|
-
return !_0x3cd3b0 ? (_0x305101 = _0x3051['CnYAhu'](_0x305101), _0x3051['EolWpC'][_0x4a186a] = _0x305101) : _0x305101 = _0x3cd3b0, _0x305101;
|
|
1425
|
+
function formatViewFileResult(_0x1d6f9f, _0x5e9860) {
|
|
1426
|
+
const _0x594c65 = _0x174aa9;
|
|
1427
|
+
return _0x5e9860 ? _0x594c65(0x12a) + _0x1d6f9f : _0x594c65(0x85) + _0x1d6f9f;
|
|
1441
1428
|
}
|
|
1442
|
-
function formatTaskList(
|
|
1443
|
-
const
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
},
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
return
|
|
1453
|
-
|
|
1429
|
+
function formatTaskList(_0x480a2e, _0x2ac6ed) {
|
|
1430
|
+
const _0x4c6852 = {
|
|
1431
|
+
_0x45558c: 0xb0,
|
|
1432
|
+
_0x327b40: 0x19f,
|
|
1433
|
+
_0x4ecbe7: 0xdd
|
|
1434
|
+
}, _0x5d6f1d = {
|
|
1435
|
+
_0xc4ee6b: 0xf7,
|
|
1436
|
+
_0x22bb39: 0x1e6
|
|
1437
|
+
}, _0x44b547 = _0x174aa9;
|
|
1438
|
+
if (_0x480a2e['length'] === 0x0)
|
|
1439
|
+
return _0x44b547(_0x4c6852._0x45558c);
|
|
1440
|
+
return _0x480a2e[_0x44b547(_0x4c6852._0x327b40)](_0xc53fd3 => {
|
|
1441
|
+
const _0x5289fa = _0x44b547, _0x93ae69 = _0xc53fd3[_0x5289fa(0x9d)] == null ? _0x5289fa(0x1de) : '#' + _0xc53fd3['taskNumber'], _0x538296 = _0xc53fd3[_0x5289fa(_0x5d6f1d._0xc4ee6b)] ? '\x20message=' + _0xc53fd3['messageId'] : '', _0x2d5439 = _0x2ac6ed && _0xc53fd3[_0x5289fa(0x9d)] != null && _0x2ac6ed['has'](_0xc53fd3[_0x5289fa(0x9d)]) ? '\x20executionMode=worker' : '';
|
|
1442
|
+
return _0x93ae69 + '\x20[' + _0xc53fd3[_0x5289fa(_0x5d6f1d._0x22bb39)] + ']\x20' + _0xc53fd3['title'] + _0x538296 + _0x2d5439;
|
|
1443
|
+
})[_0x44b547(_0x4c6852._0x4ecbe7)]('\x0a');
|
|
1454
1444
|
}
|
|
1455
|
-
function formatCreatedTasks(
|
|
1456
|
-
const
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
},
|
|
1460
|
-
if (
|
|
1461
|
-
return
|
|
1462
|
-
return
|
|
1463
|
-
const
|
|
1464
|
-
return
|
|
1445
|
+
function formatCreatedTasks(_0xba7f47) {
|
|
1446
|
+
const _0x5ab0c8 = {
|
|
1447
|
+
_0x81a62c: 0x9d,
|
|
1448
|
+
_0x1e8a02: 0x9d
|
|
1449
|
+
}, _0x5bf8f3 = _0x174aa9;
|
|
1450
|
+
if (_0xba7f47['length'] === 0x0)
|
|
1451
|
+
return _0x5bf8f3(0x1b6);
|
|
1452
|
+
return _0xba7f47['map'](_0x5802dc => {
|
|
1453
|
+
const _0x505976 = _0x5bf8f3, _0x81b4bc = _0x5802dc[_0x505976(_0x5ab0c8._0x81a62c)] == null ? '(legacy)' : '#' + _0x5802dc[_0x505976(_0x5ab0c8._0x1e8a02)];
|
|
1454
|
+
return _0x81b4bc + '\x20' + _0x5802dc['title'] + _0x505976(0x1aa) + _0x5802dc['messageId'];
|
|
1465
1455
|
})['join']('\x0a');
|
|
1466
1456
|
}
|
|
1467
|
-
function formatClaimTaskResults(
|
|
1468
|
-
const
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1457
|
+
function formatClaimTaskResults(_0x545083) {
|
|
1458
|
+
const _0x2c43b3 = {
|
|
1459
|
+
_0x2dc5c2: 0x19f,
|
|
1460
|
+
_0x4f7d29: 0xdd
|
|
1461
|
+
}, _0x26da89 = {
|
|
1462
|
+
_0xee7cc6: 0x9d,
|
|
1463
|
+
_0x171f1b: 0xf7,
|
|
1464
|
+
_0x2f6f01: 0x1ba,
|
|
1465
|
+
_0x445ad5: 0xd1,
|
|
1466
|
+
_0x16be36: 0x167,
|
|
1467
|
+
_0x3199a6: 0xf5,
|
|
1468
|
+
_0x4bd38d: 0x167,
|
|
1469
|
+
_0x460933: 0x1cd,
|
|
1470
|
+
_0x44eef0: 0x89,
|
|
1471
|
+
_0x3f6cb8: 0xdd,
|
|
1472
|
+
_0x401b5e: 0x9d
|
|
1473
|
+
}, _0x50b8d2 = _0x174aa9;
|
|
1474
|
+
if (_0x545083['length'] === 0x0)
|
|
1475
|
+
return _0x50b8d2(0x145);
|
|
1476
|
+
return _0x545083[_0x50b8d2(_0x2c43b3._0x2dc5c2)](_0x1c0db3 => {
|
|
1477
|
+
const _0x2c317a = _0x50b8d2;
|
|
1478
|
+
if (_0x1c0db3[_0x2c317a(0xd6)]) {
|
|
1479
|
+
const _0x122f5b = _0x1c0db3[_0x2c317a(0x9d)] == null ? _0x2c317a(0x1de) : '#' + _0x1c0db3[_0x2c317a(_0x26da89._0xee7cc6)], _0x72352c = _0x1c0db3[_0x2c317a(_0x26da89._0x171f1b)] ? _0x2c317a(0x1aa) + _0x1c0db3['messageId'] : '', _0x2ac9f8 = _0x1c0db3[_0x2c317a(_0x26da89._0x2f6f01)] ? [
|
|
1480
|
+
_0x2c317a(0xb5),
|
|
1481
|
+
_0x1c0db3['stopMain'] ? _0x2c317a(_0x26da89._0x445ad5) : null,
|
|
1482
|
+
_0x1c0db3[_0x2c317a(_0x26da89._0x16be36)] ? _0x2c317a(_0x26da89._0x3199a6) + _0x1c0db3[_0x2c317a(_0x26da89._0x4bd38d)] : null,
|
|
1483
|
+
_0x1c0db3['threadTarget'] ? _0x2c317a(_0x26da89._0x460933) + _0x1c0db3['threadTarget'] : null,
|
|
1484
|
+
_0x1c0db3[_0x2c317a(0xae)] ? 'workerDisposition=' + _0x1c0db3[_0x2c317a(0xae)] : null
|
|
1485
|
+
][_0x2c317a(0x1f1)](Boolean)['join']('\x20') : _0x1c0db3[_0x2c317a(_0x26da89._0x44eef0)] ? _0x2c317a(0x124) + _0x1c0db3['workerHandoffError'] : '';
|
|
1493
1486
|
return [
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
][
|
|
1487
|
+
_0x122f5b + _0x2c317a(0x1c7) + _0x72352c,
|
|
1488
|
+
_0x2ac9f8
|
|
1489
|
+
]['filter'](Boolean)[_0x2c317a(_0x26da89._0x3f6cb8)]('\x20');
|
|
1497
1490
|
}
|
|
1498
|
-
const
|
|
1499
|
-
return
|
|
1500
|
-
})[
|
|
1491
|
+
const _0x3e0f47 = _0x1c0db3[_0x2c317a(0x9d)] == null ? _0x1c0db3['messageId'] ?? _0x2c317a(0x189) : '#' + _0x1c0db3[_0x2c317a(_0x26da89._0x401b5e)];
|
|
1492
|
+
return _0x3e0f47 + _0x2c317a(0x188) + (_0x1c0db3['reason'] ?? _0x2c317a(0x121));
|
|
1493
|
+
})[_0x50b8d2(_0x2c43b3._0x4f7d29)]('\x0a');
|
|
1501
1494
|
}
|
|
1502
|
-
function formatUnclaimTaskResult(
|
|
1503
|
-
const
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
},
|
|
1507
|
-
return
|
|
1495
|
+
function formatUnclaimTaskResult(_0x587af0) {
|
|
1496
|
+
const _0x1530b7 = {
|
|
1497
|
+
_0xb5580c: 0x1de,
|
|
1498
|
+
_0x19e4d6: 0x154
|
|
1499
|
+
}, _0x5e135d = _0x174aa9, _0x26fb49 = _0x587af0['taskNumber'] == null ? _0x5e135d(_0x1530b7._0xb5580c) : '#' + _0x587af0[_0x5e135d(0x9d)];
|
|
1500
|
+
return _0x26fb49 + _0x5e135d(_0x1530b7._0x19e4d6) + _0x587af0[_0x5e135d(0x1e6)];
|
|
1508
1501
|
}
|
|
1509
|
-
function formatUpdateTaskStatusResult(
|
|
1510
|
-
const
|
|
1511
|
-
|
|
1502
|
+
function formatUpdateTaskStatusResult(_0x34ccd7) {
|
|
1503
|
+
const _0x3c95cf = {
|
|
1504
|
+
_0x5d9763: 0x9d,
|
|
1505
|
+
_0x56d508: 0x1de
|
|
1506
|
+
}, _0x542f98 = _0x174aa9, _0x1d884e = _0x34ccd7[_0x542f98(_0x3c95cf._0x5d9763)] == null ? _0x542f98(_0x3c95cf._0x56d508) : '#' + _0x34ccd7[_0x542f98(0x9d)];
|
|
1507
|
+
return _0x1d884e + '\x20status=' + _0x34ccd7[_0x542f98(0x1e6)];
|
|
1512
1508
|
}
|
|
1513
1509
|
function getChatBridgeToolDefinitions() {
|
|
1514
|
-
const
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
_0x3ebe24: 0x14f,
|
|
1522
|
-
_0xb3ac6c: 0x1f0,
|
|
1523
|
-
_0x26fba0: 0x21a
|
|
1524
|
-
}, _0x443517 = _0x50158a;
|
|
1510
|
+
const _0x266d59 = {
|
|
1511
|
+
_0x424a15: 0xda,
|
|
1512
|
+
_0x5e3fcd: 0x111,
|
|
1513
|
+
_0x53156c: 0x181,
|
|
1514
|
+
_0x269a60: 0x1f9,
|
|
1515
|
+
_0x4c2c1f: 0xce
|
|
1516
|
+
}, _0x38b3a1 = _0x174aa9;
|
|
1525
1517
|
return [
|
|
1526
|
-
{ 'name':
|
|
1527
|
-
{ 'name':
|
|
1528
|
-
{ 'name':
|
|
1529
|
-
{ 'name':
|
|
1530
|
-
{ 'name':
|
|
1518
|
+
{ 'name': _0x38b3a1(_0x266d59._0x424a15) },
|
|
1519
|
+
{ 'name': 'check_messages' },
|
|
1520
|
+
{ 'name': 'read_history' },
|
|
1521
|
+
{ 'name': _0x38b3a1(0x16e) },
|
|
1522
|
+
{ 'name': _0x38b3a1(0x198) },
|
|
1531
1523
|
{ 'name': 'view_file' },
|
|
1532
|
-
{ 'name':
|
|
1533
|
-
{ 'name':
|
|
1534
|
-
{ 'name':
|
|
1535
|
-
{ 'name':
|
|
1536
|
-
{ 'name':
|
|
1537
|
-
{ 'name':
|
|
1538
|
-
{ 'name':
|
|
1539
|
-
{ 'name':
|
|
1540
|
-
{ 'name':
|
|
1541
|
-
{ 'name':
|
|
1524
|
+
{ 'name': _0x38b3a1(0x13d) },
|
|
1525
|
+
{ 'name': _0x38b3a1(_0x266d59._0x5e3fcd) },
|
|
1526
|
+
{ 'name': _0x38b3a1(_0x266d59._0x53156c) },
|
|
1527
|
+
{ 'name': _0x38b3a1(0xe3) },
|
|
1528
|
+
{ 'name': _0x38b3a1(0x1d5) },
|
|
1529
|
+
{ 'name': 'get_worker_status' },
|
|
1530
|
+
{ 'name': _0x38b3a1(_0x266d59._0x269a60) },
|
|
1531
|
+
{ 'name': _0x38b3a1(0xca) },
|
|
1532
|
+
{ 'name': 'escalate_to_main' },
|
|
1533
|
+
{ 'name': _0x38b3a1(_0x266d59._0x4c2c1f) }
|
|
1542
1534
|
];
|
|
1543
1535
|
}
|
|
1544
|
-
function createChatBridgeHandlers(
|
|
1545
|
-
const
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
},
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
},
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1536
|
+
function createChatBridgeHandlers(_0x2ace36) {
|
|
1537
|
+
const _0x1dc112 = {
|
|
1538
|
+
_0x377e04: 0xfc,
|
|
1539
|
+
_0x40efb3: 0xaa,
|
|
1540
|
+
_0x35514a: 0x151,
|
|
1541
|
+
_0x3ed99c: 0x93,
|
|
1542
|
+
_0x26dd6f: 0x1dd,
|
|
1543
|
+
_0x4db8a2: 0x1d1
|
|
1544
|
+
}, _0x19d076 = {
|
|
1545
|
+
_0x415ae4: 0xfc,
|
|
1546
|
+
_0x548a61: 0x160,
|
|
1547
|
+
_0x53d6fb: 0xee,
|
|
1548
|
+
_0x2f1e6a: 0xfc,
|
|
1549
|
+
_0x5d3058: 0xcf,
|
|
1550
|
+
_0x3b7ec0: 0xef,
|
|
1551
|
+
_0x89ed92: 0xaa,
|
|
1552
|
+
_0x389b0c: 0x151,
|
|
1553
|
+
_0x21194a: 0x93,
|
|
1554
|
+
_0x1c9949: 0x1b1,
|
|
1555
|
+
_0xdcd9dd: 0x15a,
|
|
1556
|
+
_0x558f05: 0x1b8
|
|
1557
|
+
}, _0x19d001 = {
|
|
1558
|
+
_0x411c39: 0x100,
|
|
1559
|
+
_0x137164: 0x16a,
|
|
1560
|
+
_0x16ac3d: 0x8b,
|
|
1561
|
+
_0x2727e1: 0x15a
|
|
1562
|
+
}, _0x3948fc = {
|
|
1563
|
+
_0x35cb36: 0x14d,
|
|
1564
|
+
_0x3f69eb: 0x10e,
|
|
1565
|
+
_0x262951: 0x151,
|
|
1566
|
+
_0x16d613: 0x83
|
|
1567
|
+
}, _0x3fe7ea = {
|
|
1568
|
+
_0x52eca5: 0x11f,
|
|
1569
|
+
_0x19ecc1: 0x1e9
|
|
1570
|
+
}, _0x406705 = {
|
|
1571
|
+
_0x4f1329: 0x1c0,
|
|
1572
|
+
_0x366b7f: 0x1f0,
|
|
1573
|
+
_0x49ab00: 0x14a,
|
|
1574
|
+
_0x26594d: 0x1bb
|
|
1575
|
+
}, _0x1898b7 = {
|
|
1576
|
+
_0x50797c: 0x1a7,
|
|
1577
|
+
_0x39feb7: 0xf3
|
|
1578
|
+
}, _0x566cec = { _0x29f5e8: 0x12d }, _0x3597dd = { _0x1f335e: 0xa5 }, _0x9986dc = {
|
|
1579
|
+
_0x499c1c: 0xd9,
|
|
1580
|
+
_0x113c18: 0x19f
|
|
1581
|
+
}, _0x39635c = {
|
|
1582
|
+
_0x2652dd: 0xd6,
|
|
1583
|
+
_0x356f05: 0xf7,
|
|
1584
|
+
_0x203cc5: 0x152,
|
|
1585
|
+
_0x4edaff: 0x8d,
|
|
1586
|
+
_0x3e90fb: 0x170
|
|
1587
|
+
}, _0x53e882 = {
|
|
1588
|
+
_0x4c2b9e: 0x1b3,
|
|
1589
|
+
_0x481fe2: 0xfc,
|
|
1590
|
+
_0x29d0c8: 0x160,
|
|
1591
|
+
_0x3277f1: 0x137,
|
|
1592
|
+
_0x2f001c: 0x146,
|
|
1593
|
+
_0x1fe0c4: 0xbc,
|
|
1594
|
+
_0x3d9e01: 0x1a0,
|
|
1595
|
+
_0x3e3e0c: 0x17a,
|
|
1596
|
+
_0x45a575: 0x72,
|
|
1597
|
+
_0x1abb0: 0x17c
|
|
1598
|
+
}, _0x22eceb = { _0x4a6e88: 0x1a7 }, _0x381b64 = { _0x25a47c: 0x175 }, _0x21bf01 = {
|
|
1599
|
+
_0x1d73e5: 0x1d4,
|
|
1600
|
+
_0x387471: 0xc8
|
|
1601
|
+
}, _0x1f9d9c = {
|
|
1602
|
+
_0x2449be: 0xad,
|
|
1603
|
+
_0x4d41e4: 0x1a7,
|
|
1604
|
+
_0x50970b: 0x82,
|
|
1605
|
+
_0x51b015: 0x18d,
|
|
1606
|
+
_0x324c2d: 0x9d,
|
|
1607
|
+
_0x2c0476: 0x153,
|
|
1608
|
+
_0x24d5fe: 0x153,
|
|
1609
|
+
_0x1ae749: 0x10c,
|
|
1610
|
+
_0x58b0ff: 0x1b9,
|
|
1611
|
+
_0x4b8142: 0x1e7,
|
|
1612
|
+
_0x42a091: 0x10d,
|
|
1613
|
+
_0x2ed7dd: 0x152,
|
|
1614
|
+
_0x295c20: 0xa3,
|
|
1615
|
+
_0x1da327: 0x1a9,
|
|
1616
|
+
_0x66287b: 0xdd,
|
|
1617
|
+
_0x1bc7bf: 0xef,
|
|
1618
|
+
_0x48c001: 0xaa,
|
|
1619
|
+
_0x2e3b7f: 0x152,
|
|
1620
|
+
_0x449846: 0x162,
|
|
1621
|
+
_0x5c4183: 0x8b,
|
|
1622
|
+
_0x40d9b8: 0xba,
|
|
1623
|
+
_0x1c17c1: 0x1a8,
|
|
1624
|
+
_0x2d796f: 0x1cf,
|
|
1625
|
+
_0x567583: 0x1c8,
|
|
1626
|
+
_0x4d2a82: 0x125,
|
|
1627
|
+
_0x268aab: 0x116,
|
|
1628
|
+
_0x537c7c: 0xb4,
|
|
1629
|
+
_0x5239a3: 0x84,
|
|
1630
|
+
_0x37631c: 0x148,
|
|
1631
|
+
_0x856ef9: 0xf7
|
|
1632
|
+
}, _0x5c5f65 = {
|
|
1633
|
+
_0x233f27: 0x160,
|
|
1634
|
+
_0x396af2: 0x1d4,
|
|
1635
|
+
_0x5e8f69: 0xfc,
|
|
1636
|
+
_0x4e2d48: 0x18c,
|
|
1637
|
+
_0x28fd0c: 0x8b,
|
|
1638
|
+
_0x2e8ff3: 0x91
|
|
1639
|
+
}, _0xf15c93 = {
|
|
1640
|
+
_0x400251: 0x160,
|
|
1641
|
+
_0x1d6241: 0x1d4,
|
|
1642
|
+
_0x2b3513: 0xad,
|
|
1643
|
+
_0x36b61f: 0x137,
|
|
1644
|
+
_0x4a50c3: 0x153,
|
|
1645
|
+
_0x54d261: 0x1b2,
|
|
1646
|
+
_0x1d2743: 0xc8,
|
|
1647
|
+
_0x24ecd3: 0x10c,
|
|
1648
|
+
_0x895413: 0x84,
|
|
1649
|
+
_0x5b5d83: 0x190,
|
|
1650
|
+
_0x43028f: 0xf7,
|
|
1651
|
+
_0x3d95ad: 0xa3,
|
|
1652
|
+
_0x201a24: 0xa2,
|
|
1653
|
+
_0x35ad87: 0xef,
|
|
1654
|
+
_0x207a59: 0x152,
|
|
1655
|
+
_0x48b5d9: 0x9d,
|
|
1656
|
+
_0x9c2977: 0x1c4,
|
|
1657
|
+
_0x4df166: 0x9d,
|
|
1658
|
+
_0x176d28: 0x162,
|
|
1659
|
+
_0x4bf8f5: 0x8b,
|
|
1660
|
+
_0x310a52: 0x113,
|
|
1661
|
+
_0x44dcf9: 0x125,
|
|
1662
|
+
_0x486629: 0x19d
|
|
1664
1663
|
};
|
|
1665
|
-
async function
|
|
1666
|
-
const
|
|
1667
|
-
if (!
|
|
1664
|
+
async function _0x367d22(_0x58876f) {
|
|
1665
|
+
const _0x56d253 = _0xf070;
|
|
1666
|
+
if (!_0x2ace36['daemonLocalUrl'] || !_0x2ace36[_0x56d253(_0xf15c93._0x400251)] || _0x2ace36[_0x56d253(_0xf15c93._0x1d6241)] || _0x2ace36[_0x56d253(_0xf15c93._0x2b3513)] !== !![])
|
|
1668
1667
|
return null;
|
|
1669
|
-
const
|
|
1670
|
-
if (
|
|
1668
|
+
const _0x22bb26 = parseTarget(_0x58876f['channel']);
|
|
1669
|
+
if (_0x22bb26['kind'] !== _0x56d253(_0xf15c93._0x36b61f))
|
|
1671
1670
|
return null;
|
|
1672
|
-
const
|
|
1673
|
-
let
|
|
1671
|
+
const _0x31ddc6 = _0x58876f[_0x56d253(_0xf15c93._0x4a50c3)] != null ? _0x22bb26[_0x56d253(0x1b2)] + ':t' + _0x58876f[_0x56d253(0x153)] : _0x22bb26[_0x56d253(_0xf15c93._0x54d261)] + ':' + _0x58876f[_0x56d253(0xf7)];
|
|
1672
|
+
let _0x4a65e3;
|
|
1674
1673
|
try {
|
|
1675
|
-
const
|
|
1676
|
-
'channel':
|
|
1674
|
+
const _0x120fbc = await _0x2ace36[_0x56d253(0x1a7)]['readHistory']({
|
|
1675
|
+
'channel': _0x31ddc6,
|
|
1677
1676
|
'limit': 0x14
|
|
1678
1677
|
});
|
|
1679
|
-
|
|
1678
|
+
_0x4a65e3 = _0x120fbc[_0x56d253(_0xf15c93._0x1d2743)][_0x56d253(0x72)](_0x232385 => _0x232385[_0x56d253(0xf7)] === _0x58876f[_0x56d253(0xf7)]);
|
|
1680
1679
|
} catch {
|
|
1681
|
-
|
|
1680
|
+
_0x4a65e3 = void 0x0;
|
|
1682
1681
|
}
|
|
1683
|
-
const
|
|
1684
|
-
|
|
1682
|
+
const _0x324c95 = _0x58876f[_0x56d253(0x9d)] == null ? _0x56d253(0x1de) : '#' + _0x58876f[_0x56d253(0x9d)], _0x3ff187 = [
|
|
1683
|
+
_0x56d253(0x13b) + _0x31ddc6 + _0x56d253(0xa9) + _0x58876f[_0x56d253(0xf7)]['slice'](0x0, 0x8) + _0x56d253(0x177) + new Date()[_0x56d253(_0xf15c93._0x24ecd3)]() + ']\x20@system:\x20[claim-handoff]\x20' + _0x324c95 + _0x56d253(0x1e0),
|
|
1685
1684
|
'',
|
|
1686
|
-
|
|
1685
|
+
_0x4a65e3 ? _0x56d253(0x1a4) + _0x4a65e3[_0x56d253(_0xf15c93._0x895413)] : _0x56d253(_0xf15c93._0x5b5d83) + _0x58876f[_0x56d253(_0xf15c93._0x43028f)],
|
|
1687
1686
|
'',
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
][
|
|
1691
|
-
'method':
|
|
1692
|
-
'headers': { 'Content-Type':
|
|
1693
|
-
'body': JSON[
|
|
1694
|
-
'agent_id':
|
|
1695
|
-
'thread_target':
|
|
1687
|
+
_0x56d253(_0xf15c93._0x3d95ad) + _0x31ddc6,
|
|
1688
|
+
_0x56d253(_0xf15c93._0x201a24)
|
|
1689
|
+
][_0x56d253(0xdd)]('\x0a'), _0x1dc864 = await fetch(_0x2ace36[_0x56d253(0xfc)] + _0x56d253(0x15b), {
|
|
1690
|
+
'method': _0x56d253(_0xf15c93._0x35ad87),
|
|
1691
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
1692
|
+
'body': JSON['stringify']({
|
|
1693
|
+
'agent_id': _0x2ace36[_0x56d253(0x160)],
|
|
1694
|
+
'thread_target': _0x31ddc6,
|
|
1696
1695
|
'spawn_packet': {
|
|
1697
|
-
'replyTarget':
|
|
1698
|
-
...
|
|
1696
|
+
'replyTarget': _0x31ddc6,
|
|
1697
|
+
..._0x58876f[_0x56d253(0x152)] ? { 'taskId': _0x58876f[_0x56d253(_0xf15c93._0x207a59)] } : _0x58876f[_0x56d253(_0xf15c93._0x48b5d9)] != null ? { 'taskId': _0x56d253(_0xf15c93._0x9c2977) + _0x58876f[_0x56d253(_0xf15c93._0x4df166)] } : {}
|
|
1699
1698
|
},
|
|
1700
1699
|
'payload': {
|
|
1701
|
-
'mode':
|
|
1702
|
-
'text':
|
|
1700
|
+
'mode': _0x56d253(_0xf15c93._0x176d28),
|
|
1701
|
+
'text': _0x3ff187
|
|
1703
1702
|
}
|
|
1704
1703
|
})
|
|
1705
|
-
}),
|
|
1706
|
-
if (!
|
|
1707
|
-
throw new Error(
|
|
1704
|
+
}), _0x3b2590 = await _0x1dc864[_0x56d253(_0xf15c93._0x4bf8f5)]();
|
|
1705
|
+
if (!_0x3b2590['ok'])
|
|
1706
|
+
throw new Error(_0x3b2590['error'] ?? 'worker\x20handoff\x20failed');
|
|
1708
1707
|
return {
|
|
1709
1708
|
'stopMain': !![],
|
|
1710
|
-
'threadTarget':
|
|
1711
|
-
'workerDisposition':
|
|
1709
|
+
'threadTarget': _0x31ddc6,
|
|
1710
|
+
'workerDisposition': _0x3b2590[_0x56d253(_0xf15c93._0x310a52)] === _0x56d253(0x1c8) ? _0x56d253(0x1c8) : _0x56d253(_0xf15c93._0x44dcf9),
|
|
1712
1711
|
'workerHandoff': !![],
|
|
1713
|
-
'workerSessionId':
|
|
1714
|
-
'executionMode':
|
|
1712
|
+
'workerSessionId': _0x3b2590[_0x56d253(_0xf15c93._0x486629)] ?? '',
|
|
1713
|
+
'executionMode': _0x56d253(0xd4)
|
|
1715
1714
|
};
|
|
1716
1715
|
}
|
|
1717
|
-
async function
|
|
1718
|
-
const
|
|
1719
|
-
if (!
|
|
1716
|
+
async function _0x589500() {
|
|
1717
|
+
const _0x31e759 = _0xf070;
|
|
1718
|
+
if (!_0x2ace36[_0x31e759(0xfc)] || !_0x2ace36[_0x31e759(_0x5c5f65._0x233f27)] || _0x2ace36[_0x31e759(_0x5c5f65._0x396af2)])
|
|
1720
1719
|
return null;
|
|
1721
1720
|
try {
|
|
1722
|
-
const
|
|
1723
|
-
if (!
|
|
1721
|
+
const _0x56f59a = await fetch(_0x2ace36[_0x31e759(_0x5c5f65._0x5e8f69)] + _0x31e759(_0x5c5f65._0x4e2d48) + encodeURIComponent(_0x2ace36[_0x31e759(0x160)])), _0x5ee6b5 = await _0x56f59a[_0x31e759(_0x5c5f65._0x28fd0c)]();
|
|
1722
|
+
if (!_0x5ee6b5['ok'])
|
|
1724
1723
|
return null;
|
|
1725
|
-
const
|
|
1726
|
-
for (const
|
|
1727
|
-
|
|
1724
|
+
const _0x20ed4c = new Set();
|
|
1725
|
+
for (const _0x57b58d of _0x5ee6b5[_0x31e759(0x146)]) {
|
|
1726
|
+
_0x57b58d['status'] !== _0x31e759(_0x5c5f65._0x2e8ff3) && _0x57b58d[_0x31e759(0xed)] && _0x20ed4c[_0x31e759(0x17c)](_0x57b58d['thread_target']);
|
|
1728
1727
|
}
|
|
1729
|
-
return
|
|
1728
|
+
return _0x20ed4c['size'] > 0x0 ? _0x20ed4c : null;
|
|
1730
1729
|
} catch {
|
|
1731
1730
|
return null;
|
|
1732
1731
|
}
|
|
1733
1732
|
}
|
|
1734
1733
|
return {
|
|
1735
|
-
async 'send_message'(
|
|
1736
|
-
const
|
|
1737
|
-
if (!
|
|
1738
|
-
const
|
|
1739
|
-
if (
|
|
1740
|
-
const
|
|
1741
|
-
|
|
1734
|
+
async 'send_message'(_0x386b13) {
|
|
1735
|
+
const _0x491091 = _0xf070;
|
|
1736
|
+
if (!_0x2ace36['workerMode'] && _0x2ace36[_0x491091(_0x1f9d9c._0x2449be)] && _0x2ace36[_0x491091(0xfc)] && _0x2ace36[_0x491091(0x160)]) {
|
|
1737
|
+
const _0x2a88ae = await _0x2ace36[_0x491091(_0x1f9d9c._0x4d41e4)]['resolveTarget'](_0x386b13[_0x491091(_0x1f9d9c._0x50970b)]);
|
|
1738
|
+
if (_0x2a88ae['task'] && _0x2a88ae[_0x491091(_0x1f9d9c._0x51b015)]) {
|
|
1739
|
+
const _0x4509bf = _0x2a88ae['task'][_0x491091(_0x1f9d9c._0x324c2d)] != null ? '#' + _0x2a88ae['task'][_0x491091(0x9d)] : '(legacy)', _0x3607dd = _0x2a88ae[_0x491091(_0x1f9d9c._0x2c0476)] != null ? _0x2a88ae[_0x491091(_0x1f9d9c._0x50970b)] + ':t' + _0x2a88ae[_0x491091(_0x1f9d9c._0x24d5fe)] : _0x2a88ae[_0x491091(0x82)] + ':' + _0x2a88ae['threadId']['slice'](0x0, 0x8), _0x386548 = [
|
|
1740
|
+
_0x491091(0x13b) + _0x3607dd + _0x491091(0x79) + new Date()[_0x491091(_0x1f9d9c._0x1ae749)]() + _0x491091(_0x1f9d9c._0x58b0ff),
|
|
1742
1741
|
'',
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
][
|
|
1748
|
-
'method':
|
|
1749
|
-
'headers': { 'Content-Type':
|
|
1750
|
-
'body': JSON[
|
|
1751
|
-
'agent_id':
|
|
1752
|
-
'thread_target':
|
|
1742
|
+
_0x491091(_0x1f9d9c._0x4b8142) + _0x386b13[_0x491091(0x84)],
|
|
1743
|
+
'Task:\x20' + _0x4509bf + '\x20(' + _0x2a88ae[_0x491091(_0x1f9d9c._0x42a091)][_0x491091(_0x1f9d9c._0x2ed7dd)] + ')',
|
|
1744
|
+
_0x491091(_0x1f9d9c._0x295c20) + _0x3607dd,
|
|
1745
|
+
_0x491091(_0x1f9d9c._0x1da327)
|
|
1746
|
+
][_0x491091(_0x1f9d9c._0x66287b)]('\x0a'), _0x43a4eb = await fetch(_0x2ace36[_0x491091(0xfc)] + '/workers/deliver', {
|
|
1747
|
+
'method': _0x491091(_0x1f9d9c._0x1bc7bf),
|
|
1748
|
+
'headers': { 'Content-Type': _0x491091(0x161) },
|
|
1749
|
+
'body': JSON[_0x491091(_0x1f9d9c._0x48c001)]({
|
|
1750
|
+
'agent_id': _0x2ace36[_0x491091(0x160)],
|
|
1751
|
+
'thread_target': _0x3607dd,
|
|
1753
1752
|
'spawn_packet': {
|
|
1754
|
-
'replyTarget':
|
|
1755
|
-
'taskId':
|
|
1753
|
+
'replyTarget': _0x3607dd,
|
|
1754
|
+
'taskId': _0x2a88ae['task'][_0x491091(_0x1f9d9c._0x2e3b7f)]
|
|
1756
1755
|
},
|
|
1757
1756
|
'payload': {
|
|
1758
|
-
'mode':
|
|
1759
|
-
'text':
|
|
1757
|
+
'mode': _0x491091(_0x1f9d9c._0x449846),
|
|
1758
|
+
'text': _0x386548
|
|
1760
1759
|
}
|
|
1761
1760
|
})
|
|
1762
|
-
}),
|
|
1763
|
-
if (!
|
|
1764
|
-
throw new Error(
|
|
1761
|
+
}), _0x4e4b7c = await _0x43a4eb[_0x491091(_0x1f9d9c._0x5c4183)]();
|
|
1762
|
+
if (!_0x4e4b7c['ok'])
|
|
1763
|
+
throw new Error(_0x4e4b7c['error'] ?? _0x491091(_0x1f9d9c._0x40d9b8));
|
|
1765
1764
|
return [
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
][
|
|
1765
|
+
_0x491091(_0x1f9d9c._0x1c17c1) + _0x4509bf + '\x20in\x20' + _0x3607dd + '.',
|
|
1766
|
+
'stopMain=true\x20executionMode=worker',
|
|
1767
|
+
_0x491091(_0x1f9d9c._0x2d796f) + (_0x4e4b7c[_0x491091(0x113)] === _0x491091(0x1c8) ? _0x491091(_0x1f9d9c._0x567583) : _0x491091(_0x1f9d9c._0x4d2a82)) + '.',
|
|
1768
|
+
_0x491091(_0x1f9d9c._0x268aab)
|
|
1769
|
+
][_0x491091(0xdd)]('\x20');
|
|
1771
1770
|
}
|
|
1772
1771
|
}
|
|
1773
|
-
const
|
|
1774
|
-
'attachmentIds':
|
|
1775
|
-
'content':
|
|
1776
|
-
'target':
|
|
1777
|
-
'visibility':
|
|
1772
|
+
const _0x4fc493 = await _0x2ace36[_0x491091(0x1a7)][_0x491091(_0x1f9d9c._0x537c7c)]({
|
|
1773
|
+
'attachmentIds': _0x386b13['attachment_ids'],
|
|
1774
|
+
'content': _0x386b13[_0x491091(_0x1f9d9c._0x5239a3)],
|
|
1775
|
+
'target': _0x386b13[_0x491091(0x82)],
|
|
1776
|
+
'visibility': _0x386b13['visibility']
|
|
1778
1777
|
});
|
|
1779
|
-
return
|
|
1778
|
+
return 'Message\x20sent\x20to\x20' + _0x386b13[_0x491091(0x82)] + _0x491091(_0x1f9d9c._0x37631c) + _0x4fc493[_0x491091(_0x1f9d9c._0x856ef9)];
|
|
1780
1779
|
},
|
|
1781
1780
|
async 'check_messages'() {
|
|
1782
|
-
const
|
|
1783
|
-
if (!
|
|
1784
|
-
const
|
|
1785
|
-
if (
|
|
1786
|
-
return formatCheckMessages(
|
|
1781
|
+
const _0x20a4c0 = _0xf070, _0xf7dd22 = await _0x2ace36['client'][_0x20a4c0(0x164)]();
|
|
1782
|
+
if (!_0x2ace36[_0x20a4c0(_0x21bf01._0x1d73e5)]) {
|
|
1783
|
+
const _0x5b1f03 = await _0x589500();
|
|
1784
|
+
if (_0x5b1f03)
|
|
1785
|
+
return formatCheckMessages(_0xf7dd22[_0x20a4c0(_0x21bf01._0x387471)][_0x20a4c0(0x1f1)](_0x41748b => !_0x5b1f03[_0x20a4c0(0x9f)](_0x41748b[_0x20a4c0(0x82)])));
|
|
1787
1786
|
}
|
|
1788
|
-
return formatCheckMessages(
|
|
1787
|
+
return formatCheckMessages(_0xf7dd22['messages']);
|
|
1789
1788
|
},
|
|
1790
|
-
async 'read_history'(
|
|
1791
|
-
const
|
|
1792
|
-
return formatHistory(
|
|
1789
|
+
async 'read_history'(_0x477cd4) {
|
|
1790
|
+
const _0x3e73e3 = _0xf070, _0x22104f = await _0x2ace36['client'][_0x3e73e3(_0x381b64._0x25a47c)](_0x477cd4);
|
|
1791
|
+
return formatHistory(_0x22104f);
|
|
1793
1792
|
},
|
|
1794
1793
|
async 'list_server'() {
|
|
1795
|
-
const
|
|
1796
|
-
return formatServerDirectory(
|
|
1794
|
+
const _0x44a6e0 = _0xf070, _0x10960d = await _0x2ace36[_0x44a6e0(_0x22eceb._0x4a6e88)][_0x44a6e0(0xbe)]();
|
|
1795
|
+
return formatServerDirectory(_0x10960d);
|
|
1797
1796
|
},
|
|
1798
|
-
async 'list_tasks'(
|
|
1799
|
-
const
|
|
1800
|
-
let
|
|
1801
|
-
if (
|
|
1797
|
+
async 'list_tasks'(_0xac07f2) {
|
|
1798
|
+
const _0x40d266 = _0xf070, _0x4ea440 = await _0x2ace36[_0x40d266(0x1a7)][_0x40d266(_0x53e882._0x4c2b9e)](_0xac07f2);
|
|
1799
|
+
let _0xa253d0;
|
|
1800
|
+
if (_0x2ace36[_0x40d266(_0x53e882._0x481fe2)] && _0x2ace36[_0x40d266(_0x53e882._0x29d0c8)])
|
|
1802
1801
|
try {
|
|
1803
|
-
const
|
|
1804
|
-
if (
|
|
1805
|
-
const
|
|
1806
|
-
|
|
1807
|
-
for (const
|
|
1808
|
-
if (
|
|
1802
|
+
const _0x313e3a = await fetch(_0x2ace36[_0x40d266(_0x53e882._0x481fe2)] + '/workers/list?agent_id=' + encodeURIComponent(_0x2ace36['agentId'])), _0x2d13b4 = await _0x313e3a['json']();
|
|
1803
|
+
if (_0x2d13b4['ok']) {
|
|
1804
|
+
const _0x2307b9 = _0xac07f2[_0x40d266(_0x53e882._0x3277f1)] + ':';
|
|
1805
|
+
_0xa253d0 = new Set();
|
|
1806
|
+
for (const _0x35336b of _0x2d13b4[_0x40d266(_0x53e882._0x2f001c)]) {
|
|
1807
|
+
if (_0x35336b[_0x40d266(0x1e6)] === _0x40d266(0x91))
|
|
1809
1808
|
continue;
|
|
1810
|
-
if (
|
|
1811
|
-
const
|
|
1812
|
-
if (
|
|
1813
|
-
|
|
1809
|
+
if (_0x35336b[_0x40d266(0xed)]?.[_0x40d266(_0x53e882._0x1fe0c4)](_0x2307b9)) {
|
|
1810
|
+
const _0x5d38ec = _0x35336b['thread_target']['slice'](_0x2307b9[_0x40d266(_0x53e882._0x3d9e01)]), _0x173ea6 = _0x4ea440['tasks']['find'](_0x399a5d => _0x399a5d['messageId']?.[_0x40d266(0xbc)](_0x5d38ec) === !![]);
|
|
1811
|
+
if (_0x173ea6?.['taskNumber'] != null) {
|
|
1812
|
+
_0xa253d0[_0x40d266(0x17c)](_0x173ea6[_0x40d266(0x9d)]);
|
|
1814
1813
|
continue;
|
|
1815
1814
|
}
|
|
1816
1815
|
}
|
|
1817
|
-
if (
|
|
1818
|
-
const
|
|
1819
|
-
|
|
1816
|
+
if (_0x35336b[_0x40d266(_0x53e882._0x3e3e0c)]) {
|
|
1817
|
+
const _0x1e813c = _0x4ea440[_0x40d266(0x195)][_0x40d266(_0x53e882._0x45a575)](_0x5d56a2 => _0x5d56a2['taskId'] === _0x35336b['task_id']);
|
|
1818
|
+
_0x1e813c?.[_0x40d266(0x9d)] != null && _0xa253d0[_0x40d266(_0x53e882._0x1abb0)](_0x1e813c[_0x40d266(0x9d)]);
|
|
1820
1819
|
}
|
|
1821
1820
|
}
|
|
1822
1821
|
}
|
|
1823
1822
|
} catch {
|
|
1824
1823
|
}
|
|
1825
|
-
return formatTaskList(
|
|
1824
|
+
return formatTaskList(_0x4ea440['tasks'], _0xa253d0);
|
|
1826
1825
|
},
|
|
1827
|
-
async 'create_tasks'(
|
|
1828
|
-
const
|
|
1829
|
-
return formatCreatedTasks(
|
|
1826
|
+
async 'create_tasks'(_0x226b0c) {
|
|
1827
|
+
const _0x46430d = _0xf070, _0xebd0c5 = await _0x2ace36['client'][_0x46430d(0x147)](_0x226b0c);
|
|
1828
|
+
return formatCreatedTasks(_0xebd0c5[_0x46430d(0x195)]);
|
|
1830
1829
|
},
|
|
1831
|
-
async 'claim_tasks'(
|
|
1832
|
-
const
|
|
1833
|
-
const
|
|
1834
|
-
if (!
|
|
1835
|
-
return
|
|
1830
|
+
async 'claim_tasks'(_0x14c4bd) {
|
|
1831
|
+
const _0x34e8fa = _0xf070, _0x474a9a = await _0x2ace36[_0x34e8fa(0x1a7)][_0x34e8fa(0x1fa)](_0x14c4bd), _0x22344b = await Promise[_0x34e8fa(0x150)](_0x474a9a[_0x34e8fa(_0x9986dc._0x499c1c)][_0x34e8fa(_0x9986dc._0x113c18)](async _0x3f2ad3 => {
|
|
1832
|
+
const _0x4ecfef = _0x34e8fa;
|
|
1833
|
+
if (!_0x3f2ad3[_0x4ecfef(_0x39635c._0x2652dd)] || !_0x3f2ad3[_0x4ecfef(_0x39635c._0x356f05)])
|
|
1834
|
+
return _0x3f2ad3;
|
|
1836
1835
|
try {
|
|
1837
|
-
const
|
|
1838
|
-
'channel':
|
|
1839
|
-
'messageId':
|
|
1840
|
-
'taskId':
|
|
1841
|
-
'taskNumber':
|
|
1842
|
-
'threadNumber':
|
|
1836
|
+
const _0x2668b8 = await _0x367d22({
|
|
1837
|
+
'channel': _0x14c4bd['channel'],
|
|
1838
|
+
'messageId': _0x3f2ad3['messageId'],
|
|
1839
|
+
'taskId': _0x3f2ad3[_0x4ecfef(_0x39635c._0x203cc5)],
|
|
1840
|
+
'taskNumber': _0x3f2ad3[_0x4ecfef(0x9d)],
|
|
1841
|
+
'threadNumber': _0x3f2ad3['threadNumber']
|
|
1843
1842
|
});
|
|
1844
|
-
return
|
|
1845
|
-
...
|
|
1846
|
-
...
|
|
1847
|
-
} :
|
|
1848
|
-
} catch (
|
|
1843
|
+
return _0x2668b8 ? {
|
|
1844
|
+
..._0x3f2ad3,
|
|
1845
|
+
..._0x2668b8
|
|
1846
|
+
} : _0x3f2ad3;
|
|
1847
|
+
} catch (_0x40bdb9) {
|
|
1849
1848
|
return {
|
|
1850
|
-
...
|
|
1851
|
-
'workerHandoffError':
|
|
1849
|
+
..._0x3f2ad3,
|
|
1850
|
+
'workerHandoffError': _0x40bdb9 instanceof Error ? _0x40bdb9[_0x4ecfef(_0x39635c._0x4edaff)] : _0x4ecfef(_0x39635c._0x3e90fb)
|
|
1852
1851
|
};
|
|
1853
1852
|
}
|
|
1854
1853
|
}));
|
|
1855
|
-
return formatClaimTaskResults(
|
|
1854
|
+
return formatClaimTaskResults(_0x22344b);
|
|
1856
1855
|
},
|
|
1857
|
-
async 'unclaim_task'(
|
|
1858
|
-
const
|
|
1859
|
-
return formatUnclaimTaskResult(
|
|
1856
|
+
async 'unclaim_task'(_0x710888) {
|
|
1857
|
+
const _0x9b3f12 = _0xf070, _0x32e74f = await _0x2ace36[_0x9b3f12(0x1a7)][_0x9b3f12(_0x3597dd._0x1f335e)](_0x710888);
|
|
1858
|
+
return formatUnclaimTaskResult(_0x32e74f);
|
|
1860
1859
|
},
|
|
1861
|
-
async 'update_task_status'(
|
|
1862
|
-
const
|
|
1863
|
-
return formatUpdateTaskStatusResult(
|
|
1860
|
+
async 'update_task_status'(_0x3a66ed) {
|
|
1861
|
+
const _0x54ab0f = _0xf070, _0x3d15ca = await _0x2ace36[_0x54ab0f(0x1a7)][_0x54ab0f(_0x566cec._0x29f5e8)](_0x3a66ed);
|
|
1862
|
+
return formatUpdateTaskStatusResult(_0x3d15ca);
|
|
1864
1863
|
},
|
|
1865
|
-
async 'upload_file'(
|
|
1866
|
-
const
|
|
1867
|
-
sizeBytes:
|
|
1868
|
-
...
|
|
1869
|
-
} =
|
|
1870
|
-
'channel':
|
|
1871
|
-
...
|
|
1864
|
+
async 'upload_file'(_0x1ee930) {
|
|
1865
|
+
const _0x51d423 = _0xf070, _0x53475d = await _0x2ace36['uploadPreparer'](_0x1ee930[_0x51d423(0xf6)]), {
|
|
1866
|
+
sizeBytes: _0x2f45af,
|
|
1867
|
+
..._0x59e6e1
|
|
1868
|
+
} = _0x53475d, _0x3d7295 = await _0x2ace36[_0x51d423(_0x1898b7._0x50797c)][_0x51d423(_0x1898b7._0x39feb7)]({
|
|
1869
|
+
'channel': _0x1ee930[_0x51d423(0x137)],
|
|
1870
|
+
..._0x59e6e1
|
|
1872
1871
|
});
|
|
1873
|
-
return formatUploadResult(
|
|
1872
|
+
return formatUploadResult(_0x3d7295);
|
|
1874
1873
|
},
|
|
1875
|
-
async 'view_file'(
|
|
1876
|
-
const
|
|
1877
|
-
if (
|
|
1878
|
-
return formatViewFileResult(
|
|
1879
|
-
const
|
|
1880
|
-
'attachmentId':
|
|
1881
|
-
'contentType':
|
|
1882
|
-
'data':
|
|
1883
|
-
'originalFilename':
|
|
1874
|
+
async 'view_file'(_0x41b1b7) {
|
|
1875
|
+
const _0x4abc6a = _0xf070, _0x144b0e = await _0x2ace36[_0x4abc6a(0x18e)][_0x4abc6a(_0x406705._0x4f1329)](_0x41b1b7[_0x4abc6a(_0x406705._0x366b7f)]);
|
|
1876
|
+
if (_0x144b0e)
|
|
1877
|
+
return formatViewFileResult(_0x144b0e, !![]);
|
|
1878
|
+
const _0x1775ad = await _0x2ace36['client'][_0x4abc6a(0x191)](_0x41b1b7[_0x4abc6a(0x1f0)]), _0x41e3fa = await _0x2ace36[_0x4abc6a(0x18e)][_0x4abc6a(_0x406705._0x49ab00)]({
|
|
1879
|
+
'attachmentId': _0x41b1b7[_0x4abc6a(0x1f0)],
|
|
1880
|
+
'contentType': _0x1775ad[_0x4abc6a(_0x406705._0x26594d)],
|
|
1881
|
+
'data': _0x1775ad['data'],
|
|
1882
|
+
'originalFilename': _0x1775ad['originalFilename']
|
|
1884
1883
|
});
|
|
1885
|
-
return formatViewFileResult(
|
|
1884
|
+
return formatViewFileResult(_0x41e3fa, ![]);
|
|
1886
1885
|
},
|
|
1887
|
-
async 'get_worker_status'(
|
|
1888
|
-
const
|
|
1889
|
-
if (!
|
|
1890
|
-
return
|
|
1891
|
-
const
|
|
1892
|
-
if (!
|
|
1893
|
-
return
|
|
1894
|
-
return
|
|
1886
|
+
async 'get_worker_status'(_0x1f5adb) {
|
|
1887
|
+
const _0x1cd39f = _0xf070;
|
|
1888
|
+
if (!_0x2ace36['daemonLocalUrl'])
|
|
1889
|
+
return _0x1cd39f(0x14d);
|
|
1890
|
+
const _0x154d82 = await fetch(_0x2ace36['daemonLocalUrl'] + _0x1cd39f(_0x3fe7ea._0x52eca5) + encodeURIComponent(_0x1f5adb['work_key'])), _0x1b75c5 = await _0x154d82[_0x1cd39f(0x8b)]();
|
|
1891
|
+
if (!_0x1b75c5['ok'])
|
|
1892
|
+
return _0x1cd39f(0x15a) + _0x1f5adb['work_key'] + '\x22\x20not\x20found';
|
|
1893
|
+
return _0x1cd39f(0x15a) + _0x1f5adb['work_key'] + _0x1cd39f(_0x3fe7ea._0x19ecc1) + _0x1b75c5[_0x1cd39f(0x1e6)];
|
|
1895
1894
|
},
|
|
1896
|
-
async 'get_worker_result'(
|
|
1897
|
-
const
|
|
1898
|
-
if (!
|
|
1899
|
-
return
|
|
1900
|
-
const
|
|
1901
|
-
if (!
|
|
1902
|
-
return
|
|
1903
|
-
return JSON[
|
|
1895
|
+
async 'get_worker_result'(_0x377dc5) {
|
|
1896
|
+
const _0x25f178 = _0xf070;
|
|
1897
|
+
if (!_0x2ace36[_0x25f178(0xfc)])
|
|
1898
|
+
return _0x25f178(_0x3948fc._0x35cb36);
|
|
1899
|
+
const _0x31753f = await fetch(_0x2ace36[_0x25f178(0xfc)] + _0x25f178(_0x3948fc._0x3f69eb) + encodeURIComponent(_0x377dc5[_0x25f178(_0x3948fc._0x262951)])), _0x1fd779 = await _0x31753f['json']();
|
|
1900
|
+
if (!_0x1fd779[_0x25f178(_0x3948fc._0x16d613)])
|
|
1901
|
+
return 'No\x20result\x20yet\x20for\x20worker\x20\x22' + _0x377dc5[_0x25f178(_0x3948fc._0x262951)] + '\x22';
|
|
1902
|
+
return JSON[_0x25f178(0xaa)](_0x1fd779[_0x25f178(0x83)], null, 0x2);
|
|
1904
1903
|
},
|
|
1905
|
-
async 'finish_worker'(
|
|
1906
|
-
const
|
|
1907
|
-
if (!
|
|
1908
|
-
return
|
|
1909
|
-
const
|
|
1910
|
-
'method':
|
|
1904
|
+
async 'finish_worker'(_0x5832ca) {
|
|
1905
|
+
const _0x37846d = _0xf070;
|
|
1906
|
+
if (!_0x2ace36['daemonLocalUrl'])
|
|
1907
|
+
return _0x37846d(0x14d);
|
|
1908
|
+
const _0x38ac8c = await fetch(_0x2ace36['daemonLocalUrl'] + _0x37846d(0xb2), {
|
|
1909
|
+
'method': _0x37846d(0xef),
|
|
1911
1910
|
'headers': { 'Content-Type': 'application/json' },
|
|
1912
|
-
'body': JSON[
|
|
1913
|
-
'work_key':
|
|
1911
|
+
'body': JSON[_0x37846d(0xaa)]({
|
|
1912
|
+
'work_key': _0x5832ca[_0x37846d(0x151)],
|
|
1914
1913
|
'resume_packet': {
|
|
1915
1914
|
'objective': '',
|
|
1916
|
-
'result':
|
|
1917
|
-
'summary':
|
|
1918
|
-
'decisions':
|
|
1919
|
-
'filesChanged':
|
|
1920
|
-
'openIssues':
|
|
1921
|
-
'nextSteps':
|
|
1915
|
+
'result': _0x5832ca[_0x37846d(_0x19d001._0x411c39)],
|
|
1916
|
+
'summary': _0x5832ca[_0x37846d(0x120)],
|
|
1917
|
+
'decisions': _0x5832ca[_0x37846d(0x1d9)] ?? [],
|
|
1918
|
+
'filesChanged': _0x5832ca[_0x37846d(0xd7)] ?? [],
|
|
1919
|
+
'openIssues': _0x5832ca[_0x37846d(_0x19d001._0x137164)] ?? [],
|
|
1920
|
+
'nextSteps': _0x5832ca['next_steps'] ?? []
|
|
1922
1921
|
}
|
|
1923
1922
|
})
|
|
1924
|
-
}),
|
|
1925
|
-
if (!
|
|
1926
|
-
throw new Error(
|
|
1927
|
-
return
|
|
1923
|
+
}), _0x24ff2a = await _0x38ac8c[_0x37846d(_0x19d001._0x16ac3d)]();
|
|
1924
|
+
if (!_0x24ff2a['ok'])
|
|
1925
|
+
throw new Error(_0x24ff2a[_0x37846d(0x93)] ?? 'finish_worker\x20failed');
|
|
1926
|
+
return _0x37846d(_0x19d001._0x2727e1) + _0x5832ca[_0x37846d(0x151)] + _0x37846d(0x172) + _0x5832ca[_0x37846d(0x100)];
|
|
1928
1927
|
},
|
|
1929
|
-
async 'mark_waiting_input'(
|
|
1930
|
-
const
|
|
1931
|
-
if (!
|
|
1932
|
-
return
|
|
1933
|
-
const
|
|
1934
|
-
'method':
|
|
1935
|
-
'headers': { 'Content-Type':
|
|
1936
|
-
'body': JSON[
|
|
1937
|
-
'work_key':
|
|
1938
|
-
'agent_id':
|
|
1928
|
+
async 'mark_waiting_input'(_0x48ca91) {
|
|
1929
|
+
const _0x79ec0f = _0xf070;
|
|
1930
|
+
if (!_0x2ace36[_0x79ec0f(_0x19d076._0x415ae4)] || !_0x2ace36[_0x79ec0f(_0x19d076._0x548a61)])
|
|
1931
|
+
return _0x79ec0f(_0x19d076._0x53d6fb);
|
|
1932
|
+
const _0x2927bf = await fetch(_0x2ace36[_0x79ec0f(_0x19d076._0x2f1e6a)] + _0x79ec0f(_0x19d076._0x5d3058), {
|
|
1933
|
+
'method': _0x79ec0f(_0x19d076._0x3b7ec0),
|
|
1934
|
+
'headers': { 'Content-Type': _0x79ec0f(0x161) },
|
|
1935
|
+
'body': JSON[_0x79ec0f(_0x19d076._0x89ed92)]({
|
|
1936
|
+
'work_key': _0x48ca91[_0x79ec0f(_0x19d076._0x389b0c)],
|
|
1937
|
+
'agent_id': _0x2ace36[_0x79ec0f(0x160)]
|
|
1939
1938
|
})
|
|
1940
|
-
}),
|
|
1941
|
-
if (!
|
|
1942
|
-
throw new Error(
|
|
1943
|
-
return
|
|
1939
|
+
}), _0x187309 = await _0x2927bf['json']();
|
|
1940
|
+
if (!_0x187309['ok'])
|
|
1941
|
+
throw new Error(_0x187309[_0x79ec0f(_0x19d076._0x21194a)] ?? _0x79ec0f(_0x19d076._0x1c9949));
|
|
1942
|
+
return _0x79ec0f(_0x19d076._0xdcd9dd) + _0x48ca91[_0x79ec0f(0x151)] + _0x79ec0f(_0x19d076._0x558f05);
|
|
1944
1943
|
},
|
|
1945
|
-
async 'escalate_to_main'(
|
|
1946
|
-
const
|
|
1947
|
-
if (!
|
|
1948
|
-
return
|
|
1949
|
-
const
|
|
1950
|
-
'method':
|
|
1951
|
-
'headers': { 'Content-Type':
|
|
1952
|
-
'body': JSON[
|
|
1953
|
-
'work_key':
|
|
1954
|
-
'reason':
|
|
1944
|
+
async 'escalate_to_main'(_0x5aee8a) {
|
|
1945
|
+
const _0x3cb0d6 = _0xf070;
|
|
1946
|
+
if (!_0x2ace36[_0x3cb0d6(_0x1dc112._0x377e04)])
|
|
1947
|
+
return _0x3cb0d6(0x14d);
|
|
1948
|
+
const _0x36d201 = await fetch(_0x2ace36['daemonLocalUrl'] + _0x3cb0d6(0xd8), {
|
|
1949
|
+
'method': 'POST',
|
|
1950
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
1951
|
+
'body': JSON[_0x3cb0d6(_0x1dc112._0x40efb3)]({
|
|
1952
|
+
'work_key': _0x5aee8a[_0x3cb0d6(_0x1dc112._0x35514a)],
|
|
1953
|
+
'reason': _0x5aee8a[_0x3cb0d6(0x1d1)]
|
|
1955
1954
|
})
|
|
1956
|
-
}),
|
|
1957
|
-
if (!
|
|
1958
|
-
throw new Error(
|
|
1959
|
-
return
|
|
1955
|
+
}), _0x456d74 = await _0x36d201[_0x3cb0d6(0x8b)]();
|
|
1956
|
+
if (!_0x456d74['ok'])
|
|
1957
|
+
throw new Error(_0x456d74[_0x3cb0d6(_0x1dc112._0x3ed99c)] ?? _0x3cb0d6(_0x1dc112._0x26dd6f));
|
|
1958
|
+
return 'Escalation\x20sent\x20to\x20main\x20agent.\x20Reason:\x20' + _0x5aee8a[_0x3cb0d6(_0x1dc112._0x4db8a2)];
|
|
1960
1959
|
}
|
|
1961
1960
|
};
|
|
1962
1961
|
}
|
|
1963
|
-
function
|
|
1964
|
-
|
|
1962
|
+
function _0xf070(_0x1a21b2, _0x55362a) {
|
|
1963
|
+
_0x1a21b2 = _0x1a21b2 - 0x71;
|
|
1964
|
+
const _0x23547c = _0x2354();
|
|
1965
|
+
let _0xf070d = _0x23547c[_0x1a21b2];
|
|
1966
|
+
if (_0xf070['tnpnDM'] === undefined) {
|
|
1967
|
+
var _0x5c5929 = function (_0x38a46b) {
|
|
1968
|
+
const _0x2efc13 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
1969
|
+
let _0x5a04e4 = '', _0x486144 = '';
|
|
1970
|
+
for (let _0x3f08f2 = 0x0, _0x2c2f66, _0xf3768b, _0x5543b7 = 0x0; _0xf3768b = _0x38a46b['charAt'](_0x5543b7++); ~_0xf3768b && (_0x2c2f66 = _0x3f08f2 % 0x4 ? _0x2c2f66 * 0x40 + _0xf3768b : _0xf3768b, _0x3f08f2++ % 0x4) ? _0x5a04e4 += String['fromCharCode'](0xff & _0x2c2f66 >> (-0x2 * _0x3f08f2 & 0x6)) : 0x0) {
|
|
1971
|
+
_0xf3768b = _0x2efc13['indexOf'](_0xf3768b);
|
|
1972
|
+
}
|
|
1973
|
+
for (let _0x522697 = 0x0, _0x16fbae = _0x5a04e4['length']; _0x522697 < _0x16fbae; _0x522697++) {
|
|
1974
|
+
_0x486144 += '%' + ('00' + _0x5a04e4['charCodeAt'](_0x522697)['toString'](0x10))['slice'](-0x2);
|
|
1975
|
+
}
|
|
1976
|
+
return decodeURIComponent(_0x486144);
|
|
1977
|
+
};
|
|
1978
|
+
_0xf070['NYRMxN'] = _0x5c5929, _0xf070['qXMQBp'] = {}, _0xf070['tnpnDM'] = !![];
|
|
1979
|
+
}
|
|
1980
|
+
const _0x3f49af = _0x23547c[0x0], _0x177e33 = _0x1a21b2 + _0x3f49af, _0x597563 = _0xf070['qXMQBp'][_0x177e33];
|
|
1981
|
+
return !_0x597563 ? (_0xf070d = _0xf070['NYRMxN'](_0xf070d), _0xf070['qXMQBp'][_0x177e33] = _0xf070d) : _0xf070d = _0x597563, _0xf070d;
|
|
1982
|
+
}
|
|
1983
|
+
function textResult(_0x5ca999, _0x4b28f = ![]) {
|
|
1984
|
+
const _0x4bb73f = { _0x378419: 0x193 }, _0x1567d5 = _0x174aa9;
|
|
1965
1985
|
return {
|
|
1966
1986
|
'content': [{
|
|
1967
|
-
'type':
|
|
1968
|
-
'text':
|
|
1987
|
+
'type': _0x1567d5(_0x4bb73f._0x378419),
|
|
1988
|
+
'text': _0x5ca999
|
|
1969
1989
|
}],
|
|
1970
|
-
...
|
|
1990
|
+
..._0x4b28f ? { 'isError': !![] } : {}
|
|
1971
1991
|
};
|
|
1972
1992
|
}
|
|
1973
|
-
async function registerChatBridgeTools(
|
|
1974
|
-
const
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
'attachment_ids': _0x1379e5[_0xe5e7ab(0x14a)](_0x1379e5[_0xe5e7ab(0x1b0)]())[_0xe5e7ab(_0x37e8cd._0x4ccc6f)](),
|
|
2046
|
-
'visibility': _0x1379e5[_0xe5e7ab(_0x37e8cd._0x1b15ab)]([
|
|
2047
|
-
_0xe5e7ab(_0x37e8cd._0x5d2465),
|
|
2048
|
-
_0xe5e7ab(_0x37e8cd._0x1af4e2)
|
|
2049
|
-
])[_0xe5e7ab(_0x37e8cd._0x59a506)]()
|
|
2050
|
-
}, async _0x2ba64e => {
|
|
2051
|
-
const _0xf7ffa0 = _0xe5e7ab;
|
|
1993
|
+
async function registerChatBridgeTools(_0x3be2ac, _0xcb13b1, _0x2baac) {
|
|
1994
|
+
const _0x1cdfa = {
|
|
1995
|
+
_0x337af9: 0x18f,
|
|
1996
|
+
_0x54ced8: 0xbb,
|
|
1997
|
+
_0x31258c: 0x1e5,
|
|
1998
|
+
_0xbb53cb: 0xbd,
|
|
1999
|
+
_0x596f48: 0x16d,
|
|
2000
|
+
_0x50a14b: 0x1a6,
|
|
2001
|
+
_0x4d3b12: 0x16e,
|
|
2002
|
+
_0x567127: 0x1a6,
|
|
2003
|
+
_0x178bb6: 0x194,
|
|
2004
|
+
_0x1496c4: 0x1c1,
|
|
2005
|
+
_0x265417: 0x1e8,
|
|
2006
|
+
_0x16c32e: 0x111,
|
|
2007
|
+
_0x2ffe10: 0xd2,
|
|
2008
|
+
_0x4e97d4: 0xbb,
|
|
2009
|
+
_0x13e362: 0xbd,
|
|
2010
|
+
_0x5627d4: 0x135,
|
|
2011
|
+
_0x580c27: 0x181,
|
|
2012
|
+
_0x50cd45: 0x141,
|
|
2013
|
+
_0x1bfb40: 0x1e8,
|
|
2014
|
+
_0x55724b: 0x1e5,
|
|
2015
|
+
_0x2e3325: 0xbb,
|
|
2016
|
+
_0x4e84a1: 0xd2,
|
|
2017
|
+
_0x3dc6b1: 0xcd,
|
|
2018
|
+
_0x2c09a4: 0xe3,
|
|
2019
|
+
_0x12b678: 0xa7,
|
|
2020
|
+
_0x2154f2: 0xbb,
|
|
2021
|
+
_0x4bce04: 0xbb,
|
|
2022
|
+
_0x23950a: 0x1d5,
|
|
2023
|
+
_0x7da959: 0x144,
|
|
2024
|
+
_0x2d84b1: 0x198,
|
|
2025
|
+
_0x1b38e1: 0x13f,
|
|
2026
|
+
_0x5ad96c: 0xca,
|
|
2027
|
+
_0x15ac3b: 0x90,
|
|
2028
|
+
_0x525c97: 0x1e5,
|
|
2029
|
+
_0x506ba0: 0x1e5,
|
|
2030
|
+
_0xfc77e5: 0x9e,
|
|
2031
|
+
_0x5d25ca: 0x1b0,
|
|
2032
|
+
_0x4251da: 0x1d4,
|
|
2033
|
+
_0x263a30: 0x1a6,
|
|
2034
|
+
_0x3b950e: 0xbb
|
|
2035
|
+
}, _0x52ce8e = {
|
|
2036
|
+
_0x209d1b: 0x8d,
|
|
2037
|
+
_0x2e5a49: 0x1b1
|
|
2038
|
+
}, _0x51bfc2 = { _0x230bb7: 0x1dd }, _0x59b30b = { _0x30bcc2: 0x98 }, _0x1fb0a1 = { _0x256aef: 0x1a5 }, _0x232479 = { _0xd6cdbc: 0xff }, _0x398912 = { _0x23934b: 0x8d }, _0x1093fd = { _0x2b002a: 0xe3 }, _0x32ceb0 = {
|
|
2039
|
+
_0x254e25: 0x181,
|
|
2040
|
+
_0x1f4ec0: 0x15d
|
|
2041
|
+
}, _0x2fb3c2 = {
|
|
2042
|
+
_0x1f9ea3: 0x111,
|
|
2043
|
+
_0x2a559c: 0x114
|
|
2044
|
+
}, _0x4097f9 = { _0x5631e1: 0x8d }, _0xefc74f = {
|
|
2045
|
+
_0xab8f52: 0x16e,
|
|
2046
|
+
_0x4a22c6: 0x7b
|
|
2047
|
+
}, _0x5b1931 = {
|
|
2048
|
+
_0x4831ca: 0x7c,
|
|
2049
|
+
_0x59a492: 0x8d,
|
|
2050
|
+
_0x1c3b1b: 0x157
|
|
2051
|
+
}, _0xd62cc4 = {
|
|
2052
|
+
_0x370402: 0x8d,
|
|
2053
|
+
_0xa95a60: 0x1ee
|
|
2054
|
+
}, _0x337e88 = _0x174aa9, {z: _0x20c869} = await import('zod');
|
|
2055
|
+
_0x3be2ac['tool'](_0x337e88(0xda), _0x337e88(_0x1cdfa._0x337af9), {
|
|
2056
|
+
'target': _0x20c869[_0x337e88(0xbb)](),
|
|
2057
|
+
'content': _0x20c869[_0x337e88(_0x1cdfa._0x54ced8)](),
|
|
2058
|
+
'attachment_ids': _0x20c869[_0x337e88(_0x1cdfa._0x31258c)](_0x20c869[_0x337e88(_0x1cdfa._0x54ced8)]())[_0x337e88(0x1e8)](),
|
|
2059
|
+
'visibility': _0x20c869[_0x337e88(_0x1cdfa._0xbb53cb)]([
|
|
2060
|
+
'public',
|
|
2061
|
+
_0x337e88(0xe2)
|
|
2062
|
+
])[_0x337e88(0x1e8)]()
|
|
2063
|
+
}, async _0xfc07a8 => {
|
|
2064
|
+
const _0x45b002 = _0x337e88;
|
|
2052
2065
|
try {
|
|
2053
|
-
return textResult(await
|
|
2054
|
-
} catch (
|
|
2055
|
-
return textResult(
|
|
2066
|
+
return textResult(await _0xcb13b1[_0x45b002(0xda)](_0xfc07a8));
|
|
2067
|
+
} catch (_0x33d800) {
|
|
2068
|
+
return textResult(_0x33d800 instanceof Error ? _0x33d800[_0x45b002(_0xd62cc4._0x370402)] : _0x45b002(_0xd62cc4._0xa95a60), !![]);
|
|
2056
2069
|
}
|
|
2057
|
-
}),
|
|
2058
|
-
const
|
|
2070
|
+
}), _0x3be2ac[_0x337e88(0x1a6)](_0x337e88(0x7c), _0x337e88(0xde), {}, async () => {
|
|
2071
|
+
const _0x285cfe = _0x337e88;
|
|
2059
2072
|
try {
|
|
2060
|
-
return textResult(await
|
|
2061
|
-
} catch (
|
|
2062
|
-
return textResult(
|
|
2073
|
+
return textResult(await _0xcb13b1[_0x285cfe(_0x5b1931._0x4831ca)]());
|
|
2074
|
+
} catch (_0x4291cc) {
|
|
2075
|
+
return textResult(_0x4291cc instanceof Error ? _0x4291cc[_0x285cfe(_0x5b1931._0x59a492)] : _0x285cfe(_0x5b1931._0x1c3b1b), !![]);
|
|
2063
2076
|
}
|
|
2064
|
-
}),
|
|
2065
|
-
'channel':
|
|
2066
|
-
'limit':
|
|
2067
|
-
'before':
|
|
2068
|
-
'after':
|
|
2069
|
-
}, async
|
|
2070
|
-
const
|
|
2077
|
+
}), _0x3be2ac['tool'](_0x337e88(0x143), _0x337e88(_0x1cdfa._0x596f48), {
|
|
2078
|
+
'channel': _0x20c869[_0x337e88(0xbb)](),
|
|
2079
|
+
'limit': _0x20c869['number']()[_0x337e88(0x1e8)](),
|
|
2080
|
+
'before': _0x20c869[_0x337e88(0x141)]()['optional'](),
|
|
2081
|
+
'after': _0x20c869[_0x337e88(0x141)]()[_0x337e88(0x1e8)]()
|
|
2082
|
+
}, async _0xe14282 => {
|
|
2083
|
+
const _0x3b2d8e = _0x337e88;
|
|
2071
2084
|
try {
|
|
2072
|
-
return textResult(await
|
|
2073
|
-
} catch (
|
|
2074
|
-
return textResult(
|
|
2085
|
+
return textResult(await _0xcb13b1['read_history'](_0xe14282));
|
|
2086
|
+
} catch (_0x2480ac) {
|
|
2087
|
+
return textResult(_0x2480ac instanceof Error ? _0x2480ac[_0x3b2d8e(0x8d)] : _0x3b2d8e(0x16f), !![]);
|
|
2075
2088
|
}
|
|
2076
|
-
}),
|
|
2077
|
-
const
|
|
2089
|
+
}), _0x3be2ac[_0x337e88(_0x1cdfa._0x50a14b)](_0x337e88(_0x1cdfa._0x4d3b12), 'List\x20channels,\x20agents,\x20and\x20humans\x20in\x20the\x20current\x20server.', {}, async () => {
|
|
2090
|
+
const _0x5bde04 = _0x337e88;
|
|
2078
2091
|
try {
|
|
2079
|
-
return textResult(await
|
|
2080
|
-
} catch (
|
|
2081
|
-
return textResult(
|
|
2092
|
+
return textResult(await _0xcb13b1[_0x5bde04(_0xefc74f._0xab8f52)]());
|
|
2093
|
+
} catch (_0x42b1bf) {
|
|
2094
|
+
return textResult(_0x42b1bf instanceof Error ? _0x42b1bf[_0x5bde04(0x8d)] : _0x5bde04(_0xefc74f._0x4a22c6), !![]);
|
|
2082
2095
|
}
|
|
2083
|
-
}),
|
|
2084
|
-
'channel':
|
|
2085
|
-
'status':
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
])[
|
|
2091
|
-
}, async
|
|
2092
|
-
const
|
|
2096
|
+
}), _0x3be2ac[_0x337e88(_0x1cdfa._0x567127)]('list_tasks', _0x337e88(_0x1cdfa._0x178bb6), {
|
|
2097
|
+
'channel': _0x20c869[_0x337e88(_0x1cdfa._0x54ced8)](),
|
|
2098
|
+
'status': _0x20c869[_0x337e88(0xbd)]([
|
|
2099
|
+
_0x337e88(_0x1cdfa._0x1496c4),
|
|
2100
|
+
_0x337e88(0x144),
|
|
2101
|
+
_0x337e88(0x156),
|
|
2102
|
+
_0x337e88(0x1b5)
|
|
2103
|
+
])[_0x337e88(_0x1cdfa._0x265417)]()
|
|
2104
|
+
}, async _0x16e4e8 => {
|
|
2105
|
+
const _0x22e701 = _0x337e88;
|
|
2093
2106
|
try {
|
|
2094
|
-
return textResult(await
|
|
2095
|
-
} catch (
|
|
2096
|
-
return textResult(
|
|
2107
|
+
return textResult(await _0xcb13b1[_0x22e701(0x13d)](_0x16e4e8));
|
|
2108
|
+
} catch (_0xc75c4a) {
|
|
2109
|
+
return textResult(_0xc75c4a instanceof Error ? _0xc75c4a[_0x22e701(_0x4097f9._0x5631e1)] : _0x22e701(0x159), !![]);
|
|
2097
2110
|
}
|
|
2098
|
-
}),
|
|
2099
|
-
'channel':
|
|
2100
|
-
'idempotency_key':
|
|
2101
|
-
'tasks':
|
|
2102
|
-
'title':
|
|
2103
|
-
'description':
|
|
2104
|
-
'priority':
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
])[
|
|
2111
|
+
}), _0x3be2ac[_0x337e88(_0x1cdfa._0x567127)](_0x337e88(_0x1cdfa._0x16c32e), _0x337e88(0x169), {
|
|
2112
|
+
'channel': _0x20c869[_0x337e88(0xbb)](),
|
|
2113
|
+
'idempotency_key': _0x20c869[_0x337e88(_0x1cdfa._0x54ced8)]()[_0x337e88(0x1e8)](),
|
|
2114
|
+
'tasks': _0x20c869[_0x337e88(_0x1cdfa._0x31258c)](_0x20c869[_0x337e88(_0x1cdfa._0x2ffe10)]({
|
|
2115
|
+
'title': _0x20c869[_0x337e88(_0x1cdfa._0x4e97d4)](),
|
|
2116
|
+
'description': _0x20c869[_0x337e88(_0x1cdfa._0x4e97d4)]()[_0x337e88(0x1e8)](),
|
|
2117
|
+
'priority': _0x20c869[_0x337e88(_0x1cdfa._0x13e362)]([
|
|
2118
|
+
_0x337e88(0x138),
|
|
2119
|
+
_0x337e88(_0x1cdfa._0x5627d4),
|
|
2120
|
+
_0x337e88(0x88),
|
|
2121
|
+
_0x337e88(0x74)
|
|
2122
|
+
])[_0x337e88(_0x1cdfa._0x265417)]()
|
|
2110
2123
|
}))
|
|
2111
|
-
}, async
|
|
2112
|
-
const
|
|
2124
|
+
}, async _0x32f501 => {
|
|
2125
|
+
const _0x6ecd5b = _0x337e88;
|
|
2113
2126
|
try {
|
|
2114
|
-
return textResult(await
|
|
2115
|
-
} catch (
|
|
2116
|
-
return textResult(
|
|
2127
|
+
return textResult(await _0xcb13b1[_0x6ecd5b(_0x2fb3c2._0x1f9ea3)](_0x32f501));
|
|
2128
|
+
} catch (_0x5c47c1) {
|
|
2129
|
+
return textResult(_0x5c47c1 instanceof Error ? _0x5c47c1[_0x6ecd5b(0x8d)] : _0x6ecd5b(_0x2fb3c2._0x2a559c), !![]);
|
|
2117
2130
|
}
|
|
2118
|
-
}),
|
|
2119
|
-
'channel':
|
|
2120
|
-
'task_numbers':
|
|
2121
|
-
'message_ids':
|
|
2122
|
-
'evidence':
|
|
2123
|
-
'create_thread':
|
|
2124
|
-
'create_task':
|
|
2125
|
-
}))[
|
|
2126
|
-
'idempotency_key':
|
|
2127
|
-
}, async
|
|
2128
|
-
const
|
|
2131
|
+
}), _0x3be2ac[_0x337e88(0x1a6)](_0x337e88(_0x1cdfa._0x580c27), 'Claim\x20tasks\x20in\x20a\x20channel\x20by\x20task\x20number\x20or\x20source\x20message.', {
|
|
2132
|
+
'channel': _0x20c869['string'](),
|
|
2133
|
+
'task_numbers': _0x20c869[_0x337e88(0x1e5)](_0x20c869[_0x337e88(_0x1cdfa._0x50cd45)]())[_0x337e88(_0x1cdfa._0x1bfb40)](),
|
|
2134
|
+
'message_ids': _0x20c869[_0x337e88(_0x1cdfa._0x55724b)](_0x20c869[_0x337e88(_0x1cdfa._0x2e3325)]())[_0x337e88(_0x1cdfa._0x265417)](),
|
|
2135
|
+
'evidence': _0x20c869[_0x337e88(0xe1)](_0x20c869[_0x337e88(_0x1cdfa._0x54ced8)](), _0x20c869[_0x337e88(_0x1cdfa._0x4e84a1)]({
|
|
2136
|
+
'create_thread': _0x20c869[_0x337e88(_0x1cdfa._0x3dc6b1)]()[_0x337e88(_0x1cdfa._0x1bfb40)](),
|
|
2137
|
+
'create_task': _0x20c869['unknown']()[_0x337e88(0x1e8)]()
|
|
2138
|
+
}))[_0x337e88(0x1e8)](),
|
|
2139
|
+
'idempotency_key': _0x20c869[_0x337e88(0xbb)]()[_0x337e88(0x1e8)]()
|
|
2140
|
+
}, async _0x2bb787 => {
|
|
2141
|
+
const _0x4f68c2 = _0x337e88;
|
|
2129
2142
|
try {
|
|
2130
|
-
return textResult(await
|
|
2131
|
-
} catch (
|
|
2132
|
-
return textResult(
|
|
2143
|
+
return textResult(await _0xcb13b1[_0x4f68c2(_0x32ceb0._0x254e25)](_0x2bb787));
|
|
2144
|
+
} catch (_0x31f695) {
|
|
2145
|
+
return textResult(_0x31f695 instanceof Error ? _0x31f695[_0x4f68c2(0x8d)] : _0x4f68c2(_0x32ceb0._0x1f4ec0), !![]);
|
|
2133
2146
|
}
|
|
2134
|
-
}),
|
|
2135
|
-
'channel':
|
|
2136
|
-
'task_number':
|
|
2137
|
-
'idempotency_key':
|
|
2138
|
-
}, async
|
|
2139
|
-
const
|
|
2147
|
+
}), _0x3be2ac['tool'](_0x337e88(_0x1cdfa._0x2c09a4), _0x337e88(_0x1cdfa._0x12b678), {
|
|
2148
|
+
'channel': _0x20c869[_0x337e88(_0x1cdfa._0x2154f2)](),
|
|
2149
|
+
'task_number': _0x20c869[_0x337e88(0x141)](),
|
|
2150
|
+
'idempotency_key': _0x20c869[_0x337e88(_0x1cdfa._0x4bce04)]()[_0x337e88(_0x1cdfa._0x265417)]()
|
|
2151
|
+
}, async _0x4e47a0 => {
|
|
2152
|
+
const _0x53b256 = _0x337e88;
|
|
2140
2153
|
try {
|
|
2141
|
-
return textResult(await
|
|
2142
|
-
} catch (
|
|
2143
|
-
return textResult(
|
|
2154
|
+
return textResult(await _0xcb13b1[_0x53b256(_0x1093fd._0x2b002a)](_0x4e47a0));
|
|
2155
|
+
} catch (_0x32851f) {
|
|
2156
|
+
return textResult(_0x32851f instanceof Error ? _0x32851f[_0x53b256(0x8d)] : 'unclaim_task\x20failed', !![]);
|
|
2144
2157
|
}
|
|
2145
|
-
}),
|
|
2146
|
-
'channel':
|
|
2147
|
-
'task_number':
|
|
2148
|
-
'status':
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2158
|
+
}), _0x3be2ac['tool'](_0x337e88(_0x1cdfa._0x23950a), _0x337e88(0x19a), {
|
|
2159
|
+
'channel': _0x20c869['string'](),
|
|
2160
|
+
'task_number': _0x20c869[_0x337e88(_0x1cdfa._0x50cd45)](),
|
|
2161
|
+
'status': _0x20c869['enum']([
|
|
2162
|
+
_0x337e88(0x1c1),
|
|
2163
|
+
_0x337e88(_0x1cdfa._0x7da959),
|
|
2164
|
+
_0x337e88(0x156),
|
|
2165
|
+
'done'
|
|
2153
2166
|
]),
|
|
2154
|
-
'idempotency_key':
|
|
2155
|
-
}, async
|
|
2156
|
-
const
|
|
2167
|
+
'idempotency_key': _0x20c869[_0x337e88(_0x1cdfa._0x4e97d4)]()[_0x337e88(_0x1cdfa._0x265417)]()
|
|
2168
|
+
}, async _0x499e53 => {
|
|
2169
|
+
const _0x32f6fa = _0x337e88;
|
|
2157
2170
|
try {
|
|
2158
|
-
return textResult(await
|
|
2159
|
-
} catch (
|
|
2160
|
-
return textResult(
|
|
2171
|
+
return textResult(await _0xcb13b1[_0x32f6fa(0x1d5)](_0x499e53));
|
|
2172
|
+
} catch (_0x48d366) {
|
|
2173
|
+
return textResult(_0x48d366 instanceof Error ? _0x48d366['message'] : _0x32f6fa(0x132), !![]);
|
|
2161
2174
|
}
|
|
2162
|
-
}),
|
|
2163
|
-
'channel':
|
|
2164
|
-
'file_path':
|
|
2165
|
-
}, async
|
|
2166
|
-
const
|
|
2175
|
+
}), _0x3be2ac[_0x337e88(0x1a6)](_0x337e88(_0x1cdfa._0x2d84b1), _0x337e88(_0x1cdfa._0x1b38e1), {
|
|
2176
|
+
'channel': _0x20c869[_0x337e88(_0x1cdfa._0x54ced8)](),
|
|
2177
|
+
'file_path': _0x20c869[_0x337e88(_0x1cdfa._0x4bce04)]()
|
|
2178
|
+
}, async _0x10b170 => {
|
|
2179
|
+
const _0x1c75c5 = _0x337e88;
|
|
2167
2180
|
try {
|
|
2168
|
-
return textResult(await
|
|
2169
|
-
} catch (
|
|
2170
|
-
return textResult(
|
|
2181
|
+
return textResult(await _0xcb13b1['upload_file'](_0x10b170));
|
|
2182
|
+
} catch (_0x46e1cd) {
|
|
2183
|
+
return textResult(_0x46e1cd instanceof Error ? _0x46e1cd[_0x1c75c5(_0x398912._0x23934b)] : _0x1c75c5(0xe0), !![]);
|
|
2171
2184
|
}
|
|
2172
|
-
}),
|
|
2173
|
-
const
|
|
2185
|
+
}), _0x3be2ac[_0x337e88(_0x1cdfa._0x50a14b)](_0x337e88(0xa6), 'Download\x20an\x20attachment\x20to\x20the\x20local\x20cache\x20and\x20return\x20the\x20local\x20path.', { 'attachment_id': _0x20c869[_0x337e88(_0x1cdfa._0x4bce04)]() }, async _0x4cfa0a => {
|
|
2186
|
+
const _0x5373ee = _0x337e88;
|
|
2174
2187
|
try {
|
|
2175
|
-
return textResult(await
|
|
2176
|
-
} catch (
|
|
2177
|
-
return textResult(
|
|
2188
|
+
return textResult(await _0xcb13b1[_0x5373ee(0xa6)](_0x4cfa0a));
|
|
2189
|
+
} catch (_0x145615) {
|
|
2190
|
+
return textResult(_0x145615 instanceof Error ? _0x145615[_0x5373ee(0x8d)] : _0x5373ee(_0x232479._0xd6cdbc), !![]);
|
|
2178
2191
|
}
|
|
2179
|
-
}),
|
|
2180
|
-
const
|
|
2192
|
+
}), _0x3be2ac[_0x337e88(_0x1cdfa._0x50a14b)](_0x337e88(0x165), _0x337e88(0x7d), { 'work_key': _0x20c869[_0x337e88(_0x1cdfa._0x4e97d4)]() }, async _0x4d2037 => {
|
|
2193
|
+
const _0x113420 = _0x337e88;
|
|
2181
2194
|
try {
|
|
2182
|
-
return textResult(await
|
|
2183
|
-
} catch (
|
|
2184
|
-
return textResult(
|
|
2195
|
+
return textResult(await _0xcb13b1[_0x113420(0x165)](_0x4d2037));
|
|
2196
|
+
} catch (_0x2dd0ac) {
|
|
2197
|
+
return textResult(_0x2dd0ac instanceof Error ? _0x2dd0ac[_0x113420(0x8d)] : _0x113420(0x186), !![]);
|
|
2185
2198
|
}
|
|
2186
|
-
}),
|
|
2187
|
-
const
|
|
2199
|
+
}), _0x3be2ac['tool'](_0x337e88(0x1f9), _0x337e88(0x14c), { 'work_key': _0x20c869[_0x337e88(0xbb)]() }, async _0x40fc47 => {
|
|
2200
|
+
const _0x2d06ea = _0x337e88;
|
|
2188
2201
|
try {
|
|
2189
|
-
return textResult(await
|
|
2190
|
-
} catch (
|
|
2191
|
-
return textResult(
|
|
2202
|
+
return textResult(await _0xcb13b1[_0x2d06ea(0x1f9)](_0x40fc47));
|
|
2203
|
+
} catch (_0x29fe26) {
|
|
2204
|
+
return textResult(_0x29fe26 instanceof Error ? _0x29fe26[_0x2d06ea(0x8d)] : _0x2d06ea(_0x1fb0a1._0x256aef), !![]);
|
|
2192
2205
|
}
|
|
2193
|
-
}),
|
|
2194
|
-
'work_key':
|
|
2195
|
-
'result':
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2206
|
+
}), _0x3be2ac[_0x337e88(_0x1cdfa._0x567127)](_0x337e88(_0x1cdfa._0x5ad96c), _0x337e88(0xc5), {
|
|
2207
|
+
'work_key': _0x20c869['string'](),
|
|
2208
|
+
'result': _0x20c869[_0x337e88(_0x1cdfa._0xbb53cb)]([
|
|
2209
|
+
'completed',
|
|
2210
|
+
_0x337e88(0x118),
|
|
2211
|
+
_0x337e88(_0x1cdfa._0x15ac3b)
|
|
2199
2212
|
]),
|
|
2200
|
-
'summary':
|
|
2201
|
-
'decisions':
|
|
2202
|
-
'files_changed':
|
|
2203
|
-
'open_issues':
|
|
2204
|
-
'next_steps':
|
|
2205
|
-
}, async
|
|
2206
|
-
const
|
|
2213
|
+
'summary': _0x20c869[_0x337e88(_0x1cdfa._0x2154f2)](),
|
|
2214
|
+
'decisions': _0x20c869['array'](_0x20c869[_0x337e88(0xbb)]())[_0x337e88(_0x1cdfa._0x265417)](),
|
|
2215
|
+
'files_changed': _0x20c869[_0x337e88(_0x1cdfa._0x525c97)](_0x20c869['string']())['optional'](),
|
|
2216
|
+
'open_issues': _0x20c869[_0x337e88(_0x1cdfa._0x506ba0)](_0x20c869['string']())[_0x337e88(0x1e8)](),
|
|
2217
|
+
'next_steps': _0x20c869[_0x337e88(0x1e5)](_0x20c869[_0x337e88(0xbb)]())[_0x337e88(0x1e8)]()
|
|
2218
|
+
}, async _0xf7931d => {
|
|
2219
|
+
const _0x5a2a6c = _0x337e88;
|
|
2207
2220
|
try {
|
|
2208
|
-
return textResult(await
|
|
2209
|
-
} catch (
|
|
2210
|
-
return textResult(
|
|
2221
|
+
return textResult(await _0xcb13b1['finish_worker'](_0xf7931d));
|
|
2222
|
+
} catch (_0x43e8a0) {
|
|
2223
|
+
return textResult(_0x43e8a0 instanceof Error ? _0x43e8a0[_0x5a2a6c(0x8d)] : _0x5a2a6c(_0x59b30b._0x30bcc2), !![]);
|
|
2211
2224
|
}
|
|
2212
|
-
}),
|
|
2213
|
-
'work_key':
|
|
2214
|
-
'reason':
|
|
2215
|
-
}, async
|
|
2216
|
-
const
|
|
2225
|
+
}), _0x3be2ac[_0x337e88(0x1a6)](_0x337e88(_0x1cdfa._0xfc77e5), _0x337e88(_0x1cdfa._0x5d25ca), {
|
|
2226
|
+
'work_key': _0x20c869[_0x337e88(_0x1cdfa._0x2154f2)](),
|
|
2227
|
+
'reason': _0x20c869['string']()
|
|
2228
|
+
}, async _0x16f6dd => {
|
|
2229
|
+
const _0x3f9417 = _0x337e88;
|
|
2217
2230
|
try {
|
|
2218
|
-
return textResult(await
|
|
2219
|
-
} catch (
|
|
2220
|
-
return textResult(
|
|
2231
|
+
return textResult(await _0xcb13b1['escalate_to_main'](_0x16f6dd));
|
|
2232
|
+
} catch (_0x5d4013) {
|
|
2233
|
+
return textResult(_0x5d4013 instanceof Error ? _0x5d4013['message'] : _0x3f9417(_0x51bfc2._0x230bb7), !![]);
|
|
2221
2234
|
}
|
|
2222
|
-
}),
|
|
2223
|
-
const
|
|
2235
|
+
}), _0x2baac?.[_0x337e88(_0x1cdfa._0x4251da)] && _0x3be2ac[_0x337e88(_0x1cdfa._0x263a30)]('mark_waiting_input', _0x337e88(0xc7), { 'work_key': _0x20c869[_0x337e88(_0x1cdfa._0x3b950e)]() }, async _0x2ef025 => {
|
|
2236
|
+
const _0x426003 = _0x337e88;
|
|
2224
2237
|
try {
|
|
2225
|
-
return textResult(await
|
|
2226
|
-
} catch (
|
|
2227
|
-
return textResult(
|
|
2238
|
+
return textResult(await _0xcb13b1['mark_waiting_input'](_0x2ef025));
|
|
2239
|
+
} catch (_0x139b79) {
|
|
2240
|
+
return textResult(_0x139b79 instanceof Error ? _0x139b79[_0x426003(_0x52ce8e._0x209d1b)] : _0x426003(_0x52ce8e._0x2e5a49), !![]);
|
|
2228
2241
|
}
|
|
2229
2242
|
});
|
|
2230
2243
|
}
|
|
2231
|
-
async function createChatBridgeServer(
|
|
2232
|
-
const
|
|
2233
|
-
'name':
|
|
2234
|
-
'version':
|
|
2235
|
-
}),
|
|
2236
|
-
return await registerChatBridgeTools(
|
|
2237
|
-
'handlers':
|
|
2238
|
-
'server':
|
|
2244
|
+
async function createChatBridgeServer(_0x153046) {
|
|
2245
|
+
const _0x5a8bb6 = { _0x2cf826: 0x166 }, _0x28db65 = _0x174aa9, {McpServer: _0x51d987} = await import(_0x28db65(0xa8)), _0x45e63b = new _0x51d987({
|
|
2246
|
+
'name': _0x28db65(_0x5a8bb6._0x2cf826),
|
|
2247
|
+
'version': _0x28db65(0x187)
|
|
2248
|
+
}), _0x3f6407 = createChatBridgeHandlers(_0x153046);
|
|
2249
|
+
return await registerChatBridgeTools(_0x45e63b, _0x3f6407, { 'workerMode': _0x153046[_0x28db65(0x1d4)] }), {
|
|
2250
|
+
'handlers': _0x3f6407,
|
|
2251
|
+
'server': _0x45e63b
|
|
2239
2252
|
};
|
|
2240
2253
|
}
|
|
2241
|
-
function readFlag(
|
|
2242
|
-
const
|
|
2243
|
-
if (
|
|
2254
|
+
function readFlag(_0x5048b8, _0x1a8a39) {
|
|
2255
|
+
const _0x5eada1 = _0x5048b8['indexOf'](_0x1a8a39);
|
|
2256
|
+
if (_0x5eada1 === -0x1)
|
|
2244
2257
|
return void 0x0;
|
|
2245
|
-
return
|
|
2258
|
+
return _0x5048b8[_0x5eada1 + 0x1];
|
|
2246
2259
|
}
|
|
2247
|
-
function parseChatBridgeArgs(
|
|
2248
|
-
const
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
},
|
|
2257
|
-
if (!
|
|
2258
|
-
throw new Error(
|
|
2259
|
-
if (!
|
|
2260
|
-
throw new Error(
|
|
2261
|
-
if (
|
|
2262
|
-
throw new Error(
|
|
2260
|
+
function parseChatBridgeArgs(_0x45aba1) {
|
|
2261
|
+
const _0x1ade3b = {
|
|
2262
|
+
_0x3c3eba: 0x1d3,
|
|
2263
|
+
_0x4f0af7: 0x11e,
|
|
2264
|
+
_0x2f9297: 0xec,
|
|
2265
|
+
_0x488e12: 0x105,
|
|
2266
|
+
_0x5b80ab: 0xd5,
|
|
2267
|
+
_0x2c58ed: 0xb1,
|
|
2268
|
+
_0x38ca88: 0x1ca
|
|
2269
|
+
}, _0x402e32 = _0x174aa9, _0x3e8081 = readFlag(_0x45aba1, _0x402e32(0x1f8)), _0x17e87f = readFlag(_0x45aba1, '--daemon-api-key'), _0x4c8166 = readFlag(_0x45aba1, '--initial-last-seen-seq'), _0x1908a0 = readFlag(_0x45aba1, _0x402e32(0x158)) ?? _0x402e32(_0x1ade3b._0x3c3eba), _0x204527 = readFlag(_0x45aba1, _0x402e32(0x7a)), _0x2bb4f7 = readFlag(_0x45aba1, _0x402e32(0x18b)), _0x1e3aa3 = readFlag(_0x45aba1, _0x402e32(_0x1ade3b._0x4f0af7)), _0xbd6344 = readFlag(_0x45aba1, _0x402e32(_0x1ade3b._0x2f9297)), _0x5bf7ce = readFlag(_0x45aba1, _0x402e32(0x1f2)), _0x513020 = _0x45aba1['includes'](_0x402e32(0xdf)), _0x272199 = _0x4c8166 === void 0x0 ? void 0x0 : Number[_0x402e32(_0x1ade3b._0x488e12)](_0x4c8166, 0xa);
|
|
2270
|
+
if (!_0x3e8081)
|
|
2271
|
+
throw new Error(_0x402e32(_0x1ade3b._0x5b80ab));
|
|
2272
|
+
if (!_0x17e87f)
|
|
2273
|
+
throw new Error('Missing\x20--daemon-api-key');
|
|
2274
|
+
if (_0x4c8166 !== void 0x0 && (_0x272199 === void 0x0 || !Number['isFinite'](_0x272199) || _0x272199 < 0x0))
|
|
2275
|
+
throw new Error(_0x402e32(_0x1ade3b._0x2c58ed));
|
|
2263
2276
|
return {
|
|
2264
|
-
'agentId':
|
|
2265
|
-
'daemonApiKey':
|
|
2266
|
-
'daemonLocalUrl':
|
|
2267
|
-
'initialLastSeenSeq':
|
|
2268
|
-
'sessionId':
|
|
2269
|
-
'serverUrl':
|
|
2270
|
-
'workerModeEnabled':
|
|
2271
|
-
'workerSessionId':
|
|
2272
|
-
'workerThreadTarget':
|
|
2273
|
-
'workerMode':
|
|
2277
|
+
'agentId': _0x3e8081,
|
|
2278
|
+
'daemonApiKey': _0x17e87f,
|
|
2279
|
+
'daemonLocalUrl': _0x204527,
|
|
2280
|
+
'initialLastSeenSeq': _0x272199,
|
|
2281
|
+
'sessionId': _0x2bb4f7,
|
|
2282
|
+
'serverUrl': _0x1908a0,
|
|
2283
|
+
'workerModeEnabled': _0x1e3aa3 === void 0x0 ? void 0x0 : _0x1e3aa3 !== _0x402e32(_0x1ade3b._0x38ca88),
|
|
2284
|
+
'workerSessionId': _0xbd6344,
|
|
2285
|
+
'workerThreadTarget': _0x5bf7ce,
|
|
2286
|
+
'workerMode': _0x513020
|
|
2274
2287
|
};
|
|
2275
2288
|
}
|
|
2276
|
-
async function runChatBridgeCli(
|
|
2277
|
-
const
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
},
|
|
2282
|
-
'agentId':
|
|
2283
|
-
'attachmentCache':
|
|
2284
|
-
'client':
|
|
2285
|
-
'daemonLocalUrl':
|
|
2289
|
+
async function runChatBridgeCli(_0x220ef4) {
|
|
2290
|
+
const _0x1f9b42 = {
|
|
2291
|
+
_0x1d1d57: 0x160,
|
|
2292
|
+
_0x5f0f2f: 0xfc,
|
|
2293
|
+
_0x157aaf: 0x1d4
|
|
2294
|
+
}, _0x7f12ff = _0x174aa9, _0x3f288a = parseChatBridgeArgs(_0x220ef4), {StdioServerTransport: _0x5584e6} = await import(_0x7f12ff(0x10a)), _0x20b5a1 = createInternalAgentClient(_0x3f288a), _0x43c629 = createAttachmentCache(), _0x567279 = await createChatBridgeServer({
|
|
2295
|
+
'agentId': _0x3f288a[_0x7f12ff(_0x1f9b42._0x1d1d57)],
|
|
2296
|
+
'attachmentCache': _0x43c629,
|
|
2297
|
+
'client': _0x20b5a1,
|
|
2298
|
+
'daemonLocalUrl': _0x3f288a[_0x7f12ff(_0x1f9b42._0x5f0f2f)],
|
|
2286
2299
|
'uploadPreparer': prepareUploadFile,
|
|
2287
|
-
'workerModeEnabled':
|
|
2288
|
-
'workerMode':
|
|
2300
|
+
'workerModeEnabled': _0x3f288a[_0x7f12ff(0xad)],
|
|
2301
|
+
'workerMode': _0x3f288a[_0x7f12ff(_0x1f9b42._0x157aaf)]
|
|
2289
2302
|
});
|
|
2290
|
-
await
|
|
2303
|
+
await _0x567279[_0x7f12ff(0x196)][_0x7f12ff(0x1eb)](new _0x5584e6());
|
|
2291
2304
|
}
|
|
2292
|
-
var executedAsEntry = process[
|
|
2293
|
-
executedAsEntry && await runChatBridgeCli(process[
|
|
2305
|
+
var executedAsEntry = process[_0x174aa9(0x12b)][0x1] ? import.meta.url === pathToFileURL(process[_0x174aa9(0x12b)][0x1])[_0x174aa9(0xf4)] : ![];
|
|
2306
|
+
executedAsEntry && await runChatBridgeCli(process['argv'][_0x174aa9(0x1bd)](0x2));
|
|
2294
2307
|
export {
|
|
2295
2308
|
createChatBridgeHandlers,
|
|
2296
2309
|
createChatBridgeServer,
|