@dscord/daemon 0.1.90 → 0.1.92
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 +2121 -2115
- package/dist/index.js +10417 -10153
- package/package.json +3 -2
- package/resources/claude-plugins/dscord-identity/.claude-plugin/plugin.json +5 -0
- package/resources/claude-plugins/dscord-identity/hooks/hooks.json +16 -0
- package/resources/claude-plugins/dscord-identity/hooks/session-start +20 -0
package/dist/chat-bridge.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
const
|
|
2
|
-
(function (
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
},
|
|
1
|
+
const _0xed401c = _0x3256;
|
|
2
|
+
(function (_0x25267e, _0x1bda50) {
|
|
3
|
+
const _0x448ad4 = {
|
|
4
|
+
_0x58ec33: 0x23c,
|
|
5
|
+
_0x49cfa7: 0x28c,
|
|
6
|
+
_0x2321fd: 0x314,
|
|
7
|
+
_0x4d7d62: 0x287,
|
|
8
|
+
_0x566889: 0x2c3
|
|
9
|
+
}, _0x3623f3 = _0x3256, _0x3eae78 = _0x25267e();
|
|
10
10
|
while (!![]) {
|
|
11
11
|
try {
|
|
12
|
-
const
|
|
13
|
-
if (
|
|
12
|
+
const _0x435d83 = -parseInt(_0x3623f3(_0x448ad4._0x58ec33)) / 0x1 + -parseInt(_0x3623f3(_0x448ad4._0x49cfa7)) / 0x2 + parseInt(_0x3623f3(_0x448ad4._0x2321fd)) / 0x3 + parseInt(_0x3623f3(0x23d)) / 0x4 * (-parseInt(_0x3623f3(0x1bd)) / 0x5) + parseInt(_0x3623f3(0x2b1)) / 0x6 * (-parseInt(_0x3623f3(_0x448ad4._0x4d7d62)) / 0x7) + parseInt(_0x3623f3(0x2ca)) / 0x8 + -parseInt(_0x3623f3(_0x448ad4._0x566889)) / 0x9 * (-parseInt(_0x3623f3(0x194)) / 0xa);
|
|
13
|
+
if (_0x435d83 === _0x1bda50)
|
|
14
14
|
break;
|
|
15
15
|
else
|
|
16
|
-
|
|
17
|
-
} catch (
|
|
18
|
-
|
|
16
|
+
_0x3eae78['push'](_0x3eae78['shift']());
|
|
17
|
+
} catch (_0x134134) {
|
|
18
|
+
_0x3eae78['push'](_0x3eae78['shift']());
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
}(
|
|
21
|
+
}(_0x52b2, 0x6b7cb));
|
|
22
22
|
import { pathToFileURL } from 'node:url';
|
|
23
23
|
import {
|
|
24
24
|
mkdir,
|
|
@@ -28,83 +28,81 @@ import {
|
|
|
28
28
|
writeFile
|
|
29
29
|
} from 'node:fs/promises';
|
|
30
30
|
import { homedir } from 'node:os';
|
|
31
|
-
import
|
|
31
|
+
import _0x58797d from 'node:path';
|
|
32
32
|
var DEFAULT_MAX_FILE_SIZE = 0x64 * 0x400 * 0x400, MIME_BY_EXTENSION = {
|
|
33
|
-
'.csv':
|
|
34
|
-
'.gif':
|
|
35
|
-
'.jpeg':
|
|
36
|
-
'.jpg':
|
|
37
|
-
'.json':
|
|
38
|
-
'.md':
|
|
39
|
-
'.pdf':
|
|
40
|
-
'.png':
|
|
41
|
-
'.svg':
|
|
42
|
-
'.txt':
|
|
43
|
-
'.webp':
|
|
33
|
+
'.csv': _0xed401c(0x202),
|
|
34
|
+
'.gif': _0xed401c(0x328),
|
|
35
|
+
'.jpeg': _0xed401c(0x1f7),
|
|
36
|
+
'.jpg': _0xed401c(0x1f7),
|
|
37
|
+
'.json': _0xed401c(0x310),
|
|
38
|
+
'.md': _0xed401c(0x1dc),
|
|
39
|
+
'.pdf': _0xed401c(0x2dd),
|
|
40
|
+
'.png': 'image/png',
|
|
41
|
+
'.svg': _0xed401c(0x301),
|
|
42
|
+
'.txt': _0xed401c(0x183),
|
|
43
|
+
'.webp': _0xed401c(0x30e),
|
|
44
44
|
'.xml': 'application/xml',
|
|
45
|
-
'.zip':
|
|
45
|
+
'.zip': _0xed401c(0x323)
|
|
46
46
|
};
|
|
47
|
-
function guessContentType(
|
|
48
|
-
const
|
|
49
|
-
return MIME_BY_EXTENSION[
|
|
47
|
+
function guessContentType(_0xe92fcc) {
|
|
48
|
+
const _0x3c5965 = { _0x5570eb: 0x1b5 }, _0x46553d = _0xed401c;
|
|
49
|
+
return MIME_BY_EXTENSION[_0x58797d[_0x46553d(_0x3c5965._0x5570eb)](_0xe92fcc)['toLowerCase']()] ?? _0x46553d(0x2b6);
|
|
50
50
|
}
|
|
51
|
-
function safeFilename(
|
|
52
|
-
|
|
51
|
+
function safeFilename(_0x2c1700) {
|
|
52
|
+
const _0xaa2ab1 = { _0x4c44bb: 0x1b7 }, _0x3d601f = _0xed401c;
|
|
53
|
+
return _0x2c1700[_0x3d601f(_0xaa2ab1._0x4c44bb)](/[\\/]/g, '-');
|
|
53
54
|
}
|
|
54
|
-
function extensionFor(
|
|
55
|
-
const
|
|
56
|
-
return
|
|
55
|
+
function extensionFor(_0x6fe67d) {
|
|
56
|
+
const _0x108487 = { _0x1b3229: 0x2ed }, _0x24f15e = _0xed401c, _0x258bbe = Object[_0x24f15e(0x1c2)](MIME_BY_EXTENSION)[_0x24f15e(0x2ad)](([, _0x481777]) => _0x481777 === _0x6fe67d);
|
|
57
|
+
return _0x258bbe?.[0x0] ?? _0x24f15e(_0x108487._0x1b3229);
|
|
57
58
|
}
|
|
58
|
-
async function prepareUploadFile(
|
|
59
|
-
const
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
59
|
+
async function prepareUploadFile(_0x1bdda6, _0x54ee43 = {}) {
|
|
60
|
+
const _0x2d9b47 = {
|
|
61
|
+
_0x991295: 0x242,
|
|
62
|
+
_0x7874b6: 0x28f,
|
|
63
|
+
_0x22163f: 0x199,
|
|
64
|
+
_0x167736: 0x2a7,
|
|
65
|
+
_0x413022: 0x275,
|
|
66
|
+
_0x3de0f0: 0x313
|
|
67
|
+
}, _0x313a3c = _0xed401c;
|
|
68
|
+
if (!_0x58797d['isAbsolute'](_0x1bdda6))
|
|
69
|
+
throw new Error(_0x313a3c(_0x2d9b47._0x991295));
|
|
70
|
+
const _0x325727 = await stat(_0x1bdda6)[_0x313a3c(_0x2d9b47._0x7874b6)](() => null);
|
|
71
|
+
if (!_0x325727 || !_0x325727[_0x313a3c(_0x2d9b47._0x22163f)]())
|
|
72
|
+
throw new Error(_0x313a3c(_0x2d9b47._0x167736) + _0x1bdda6);
|
|
73
|
+
const _0x103178 = _0x54ee43[_0x313a3c(0x2ab)] ?? DEFAULT_MAX_FILE_SIZE;
|
|
74
|
+
if (_0x325727[_0x313a3c(_0x2d9b47._0x413022)] > _0x103178)
|
|
75
|
+
throw new Error('File\x20size\x20exceeds\x20limit:\x20' + _0x325727[_0x313a3c(_0x2d9b47._0x413022)]);
|
|
76
|
+
const _0x5ae242 = await readFile(_0x1bdda6), _0x1320f8 = _0x58797d[_0x313a3c(_0x2d9b47._0x3de0f0)](_0x1bdda6);
|
|
75
77
|
return {
|
|
76
|
-
'contentBase64':
|
|
77
|
-
'contentType': guessContentType(
|
|
78
|
-
'filename':
|
|
79
|
-
'sizeBytes':
|
|
78
|
+
'contentBase64': _0x5ae242[_0x313a3c(0x1ab)]('base64'),
|
|
79
|
+
'contentType': guessContentType(_0x1320f8),
|
|
80
|
+
'filename': _0x1320f8,
|
|
81
|
+
'sizeBytes': _0x325727['size']
|
|
80
82
|
};
|
|
81
83
|
}
|
|
82
|
-
function createAttachmentCache(
|
|
83
|
-
const
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
_0x5bf344: 0x1a1,
|
|
92
|
-
_0xe7b92c: 0x1ef,
|
|
93
|
-
_0x18dd00: 0x1c0
|
|
94
|
-
}, _0x4b201c = _0x250709, _0x3fae69 = _0xded402[_0x4b201c(_0x552cc6._0x330464)] ?? _0x4bfe55[_0x4b201c(_0x552cc6._0x44f01d)](homedir(), '.dscord', _0x4b201c(_0x552cc6._0x4bda91));
|
|
84
|
+
function createAttachmentCache(_0x3b8350 = {}) {
|
|
85
|
+
const _0x121eab = {
|
|
86
|
+
_0x1440c8: 0x2c5,
|
|
87
|
+
_0x480540: 0x22f
|
|
88
|
+
}, _0x4f7f63 = {
|
|
89
|
+
_0x80d6e8: 0x206,
|
|
90
|
+
_0x1e90ee: 0x1bc,
|
|
91
|
+
_0x2daf23: 0x22f
|
|
92
|
+
}, _0x4bbf71 = _0xed401c, _0x14de81 = _0x3b8350[_0x4bbf71(_0x121eab._0x1440c8)] ?? _0x58797d[_0x4bbf71(_0x121eab._0x480540)](homedir(), '.dscord', _0x4bbf71(0x1e4));
|
|
95
93
|
return {
|
|
96
|
-
'cacheDir':
|
|
97
|
-
async 'findCachedPath'(
|
|
98
|
-
const
|
|
99
|
-
await mkdir(
|
|
100
|
-
const
|
|
101
|
-
return
|
|
94
|
+
'cacheDir': _0x14de81,
|
|
95
|
+
async 'findCachedPath'(_0x39011a) {
|
|
96
|
+
const _0xa2fdff = _0x4bbf71;
|
|
97
|
+
await mkdir(_0x14de81, { 'recursive': !![] });
|
|
98
|
+
const _0x2a44bb = await readdir(_0x14de81), _0x760f25 = _0x2a44bb[_0xa2fdff(0x2ad)](_0x4f232e => _0x4f232e[_0xa2fdff(0x261)](_0x39011a + '-') || _0x4f232e[_0xa2fdff(0x261)](_0x39011a));
|
|
99
|
+
return _0x760f25 ? _0x58797d[_0xa2fdff(0x22f)](_0x14de81, _0x760f25) : null;
|
|
102
100
|
},
|
|
103
|
-
async 'save'(
|
|
104
|
-
const
|
|
105
|
-
await mkdir(
|
|
106
|
-
const
|
|
107
|
-
return await writeFile(
|
|
101
|
+
async 'save'(_0x4c443b) {
|
|
102
|
+
const _0x22c5b7 = _0x4bbf71;
|
|
103
|
+
await mkdir(_0x14de81, { 'recursive': !![] });
|
|
104
|
+
const _0x38c986 = _0x4c443b[_0x22c5b7(_0x4f7f63._0x80d6e8)]?.['trim']() ? safeFilename(_0x4c443b['originalFilename']) : '' + _0x4c443b[_0x22c5b7(_0x4f7f63._0x1e90ee)] + extensionFor(_0x4c443b['contentType']), _0x5268b4 = _0x58797d[_0x22c5b7(_0x4f7f63._0x2daf23)](_0x14de81, _0x4c443b[_0x22c5b7(0x1bc)] + '-' + _0x38c986);
|
|
105
|
+
return await writeFile(_0x5268b4, _0x4c443b[_0x22c5b7(0x1d8)]), _0x5268b4;
|
|
108
106
|
}
|
|
109
107
|
};
|
|
110
108
|
}
|
|
@@ -112,2437 +110,2445 @@ import {
|
|
|
112
110
|
createHash,
|
|
113
111
|
randomUUID
|
|
114
112
|
} from 'node:crypto';
|
|
115
|
-
var UNSUPPORTED_TARGET_MESSAGE =
|
|
116
|
-
function ensureSegment(
|
|
117
|
-
const
|
|
118
|
-
if (!
|
|
113
|
+
var UNSUPPORTED_TARGET_MESSAGE = _0xed401c(0x2ae);
|
|
114
|
+
function ensureSegment(_0x430cef) {
|
|
115
|
+
const _0x5f1f52 = _0xed401c, _0x5d816f = _0x430cef['trim']();
|
|
116
|
+
if (!_0x5d816f || _0x5d816f[_0x5f1f52(0x1b9)](':'))
|
|
119
117
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
120
|
-
return
|
|
118
|
+
return _0x5d816f;
|
|
121
119
|
}
|
|
122
|
-
function parseThreadParts(
|
|
123
|
-
const
|
|
124
|
-
|
|
120
|
+
function parseThreadParts(_0x1206b7) {
|
|
121
|
+
const _0x1046ed = {
|
|
122
|
+
_0x52dda0: 0x1e5,
|
|
123
|
+
_0x92301c: 0x2d0
|
|
124
|
+
}, _0x717773 = _0xed401c, _0x167720 = _0x1206b7[_0x717773(_0x1046ed._0x52dda0)](':');
|
|
125
|
+
if (_0x167720[_0x717773(_0x1046ed._0x92301c)] < 0x1 || _0x167720['length'] > 0x2)
|
|
125
126
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
126
127
|
return {
|
|
127
|
-
'channelName': ensureSegment(
|
|
128
|
-
'threadShortId':
|
|
128
|
+
'channelName': ensureSegment(_0x167720[0x0] ?? ''),
|
|
129
|
+
'threadShortId': _0x167720[0x1] ? ensureSegment(_0x167720[0x1]) : null
|
|
129
130
|
};
|
|
130
131
|
}
|
|
131
|
-
function parseTarget(
|
|
132
|
-
const
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
132
|
+
function parseTarget(_0x4cfc28) {
|
|
133
|
+
const _0x45510c = {
|
|
134
|
+
_0x597b82: 0x261,
|
|
135
|
+
_0x377ee5: 0x2a8,
|
|
136
|
+
_0x42312c: 0x184,
|
|
137
|
+
_0x434100: 0x184,
|
|
138
|
+
_0x3d3e01: 0x2b0,
|
|
139
|
+
_0x5df67f: 0x184,
|
|
140
|
+
_0x12d224: 0x184,
|
|
141
|
+
_0x4dd375: 0x295,
|
|
142
|
+
_0xd6e79a: 0x184
|
|
143
|
+
}, _0x263be7 = _0xed401c, _0xf5fcf7 = _0x4cfc28[_0x263be7(0x258)]();
|
|
144
|
+
if (!_0xf5fcf7)
|
|
142
145
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
143
|
-
if (
|
|
144
|
-
const
|
|
145
|
-
if (!
|
|
146
|
+
if (_0xf5fcf7[_0x263be7(_0x45510c._0x597b82)]('#')) {
|
|
147
|
+
const _0x62aaa9 = parseThreadParts(_0xf5fcf7[_0x263be7(_0x45510c._0x377ee5)](0x1)), _0x4856ac = '#' + _0x62aaa9[_0x263be7(_0x45510c._0x42312c)];
|
|
148
|
+
if (!_0x62aaa9[_0x263be7(0x2e0)])
|
|
146
149
|
return {
|
|
147
|
-
'channelName':
|
|
148
|
-
'channelTarget':
|
|
149
|
-
'kind':
|
|
150
|
-
'target':
|
|
150
|
+
'channelName': _0x62aaa9[_0x263be7(_0x45510c._0x434100)],
|
|
151
|
+
'channelTarget': _0x4856ac,
|
|
152
|
+
'kind': _0x263be7(_0x45510c._0x3d3e01),
|
|
153
|
+
'target': _0x4856ac
|
|
151
154
|
};
|
|
152
155
|
return {
|
|
153
|
-
'channelName':
|
|
154
|
-
'channelTarget':
|
|
155
|
-
'kind':
|
|
156
|
-
'target':
|
|
157
|
-
'threadShortId':
|
|
156
|
+
'channelName': _0x62aaa9[_0x263be7(_0x45510c._0x5df67f)],
|
|
157
|
+
'channelTarget': _0x4856ac,
|
|
158
|
+
'kind': 'thread',
|
|
159
|
+
'target': _0x4856ac + ':' + _0x62aaa9[_0x263be7(0x2e0)],
|
|
160
|
+
'threadShortId': _0x62aaa9[_0x263be7(0x2e0)]
|
|
158
161
|
};
|
|
159
162
|
}
|
|
160
|
-
if (
|
|
161
|
-
const
|
|
162
|
-
if (!
|
|
163
|
+
if (_0xf5fcf7[_0x263be7(_0x45510c._0x597b82)]('dm:')) {
|
|
164
|
+
const _0x437f91 = parseThreadParts(_0xf5fcf7[_0x263be7(0x2a8)](0x3));
|
|
165
|
+
if (!_0x437f91[_0x263be7(_0x45510c._0x12d224)]['startsWith'](_0x263be7(0x1ee)))
|
|
163
166
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
164
|
-
const
|
|
165
|
-
if (!
|
|
167
|
+
const _0x17fa90 = _0x263be7(_0x45510c._0x4dd375) + _0x437f91[_0x263be7(0x184)];
|
|
168
|
+
if (!_0x437f91[_0x263be7(0x2e0)])
|
|
166
169
|
return {
|
|
167
|
-
'channelName':
|
|
168
|
-
'channelTarget':
|
|
169
|
-
'kind':
|
|
170
|
-
'target':
|
|
170
|
+
'channelName': _0x437f91[_0x263be7(_0x45510c._0x434100)],
|
|
171
|
+
'channelTarget': _0x17fa90,
|
|
172
|
+
'kind': _0x263be7(_0x45510c._0x3d3e01),
|
|
173
|
+
'target': _0x17fa90
|
|
171
174
|
};
|
|
172
175
|
return {
|
|
173
|
-
'channelName':
|
|
174
|
-
'channelTarget':
|
|
176
|
+
'channelName': _0x437f91[_0x263be7(_0x45510c._0xd6e79a)],
|
|
177
|
+
'channelTarget': _0x17fa90,
|
|
175
178
|
'kind': 'thread',
|
|
176
|
-
'target':
|
|
177
|
-
'threadShortId':
|
|
179
|
+
'target': _0x17fa90 + ':' + _0x437f91[_0x263be7(0x2e0)],
|
|
180
|
+
'threadShortId': _0x437f91['threadShortId']
|
|
178
181
|
};
|
|
179
182
|
}
|
|
180
183
|
throw new Error(UNSUPPORTED_TARGET_MESSAGE);
|
|
181
184
|
}
|
|
182
|
-
function asErrorMessage(
|
|
183
|
-
const
|
|
184
|
-
if (typeof
|
|
185
|
-
return
|
|
186
|
-
return
|
|
185
|
+
function asErrorMessage(_0x3beafc, _0x1f3e5a) {
|
|
186
|
+
const _0x23d95f = { _0xfdb3d2: 0x214 }, _0x4e09c7 = _0xed401c;
|
|
187
|
+
if (typeof _0x3beafc === _0x4e09c7(_0x23d95f._0xfdb3d2) && _0x3beafc[_0x4e09c7(0x258)]())
|
|
188
|
+
return _0x3beafc;
|
|
189
|
+
return _0x1f3e5a;
|
|
187
190
|
}
|
|
188
|
-
function asRecord(
|
|
189
|
-
const
|
|
190
|
-
return typeof
|
|
191
|
+
function asRecord(_0x228c6f) {
|
|
192
|
+
const _0x1a0b17 = _0xed401c;
|
|
193
|
+
return typeof _0x228c6f === _0x1a0b17(0x2d4) && _0x228c6f !== null ? _0x228c6f : {};
|
|
191
194
|
}
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
},
|
|
199
|
-
if (
|
|
200
|
-
return JSON[
|
|
201
|
-
if (Array[
|
|
202
|
-
return '[' +
|
|
203
|
-
const
|
|
204
|
-
return '{' +
|
|
195
|
+
var WORKER_AGENT_MESSAGE_FOLD_THRESHOLD = 0x140, WORKER_AGENT_MESSAGE_FOLD_HEAD = 0x78, WORKER_AGENT_MESSAGE_FOLD_TAIL = 0x50;
|
|
196
|
+
function stableStringify(_0x5ea44d) {
|
|
197
|
+
const _0x2245ac = {
|
|
198
|
+
_0x569bec: 0x2d4,
|
|
199
|
+
_0x3985ef: 0x1d0,
|
|
200
|
+
_0x27a7f7: 0x1e0
|
|
201
|
+
}, _0x3c20e9 = _0xed401c;
|
|
202
|
+
if (_0x5ea44d === null || typeof _0x5ea44d !== _0x3c20e9(_0x2245ac._0x569bec))
|
|
203
|
+
return JSON[_0x3c20e9(0x1c6)](_0x5ea44d);
|
|
204
|
+
if (Array[_0x3c20e9(0x2fc)](_0x5ea44d))
|
|
205
|
+
return '[' + _0x5ea44d['map'](_0x39e13f => stableStringify(_0x39e13f))[_0x3c20e9(0x22f)](',') + ']';
|
|
206
|
+
const _0x1cfb07 = Object['entries'](_0x5ea44d)[_0x3c20e9(_0x2245ac._0x3985ef)](([, _0x1d6cf7]) => _0x1d6cf7 !== void 0x0)['sort'](([_0x29d40d], [_0x5e7cdc]) => _0x29d40d[_0x3c20e9(0x203)](_0x5e7cdc))[_0x3c20e9(_0x2245ac._0x27a7f7)](([_0x1ec17, _0x6e684e]) => JSON[_0x3c20e9(0x1c6)](_0x1ec17) + ':' + stableStringify(_0x6e684e));
|
|
207
|
+
return '{' + _0x1cfb07['join'](',') + '}';
|
|
205
208
|
}
|
|
206
|
-
function createHeaders(
|
|
207
|
-
const
|
|
209
|
+
function createHeaders(_0x1385b1) {
|
|
210
|
+
const _0x249e71 = _0xed401c;
|
|
208
211
|
return {
|
|
209
|
-
'Content-Type':
|
|
210
|
-
'x-daemon-api-key':
|
|
212
|
+
'Content-Type': _0x249e71(0x310),
|
|
213
|
+
'x-daemon-api-key': _0x1385b1
|
|
211
214
|
};
|
|
212
215
|
}
|
|
213
|
-
function toHttpBaseUrl(
|
|
214
|
-
const
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
},
|
|
219
|
-
if (
|
|
220
|
-
|
|
216
|
+
function toHttpBaseUrl(_0x548728) {
|
|
217
|
+
const _0x24239f = {
|
|
218
|
+
_0x348dce: 0x2c8,
|
|
219
|
+
_0xedcee7: 0x1d3,
|
|
220
|
+
_0x3aedf2: 0x1b7
|
|
221
|
+
}, _0x91253e = _0xed401c, _0xe07890 = new URL(_0x548728);
|
|
222
|
+
if (_0xe07890[_0x91253e(0x1d3)] === _0x91253e(0x21b))
|
|
223
|
+
_0xe07890['protocol'] = _0x91253e(_0x24239f._0x348dce);
|
|
221
224
|
else
|
|
222
|
-
|
|
223
|
-
return
|
|
225
|
+
_0xe07890[_0x91253e(_0x24239f._0xedcee7)] === 'wss:' && (_0xe07890['protocol'] = _0x91253e(0x193));
|
|
226
|
+
return _0xe07890['toString']()[_0x91253e(_0x24239f._0x3aedf2)](/\/$/, '');
|
|
224
227
|
}
|
|
225
|
-
function
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
228
|
+
function isMentionBoundary(_0x5b9f92) {
|
|
229
|
+
return !_0x5b9f92 || /\s|[([{'",。!?、:;]/['test'](_0x5b9f92);
|
|
230
|
+
}
|
|
231
|
+
function isMentionTerminal(_0x141196) {
|
|
232
|
+
const _0xcc724e = _0xed401c;
|
|
233
|
+
return !_0x141196 || /\s|[)\]}'",。!?、:;,.!?]/[_0xcc724e(0x233)](_0x141196);
|
|
234
|
+
}
|
|
235
|
+
function buildMatchableEntries(_0x546cb5) {
|
|
236
|
+
const _0x120114 = {
|
|
237
|
+
_0x27ed39: 0x24c,
|
|
238
|
+
_0x141444: 0x20f,
|
|
239
|
+
_0x298a08: 0x293,
|
|
240
|
+
_0x150c43: 0x1d5
|
|
241
|
+
}, _0x7f02b8 = _0xed401c, _0x970a12 = [];
|
|
242
|
+
for (const _0x4ef85e of [
|
|
243
|
+
..._0x546cb5[_0x7f02b8(_0x120114._0x27ed39)],
|
|
244
|
+
..._0x546cb5[_0x7f02b8(0x268)]
|
|
245
|
+
]) {
|
|
246
|
+
_0x970a12[_0x7f02b8(_0x120114._0x141444)]({
|
|
247
|
+
'matchName': _0x4ef85e[_0x7f02b8(0x293)],
|
|
248
|
+
'matchNameLower': _0x4ef85e[_0x7f02b8(_0x120114._0x298a08)][_0x7f02b8(0x1d5)](),
|
|
249
|
+
'participantId': _0x4ef85e['id']
|
|
250
|
+
}), _0x4ef85e['id'] !== _0x4ef85e[_0x7f02b8(_0x120114._0x298a08)] && _0x970a12['push']({
|
|
251
|
+
'matchName': _0x4ef85e['id'],
|
|
252
|
+
'matchNameLower': _0x4ef85e['id'][_0x7f02b8(_0x120114._0x150c43)](),
|
|
253
|
+
'participantId': _0x4ef85e['id']
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
return _0x970a12;
|
|
257
|
+
}
|
|
258
|
+
function extractMentionedParticipantIds(_0x593dc6, _0x52f5d4) {
|
|
259
|
+
const _0x334f42 = {
|
|
260
|
+
_0x283d41: 0x2d0,
|
|
261
|
+
_0x45c4e4: 0x2a8,
|
|
262
|
+
_0x4a6c84: 0x1f8
|
|
263
|
+
}, _0x844246 = {
|
|
264
|
+
_0x12cf05: 0x297,
|
|
265
|
+
_0x59ee3e: 0x218
|
|
266
|
+
}, _0x481090 = _0xed401c, _0x2e2278 = buildMatchableEntries(_0x52f5d4)[_0x481090(0x244)]((_0x911e7e, _0x2c8412) => _0x2c8412[_0x481090(0x218)][_0x481090(0x2d0)] - _0x911e7e[_0x481090(0x218)][_0x481090(0x2d0)]), _0x1c5c26 = [], _0x2aec65 = new Set();
|
|
267
|
+
for (let _0x34c990 = 0x0; _0x34c990 < _0x593dc6[_0x481090(_0x334f42._0x283d41)]; _0x34c990 += 0x1) {
|
|
268
|
+
if (_0x593dc6[_0x34c990] !== '@' || !isMentionBoundary(_0x593dc6[_0x34c990 - 0x1]))
|
|
269
|
+
continue;
|
|
270
|
+
const _0x2dece3 = _0x593dc6[_0x481090(_0x334f42._0x45c4e4)](_0x34c990 + 0x1), _0x56ef9d = _0x2dece3['toLocaleLowerCase'](), _0x35b8de = _0x2e2278['find'](_0x27777c => {
|
|
271
|
+
const _0x3c8a37 = _0x481090;
|
|
272
|
+
if (!_0x56ef9d[_0x3c8a37(0x261)](_0x27777c[_0x3c8a37(_0x844246._0x12cf05)]))
|
|
273
|
+
return ![];
|
|
274
|
+
return isMentionTerminal(_0x2dece3[_0x27777c[_0x3c8a37(_0x844246._0x59ee3e)]['length']]);
|
|
275
|
+
});
|
|
276
|
+
if (!_0x35b8de || _0x2aec65[_0x481090(0x221)](_0x35b8de[_0x481090(_0x334f42._0x4a6c84)]))
|
|
277
|
+
continue;
|
|
278
|
+
_0x2aec65['add'](_0x35b8de[_0x481090(0x1f8)]), _0x1c5c26[_0x481090(0x20f)](_0x35b8de[_0x481090(0x1f8)]), _0x34c990 += _0x35b8de['matchName']['length'];
|
|
279
|
+
}
|
|
280
|
+
return _0x1c5c26;
|
|
281
|
+
}
|
|
282
|
+
function isTargetedToAgent(_0x238e33, _0x311841) {
|
|
283
|
+
const _0x2232d9 = { _0x269db7: 0x2fc }, _0x1b154d = _0xed401c, _0xbfc1e = _0x238e33?.['targetAgentIds'];
|
|
284
|
+
return Array[_0x1b154d(_0x2232d9._0x269db7)](_0xbfc1e) && _0xbfc1e['includes'](_0x311841);
|
|
285
|
+
}
|
|
286
|
+
function contentMentionsAgent(_0x514816, _0xa0e06c, _0x3bcf1a) {
|
|
287
|
+
const _0x404c3a = { _0x4de346: 0x24c }, _0x16963d = _0xed401c, _0x2c00bb = _0xa0e06c[_0x16963d(_0x404c3a._0x4de346)][_0x16963d(0x2ad)](_0x130558 => _0x130558['id'] === _0x3bcf1a);
|
|
288
|
+
if (!_0x2c00bb)
|
|
289
|
+
return ![];
|
|
290
|
+
return extractMentionedParticipantIds(_0x514816, _0xa0e06c)['includes'](_0x2c00bb['id']);
|
|
291
|
+
}
|
|
292
|
+
function foldWorkerAgentMessageContent(_0x464715) {
|
|
293
|
+
const _0x4bbf57 = {
|
|
294
|
+
_0x17ca43: 0x25e,
|
|
295
|
+
_0x48c404: 0x18b,
|
|
296
|
+
_0x369156: 0x2d0,
|
|
297
|
+
_0x52aa45: 0x2d8,
|
|
298
|
+
_0x3a9c3a: 0x2d0,
|
|
299
|
+
_0x3e7ffe: 0x2a8,
|
|
300
|
+
_0x483713: 0x236,
|
|
301
|
+
_0x2cced0: 0x2bc,
|
|
302
|
+
_0x1313ce: 0x305
|
|
303
|
+
}, _0x15b377 = _0xed401c;
|
|
304
|
+
if (!_0x464715[_0x15b377(_0x4bbf57._0x17ca43)] || _0x464715[_0x15b377(0x1e1)] !== _0x15b377(0x205))
|
|
305
|
+
return _0x464715[_0x15b377(0x18b)];
|
|
306
|
+
if (_0x464715[_0x15b377(_0x4bbf57._0x48c404)][_0x15b377(_0x4bbf57._0x369156)] <= WORKER_AGENT_MESSAGE_FOLD_THRESHOLD)
|
|
307
|
+
return _0x464715['content'];
|
|
308
|
+
if (isTargetedToAgent(_0x464715[_0x15b377(0x2da)], _0x464715[_0x15b377(_0x4bbf57._0x52aa45)]) || contentMentionsAgent(_0x464715['content'], _0x464715[_0x15b377(0x18d)], _0x464715[_0x15b377(_0x4bbf57._0x52aa45)]))
|
|
309
|
+
return _0x464715['content'];
|
|
310
|
+
const _0x322506 = Math[_0x15b377(0x30b)](0x0, _0x464715[_0x15b377(0x18b)][_0x15b377(_0x4bbf57._0x3a9c3a)] - WORKER_AGENT_MESSAGE_FOLD_HEAD - WORKER_AGENT_MESSAGE_FOLD_TAIL), _0x1fbe36 = _0x464715[_0x15b377(_0x4bbf57._0x48c404)][_0x15b377(_0x4bbf57._0x3e7ffe)](0x0, WORKER_AGENT_MESSAGE_FOLD_HEAD)['trimEnd'](), _0x11bc8f = _0x464715['content'][_0x15b377(0x2a8)](-WORKER_AGENT_MESSAGE_FOLD_TAIL)['trimStart']();
|
|
311
|
+
return _0x15b377(_0x4bbf57._0x483713) + _0x464715[_0x15b377(_0x4bbf57._0x48c404)][_0x15b377(0x2d0)] + _0x15b377(_0x4bbf57._0x2cced0) + _0x322506 + _0x15b377(_0x4bbf57._0x1313ce) + _0x1fbe36 + '\x0a…\x0a' + _0x11bc8f;
|
|
312
|
+
}
|
|
313
|
+
function _0x52b2() {
|
|
314
|
+
const _0x51821b = [
|
|
315
|
+
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT',
|
|
316
|
+
'C2vUzgvYtMfTzq',
|
|
317
|
+
'igrVBMuP',
|
|
318
|
+
'yxr0ywnOBwvUDf9Pzhm',
|
|
319
|
+
'CMvZCg9UC2u',
|
|
320
|
+
'oIb3B3jRzxiGCNvUDgLTzsbTAxnZAw5NihDVCMTLCLrOCMvHzfrHCMDLDdSGy2fUBM90ihzHBgLKyxrLihnJB3bL',
|
|
321
|
+
'ignOyxjZlca',
|
|
322
|
+
'z2v0sg91CNm',
|
|
323
|
+
'ue9tva',
|
|
324
|
+
'CMvHzf9OAxn0B3j5igzHAwXLza',
|
|
325
|
+
'y2HLy2TnzxnZywDLCW',
|
|
326
|
+
'CMvXDwvZDfvYBa',
|
|
327
|
+
'y2HLy2TFBwvZC2fNzxmGzMfPBgvK',
|
|
328
|
+
'mJe4mZu4vvvkyuPx',
|
|
329
|
+
'zxHLy3v0Aw9Utw9Kzq',
|
|
330
|
+
'y2fJAgveAxi',
|
|
331
|
+
'zMv0y2HjBxbS',
|
|
332
|
+
'twLZC2LUzYaTlwrHzw1VBI1HCgKTA2v5',
|
|
333
|
+
'Ahr0CdO',
|
|
334
|
+
'l3DVCMTLCNmVD2fPDgLUz19PBNb1Da',
|
|
335
|
+
'mJG3ntaWmfPtDe1tBa',
|
|
336
|
+
'CNvUBMLUzW',
|
|
337
|
+
'BwvZC2fNzq',
|
|
338
|
+
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
339
|
+
'CMvZDwX0CW',
|
|
340
|
+
'y2XPzw50',
|
|
341
|
+
'BgvUz3rO',
|
|
342
|
+
'C3vIDgfZA051BwjLCG',
|
|
343
|
+
'l3DVCMTLCNmVzxnJywXHDgu',
|
|
344
|
+
'y2HHBM5LBeLK',
|
|
345
|
+
'B2jQzwn0',
|
|
346
|
+
'CgfKu3rHCNq',
|
|
347
|
+
'vxbSB2fKigeGBg9JywWGzMLSzsb0BYbHignOyw5UzwWGB3iGre0Gyw5KihjLDhvYBIbHBIbHDhrHy2HTzw50ieLeihrOyxqGy2fUigjLihvZzwqGD2L0AcbZzw5Kx21LC3nHz2uUifrOCMvHzcb0yxjNzxrZigfYzsbUB3qGywXSB3DLzc4',
|
|
247
348
|
'ywDNCMvNyxrLvhLWzq',
|
|
248
|
-
'
|
|
249
|
-
'lsba',
|
|
250
|
-
'nZm5mJu2meLvs1DTsW',
|
|
251
|
-
'xsbaC3LZDgvToIbBzw50zxiTAgfUzg9MzL0',
|
|
252
|
-
'y2HHBM5LBhm',
|
|
253
|
-
'yxv0BZO',
|
|
254
|
-
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
255
|
-
'iYmJieH1BwfUCW',
|
|
256
|
-
'ls1PBML0AwfSlwXHC3qTC2vLBI1Zzxe',
|
|
257
|
-
'ig1LC3nHz2vZkqOk',
|
|
258
|
-
'mZy3mdC5mLrXyKTiDq',
|
|
259
|
-
'zxHWAxjLC0f0',
|
|
260
|
-
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
261
|
-
'CgfYA193B3jRzxi',
|
|
262
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmVy2XHAw0',
|
|
349
|
+
'ywDLBNrjza',
|
|
263
350
|
'C2vYDMvY',
|
|
264
|
-
'
|
|
265
|
-
'
|
|
266
|
-
'
|
|
267
|
-
'
|
|
351
|
+
'zxzLBNrqyxLSB2fK',
|
|
352
|
+
'l3vWBg9Hza',
|
|
353
|
+
'tM8GBMv3ig1LC3nHz2vZlG',
|
|
354
|
+
'yxbWBgLJyxrPB24VCgrM',
|
|
355
|
+
'Aw5FCMv2Awv3',
|
|
356
|
+
'l3rHC2TZpW',
|
|
357
|
+
'DgHYzwfKu2HVCNrjza',
|
|
358
|
+
'ignSywLTzwq',
|
|
359
|
+
'AgvHzgvYCW',
|
|
360
|
+
'DgHYzwfKx3rHCMDLDa',
|
|
268
361
|
'zxnJywXHDgvFDg9FBwfPBG',
|
|
269
|
-
'
|
|
270
|
-
'
|
|
271
|
-
'
|
|
272
|
-
'
|
|
273
|
-
'
|
|
274
|
-
'Dg9KBW',
|
|
275
|
-
'yxbWBgLJyxrPB24VB2n0zxqTC3rYzwfT',
|
|
276
|
-
'BwvZC2fNzuLK',
|
|
277
|
-
'Axnoyu4',
|
|
278
|
-
'lIbnzxnZywDLieLeoIa',
|
|
279
|
-
'DxbSB2fKx2zPBgu',
|
|
280
|
-
'CgfYC2vjBNq',
|
|
281
|
-
'ywDLBNrZ',
|
|
282
|
-
'zgfLBw9Utg9JywXvCMW',
|
|
283
|
-
'zxHLy3v0Aw9Utw9Kzt0',
|
|
284
|
-
'mc4WlJa',
|
|
285
|
-
'AwrSzq',
|
|
286
|
-
'q2XHAw0GDgfZA3mGAw4GysbJAgfUBMvSigj5ihrHC2SGBNvTyMvYig9YihnVDxjJzsbTzxnZywDLlIbgB3iGC3vIDgfZA3mGAw4Gysb0AhjLywqSihvZzsbZDwj0yxnRx251BwjLCNmGD2L0AcbHihnPBMDSzsb0yxnRx251BwjLCNmGzw50CNKU',
|
|
287
|
-
'C3rHCNrLza',
|
|
288
|
-
'tM8GDgfZA3mGzM91BMqU',
|
|
289
|
-
'DxbSB2fKx2zPBguGzMfPBgvK',
|
|
290
|
-
'pgvTChr5pG',
|
|
291
|
-
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
292
|
-
'BgLTAxq',
|
|
293
|
-
'ig1LC3nHz2u9',
|
|
362
|
+
'DgHYzwfKvgfYz2v0pq',
|
|
363
|
+
'BwLU',
|
|
364
|
+
'tM8GDgfZA3mGy2XHAw1Lzc4',
|
|
365
|
+
'yxnPzgu',
|
|
366
|
+
'CgfYA193B3jRzxi',
|
|
294
367
|
'DxbKyxrL',
|
|
295
|
-
'
|
|
296
|
-
'
|
|
297
|
-
'
|
|
298
|
-
'
|
|
299
|
-
'
|
|
368
|
+
'DxbSB2fKrMLSzq',
|
|
369
|
+
'rg93BMXVywrLzcb0BZOG',
|
|
370
|
+
'lMjPBG',
|
|
371
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmVy2XHAw0',
|
|
372
|
+
'Agv4',
|
|
373
|
+
'zhjHzNrnzxnZywDLswq',
|
|
374
|
+
'DgfZA051BwjLCG',
|
|
300
375
|
'Dg9VBa',
|
|
301
|
-
'
|
|
302
|
-
'
|
|
303
|
-
'
|
|
304
|
-
'
|
|
376
|
+
'BM93',
|
|
377
|
+
'C2LNBMfS',
|
|
378
|
+
'Bwv0yq',
|
|
379
|
+
'DgL0Bgu',
|
|
380
|
+
'AwrLBxbVDgvUy3LFA2v5',
|
|
381
|
+
'iYmJiefNzw50CW',
|
|
382
|
+
'y3vYC29Y',
|
|
383
|
+
'Bg93',
|
|
384
|
+
'DxrMoa',
|
|
385
|
+
'AxnbCNjHEq',
|
|
386
|
+
'zw51Bq',
|
|
387
|
+
'zgvZy3jPChrPB24',
|
|
388
|
+
'u2vUzcbHig1LC3nHz2uUieLMihzPC2LIAwXPDhKGAxmGB21PDhrLzcWGDgHLig1LC3nHz2uGAxmGChvIBgLJlIbjBIb0yxnRihrOCMvHzhmSihvZzsb2AxnPyMLSAxr5oIbHC2LKzsbMB3iGChjVz3jLC3mGBM90zxmSigLUDgvYBwvKAwf0zsbZDgf0DxmSigLUDgvYBMfSig5VDgvZlcbVCIbYzwnLAxb0CYb0Agf0igrVig5VDcbUzwvKigeGCMvZCg9UC2uUifvZzsbWDwjSAwmGzM9YigzPBMfSihjLC3vSDhmSigjSB2nRzxjZlcbOyw5KB2zMCYWGCMv2Awv3ihjLCxvLC3rZlcbVCIbHBNL0AgLUzYb0Agf0ig5LzwrZigeGAhvTyw4GB3iGywDLBNqGCMvZCg9UC2uUifvZzsbaBwvUDgLVBNmGD2HLBIbHihnWzwnPzMLJihbHCNrPy2LWyw50ig11C3qGyMuGBM90AwzPzwqUie91DhnPzguGDgHYzwfKCYWGzg8GBM90ihnLDcb2AxnPyMLSAxr5lIbszxvZzsb0AguGzxHHy3qGDgfYz2v0ihn0CMLUzYbMCM9TigLUy29TAw5Nig1LC3nHz2vZlG',
|
|
389
|
+
'q3jLyxrLig9UzsbVCIbTB3jLihrHC2TZigLUigeGy2HHBM5LBc4Gsw4Gysb0AhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPlcbJCMvHDgvZihn1yNrHC2TZihvUzgvYihrOzsbLEgLZDgLUzYbWyxjLBNqGDgfZAY4',
|
|
390
|
+
'Aw1Hz2uVC3zNk3HTBa',
|
|
391
|
+
'ywrKrxzLBNrmAxn0zw5LCG',
|
|
392
|
+
'uM9VDcb0yxnRig1LC3nHz2uGAwq6ia',
|
|
393
|
+
'C3rVCe1HAw49Dhj1zq',
|
|
394
|
+
'ig9TAxr0zwrDcG',
|
|
395
|
+
'C2HHmJu2',
|
|
396
|
+
'D29YA2vYsgfUzg9MzG',
|
|
397
|
+
'DgHYzwfKtNvTyMvY',
|
|
398
|
+
'DgfZA0rLBgL2zxj5tw9Kzq',
|
|
305
399
|
'igfSCMvHzhKGAgfZigfUigfJDgL2zsb3B3jRzxiUihn0B3bnywLUpxrYDwuGzxHLy3v0Aw9Utw9Kzt13B3jRzxi',
|
|
306
|
-
'
|
|
307
|
-
'
|
|
308
|
-
'CNvUBMLUzW',
|
|
309
|
-
'Aw5FChjVz3jLC3m',
|
|
310
|
-
'Aw5FCMv2Awv3',
|
|
311
|
-
'ywrK',
|
|
312
|
-
'DMfSDwvZ',
|
|
313
|
-
'Dw5JBgfPBvrHC2S',
|
|
314
|
-
'rMLSzsbZAxPLigv4y2vLzhmGBgLTAxq6ia',
|
|
400
|
+
'Bwf4',
|
|
401
|
+
'rMLSzsb1CgXVywrLzdOG',
|
|
315
402
|
'Dg9ju09tDhjPBMC',
|
|
316
|
-
'
|
|
317
|
-
'
|
|
318
|
-
'
|
|
319
|
-
'
|
|
320
|
-
'
|
|
321
|
-
'
|
|
322
|
-
'
|
|
323
|
-
'
|
|
324
|
-
'
|
|
325
|
-
'
|
|
326
|
-
'
|
|
327
|
-
'
|
|
328
|
-
'
|
|
329
|
-
'
|
|
330
|
-
'
|
|
331
|
-
'
|
|
332
|
-
'
|
|
333
|
-
'l3vWBg9Hza',
|
|
334
|
-
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
335
|
-
'BMfTzq',
|
|
336
|
-
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
337
|
-
'CMvZB2X2zvrHCMDLDa',
|
|
338
|
-
'kgXLz2fJEsK',
|
|
339
|
-
'BgLZDf9Zzxj2zxi',
|
|
340
|
-
'z2v0rgf0zq',
|
|
341
|
-
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
342
|
-
'yxr0ywnOBwvUDeLK',
|
|
343
|
-
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw4GB25SEsbJBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCNmU',
|
|
344
|
-
'y3vYC29Y',
|
|
345
|
-
'C29YDa',
|
|
346
|
-
'D3m6',
|
|
347
|
-
'Dg9tDhjPBMC',
|
|
403
|
+
'Aw1Hz2uVD2vICa',
|
|
404
|
+
'lIbdCMvHDgvKihrHC2SGsurZoIa',
|
|
405
|
+
'yxbWBgLJyxrPB24VANnVBG',
|
|
406
|
+
'zgfLBw9Utg9JywXvCMW',
|
|
407
|
+
'l3bYB21VDgLVBNmVzMLUywXPEMu',
|
|
408
|
+
'yMfZzw5HBwu',
|
|
409
|
+
'mtGZnty0ou9pt1zfDa',
|
|
410
|
+
'Dg9gAxHLza',
|
|
411
|
+
'zgvZy3jPyMu',
|
|
412
|
+
'BwvTyMvY',
|
|
413
|
+
'l2fWAs9HDhrHy2HTzw50CY8',
|
|
414
|
+
'zMLSzv9WyxrO',
|
|
415
|
+
'EM9K',
|
|
416
|
+
'DgfZA0LKCW',
|
|
417
|
+
'vgHYzwfKihrHCMDLDdOG',
|
|
418
|
+
'ChvIBgLJ',
|
|
419
|
+
'Dg9KBW',
|
|
348
420
|
'l3DVCMTLCNmVBgLZDd9Hz2vUDf9Pzd0',
|
|
349
|
-
'
|
|
350
|
-
'
|
|
351
|
-
'
|
|
352
|
-
'
|
|
421
|
+
'zNjVBq',
|
|
422
|
+
'v29YA2vYlw9UBhKUiezPBMfSAxPLigfUigfJy2vWDgvKihbYB21VDgLVBIbKCMfMDcbHzNrLCIb3CML0Aw5NigL0CYbZCgvJCYb0BYbKB2nZl3bSyw4VlcbJCMvHDgLUzYb0AguGChjVBw90zwqGDg9WlwXLDMvSihrHC2TZihrOCM91z2GGDgHLihnLCNzLCI4',
|
|
423
|
+
'tM8GDgfZA3mGzM91BMqU',
|
|
424
|
+
'yxbWBgLJyxrPB24VEMLW',
|
|
353
425
|
'Dw5JBgfPBv90yxnRoIb3B3jRzxiGy2fUig9UBhKGDw5JBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCI4',
|
|
354
|
-
'
|
|
355
|
-
'
|
|
356
|
-
'
|
|
357
|
-
'
|
|
358
|
-
'
|
|
359
|
-
'
|
|
360
|
-
'
|
|
361
|
-
'
|
|
362
|
-
'
|
|
363
|
-
'
|
|
364
|
-
'
|
|
365
|
-
'
|
|
366
|
-
'
|
|
367
|
-
'
|
|
368
|
-
'
|
|
369
|
-
'
|
|
370
|
-
'DgHYzwfKvgfYz2v0',
|
|
371
|
-
'CgfYDgLJAxbHBNrjza',
|
|
372
|
-
'A2LUza',
|
|
373
|
-
'BwLU',
|
|
374
|
-
'l3DVCMTLCNmVzgvSAxzLCG',
|
|
375
|
-
'l2LUDgvYBMfSl2fNzw50lW',
|
|
376
|
-
'tgLZDcb0yxnRCYbPBIbHignOyw5UzwWGB3iGDgHYzwfKlIbuAhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPihjLDhvYBNmGDgHLihbHCMvUDcb0yxnRihbSDxmGAxrZihn1yNrHC2TZihDPDgGGywDNCMvNyxrPB24GzMLLBgrZicHJAgLSzhjLBLrVDgfSlcbJAgLSzhjLBKrVBMuSignOAwXKCMvUsw5qCM9NCMvZCYKUienOyw5UzwWGDgfYz2v0ihjLDhvYBNmGB25SEsbWyxjLBNqGDgfZA3mGkg5Vihn1yNrHC2TZks4',
|
|
377
|
-
'tgLZDcbJAgfUBMvSCYWGywDLBNrZlcbHBMqGAhvTyw5ZigLUihrOzsbJDxjYzw50ihnLCNzLCI4',
|
|
378
|
-
'xsbaC3LZDgvToIbBy2XHAw0TAgfUzg9MzL0G',
|
|
379
|
-
'yxbWBgLJyxrPB24VANnVBG',
|
|
380
|
-
'zxjYB3i',
|
|
381
|
-
'Aw1Hz2uVC3zNk3HTBa',
|
|
382
|
-
'D29YA2vYsgfUzg9MzKvYCM9Y',
|
|
383
|
-
'AxngAwXL',
|
|
384
|
-
'BwvZC2fNzxm',
|
|
385
|
-
'B3jPz2LUywXgAwXLBMfTzq',
|
|
426
|
+
'DxbSB2fKx2zPBguGB25SEsbZDxbWB3j0CYbJAgfUBMvSig9YiernihrHCMDLDhmSig5VDcb0AhjLywqGDgfYz2v0CW',
|
|
427
|
+
'uhjVBw90Aw9UigzPBMfSAxPLzcbMB3iGzhjHzNqG',
|
|
428
|
+
'zMfSC2u',
|
|
429
|
+
'Aw1Hz2uVz2LM',
|
|
430
|
+
'sw52ywXPzcaTlwLUAxrPywWTBgfZDc1ZzwvUlxnLCq',
|
|
431
|
+
'Dgv4Dc9WBgfPBG',
|
|
432
|
+
'y2HHBM5LBe5HBwu',
|
|
433
|
+
'zgfLBw9UqxbPs2v5',
|
|
434
|
+
'D29YA2vYu2vZC2LVBKLK',
|
|
435
|
+
'mc4WlJa',
|
|
436
|
+
'C2vYDMvYvxjS',
|
|
437
|
+
'yxnZAwDUzwvoyw1L',
|
|
438
|
+
'l2fWAs9Hz2vUDc1ZzxnZAw9UCY8',
|
|
439
|
+
'y29UDgvUDa',
|
|
440
|
+
'lIbnzxnZywDLieLeoIa',
|
|
441
|
+
'zgLYzwn0B3j5',
|
|
386
442
|
'xsba',
|
|
387
|
-
'vgfZAZOG',
|
|
388
|
-
'l3n0yxj0',
|
|
389
|
-
'iIbUB3qGzM91BMq',
|
|
390
|
-
'cGOTls0G',
|
|
391
|
-
'C29Tzq',
|
|
392
|
-
'yxr0ywnOBwvUDf9Pza',
|
|
393
|
-
'zw51Bq',
|
|
394
|
-
'zM9Yy2vszwzYzxnO',
|
|
395
|
-
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
396
|
-
'ignSywLTzwq',
|
|
397
|
-
'ue9tva',
|
|
398
|
-
'zMLSDgvY',
|
|
399
|
-
'zgLNzxn0',
|
|
400
|
-
'yMfZzty0',
|
|
401
|
-
'DgHYzwfKu2HVCNrjza',
|
|
402
|
-
'BwfPBG',
|
|
403
|
-
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
404
|
-
'C3vIDgfZA19UDw1IzxjZ',
|
|
405
|
-
'y2f0y2G',
|
|
406
|
-
'Cgf5Bg9HzePZB24',
|
|
407
|
-
'odGZmdi2sMnivxje',
|
|
408
|
-
'igfZC2LNBMvLpua',
|
|
409
|
-
'DgHYzwfKtNvTyMvY',
|
|
410
|
-
'C2vYDMvYtMfTzq',
|
|
411
|
-
'twfYAYb0AguGy3vYCMvUDcb3B3jRzxiGyxmGD2fPDgLUzYbMB3iGAhvTyw4GAw5WDxqUifbHDxnLCYb0AguGAwrSzsbuveWGDgLTzxiGDw50AwWGysbUzxCGBwvZC2fNzsbHCNjPDMvZlG',
|
|
412
|
-
'zgLZCg9ZAxrPB24',
|
|
413
|
-
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
414
|
-
'y29UDgvUDfr5Cgu',
|
|
415
|
-
'C3rVCe1HAw4',
|
|
416
|
-
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
417
|
-
'y2XHAw0GzMfPBgvK',
|
|
418
|
-
'ls1KywvTB24TBg9JywWTDxjS',
|
|
419
|
-
'AxnbyNnVBhv0zq',
|
|
420
|
-
'uM9VDcb0yxnRig1LC3nHz2uGAwq6ia',
|
|
421
|
-
'yMvMB3jL',
|
|
422
|
-
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
423
|
-
'y29UDgvUDc10ExbL',
|
|
424
|
-
'Dgv4Da',
|
|
425
|
-
'y2fJAgveAxi',
|
|
426
|
-
'Bwv0ywrHDgfkC29U',
|
|
427
|
-
'BM93',
|
|
428
443
|
'AgfZtw9Yzq',
|
|
429
|
-
'
|
|
430
|
-
'
|
|
431
|
-
'
|
|
444
|
+
'l3DVCMTLCNmVC3rHDhvZp3DVCMTFA2v5pq',
|
|
445
|
+
's0iPcKf0DgfJAg1LBNqGsuq6ia',
|
|
446
|
+
'zMLSzw5HBwu',
|
|
447
|
+
'Ahr0Chm6',
|
|
448
|
+
'ntCWBuvqt3Ln',
|
|
449
|
+
'ywDNCMvNyxrLswq',
|
|
450
|
+
'DgfYz2v0',
|
|
451
|
+
'C3vIDgfZA19UDw1IzxjZ',
|
|
452
|
+
'DMfSDwu',
|
|
453
|
+
'AxngAwXL',
|
|
454
|
+
'y29UDgvUDejHC2u2na',
|
|
455
|
+
'zg93BMXVywrbDhrHy2HTzw50',
|
|
456
|
+
'C2vUze1LC3nHz2u',
|
|
457
|
+
'Cg9ZAxrPDMu',
|
|
458
|
+
'iYmJienOyw5UzwXZ',
|
|
459
|
+
'y2HPBgrYzw5eB25L',
|
|
460
|
+
'yxjYyxK',
|
|
461
|
+
'iYmGtwvZC2fNzsbiAxn0B3j5igzVCIa',
|
|
462
|
+
'A2LUza',
|
|
463
|
+
'DMLLD19MAwXL',
|
|
464
|
+
'ls13B3jRzxiTBw9Kzs1LBMfIBgvK',
|
|
465
|
+
'DxnLCG',
|
|
466
|
+
'y2XHAw1uyxnRCW',
|
|
467
|
+
'ywz0zxjtzxe',
|
|
468
|
+
'l3DVCMTLCNmVzgvSAxzLCG',
|
|
469
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVBwnWlMPZ',
|
|
470
|
+
'AgLNAa',
|
|
471
|
+
'Dg9tDhjPBMC',
|
|
472
|
+
'q2HLy2SGDgHLign1CNjLBNqGC3rHDhvZig9MigeGC3bHD25Lzcb3B3jRzxiGyNKGAxrZihDVCMSGA2v5lG',
|
|
473
|
+
'l2HPC3rVCNK/',
|
|
474
|
+
'DgfZA0LK',
|
|
432
475
|
'ywjVCNq',
|
|
433
|
-
'vxbSB2fKigeGBg9JywWGzMLSzsb0BYbHignOyw5UzwWGB3iGre0Gyw5KihjLDhvYBIbHBIbHDhrHy2HTzw50ieLeihrOyxqGy2fUigjLihvZzwqGD2L0AcbZzw5Kx21LC3nHz2uUifrOCMvHzcb0yxjNzxrZigfYzsbUB3qGywXSB3DLzc4',
|
|
434
|
-
'mtmYmZC1zvrXu2Dw',
|
|
435
|
-
'4PQG77IpifDpuKTfuIbbq1rjvKfuruqG4Ocuifn0B3aGquXmihDVCMSGB24GDgHPCYb0yxnRigLTBwvKAwf0zwX5lIbeBYbUB3qGC2vUzcbMDxj0AgvYig1LC3nHz2vZihrVihrOAxmGDgHYzwfKlG',
|
|
436
|
-
'z2v0x3DVCMTLCL9ZDgf0DxmGzMfPBgvK',
|
|
437
476
|
'C2L6zuj5DgvZ',
|
|
438
|
-
'
|
|
477
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZigzHAwXLza',
|
|
478
|
+
'rMLSzsbHBhjLywr5ignHy2HLzcbHDdOG',
|
|
479
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxmV',
|
|
480
|
+
'BNvTyMvY',
|
|
481
|
+
'zxH0BMfTzq',
|
|
482
|
+
'D29YA2vYigHHBMrVzMyGzMfPBgvK',
|
|
483
|
+
'CMvWBgfJzq',
|
|
484
|
+
'vxbKyxrLihrHC2SGC3rHDhvZigj5ignOyw5UzwWGyw5KihrHC2SGBNvTyMvYlIbgB3iGC3vIDgfZA3mSigfSC28GCgfZCYbZDwj0yxnRx251BwjLCI4GqxnZAwDUzwuGCNvSzxm6igfUihvUy2XHAw1Lzcb0yxnRl3n1yNrHC2SGAxmGyxv0B21HDgLJywXSEsbJBgfPBwvKigj5ihLVDsbPBIb0AguGC2fTzsbJywXSicHJywXSzxiGyMvJB21LCYb0AguGyxnZAwDUzwuPoYbPzIb0AguGDgfZAYbPCYbHBhjLywr5ignSywLTzwqGyNKGyw5VDgHLCIbWyxj0AwnPCgfUDcWGDgHLihnLCNzLCIbYzxr1CM5ZidqWmYb3AxrOihrOzsbJDxjYzw50ignSywLTzxiNCYbUyw1LigfUzcb5B3uGBxvZDcbot1qGCMv0CNKG4OcuigXLDcb0AguGyxnZAwDUzwuGzMLUAxnOig9YigfZAYb0AgvTihrVihjLBgvHC2uGDgHLihrHC2SUifDOzw4GBw92Aw5NihDVCMSGDg8GAw5FCMv2Awv3lcbJAgvJAYb5B3vYig1LBw9YEsbVCIbJAgfUBMvSihj1BgvZigfUzcbZzw5KigeGCMv2Awv3zxiGBwvUDgLVBIb5B3vYC2vSzIb3AgvUigfWChjVChjPyxrLlG',
|
|
485
|
+
'Aw5JBhvKzxm',
|
|
486
|
+
'BgLZDfnLCNzLCG',
|
|
487
|
+
'DxbKyxrLx3rHC2TFC3rHDhvZ',
|
|
488
|
+
'yxr0ywnOBwvUDeLK',
|
|
489
|
+
'odvPEKT6q1i',
|
|
490
|
+
'DMLLD19MAwXLigzHAwXLza',
|
|
491
|
+
'D29YA2vYtw9Kzq',
|
|
492
|
+
'uM9VDcb0yxnRig1LC3nHz2u6cG',
|
|
493
|
+
'sgfUzg9MzIb0BYb3B3jRzxiGzM9YihrHC2SG',
|
|
494
|
+
'zw50CMLLCW',
|
|
495
|
+
'cKLMihLVDxiGBwvTB3j5ig9YignOyw5UzwWGCNvSzxmGCMvXDwLYzsbYzxzPzxCSihnLBMqGysbTzxnZywDLig1LBNrPB25PBMCGDgHLihjLDMLLD2vYigjLzM9YzsbWyxjRAw5NlG',
|
|
496
|
+
'ls1Zzxj2zxiTDxjS',
|
|
497
|
+
'xsbaC3LZDgvToIbBy2XHAw0TAgfUzg9MzL0G',
|
|
498
|
+
'C3rYAw5NAwz5',
|
|
499
|
+
'CNvUswq',
|
|
500
|
+
'twvZC2fNzsbZzw50ihrVia',
|
|
501
|
+
'ywrK',
|
|
502
|
+
'BwvZC2fNzuLK',
|
|
503
|
+
'cUkAOo+4JYbxt1jlrviGqunusvzbveveiokaLcbtDg9Wiefmtcb3B3jRig9UihrOAxmGDgfZAYbPBw1LzgLHDgvSEs4Gv29YA2vYigHHBMrSzxmGzxHLy3v0Aw9UigvUzc10BY1LBMqU',
|
|
504
|
+
'l3DVCMTLCNmVy29UDgv4Dc1TzxrYAwnZ',
|
|
505
|
+
'zxzLBNrtzxe',
|
|
506
|
+
'kg5VBMuP',
|
|
507
|
+
'ANnVBG',
|
|
508
|
+
'zMLSDgvY',
|
|
509
|
+
'ls1ZzxnZAw9UlwLK',
|
|
510
|
+
'CMvJB3jK',
|
|
511
|
+
'ChjVDg9JB2W',
|
|
439
512
|
'ls13B3jRzxiTBw9Kzq',
|
|
440
|
-
'
|
|
441
|
-
'
|
|
442
|
-
'
|
|
443
|
-
'l3rHC2TZ',
|
|
444
|
-
'ig1ZzZ1Oyw5KB2zMihrPBwu9',
|
|
513
|
+
'Dg9mB2nHBgvmB3DLCKnHC2u',
|
|
514
|
+
'C3vJy2vZCW',
|
|
515
|
+
'DgHYzwfKswq',
|
|
445
516
|
'zgf0yq',
|
|
446
|
-
'y2XPzw50',
|
|
447
|
-
'sw52ywXPzcaTlwLUAxrPywWTBgfZDc1ZzwvUlxnLCq',
|
|
448
|
-
'zMfSC2u',
|
|
449
517
|
'ihr5Cgu9ywDLBNq',
|
|
450
|
-
'
|
|
451
|
-
'
|
|
452
|
-
'
|
|
453
|
-
'
|
|
454
|
-
'
|
|
455
|
-
'
|
|
518
|
+
'zg9Uzq',
|
|
519
|
+
'zMLUywXPEMvqCM9TB3rPB24',
|
|
520
|
+
'Dgv4Dc9TyxjRzg93BG',
|
|
521
|
+
'zgLNzxn0',
|
|
522
|
+
'vgfZAYa',
|
|
523
|
+
'BwvTyMvYCW',
|
|
524
|
+
'BwfW',
|
|
525
|
+
'C2vUzgvYvhLWzq',
|
|
526
|
+
'zxHLy3v0Aw9Utw9Kzt0',
|
|
527
|
+
'z2v0rNvSBfLLyxi',
|
|
528
|
+
'yxr0ywnOBwvUDhm',
|
|
529
|
+
'C3bSAxq',
|
|
530
|
+
'ihrPBwu9',
|
|
531
|
+
'igv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
532
|
+
'Bgf0zxn0u2vX',
|
|
533
|
+
'BgLZDf90yxnRCYbMywLSzwq',
|
|
534
|
+
'C3rHDhvZ',
|
|
535
|
+
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw4GB25SEsbJBgfPBsbZDwj0yxnRCYbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcdIGjqGChjVDMLKzsbZDwj0yxnRx251BwjLCNmU',
|
|
536
|
+
'iokaLcb1C2uGDMLLD19MAwXLihrVihnLzv0',
|
|
537
|
+
'C3vIDgfZA19UDw1Izxi',
|
|
538
|
+
'zg0T',
|
|
539
|
+
'igfZC2LNBMvLpua',
|
|
540
|
+
'l3nLCNzLCG',
|
|
541
|
+
'CMvZDwX0sNnVBG',
|
|
542
|
+
'v29YA2vYici',
|
|
543
|
+
'l2nVBNrLBNq',
|
|
544
|
+
'vgfZAZOG',
|
|
545
|
+
't3jPz2LUywWGBwvZC2fNztOG',
|
|
546
|
+
'zMLUywXPEMvFChjVBw90Aw9U',
|
|
547
|
+
'Aw1Hz2uVANbLzW',
|
|
548
|
+
'CgfYDgLJAxbHBNrjza',
|
|
549
|
+
'zxjYB3i',
|
|
550
|
+
'y2HHDa',
|
|
551
|
+
'CM9VDe1LC3nHz2vjza',
|
|
552
|
+
'tgLZDcbJAgfUBMvSCYWGywDLBNrZlcbHBMqGAhvTyw5ZigLUihrOzsbJDxjYzw50ihnLCNzLCI4',
|
|
456
553
|
'yxr0ywnOBwvUDeLKCW',
|
|
457
|
-
'
|
|
458
|
-
'
|
|
459
|
-
'
|
|
460
|
-
'
|
|
461
|
-
'
|
|
462
|
-
'yM9KEu1HCMTKB3DU',
|
|
554
|
+
'B3b0Aw9UywW',
|
|
555
|
+
'CgfYC2vjBNq',
|
|
556
|
+
'qg1VzgvSy29UDgv4DhbYB3rVy29Sl3nKAY9Zzxj2zxiVC3rKAw8UANm',
|
|
557
|
+
'Dw5JBgfPBvrHC2S',
|
|
558
|
+
'Dgv4Dc9JC3y',
|
|
463
559
|
'Bg9JywXLq29TCgfYzq',
|
|
464
|
-
'
|
|
465
|
-
'
|
|
466
|
-
'
|
|
467
|
-
'
|
|
468
|
-
'
|
|
560
|
+
'yxr0ywnOBwvUDf9Pza',
|
|
561
|
+
'ywDLBNq',
|
|
562
|
+
'B3jPz2LUywXgAwXLBMfTzq',
|
|
563
|
+
'Aw5FChjVz3jLC3m',
|
|
564
|
+
'twLZC2LUzYaTlwfNzw50lwLK',
|
|
565
|
+
'y2XHAw1FDgfZA3mGzMfPBgvK',
|
|
566
|
+
'zgvZDhjVEwvK',
|
|
567
|
+
'y2HHBM5LBfrHCMDLDa',
|
|
568
|
+
'CgfYA193B3jRzxiGzMfPBgvK',
|
|
569
|
+
'BwfYA193ywL0Aw5Nx2LUChv0igzHAwXLza',
|
|
570
|
+
'BwfPBG',
|
|
571
|
+
'ChvZAa',
|
|
572
|
+
'y2HLy2TFBwvZC2fNzxm',
|
|
573
|
+
'lIbZDg9WtwfPBJ10CNvLigv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
574
|
+
'l3jLy2vPDMu',
|
|
575
|
+
'lcbJB250zw50lxr5Cgu9',
|
|
576
|
+
'C3rYAw5N',
|
|
577
|
+
'C2vX',
|
|
578
|
+
'lsba',
|
|
579
|
+
'DMfSDwvZ',
|
|
580
|
+
'Bwf0y2Hoyw1L',
|
|
581
|
+
'y2XHAw1FDgfZA3m',
|
|
582
|
+
'CxvLDwvK',
|
|
583
|
+
'D3m6',
|
|
584
|
+
'l3rHC2TZl2nSywLT',
|
|
585
|
+
'r0vu',
|
|
469
586
|
'iow3SUwiH+AnOUwiScb3B3jRzxiG5OMN6kgm',
|
|
470
|
-
'
|
|
471
|
-
'
|
|
472
|
-
'
|
|
473
|
-
'
|
|
474
|
-
'
|
|
475
|
-
'
|
|
476
|
-
'
|
|
477
|
-
'
|
|
478
|
-
'
|
|
587
|
+
'l2LUDgvYBMfSl2fNzw50lW',
|
|
588
|
+
'4PQG77IpifDpuKTfuIbbq1rjvKfuruqG4Ocuifn0B3aGquXmihDVCMSGB24GDgHPCYb0yxnRigLTBwvKAwf0zwX5lIbeBYbUB3qGC2vUzcbMDxj0AgvYig1LC3nHz2vZihrVihrOAxmGDgHYzwfKlG',
|
|
589
|
+
'AgfZ',
|
|
590
|
+
'rxnJywXHDgLVBIbZzw50ihrVig1HAw4GywDLBNqUifjLyxnVBJOG',
|
|
591
|
+
'y29UDgvUDc10ExbL',
|
|
592
|
+
'uMvHzcbTzxnZywDLigHPC3rVCNKGzM9YigeGy2HHBM5LBcWGre0Sig9YihrOCMvHzcb0yxjNzxqU',
|
|
593
|
+
'BgLZDf9Zzxj2zxiGzMfPBgvK',
|
|
594
|
+
'Cgf5Bg9HzePZB24',
|
|
595
|
+
'igLUia',
|
|
596
|
+
'zMLUywXPEMvFChjVBw90Aw9UigLZihDVCMTLCI1VBMX5',
|
|
597
|
+
'y29UDgvUDfr5Cgu',
|
|
598
|
+
'C2f2zq',
|
|
599
|
+
'ls1HDhrHy2HTzw50lwnHy2HLlwrPCG',
|
|
600
|
+
'l3rHC2TZ',
|
|
601
|
+
'l3jLy2vPDMu/',
|
|
602
|
+
'BgLZDf90yxnRCW',
|
|
603
|
+
'AM9PBG',
|
|
604
|
+
'zgLZCg9ZAxrPB24',
|
|
605
|
+
'DhLWzq',
|
|
606
|
+
'DgfZAYa',
|
|
607
|
+
'DgvZDa',
|
|
608
|
+
'ls1Hz2vUDc1Pza',
|
|
609
|
+
'y2HPBgrYzw5uB3rHBa',
|
|
610
|
+
'w21LC3nHz2uGzM9SzgvKoIbUB24TDgfYz2v0igfNzw50ig1LC3nHz2uSia',
|
|
611
|
+
'yxjNDG',
|
|
612
|
+
'Aw5PDgLHBeXHC3rtzwvUu2vX',
|
|
613
|
+
'DxbSB2fKx2zPBgu',
|
|
614
|
+
'yMvMB3jL',
|
|
615
|
+
'DgHYzwfK',
|
|
616
|
+
'mJm5ndm0AMrcu2zO',
|
|
617
|
+
'nJmZntjbBKv4t0u',
|
|
618
|
+
'ig1LC3nHz2u9',
|
|
619
|
+
'Aw5KzxHpzG',
|
|
620
|
+
'pgvTChr5pG',
|
|
479
621
|
'ig1LC3nHz2vZihnOB3DUlIbvC2uGyMvMB3jLpq',
|
|
480
|
-
'
|
|
481
|
-
'
|
|
482
|
-
'
|
|
483
|
-
'
|
|
622
|
+
'zMLSzv9WyxrOig11C3qGyMuGyw4GywjZB2X1DguGCgf0Aa',
|
|
623
|
+
'ls13B3jRzxiTC2vZC2LVBI1Pza',
|
|
624
|
+
'C29YDa',
|
|
625
|
+
'y3jLyxrLx3rHC2TZ',
|
|
626
|
+
'Ahr0CdOVl2XVy2fSAg9ZDdO4mtiX',
|
|
627
|
+
'cGPvC2uGDgHPCYbjrcbPBIbZzw5Kx21LC3nHz2uNCYbHDhrHy2HTzw50x2LKCYbWyxjHBwv0zxiGDg8GAw5JBhvKzsbPDcbPBIbHig1LC3nHz2uU',
|
|
628
|
+
'z2v0x3DVCMTLCL9ZDgf0Dxm',
|
|
629
|
+
'l3n0yxj0',
|
|
630
|
+
'z2v0vgLTzq',
|
|
484
631
|
'CMvHzf9OAxn0B3j5',
|
|
632
|
+
'ywDLBNrZ',
|
|
633
|
+
'y3jLyxrLzef0',
|
|
634
|
+
'CMvHC29U',
|
|
635
|
+
'ig1ZzZ0',
|
|
636
|
+
'Aw50',
|
|
637
|
+
'w3nLCt0',
|
|
485
638
|
'D29YA2vYx3nLC3nPB25FAwq',
|
|
486
|
-
'
|
|
487
|
-
'
|
|
488
|
-
'
|
|
489
|
-
'
|
|
490
|
-
'
|
|
491
|
-
'
|
|
492
|
-
'
|
|
493
|
-
'
|
|
494
|
-
'
|
|
495
|
-
'
|
|
496
|
-
'
|
|
639
|
+
'BwvKAxvT',
|
|
640
|
+
'zMLUzenHy2HLzfbHDgG',
|
|
641
|
+
'ywz0zxi',
|
|
642
|
+
'uMvHzcb0AhjLywqGAgLZDg9YEsbIzwzVCMuGDgfRAw5NigfJDgLVBI4Grg8GBM90igvJAg8GDgHPCYbTzxnZywDLihrVihrOzsb0AhjLywqU',
|
|
643
|
+
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
644
|
+
'DhjPBq',
|
|
645
|
+
'C2vZC2LVBKLK',
|
|
646
|
+
'DgfZAW',
|
|
647
|
+
'ihn0yxr1CZ0',
|
|
648
|
+
'ls1KywvTB24TyxbPlwTLEq',
|
|
649
|
+
'iYmJieH1BwfUCW',
|
|
650
|
+
'D29YA2vYvgHYzwfKvgfYz2v0',
|
|
651
|
+
'Bwv0ywrHDgfkC29U',
|
|
652
|
+
'zxnJywXHDgvFDg9FBwfPBIbMywLSzwq',
|
|
653
|
+
'C3rHCNrZv2L0Aa',
|
|
497
654
|
'AhvTyw4',
|
|
498
|
-
'
|
|
499
|
-
'
|
|
500
|
-
'
|
|
501
|
-
'
|
|
502
|
-
'
|
|
503
|
-
'cGPvC2uGDgHPCYbjrcbPBIbZzw5Kx21LC3nHz2uNCYbHDhrHy2HTzw50x2LKCYbWyxjHBwv0zxiGDg8GAw5JBhvKzsbPDcbPBIbHig1LC3nHz2uU',
|
|
504
|
-
'DgHYzwfKswq',
|
|
505
|
-
'CgfYDgLJAxbHBNq',
|
|
506
|
-
'zg0T',
|
|
507
|
-
'yxjYyxLcDwzMzxi',
|
|
508
|
-
'ls13B3jRzxiTDgHYzwfKlxrHCMDLDa',
|
|
509
|
-
'Bg93',
|
|
510
|
-
'v29YA2vYlw9UBhKUiezPBMfSAxPLigfUigfJy2vWDgvKihbYB21VDgLVBIbKCMfMDcbHzNrLCIb3CML0Aw5NigL0CYbZCgvJCYb0BYbKB2nZl3bSyw4VlcbJCMvHDgLUzYb0AguGChjVBw90zwqGDg9WlwXLDMvSihrHC2TZihrOCM91z2GGDgHLihnLCNzLCI4',
|
|
511
|
-
'ihrPBwu9',
|
|
512
|
-
'BNvTyMvY',
|
|
513
|
-
'yxjYyxK',
|
|
514
|
-
'y2XHAw1uyxnRCW',
|
|
515
|
-
'D29YA2vYsgfUzg9MzG',
|
|
516
|
-
'tM8GBMv3ig1LC3nHz2vZlG',
|
|
655
|
+
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
656
|
+
'khvUA25VD24P',
|
|
657
|
+
'ig1ZzZ1Oyw5KB2zMihrPBwu9',
|
|
658
|
+
'DgfZAY0',
|
|
659
|
+
'iIbWyxjRzwqUifnHBwuTDgHYzwfKigzVBgXVDY11Ccb3AwXSihjLC3vTzsb0AgLZigXHBMuU',
|
|
517
660
|
'AhvTyw5Z',
|
|
518
|
-
'
|
|
519
|
-
'
|
|
520
|
-
'
|
|
521
|
-
'
|
|
522
|
-
'
|
|
523
|
-
'
|
|
524
|
-
'
|
|
525
|
-
'
|
|
526
|
-
'
|
|
527
|
-
'
|
|
528
|
-
'
|
|
529
|
-
'
|
|
530
|
-
'
|
|
531
|
-
'
|
|
532
|
-
'
|
|
533
|
-
'
|
|
534
|
-
'
|
|
535
|
-
'
|
|
536
|
-
'
|
|
537
|
-
'
|
|
538
|
-
'
|
|
539
|
-
'
|
|
540
|
-
'C2v0',
|
|
541
|
-
'zMLUzenHy2HLzfbHDgG',
|
|
542
|
-
'CxvLDwvK',
|
|
543
|
-
'ls1Zzxj2zxiTDxjS',
|
|
544
|
-
'lIbZDg9WtwfPBJ10CNvLigv4zwn1DgLVBK1Vzgu9D29YA2vY',
|
|
545
|
-
'ngvwyxjdzG',
|
|
546
|
-
'zxzLBNrtzxe',
|
|
547
|
-
'yxbWBgLJyxrPB24VCgrM',
|
|
548
|
-
'r0vu',
|
|
549
|
-
'DMLZAwjPBgL0Eq',
|
|
550
|
-
'l2nVBNrLBNq',
|
|
551
|
-
'yxr0ywnOBwvUDf9Pzhm',
|
|
552
|
-
'l3rHC2TZl3vWzgf0zs1ZDgf0Dxm',
|
|
661
|
+
'ig1LC3nHz2vZkqOk',
|
|
662
|
+
'tgLZDcb0yxnRCYbPBIbHignOyw5UzwWGB3iGDgHYzwfKlIbuAhjLywqGDgfYz2v0icHLlMCUiciJy2HHBM5LBdP0AhjLywrjzciPihjLDhvYBNmGDgHLihbHCMvUDcb0yxnRihbSDxmGAxrZihn1yNrHC2TZihDPDgGGywDNCMvNyxrPB24GzMLLBgrZicHJAgLSzhjLBLrVDgfSlcbJAgLSzhjLBKrVBMuSignOAwXKCMvUsw5qCM9NCMvZCYKUienOyw5UzwWGDgfYz2v0ihjLDhvYBNmGB25SEsbWyxjLBNqGDgfZA3mGkg5Vihn1yNrHC2TZks4',
|
|
663
|
+
'DxbSB2fKuhjLCgfYzxi',
|
|
664
|
+
'AxngAw5PDgu',
|
|
665
|
+
'igTPBMq9',
|
|
666
|
+
'BMv4Den1CNnVCG',
|
|
667
|
+
'Axnoyu4',
|
|
668
|
+
'ls13B3jRzxiTDgHYzwfKlxrHCMDLDa',
|
|
669
|
+
't3b0Aw9UywWUieLMig9TAxr0zwqSihrOzsbTzxnZywDLigLZihb1yMXPyY4Gsw4GDgfZAYb0AhjLywrZlcbZzxqGiMfZAwrLiIbVBMX5igzVCIbWCM9NCMvZCYbUB3rLCYWGAw50zxjTzwrPyxrLihn0yxr1CYWGAw50zxjUywWGBM90zxmSig9YihjLy2vPChrZihrOyxqGzg8GBM90ig5LzwqGysbYzxnWB25Zzs4GvxnLihb1yMXPyYbMB3iGzMLUywWGCMvZDwX0CYWGyMXVy2TLCNmSigHHBMrVzMzZlcbYzxzPzxCGCMvXDwvZDhmSig9Yig1LC3nHz2vZig5LzwrPBMCGysbODw1HBIbVCIbHz2vUDcbYzxnWB25Zzs4GqwrKiebTzw50Aw9UCYb3AgvUigeGC3bLy2LMAwmGCgfYDgLJAxbHBNqGBxvZDcbIzsbUB3rPzMLLzc4Grg8GBM90ihnLDcbVDxrZAwrLihrOCMvHzhmU',
|
|
670
|
+
'yxr0ywnOBwvUDenHy2HL',
|
|
671
|
+
'DgHYzwfKvgfYz2v0',
|
|
672
|
+
'igf0DgfJAg1LBNq',
|
|
673
|
+
'C2L6zq',
|
|
674
|
+
'iYmGu2vYDMvYoIa',
|
|
675
|
+
'BwfYA193ywL0Aw5Nx2LUChv0',
|
|
676
|
+
'C2vUzf9TzxnZywDLigzHAwXLza',
|
|
677
|
+
'77Yj44cc6l+z6ycA5BI46kgO56s6ihnLCNzLCLvYBcdMJiFLKjhKUOyGD2vIioERMEEcUE+8JoAiLUs7O+EqHUAYOEACIEAkIIbKywvTB24VAw50zxjUywWGqvbjioI9RowpKEwiSowqJUERR+oaGG',
|
|
678
|
+
'DgfZA3m',
|
|
679
|
+
'ls1KywvTB24TBg9JywWTDxjS',
|
|
680
|
+
'z2v0rgf0zq',
|
|
681
|
+
'yM9KEu1HCMTKB3DU',
|
|
682
|
+
'z2v0x3DVCMTLCL9ZDgf0DxmGzMfPBgvK',
|
|
553
683
|
'y3jLyxrLx3rHC2TZigzHAwXLza',
|
|
554
|
-
'
|
|
555
|
-
'Aw5KzxHpzG',
|
|
556
|
-
'z2v0sg91CNm',
|
|
557
|
-
'y3jLyxrLx3rHC2TZ',
|
|
558
|
-
'Aw5PDgLHBeXHC3rtzwvUu2vX',
|
|
559
|
-
'AwrLBxbVDgvUy3LFA2v5',
|
|
560
|
-
'DgvZDa',
|
|
561
|
-
'Dgv4Dc9JC3y',
|
|
562
|
-
'AgfZ',
|
|
563
|
-
'CMvZDwX0sNnVBG',
|
|
564
|
-
'CMvZDwX0CW',
|
|
565
|
-
'DgHYzwfKvgfYz2v0pq',
|
|
566
|
-
'w3rHCMDLDd0',
|
|
567
|
-
'C2vUzgvYtMfTzq',
|
|
568
|
-
'D29YA2vYCW',
|
|
569
|
-
'C3rVCe1HAw49Dhj1zq',
|
|
570
|
-
'DxbSB2fKrMLSzq',
|
|
571
|
-
'mJi4mZC0m3vUA056Ea',
|
|
684
|
+
'DxbKyxrLvgfZA1n0yxr1CW',
|
|
572
685
|
'C2vUzf9TzxnZywDL',
|
|
573
|
-
'
|
|
574
|
-
'
|
|
686
|
+
'D29YA2vYsgfUzg9MzJ10CNvL',
|
|
687
|
+
'BgLZDf9Zzxj2zxi',
|
|
688
|
+
'l3jLC29SDMuTy2HHBM5LBa',
|
|
689
|
+
'sfruuca',
|
|
690
|
+
'BgLTAxq',
|
|
691
|
+
'mJfhAfzOr0S',
|
|
692
|
+
'BwvZC2fNzxm',
|
|
693
|
+
'DgfZA19Pza',
|
|
694
|
+
'zw50zxiTAgfUzg9MzIbMywLSzwq',
|
|
695
|
+
'D29YA2vYtw9KzuvUywjSzwq',
|
|
696
|
+
'mty0otK3nMrhqNPftq',
|
|
697
|
+
'DMLZAwjPBgL0Eq',
|
|
698
|
+
'DxbSB2fKx2zPBguGzMfPBgvK',
|
|
699
|
+
'y2f0y2G',
|
|
575
700
|
'DgfYz2v0zwq',
|
|
576
|
-
'
|
|
577
|
-
'
|
|
578
|
-
'
|
|
579
|
-
'
|
|
701
|
+
'y2HHBM5LBhm',
|
|
702
|
+
'CMvHzeHPC3rVCNK',
|
|
703
|
+
'BMfTzq',
|
|
704
|
+
'AwrSzq',
|
|
705
|
+
'zg06',
|
|
706
|
+
'CgfYDgLJAxbHBNq',
|
|
707
|
+
'Bwf0y2Hoyw1Ltg93zxi',
|
|
708
|
+
'oIb3B3jRzxiGy2fUig9UBhKGB3bLCMf0zsbPBNnPzguGAxrZig93BIb0yxnRihrOCMvHzcaO',
|
|
709
|
+
'rg93BMXVywqGyw4Gyxr0ywnOBwvUDcb0BYb0AguGBg9JywWGy2fJAguGyw5KihjLDhvYBIb0AguGBg9JywWGCgf0Ac4',
|
|
710
|
+
'Dw5RBM93BG',
|
|
711
|
+
'v29YA2vYigzLyxr1CMvZig5VDcbHDMfPBgfIBgu',
|
|
712
|
+
'C2vUzgvYugfYDgLJAxbHBNrjza',
|
|
713
|
+
'C3rHCNrLza',
|
|
714
|
+
'yxr0ywnOBwvUDenHy2HLrgLY',
|
|
715
|
+
'C2v0',
|
|
716
|
+
'z2v0',
|
|
580
717
|
'q29UDgLUDwuGzxHLy3v0Aw9UigLUihrOAxmGDgHYzwfKlIbvC2uGCMvHzf9OAxn0B3j5igLMihLVDsbUzwvKig1VCMuGy29UDgv4Dc4',
|
|
581
|
-
'C3rYAw5NAwz5',
|
|
582
|
-
'Dgv4Dc9TyxjRzg93BG',
|
|
583
|
-
'ls1ZzxnZAw9UlwLK',
|
|
584
|
-
'Bwf4rMLSzvnPEMvcExrLCW',
|
|
585
|
-
'l2fWAs9PBNrLCM5HBc9Zy2HLzhvSzxm',
|
|
586
|
-
'DxrMoa',
|
|
587
|
-
'C2vUzf9TzxnZywDLigzHAwXLza',
|
|
588
|
-
'CM9VDe1LC3nHz2vjza',
|
|
589
|
-
'yMfZzw5HBwu',
|
|
590
|
-
'ls13B3jRzxiTC2vZC2LVBI1Pza',
|
|
591
|
-
'igrVBMuP',
|
|
592
|
-
'BwvZC2fNzq',
|
|
593
|
-
'y3jLyxrLzef0',
|
|
594
|
-
'Dgv4Dc9WBgfPBG',
|
|
595
|
-
'lsaJ',
|
|
596
|
-
'l3DVCMTLCNmVCgfYAW',
|
|
597
|
-
'ywDLBNq',
|
|
598
|
-
'BgLZDf90yxnRCW',
|
|
599
|
-
'AxnjBNrLz2vY',
|
|
600
|
-
'ihDVCMTLCKHHBMrVzMy9zMfSC2uGzxHLy3v0Aw9Utw9Kzt1TywLUcLn0yxKGAw4GBwfPBIbZzxnZAw9UoIbYzwfKihrOzsbYzwzLCMvUy2vKihbSyw4Vzg9JDw1LBNqGyw5KignHBgWGy3jLyxrLx3rHC2TZigLUihrOzsbWyxjLBNqGy2HHBM5LBcb0BYbICMvHAYbPDcbPBNrVihrVCc1SzxzLBcb0yxnRCYaOB3iGB3rOzxj3AxnLigfKDMfUy2uGDgHLihrHC2SGAw4GBwfPBIb3AxrOB3v0igHHBMrPBMCGB2zMihrVigeGD29YA2vYks4',
|
|
601
|
-
'zgvSzxrL',
|
|
602
|
-
'zhjHzNrnzxnZywDLswq',
|
|
603
|
-
'C2LNBMfS',
|
|
604
|
-
'l2nVBNrLEhqTBwv0CMLJCW',
|
|
605
|
-
'D29YA2vYrgLZCg9ZAxrPB24',
|
|
606
|
-
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw5UB3qGy2XHAw0GyNKGBwvZC2fNzv9PzhmGkhrVCc1SzxzLBcbTzxnZywDLihbYB21VDgLVBIbPCYbTywLUlwfNzw50ig9UBhKPoYb1C2uGC3vIDgfZA19UDw1IzxjZigLUC2LKzsb5B3vYig93BIb0yxnRihrOCMvHzc4',
|
|
607
718
|
'Dw5JBgfPBv90yxnR',
|
|
608
|
-
'
|
|
609
|
-
'
|
|
610
|
-
'Dg9gAxHLza',
|
|
611
|
-
'C2nOzwr1BgvKrM9Y',
|
|
612
|
-
'zMLSzv9WyxrO',
|
|
613
|
-
'kg5VBMuP',
|
|
614
|
-
'Ahr0Chm6',
|
|
615
|
-
'CgfYA193B3jRzxiGzMfPBgvK',
|
|
616
|
-
'ywDLBNrjza',
|
|
617
|
-
'l3DVCMTLCNmVy29UDgv4Dc1TzxrYAwnZ',
|
|
618
|
-
'ig1ZzZ0',
|
|
619
|
-
'77Yj44cc6l+z6ycA5BI46kgO56s6ihnLCNzLCLvYBcdMJiFLKjhKUOyGD2vIioERMEEcUE+8JoAiLUs7O+EqHUAYOEACIEAkIIbKywvTB24VAw50zxjUywWGqvbjioI9RowpKEwiSowqJUERR+oaGG',
|
|
620
|
-
'BwfW',
|
|
621
|
-
't3b0Aw9UywWUieLMig9TAxr0zwqSihrOzsbTzxnZywDLigLZihb1yMXPyY4Gsw4GDgfZAYb0AhjLywrZlcbZzxqGiMfZAwrLiIbVBMX5igzVCIbWCM9NCMvZCYbUB3rLCYWGAw50zxjTzwrPyxrLihn0yxr1CYWGAw50zxjUywWGBM90zxmSig9YihjLy2vPChrZihrOyxqGzg8GBM90ig5LzwqGysbYzxnWB25Zzs4GvxnLihb1yMXPyYbMB3iGzMLUywWGCMvZDwX0CYWGyMXVy2TLCNmSigHHBMrVzMzZlcbYzxzPzxCGCMvXDwvZDhmSig9Yig1LC3nHz2vZig5LzwrPBMCGysbODw1HBIbVCIbHz2vUDcbYzxnWB25Zzs4GqwrKiebTzw50Aw9UCYb3AgvUigeGC3bLy2LMAwmGCgfYDgLJAxbHBNqGBxvZDcbIzsbUB3rPzMLLzc4Grg8GBM90ihnLDcbVDxrZAwrLihrOCMvHzhmU',
|
|
622
|
-
'y2HPBgrYzw5uB3rHBa',
|
|
623
|
-
'igTPBMq9',
|
|
624
|
-
'Bwf4',
|
|
625
|
-
'Bwf0y2Hoyw1L',
|
|
626
|
-
'C2vUze1LC3nHz2u',
|
|
627
|
-
'ANnVBG',
|
|
628
|
-
'ihrVigXVywqGB2XKzxiGBwvZC2fNzxmUic0Tlq',
|
|
629
|
-
'CMvHzf9OAxn0B3j5igzHAwXLza',
|
|
719
|
+
'Dgv4Da',
|
|
720
|
+
'D29YA2vYsgfUzg9MzKvYCM9Y',
|
|
630
721
|
'v29YA2vYia',
|
|
631
|
-
'
|
|
632
|
-
'
|
|
633
|
-
'
|
|
634
|
-
'
|
|
635
|
-
'
|
|
636
|
-
'
|
|
637
|
-
'
|
|
638
|
-
'
|
|
639
|
-
'
|
|
640
|
-
'
|
|
641
|
-
'
|
|
642
|
-
'
|
|
643
|
-
'
|
|
644
|
-
'
|
|
722
|
+
'yxjYyxLcDwzMzxi',
|
|
723
|
+
'rMLSzsbUB3qGzM91BMq6ia',
|
|
724
|
+
'C2XPy2u',
|
|
725
|
+
'kgXLz2fJEsK',
|
|
726
|
+
'y2XHAw1FDgfZA3m6ihDVCMTLCIbJyw5UB3qGy2XHAw0GyNKGBwvZC2fNzv9PzhmGkhrVCc1SzxzLBcbTzxnZywDLihbYB21VDgLVBIbPCYbTywLUlwfNzw50ig9UBhKPoYb1C2uGC3vIDgfZA19UDw1IzxjZigLUC2LKzsb5B3vYig93BIb0yxnRihrOCMvHzc4',
|
|
727
|
+
'Bwf4rMLSzvnPEMvcExrLCW',
|
|
728
|
+
'AxnjBNrLz2vY',
|
|
729
|
+
'zMLUza',
|
|
730
|
+
'vw5ZDxbWB3j0zwqGDgfYz2v0igzVCM1HDc4Gu3vWCg9YDgvKihzHBhvLCYbHCMuGi2nOyw5UzwWSigrToMrTltXUyw1LpIWGyw5KihrOzwLYihrOCMvHzcb0yxjNzxrZlG',
|
|
731
|
+
'l3DVCMTLCNmVCgfYAW',
|
|
732
|
+
'y2HHBM5LBa',
|
|
733
|
+
'mte2mduXneXlzKDAsW',
|
|
734
|
+
'D2fPDgLUz19PBNb1Da',
|
|
735
|
+
'D29YA2vYCW',
|
|
736
|
+
'D29YA19RzxK',
|
|
737
|
+
'iIbTyxjRzwqGyxmGD2fPDgLUz19PBNb1Dc4GvfrmihrPBwvYihbHDxnLzcb1BNrPBcbUzxH0ig1LC3nHz2uGyxjYAxzLCY4'
|
|
645
738
|
];
|
|
646
|
-
|
|
647
|
-
return
|
|
739
|
+
_0x52b2 = function () {
|
|
740
|
+
return _0x51821b;
|
|
648
741
|
};
|
|
649
|
-
return
|
|
650
|
-
}
|
|
651
|
-
function isMentionBoundary(_0x4dfb68) {
|
|
652
|
-
return !_0x4dfb68 || /\s|[([{'",。!?、:;]/['test'](_0x4dfb68);
|
|
653
|
-
}
|
|
654
|
-
function isMentionTerminal(_0x3d5872) {
|
|
655
|
-
const _0x150e8f = { _0x2ea065: 0x233 }, _0x40a1a6 = _0x250709;
|
|
656
|
-
return !_0x3d5872 || /\s|[)\]}'",。!?、:;,.!?]/[_0x40a1a6(_0x150e8f._0x2ea065)](_0x3d5872);
|
|
657
|
-
}
|
|
658
|
-
function buildMatchableEntries(_0x23d0dc) {
|
|
659
|
-
const _0x2136a4 = {
|
|
660
|
-
_0x1f6f4d: 0x2be,
|
|
661
|
-
_0x37842f: 0x1d6,
|
|
662
|
-
_0x196c8b: 0x2f4,
|
|
663
|
-
_0x4c04b4: 0x1ee
|
|
664
|
-
}, _0xff7be9 = _0x250709, _0x16d013 = [];
|
|
665
|
-
for (const _0x4ad678 of [
|
|
666
|
-
..._0x23d0dc[_0xff7be9(_0x2136a4._0x1f6f4d)],
|
|
667
|
-
..._0x23d0dc[_0xff7be9(0x208)]
|
|
668
|
-
]) {
|
|
669
|
-
_0x16d013[_0xff7be9(0x1ee)]({
|
|
670
|
-
'matchName': _0x4ad678['name'],
|
|
671
|
-
'matchNameLower': _0x4ad678[_0xff7be9(0x2f4)][_0xff7be9(_0x2136a4._0x37842f)](),
|
|
672
|
-
'participantId': _0x4ad678['id']
|
|
673
|
-
}), _0x4ad678['id'] !== _0x4ad678[_0xff7be9(_0x2136a4._0x196c8b)] && _0x16d013[_0xff7be9(_0x2136a4._0x4c04b4)]({
|
|
674
|
-
'matchName': _0x4ad678['id'],
|
|
675
|
-
'matchNameLower': _0x4ad678['id']['toLocaleLowerCase'](),
|
|
676
|
-
'participantId': _0x4ad678['id']
|
|
677
|
-
});
|
|
678
|
-
}
|
|
679
|
-
return _0x16d013;
|
|
680
|
-
}
|
|
681
|
-
function extractMentionedParticipantIds(_0xf3a107, _0x5eeaf4) {
|
|
682
|
-
const _0x3face8 = {
|
|
683
|
-
_0x310ec8: 0x2fe,
|
|
684
|
-
_0x93eaee: 0x1d6,
|
|
685
|
-
_0x23d2d2: 0x318
|
|
686
|
-
}, _0x490981 = _0x250709, _0x57ce73 = buildMatchableEntries(_0x5eeaf4)[_0x490981(_0x3face8._0x310ec8)]((_0x5783ae, _0x37dc01) => _0x37dc01[_0x490981(0x274)][_0x490981(0x2e3)] - _0x5783ae[_0x490981(0x274)]['length']), _0x514f07 = [], _0x49a1fb = new Set();
|
|
687
|
-
for (let _0x4482d1 = 0x0; _0x4482d1 < _0xf3a107[_0x490981(0x2e3)]; _0x4482d1 += 0x1) {
|
|
688
|
-
if (_0xf3a107[_0x4482d1] !== '@' || !isMentionBoundary(_0xf3a107[_0x4482d1 - 0x1]))
|
|
689
|
-
continue;
|
|
690
|
-
const _0x4e39a9 = _0xf3a107['slice'](_0x4482d1 + 0x1), _0x76099a = _0x4e39a9[_0x490981(_0x3face8._0x93eaee)](), _0x3788c1 = _0x57ce73[_0x490981(0x2ad)](_0x5a8c92 => {
|
|
691
|
-
const _0x520436 = _0x490981;
|
|
692
|
-
if (!_0x76099a['startsWith'](_0x5a8c92['matchNameLower']))
|
|
693
|
-
return ![];
|
|
694
|
-
return isMentionTerminal(_0x4e39a9[_0x5a8c92[_0x520436(0x274)][_0x520436(0x2e3)]]);
|
|
695
|
-
});
|
|
696
|
-
if (!_0x3788c1 || _0x49a1fb['has'](_0x3788c1[_0x490981(_0x3face8._0x23d2d2)]))
|
|
697
|
-
continue;
|
|
698
|
-
_0x49a1fb[_0x490981(0x2dc)](_0x3788c1[_0x490981(0x318)]), _0x514f07[_0x490981(0x1ee)](_0x3788c1[_0x490981(0x318)]), _0x4482d1 += _0x3788c1[_0x490981(0x274)][_0x490981(0x2e3)];
|
|
699
|
-
}
|
|
700
|
-
return _0x514f07;
|
|
742
|
+
return _0x52b2();
|
|
701
743
|
}
|
|
702
744
|
var DEFAULT_FETCH_TIMEOUT_MS = 0x3a98;
|
|
703
|
-
function anySignal(...
|
|
704
|
-
const
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
return _0x1c3820['abort'](_0x39e42f[_0x42e272(_0x31982e._0x4e47fd)]), _0x1c3820[_0x42e272(_0x31982e._0x4efc9f)];
|
|
714
|
-
_0x39e42f[_0x42e272(_0x31982e._0x5c4f18)](_0x42e272(_0x31982e._0xf6173a), () => _0x1c3820['abort'](_0x39e42f['reason']), {
|
|
745
|
+
function anySignal(..._0x507eca) {
|
|
746
|
+
const _0x4e480e = {
|
|
747
|
+
_0x93c191: 0x24e,
|
|
748
|
+
_0x463408: 0x302,
|
|
749
|
+
_0x5df9f7: 0x2f4
|
|
750
|
+
}, _0x58167d = _0xed401c, _0x52bd6d = new AbortController();
|
|
751
|
+
for (const _0x1c44e8 of _0x507eca) {
|
|
752
|
+
if (_0x1c44e8['aborted'])
|
|
753
|
+
return _0x52bd6d['abort'](_0x1c44e8[_0x58167d(_0x4e480e._0x93c191)]), _0x52bd6d['signal'];
|
|
754
|
+
_0x1c44e8[_0x58167d(_0x4e480e._0x463408)]('abort', () => _0x52bd6d[_0x58167d(0x1af)](_0x1c44e8[_0x58167d(0x24e)]), {
|
|
715
755
|
'once': !![],
|
|
716
|
-
'signal':
|
|
756
|
+
'signal': _0x52bd6d['signal']
|
|
717
757
|
});
|
|
718
758
|
}
|
|
719
|
-
return
|
|
759
|
+
return _0x52bd6d[_0x58167d(_0x4e480e._0x5df9f7)];
|
|
720
760
|
}
|
|
721
|
-
function createInternalAgentClient(
|
|
722
|
-
const
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
},
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
},
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
},
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
},
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
const _0x225a34 = new Map();
|
|
903
|
-
let _0x2d5c10 = _0x55b5f7, _0x3874ae = _0x55b5f7;
|
|
904
|
-
function _0x3bba2a(_0x103e92) {
|
|
905
|
-
const _0x293c45 = _0x4b6c95, _0x3d2c5c = _0x103e92['response'][_0x293c45(0x1f1)][_0x293c45(_0x30d423._0xa29d3)](_0x293c45(_0x30d423._0x37732f)) ?? _0x293c45(_0x30d423._0x2e0c78), _0x2cd131 = _0x103e92[_0x293c45(_0x30d423._0x3d0096)][_0x293c45(_0x30d423._0x218205)]()[_0x293c45(0x310)](/\s+/g, '\x20')[_0x293c45(_0x30d423._0x28101f)](0x0, 0x78) || _0x293c45(0x2c7);
|
|
906
|
-
return _0x293c45(0x1d4) + _0x103e92[_0x293c45(_0x30d423._0x537f97)] + '\x20返回了非\x20JSON\x20响应(status=' + _0x103e92['response']['status'] + ',\x20content-type=' + _0x3d2c5c + _0x293c45(_0x30d423._0x325a12) + _0x2cd131 + _0x293c45(0x26e);
|
|
761
|
+
function createInternalAgentClient(_0x31e43f) {
|
|
762
|
+
const _0x36e0d9 = {
|
|
763
|
+
_0x372d5f: 0x238,
|
|
764
|
+
_0x25eb95: 0x258,
|
|
765
|
+
_0x4322bb: 0x188
|
|
766
|
+
}, _0x1f3d7f = {
|
|
767
|
+
_0x53fc7f: 0x29f,
|
|
768
|
+
_0x28f27c: 0x21d,
|
|
769
|
+
_0x49c8cd: 0x2f9,
|
|
770
|
+
_0x32ff53: 0x2d0,
|
|
771
|
+
_0x3ac2d5: 0x215,
|
|
772
|
+
_0x5f334b: 0x30b,
|
|
773
|
+
_0x50fdb3: 0x226,
|
|
774
|
+
_0x1c21d5: 0x214,
|
|
775
|
+
_0x75290a: 0x214,
|
|
776
|
+
_0x19fb3f: 0x1fb,
|
|
777
|
+
_0x4bc645: 0x308,
|
|
778
|
+
_0xdb0bde: 0x195,
|
|
779
|
+
_0x10af1d: 0x2a0,
|
|
780
|
+
_0x2c8059: 0x308,
|
|
781
|
+
_0x275a76: 0x293,
|
|
782
|
+
_0x5e9ddd: 0x1a2,
|
|
783
|
+
_0x2ccbed: 0x2d0,
|
|
784
|
+
_0x5a2093: 0x1e0,
|
|
785
|
+
_0x55c5aa: 0x309,
|
|
786
|
+
_0x6e2508: 0x290,
|
|
787
|
+
_0x5c8c5c: 0x2a0,
|
|
788
|
+
_0xbaae92: 0x2d8,
|
|
789
|
+
_0x5987d0: 0x1e4,
|
|
790
|
+
_0xb0c73c: 0x1ca,
|
|
791
|
+
_0x14674c: 0x29c,
|
|
792
|
+
_0x5f4797: 0x27d,
|
|
793
|
+
_0x2d3252: 0x1a2,
|
|
794
|
+
_0x176cfb: 0x1a2,
|
|
795
|
+
_0x90ce4: 0x2d8
|
|
796
|
+
}, _0xc699f5 = { _0x4af6b1: 0x2d7 }, _0x31463e = {
|
|
797
|
+
_0x35b1cd: 0x2d3,
|
|
798
|
+
_0x26e162: 0x196,
|
|
799
|
+
_0x35a554: 0x286
|
|
800
|
+
}, _0x2c4407 = {
|
|
801
|
+
_0x34bc1d: 0x29f,
|
|
802
|
+
_0x405370: 0x1a7,
|
|
803
|
+
_0x1feee0: 0x286,
|
|
804
|
+
_0x12a771: 0x21f,
|
|
805
|
+
_0x4d64e0: 0x2d8,
|
|
806
|
+
_0x2b5100: 0x22d
|
|
807
|
+
}, _0x16ab7b = {
|
|
808
|
+
_0x1ee4d0: 0x21d,
|
|
809
|
+
_0x2222bb: 0x1f3,
|
|
810
|
+
_0x1ec607: 0x285,
|
|
811
|
+
_0x2f330d: 0x1ea,
|
|
812
|
+
_0x3706de: 0x1d8,
|
|
813
|
+
_0x29cdf8: 0x229,
|
|
814
|
+
_0x20846c: 0x223,
|
|
815
|
+
_0x1ea33e: 0x2a6
|
|
816
|
+
}, _0xb18ff8 = {
|
|
817
|
+
_0x581616: 0x325,
|
|
818
|
+
_0x2f9b48: 0x2db,
|
|
819
|
+
_0x52bf5f: 0x1c6,
|
|
820
|
+
_0x40b967: 0x229,
|
|
821
|
+
_0x27f523: 0x192
|
|
822
|
+
}, _0x2dbb8d = {
|
|
823
|
+
_0x26e39e: 0x21f,
|
|
824
|
+
_0x31b798: 0x312,
|
|
825
|
+
_0x345dd1: 0x1c6,
|
|
826
|
+
_0x5841ca: 0x1d8,
|
|
827
|
+
_0x38a999: 0x2f0
|
|
828
|
+
}, _0x22c6cc = {
|
|
829
|
+
_0x1ca6d6: 0x2cd,
|
|
830
|
+
_0x24b33d: 0x2be
|
|
831
|
+
}, _0x2743c3 = {
|
|
832
|
+
_0x361945: 0x21f,
|
|
833
|
+
_0x3a17c3: 0x1c6,
|
|
834
|
+
_0x4cd565: 0x2a2
|
|
835
|
+
}, _0x4da8b0 = {
|
|
836
|
+
_0x113791: 0x21f,
|
|
837
|
+
_0x3de8c3: 0x21c,
|
|
838
|
+
_0x53f397: 0x219,
|
|
839
|
+
_0x2f4c35: 0x2be
|
|
840
|
+
}, _0x2daba8 = {
|
|
841
|
+
_0x5589dd: 0x21f,
|
|
842
|
+
_0x5557fb: 0x22c,
|
|
843
|
+
_0x4dc058: 0x245
|
|
844
|
+
}, _0x4e5a6e = {
|
|
845
|
+
_0x46eb83: 0x2b0,
|
|
846
|
+
_0x400ede: 0x21f,
|
|
847
|
+
_0x124536: 0x2df,
|
|
848
|
+
_0x31c453: 0x1ab,
|
|
849
|
+
_0x3482e8: 0x21d
|
|
850
|
+
}, _0x10c771 = {
|
|
851
|
+
_0x364cea: 0x1b3,
|
|
852
|
+
_0x28c337: 0x1c6,
|
|
853
|
+
_0x164c0c: 0x1f1
|
|
854
|
+
}, _0x526829 = {
|
|
855
|
+
_0x482ebe: 0x1c7,
|
|
856
|
+
_0x2e9134: 0x249
|
|
857
|
+
}, _0x2a6086 = {
|
|
858
|
+
_0x10233d: 0x2ee,
|
|
859
|
+
_0x256892: 0x2be
|
|
860
|
+
}, _0x4180ed = {
|
|
861
|
+
_0x1397f0: 0x196,
|
|
862
|
+
_0xc250f3: 0x2d8,
|
|
863
|
+
_0x31904a: 0x1fd,
|
|
864
|
+
_0x23a588: 0x2d0
|
|
865
|
+
}, _0x1d1cef = {
|
|
866
|
+
_0x16f641: 0x286,
|
|
867
|
+
_0x4684fc: 0x1d7,
|
|
868
|
+
_0xe0adb: 0x29f,
|
|
869
|
+
_0xed35a4: 0x1d7,
|
|
870
|
+
_0x2b8db6: 0x2d3,
|
|
871
|
+
_0x1335ce: 0x255,
|
|
872
|
+
_0x44d5c1: 0x21f,
|
|
873
|
+
_0x5e20e0: 0x18f,
|
|
874
|
+
_0x34000a: 0x2f9
|
|
875
|
+
}, _0x2ac33f = { _0x2e96ad: 0x293 }, _0x1dc173 = { _0x39ac02: 0x1f8 }, _0x37f868 = {
|
|
876
|
+
_0x518a07: 0x23b,
|
|
877
|
+
_0x489e0e: 0x308,
|
|
878
|
+
_0x1e6bc3: 0x2ac,
|
|
879
|
+
_0xd3b815: 0x2e0,
|
|
880
|
+
_0x4d08ef: 0x1fb,
|
|
881
|
+
_0x5181dc: 0x261,
|
|
882
|
+
_0x1f98a4: 0x2e0,
|
|
883
|
+
_0x21583d: 0x214,
|
|
884
|
+
_0x3b4758: 0x2e0
|
|
885
|
+
}, _0x5828b1 = {
|
|
886
|
+
_0x1c7a63: 0x1a2,
|
|
887
|
+
_0x18bce1: 0x20b,
|
|
888
|
+
_0x1b1872: 0x1fb,
|
|
889
|
+
_0x1de069: 0x1fb,
|
|
890
|
+
_0x1ee159: 0x1d7,
|
|
891
|
+
_0x4be40d: 0x261
|
|
892
|
+
}, _0x206661 = {
|
|
893
|
+
_0x1bf127: 0x1fb,
|
|
894
|
+
_0x1a8ac9: 0x20b,
|
|
895
|
+
_0x520174: 0x1d7,
|
|
896
|
+
_0xfcdb5e: 0x1d7,
|
|
897
|
+
_0x2298c3: 0x2a8
|
|
898
|
+
}, _0x27988a = { _0x59847e: 0x293 }, _0xd119d2 = { _0x3b5aad: 0x205 }, _0x44d2f0 = {
|
|
899
|
+
_0x153a86: 0x21f,
|
|
900
|
+
_0x5f0fcd: 0x1f0,
|
|
901
|
+
_0x12dd5b: 0x1d8,
|
|
902
|
+
_0x49d303: 0x1df,
|
|
903
|
+
_0x4e1667: 0x1e0,
|
|
904
|
+
_0x54cbc8: 0x1d8
|
|
905
|
+
}, _0x3d8ccc = {
|
|
906
|
+
_0x285565: 0x2d8,
|
|
907
|
+
_0x5c7488: 0x1c6,
|
|
908
|
+
_0x228989: 0x2d3,
|
|
909
|
+
_0x2ba6d8: 0x1d8,
|
|
910
|
+
_0x14e1d0: 0x1d7,
|
|
911
|
+
_0x311c48: 0x308
|
|
912
|
+
}, _0x416310 = {
|
|
913
|
+
_0x4da785: 0x1cc,
|
|
914
|
+
_0x539287: 0x310,
|
|
915
|
+
_0x4ecd32: 0x2be,
|
|
916
|
+
_0x140d65: 0x1ea
|
|
917
|
+
}, _0x4dab51 = { _0x183dc0: 0x18a }, _0x145feb = {
|
|
918
|
+
_0x1e5704: 0x2f4,
|
|
919
|
+
_0x3b946b: 0x2f4
|
|
920
|
+
}, _0x12abbd = {
|
|
921
|
+
_0x2cd116: 0x2f4,
|
|
922
|
+
_0x306f7a: 0x1d6
|
|
923
|
+
}, _0x11c859 = {
|
|
924
|
+
_0x5e2215: 0x2f7,
|
|
925
|
+
_0x701bd7: 0x2f3,
|
|
926
|
+
_0x1bcab3: 0x306,
|
|
927
|
+
_0x3c515b: 0x2ef
|
|
928
|
+
}, _0x56da62 = { _0x5978c8: 0x258 }, _0x352a9f = {
|
|
929
|
+
_0x1812e1: 0x2ba,
|
|
930
|
+
_0x2f2e7a: 0x29a,
|
|
931
|
+
_0x4532a0: 0x1b7,
|
|
932
|
+
_0x1a6786: 0x240,
|
|
933
|
+
_0x561662: 0x1ea,
|
|
934
|
+
_0x65ee7f: 0x213
|
|
935
|
+
}, _0xa9edfa = _0xed401c, _0x28408f = _0x31e43f[_0xa9edfa(0x2c6)] ?? fetch, _0x27c288 = _0x31e43f['fetchTimeoutMs'] ?? DEFAULT_FETCH_TIMEOUT_MS, _0x28ec7b = typeof _0x31e43f['initialLastSeenSeq'] === _0xa9edfa(0x1b4) && _0x31e43f[_0xa9edfa(_0x36e0d9._0x372d5f)] > 0x0 ? _0x31e43f[_0xa9edfa(0x238)] : 0x0, _0x11d9d9 = _0x31e43f[_0xa9edfa(0x311)]?.[_0xa9edfa(_0x36e0d9._0x25eb95)]() || void 0x0, _0x4e64d7 = _0x31e43f[_0xa9edfa(0x259)]?.['trim']() || void 0x0, _0x5d1d4c = _0x31e43f[_0xa9edfa(0x186)]?.[_0xa9edfa(_0x36e0d9._0x25eb95)]() || void 0x0, _0xcda336 = _0x31e43f[_0xa9edfa(0x25e)]?.[_0xa9edfa(0x258)]() || void 0x0, _0x170ff8 = createHeaders(_0x31e43f[_0xa9edfa(0x185)]), _0x3794ac = toHttpBaseUrl(_0x31e43f[_0xa9edfa(_0x36e0d9._0x4322bb)]);
|
|
936
|
+
let _0x4cc59e = null;
|
|
937
|
+
const _0xc79146 = new Map();
|
|
938
|
+
let _0x14dcfe = _0x28ec7b, _0x5ce3c5 = _0x28ec7b;
|
|
939
|
+
function _0x142038(_0x27aa10) {
|
|
940
|
+
const _0x2c9472 = _0xa9edfa, _0x32aa40 = _0x27aa10[_0x2c9472(_0x352a9f._0x1812e1)]['headers'][_0x2c9472(0x2a0)](_0x2c9472(0x223)) ?? _0x2c9472(_0x352a9f._0x2f2e7a), _0x480990 = _0x27aa10['bodyText'][_0x2c9472(0x258)]()[_0x2c9472(_0x352a9f._0x4532a0)](/\s+/g, '\x20')[_0x2c9472(0x2a8)](0x0, 0x78) || _0x2c9472(_0x352a9f._0x1a6786);
|
|
941
|
+
return '请求\x20' + _0x27aa10[_0x2c9472(0x2c1)] + '\x20返回了非\x20JSON\x20响应(status=' + _0x27aa10[_0x2c9472(0x2ba)][_0x2c9472(_0x352a9f._0x561662)] + _0x2c9472(_0x352a9f._0x65ee7f) + _0x32aa40 + ',\x20preview=' + _0x480990 + _0x2c9472(0x279);
|
|
907
942
|
}
|
|
908
|
-
async function
|
|
909
|
-
const
|
|
910
|
-
if (!
|
|
943
|
+
async function _0x257720(_0x26becf, _0x44c305) {
|
|
944
|
+
const _0x80edf9 = _0xa9edfa, _0x5eb3ec = Buffer[_0x80edf9(0x320)](await _0x44c305[_0x80edf9(0x2a6)]())[_0x80edf9(0x1ab)](_0x80edf9(0x2fb));
|
|
945
|
+
if (!_0x5eb3ec[_0x80edf9(_0x56da62._0x5978c8)]())
|
|
911
946
|
return {};
|
|
912
947
|
try {
|
|
913
|
-
return JSON['parse'](
|
|
948
|
+
return JSON['parse'](_0x5eb3ec);
|
|
914
949
|
} catch {
|
|
915
|
-
throw new Error(
|
|
916
|
-
'bodyText':
|
|
917
|
-
'requestUrl':
|
|
918
|
-
'response':
|
|
950
|
+
throw new Error(_0x142038({
|
|
951
|
+
'bodyText': _0x5eb3ec,
|
|
952
|
+
'requestUrl': _0x26becf,
|
|
953
|
+
'response': _0x44c305
|
|
919
954
|
}));
|
|
920
955
|
}
|
|
921
956
|
}
|
|
922
|
-
function
|
|
923
|
-
const
|
|
924
|
-
if (
|
|
925
|
-
return
|
|
926
|
-
const
|
|
927
|
-
for (const [
|
|
928
|
-
|
|
957
|
+
function _0x123152(_0x145765, _0x5de57e) {
|
|
958
|
+
const _0x4f5efa = _0xa9edfa, _0x4b0204 = typeof _0x5de57e[_0x4f5efa(_0x11c859._0x5e2215)] === 'string' ? _0x5de57e['idempotency_key']['trim']() : '';
|
|
959
|
+
if (_0x4b0204)
|
|
960
|
+
return _0x4b0204;
|
|
961
|
+
const _0x5e0e33 = Date[_0x4f5efa(_0x11c859._0x701bd7)]();
|
|
962
|
+
for (const [_0x595159, _0x4663e8] of _0xc79146) {
|
|
963
|
+
_0x4663e8['expiresAt'] <= _0x5e0e33 && _0xc79146['delete'](_0x595159);
|
|
929
964
|
}
|
|
930
|
-
const
|
|
931
|
-
...
|
|
965
|
+
const _0x4eb527 = {
|
|
966
|
+
..._0x5de57e,
|
|
932
967
|
'idempotency_key': void 0x0
|
|
933
|
-
},
|
|
934
|
-
if (
|
|
935
|
-
return
|
|
936
|
-
const
|
|
937
|
-
return
|
|
938
|
-
'expiresAt':
|
|
939
|
-
'value':
|
|
940
|
-
}),
|
|
968
|
+
}, _0x1eafd7 = createHash(_0x4f5efa(_0x11c859._0x1bcab3))[_0x4f5efa(0x2ea)](_0x145765 + ':' + stableStringify(_0x4eb527))[_0x4f5efa(0x1dd)](_0x4f5efa(_0x11c859._0x3c515b)), _0x154f4f = _0x145765 + ':' + _0x1eafd7, _0x34faff = _0xc79146[_0x4f5efa(0x2a0)](_0x154f4f);
|
|
969
|
+
if (_0x34faff)
|
|
970
|
+
return _0x34faff[_0x4f5efa(0x198)];
|
|
971
|
+
const _0x1a9201 = 'auto:' + _0x145765 + ':' + randomUUID();
|
|
972
|
+
return _0xc79146['set'](_0x154f4f, {
|
|
973
|
+
'expiresAt': _0x5e0e33 + 0x5 * 0x3c * 0x3e8,
|
|
974
|
+
'value': _0x1a9201
|
|
975
|
+
}), _0x1a9201;
|
|
941
976
|
}
|
|
942
|
-
async function
|
|
943
|
-
const
|
|
977
|
+
async function _0x5d2442(_0x2eae1c, _0xbe522a) {
|
|
978
|
+
const _0x34fcf9 = _0xa9edfa, _0x2b7535 = new AbortController(), _0x4e9e78 = setTimeout(() => _0x2b7535[_0x34fcf9(0x1af)](), _0x27c288), _0x2026b6 = _0xbe522a?.[_0x34fcf9(0x2f4)] ? anySignal(_0xbe522a['signal'], _0x2b7535[_0x34fcf9(_0x12abbd._0x2cd116)]) : _0x2b7535[_0x34fcf9(_0x12abbd._0x2cd116)], _0x55776a = '' + _0x3794ac + _0x2eae1c;
|
|
944
979
|
try {
|
|
945
|
-
const
|
|
946
|
-
...
|
|
947
|
-
'signal':
|
|
948
|
-
}),
|
|
949
|
-
if (!
|
|
950
|
-
throw new Error(asErrorMessage(
|
|
951
|
-
return
|
|
980
|
+
const _0x1a398c = await _0x28408f(_0x55776a, {
|
|
981
|
+
..._0xbe522a,
|
|
982
|
+
'signal': _0x2026b6
|
|
983
|
+
}), _0x3ccd00 = await _0x257720(_0x55776a, _0x1a398c);
|
|
984
|
+
if (!_0x1a398c['ok'] || _0x3ccd00[_0x34fcf9(_0x12abbd._0x306f7a)] === ![])
|
|
985
|
+
throw new Error(asErrorMessage(_0x3ccd00[_0x34fcf9(0x1f9)], 'HTTP\x20' + _0x1a398c['status']));
|
|
986
|
+
return _0x3ccd00;
|
|
952
987
|
} finally {
|
|
953
|
-
clearTimeout(
|
|
988
|
+
clearTimeout(_0x4e9e78);
|
|
954
989
|
}
|
|
955
990
|
}
|
|
956
|
-
async function
|
|
957
|
-
const
|
|
991
|
+
async function _0x3bea2d(_0x58f069, _0x9e1014) {
|
|
992
|
+
const _0x3b11f2 = _0xa9edfa, _0x355ee9 = new AbortController(), _0x1631c3 = setTimeout(() => _0x355ee9[_0x3b11f2(0x1af)](), _0x27c288), _0x27d956 = _0x9e1014?.[_0x3b11f2(_0x145feb._0x1e5704)] ? anySignal(_0x9e1014[_0x3b11f2(_0x145feb._0x3b946b)], _0x355ee9[_0x3b11f2(0x2f4)]) : _0x355ee9[_0x3b11f2(0x2f4)], _0x6efaa4 = '' + _0x3794ac + _0x58f069;
|
|
958
993
|
try {
|
|
959
|
-
const
|
|
960
|
-
...
|
|
961
|
-
'signal':
|
|
962
|
-
}),
|
|
963
|
-
if (!
|
|
964
|
-
throw new Error(asErrorMessage(
|
|
965
|
-
return
|
|
994
|
+
const _0x48d703 = await _0x28408f(_0x6efaa4, {
|
|
995
|
+
..._0x9e1014,
|
|
996
|
+
'signal': _0x27d956
|
|
997
|
+
}), _0x5163cb = await _0x257720(_0x6efaa4, _0x48d703);
|
|
998
|
+
if (!_0x48d703['ok'])
|
|
999
|
+
throw new Error(asErrorMessage(_0x5163cb[_0x3b11f2(0x1f9)], _0x3b11f2(0x285) + _0x48d703[_0x3b11f2(0x1ea)]));
|
|
1000
|
+
return _0x5163cb;
|
|
966
1001
|
} finally {
|
|
967
|
-
clearTimeout(
|
|
1002
|
+
clearTimeout(_0x1631c3);
|
|
968
1003
|
}
|
|
969
1004
|
}
|
|
970
|
-
async function
|
|
971
|
-
const
|
|
972
|
-
if (!
|
|
1005
|
+
async function _0x126fdd(_0x3c9eca) {
|
|
1006
|
+
const _0x49f83d = _0xa9edfa;
|
|
1007
|
+
if (!_0x4e64d7 || _0x3c9eca <= _0x5ce3c5)
|
|
973
1008
|
return;
|
|
974
|
-
await
|
|
975
|
-
'body': JSON[
|
|
976
|
-
'headers':
|
|
1009
|
+
await _0x5d2442(_0x49f83d(_0x4dab51._0x183dc0) + encodeURIComponent(_0x4e64d7) + '/context-metrics', {
|
|
1010
|
+
'body': JSON[_0x49f83d(0x1c6)]({ 'lastSeenSeq': _0x3c9eca }),
|
|
1011
|
+
'headers': _0x170ff8,
|
|
977
1012
|
'method': 'PATCH'
|
|
978
|
-
}),
|
|
1013
|
+
}), _0x5ce3c5 = _0x3c9eca;
|
|
979
1014
|
}
|
|
980
|
-
async function
|
|
981
|
-
const
|
|
982
|
-
if (!
|
|
1015
|
+
async function _0x14ea78(_0x535c1c) {
|
|
1016
|
+
const _0x481fba = _0xa9edfa;
|
|
1017
|
+
if (!_0x11d9d9 || !_0x5d1d4c || _0x535c1c <= _0x5ce3c5)
|
|
983
1018
|
return;
|
|
984
|
-
const
|
|
1019
|
+
const _0x23a843 = await _0x28408f(_0x11d9d9 + _0x481fba(_0x416310._0x4da785), {
|
|
985
1020
|
'body': JSON['stringify']({
|
|
986
|
-
'last_seen_seq':
|
|
987
|
-
'worker_session_id':
|
|
1021
|
+
'last_seen_seq': _0x535c1c,
|
|
1022
|
+
'worker_session_id': _0x5d1d4c
|
|
988
1023
|
}),
|
|
989
|
-
'headers': { 'Content-Type':
|
|
990
|
-
'method':
|
|
1024
|
+
'headers': { 'Content-Type': _0x481fba(_0x416310._0x539287) },
|
|
1025
|
+
'method': _0x481fba(_0x416310._0x4ecd32)
|
|
991
1026
|
});
|
|
992
|
-
if (!
|
|
993
|
-
throw new Error(
|
|
994
|
-
|
|
1027
|
+
if (!_0x23a843['ok'])
|
|
1028
|
+
throw new Error(_0x481fba(0x285) + _0x23a843[_0x481fba(_0x416310._0x140d65)]);
|
|
1029
|
+
_0x5ce3c5 = _0x535c1c;
|
|
995
1030
|
}
|
|
996
|
-
async function
|
|
997
|
-
const
|
|
998
|
-
'body': JSON[
|
|
999
|
-
'headers':
|
|
1000
|
-
'method':
|
|
1031
|
+
async function _0x2aaca5(_0x5ac283) {
|
|
1032
|
+
const _0x4295ee = _0xa9edfa, _0x2155b6 = parseTarget(_0x5ac283), _0x50878a = await _0x5d2442(_0x4295ee(0x21f) + _0x31e43f[_0x4295ee(_0x3d8ccc._0x285565)] + _0x4295ee(0x284), {
|
|
1033
|
+
'body': JSON[_0x4295ee(_0x3d8ccc._0x5c7488)]({ 'target': _0x2155b6['target'] }),
|
|
1034
|
+
'headers': _0x170ff8,
|
|
1035
|
+
'method': _0x4295ee(0x2be)
|
|
1001
1036
|
});
|
|
1002
1037
|
return {
|
|
1003
|
-
'channelId':
|
|
1004
|
-
'target':
|
|
1005
|
-
'task':
|
|
1006
|
-
'threadId':
|
|
1007
|
-
'threadNumber':
|
|
1038
|
+
'channelId': _0x50878a[_0x4295ee(0x1d8)]?.[_0x4295ee(_0x3d8ccc._0x228989)] ?? '',
|
|
1039
|
+
'target': _0x2155b6[_0x4295ee(0x20b)],
|
|
1040
|
+
'task': _0x50878a[_0x4295ee(_0x3d8ccc._0x2ba6d8)]?.['task'],
|
|
1041
|
+
'threadId': _0x50878a['data']?.[_0x4295ee(_0x3d8ccc._0x14e1d0)],
|
|
1042
|
+
'threadNumber': _0x50878a[_0x4295ee(_0x3d8ccc._0x2ba6d8)]?.[_0x4295ee(_0x3d8ccc._0x311c48)]
|
|
1008
1043
|
};
|
|
1009
1044
|
}
|
|
1010
|
-
async function
|
|
1011
|
-
const
|
|
1012
|
-
if (!
|
|
1013
|
-
return
|
|
1014
|
-
return
|
|
1015
|
-
const
|
|
1016
|
-
'headers':
|
|
1017
|
-
'method':
|
|
1018
|
-
}),
|
|
1019
|
-
'id':
|
|
1020
|
-
'name':
|
|
1021
|
-
}))['filter'](
|
|
1022
|
-
'id':
|
|
1023
|
-
'name':
|
|
1024
|
-
}))[
|
|
1045
|
+
async function _0x164502(_0x526514 = {}) {
|
|
1046
|
+
const _0x2aabfe = _0xa9edfa;
|
|
1047
|
+
if (!_0x526514['forceRefresh'] && _0x4cc59e)
|
|
1048
|
+
return _0x4cc59e;
|
|
1049
|
+
return _0x4cc59e = (async () => {
|
|
1050
|
+
const _0x1d5231 = _0x3256, _0x56a7bd = await _0x5d2442(_0x1d5231(_0x44d2f0._0x153a86) + _0x31e43f['agentId'] + _0x1d5231(_0x44d2f0._0x5f0fcd), {
|
|
1051
|
+
'headers': _0x170ff8,
|
|
1052
|
+
'method': _0x1d5231(0x21d)
|
|
1053
|
+
}), _0x5d6b73 = _0x56a7bd[_0x1d5231(_0x44d2f0._0x12dd5b)]?.[_0x1d5231(_0x44d2f0._0x49d303)] ?? [], _0x404b64 = _0x5d6b73['filter'](_0x5dd529 => _0x5dd529[_0x1d5231(0x296)]?.['type'] === _0x1d5231(0x205))[_0x1d5231(_0x44d2f0._0x4e1667)](_0x29f029 => ({
|
|
1054
|
+
'id': _0x39faae(_0x29f029),
|
|
1055
|
+
'name': _0x258ab4(_0x29f029)
|
|
1056
|
+
}))['filter'](_0x20077e => _0x20077e['id']), _0x479f63 = _0x5d6b73['filter'](_0x17fa20 => _0x17fa20[_0x1d5231(0x296)]?.[_0x1d5231(0x231)] !== _0x1d5231(0x205))['map'](_0x38be11 => ({
|
|
1057
|
+
'id': _0x39faae(_0x38be11),
|
|
1058
|
+
'name': _0x258ab4(_0x38be11)
|
|
1059
|
+
}))['filter'](_0x161554 => _0x161554['id']), _0x6626fd = _0x56a7bd['data']?.[_0x1d5231(0x2d9)]['id'] ?? '';
|
|
1025
1060
|
return {
|
|
1026
|
-
'agents':
|
|
1027
|
-
'channels':
|
|
1028
|
-
'humans':
|
|
1029
|
-
'serverId':
|
|
1030
|
-
'serverName':
|
|
1061
|
+
'agents': _0x404b64,
|
|
1062
|
+
'channels': _0x56a7bd[_0x1d5231(0x1d8)]?.[_0x1d5231(0x291)] ?? [],
|
|
1063
|
+
'humans': _0x479f63,
|
|
1064
|
+
'serverId': _0x6626fd,
|
|
1065
|
+
'serverName': _0x56a7bd[_0x1d5231(_0x44d2f0._0x54cbc8)]?.[_0x1d5231(0x2d9)][_0x1d5231(0x293)] ?? _0x6626fd
|
|
1031
1066
|
};
|
|
1032
|
-
})()[
|
|
1033
|
-
|
|
1034
|
-
throw
|
|
1035
|
-
}),
|
|
1067
|
+
})()[_0x2aabfe(0x28f)](_0x43ebd2 => {
|
|
1068
|
+
_0x4cc59e = null;
|
|
1069
|
+
throw _0x43ebd2;
|
|
1070
|
+
}), _0x4cc59e;
|
|
1036
1071
|
}
|
|
1037
|
-
function
|
|
1038
|
-
const
|
|
1039
|
-
return
|
|
1072
|
+
function _0x278328(_0x1ca2e1, _0x140c44) {
|
|
1073
|
+
const _0x5a6605 = _0xa9edfa;
|
|
1074
|
+
return _0x140c44['agents']['some'](_0x4e2740 => _0x4e2740['id'] === _0x1ca2e1 || _0x4e2740[_0x5a6605(0x293)] === _0x1ca2e1) ? _0x5a6605(_0xd119d2._0x3b5aad) : _0x5a6605(0x262);
|
|
1040
1075
|
}
|
|
1041
|
-
function
|
|
1042
|
-
const
|
|
1043
|
-
...
|
|
1044
|
-
...
|
|
1045
|
-
][
|
|
1046
|
-
return
|
|
1076
|
+
function _0x1c2f1b(_0x5beafd, _0x254101) {
|
|
1077
|
+
const _0x44dd8c = _0xa9edfa, _0x2538b4 = [
|
|
1078
|
+
..._0x254101[_0x44dd8c(0x24c)],
|
|
1079
|
+
..._0x254101[_0x44dd8c(0x268)]
|
|
1080
|
+
][_0x44dd8c(0x2ad)](_0x2bfd64 => _0x2bfd64['id'] === _0x5beafd);
|
|
1081
|
+
return _0x2538b4?.[_0x44dd8c(_0x27988a._0x59847e)] ?? _0x5beafd;
|
|
1047
1082
|
}
|
|
1048
|
-
function
|
|
1049
|
-
const
|
|
1050
|
-
if (
|
|
1051
|
-
return
|
|
1052
|
-
if (
|
|
1053
|
-
return
|
|
1054
|
-
if (
|
|
1055
|
-
return
|
|
1056
|
-
return
|
|
1083
|
+
function _0x18b925(_0x70a4e4) {
|
|
1084
|
+
const _0x350e3e = _0xa9edfa;
|
|
1085
|
+
if (_0x70a4e4['threadNumber'] != null)
|
|
1086
|
+
return _0x70a4e4[_0x350e3e(0x20b)] + ':t' + _0x70a4e4[_0x350e3e(0x308)];
|
|
1087
|
+
if (_0x70a4e4[_0x350e3e(_0x206661._0x1bf127)])
|
|
1088
|
+
return _0x70a4e4[_0x350e3e(_0x206661._0x1a8ac9)] + ':' + _0x70a4e4[_0x350e3e(0x1fb)];
|
|
1089
|
+
if (_0x70a4e4[_0x350e3e(_0x206661._0x520174)])
|
|
1090
|
+
return _0x70a4e4['channelTarget'] + ':' + _0x70a4e4[_0x350e3e(_0x206661._0xfcdb5e)][_0x350e3e(_0x206661._0x2298c3)](0x0, 0x8);
|
|
1091
|
+
return _0x70a4e4['channelTarget'];
|
|
1057
1092
|
}
|
|
1058
|
-
function
|
|
1059
|
-
const
|
|
1093
|
+
function _0x3fc0ee(_0x4d8169, _0x5bc251) {
|
|
1094
|
+
const _0x3720cc = _0xa9edfa;
|
|
1060
1095
|
try {
|
|
1061
|
-
const
|
|
1062
|
-
if (
|
|
1096
|
+
const _0x6a184a = parseTarget(_0x4d8169);
|
|
1097
|
+
if (_0x6a184a[_0x3720cc(_0x5828b1._0x1c7a63)] !== _0x3720cc(0x23b) || _0x6a184a[_0x3720cc(_0x5828b1._0x18bce1)] !== _0x5bc251['channelTarget'])
|
|
1063
1098
|
return ![];
|
|
1064
|
-
if (
|
|
1099
|
+
if (_0x5bc251['threadNumber'] != null && _0x6a184a[_0x3720cc(0x2e0)] === 't' + _0x5bc251[_0x3720cc(0x308)])
|
|
1065
1100
|
return !![];
|
|
1066
|
-
if (
|
|
1067
|
-
return
|
|
1068
|
-
if (
|
|
1069
|
-
return
|
|
1101
|
+
if (_0x5bc251[_0x3720cc(_0x5828b1._0x1b1872)])
|
|
1102
|
+
return _0x6a184a[_0x3720cc(0x2e0)] === _0x5bc251[_0x3720cc(_0x5828b1._0x1de069)] || _0x5bc251[_0x3720cc(0x1fb)]['startsWith'](_0x6a184a[_0x3720cc(0x2e0)]);
|
|
1103
|
+
if (_0x5bc251[_0x3720cc(0x1d7)])
|
|
1104
|
+
return _0x6a184a[_0x3720cc(0x2e0)] === _0x5bc251[_0x3720cc(_0x5828b1._0x1ee159)] || _0x5bc251[_0x3720cc(0x1d7)][_0x3720cc(_0x5828b1._0x4be40d)](_0x6a184a['threadShortId']);
|
|
1070
1105
|
return ![];
|
|
1071
1106
|
} catch {
|
|
1072
1107
|
return ![];
|
|
1073
1108
|
}
|
|
1074
1109
|
}
|
|
1075
|
-
function
|
|
1076
|
-
const
|
|
1110
|
+
function _0x588513(_0x369646, _0x475c30) {
|
|
1111
|
+
const _0x2b72f9 = _0xa9edfa;
|
|
1077
1112
|
try {
|
|
1078
|
-
const
|
|
1079
|
-
if (
|
|
1113
|
+
const _0x53617f = parseTarget(_0x369646);
|
|
1114
|
+
if (_0x53617f['kind'] !== _0x2b72f9(_0x37f868._0x518a07))
|
|
1080
1115
|
return ![];
|
|
1081
|
-
const
|
|
1082
|
-
if (
|
|
1116
|
+
const _0x302018 = typeof _0x475c30[_0x2b72f9(_0x37f868._0x489e0e)] === 'number' && Number[_0x2b72f9(_0x37f868._0x1e6bc3)](_0x475c30[_0x2b72f9(0x308)]) ? _0x475c30[_0x2b72f9(0x308)] : void 0x0;
|
|
1117
|
+
if (_0x302018 != null && _0x53617f[_0x2b72f9(_0x37f868._0xd3b815)] === 't' + _0x302018)
|
|
1083
1118
|
return !![];
|
|
1084
|
-
const
|
|
1085
|
-
if (
|
|
1086
|
-
return
|
|
1087
|
-
const
|
|
1088
|
-
return Boolean(
|
|
1119
|
+
const _0x479cda = typeof _0x475c30['rootMessageId'] === _0x2b72f9(0x214) ? _0x475c30[_0x2b72f9(_0x37f868._0x4d08ef)] : void 0x0;
|
|
1120
|
+
if (_0x479cda)
|
|
1121
|
+
return _0x53617f[_0x2b72f9(_0x37f868._0xd3b815)] === _0x479cda || _0x479cda[_0x2b72f9(_0x37f868._0x5181dc)](_0x53617f[_0x2b72f9(_0x37f868._0x1f98a4)]);
|
|
1122
|
+
const _0x1421e7 = typeof _0x475c30[_0x2b72f9(0x1d7)] === _0x2b72f9(_0x37f868._0x21583d) ? _0x475c30['threadId'] : void 0x0;
|
|
1123
|
+
return Boolean(_0x1421e7) && (_0x53617f[_0x2b72f9(_0x37f868._0x3b4758)] === _0x1421e7 || _0x1421e7[_0x2b72f9(0x261)](_0x53617f[_0x2b72f9(0x2e0)]));
|
|
1089
1124
|
} catch {
|
|
1090
1125
|
return ![];
|
|
1091
1126
|
}
|
|
1092
1127
|
}
|
|
1093
|
-
function
|
|
1094
|
-
const
|
|
1095
|
-
return
|
|
1128
|
+
function _0x39faae(_0x3d99e1) {
|
|
1129
|
+
const _0x27ac44 = _0xa9edfa;
|
|
1130
|
+
return _0x3d99e1[_0x27ac44(0x317)]?.['participantId'] ?? _0x3d99e1['participant']?.['id'] ?? _0x3d99e1[_0x27ac44(_0x1dc173._0x39ac02)] ?? '';
|
|
1096
1131
|
}
|
|
1097
|
-
function
|
|
1098
|
-
const
|
|
1099
|
-
return
|
|
1132
|
+
function _0x258ab4(_0x4c7736) {
|
|
1133
|
+
const _0xe2e8e4 = _0xa9edfa;
|
|
1134
|
+
return _0x4c7736['participant']?.[_0xe2e8e4(_0x2ac33f._0x2e96ad)] ?? _0x39faae(_0x4c7736);
|
|
1100
1135
|
}
|
|
1101
|
-
async function
|
|
1102
|
-
const
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
const
|
|
1108
|
-
'headers':
|
|
1109
|
-
'method':
|
|
1110
|
-
}),
|
|
1111
|
-
'attachments': (
|
|
1112
|
-
'filename':
|
|
1113
|
-
'id':
|
|
1136
|
+
async function _0x56a68e(_0xbdd8b1) {
|
|
1137
|
+
const _0x111bdc = _0xa9edfa, _0x15d0d1 = Math[_0x111bdc(0x2e6)](_0xbdd8b1[_0x111bdc(0x286)] ?? 0x32, 0x64), _0x17d820 = await _0x164502(), _0x3873f1 = new URLSearchParams();
|
|
1138
|
+
_0x3873f1[_0x111bdc(0x29f)](_0x111bdc(_0x1d1cef._0x16f641), String(_0x15d0d1));
|
|
1139
|
+
_0xbdd8b1[_0x111bdc(_0x1d1cef._0x4684fc)] ? (_0x3873f1[_0x111bdc(_0x1d1cef._0xe0adb)]('threadId', _0xbdd8b1[_0x111bdc(_0x1d1cef._0xed35a4)]), _0x3873f1[_0x111bdc(0x29f)](_0x111bdc(0x2d3), _0xbdd8b1[_0x111bdc(0x2d3)])) : _0x3873f1['set'](_0x111bdc(_0x1d1cef._0x2b8db6), _0xbdd8b1[_0x111bdc(0x2d3)]);
|
|
1140
|
+
_0xbdd8b1[_0x111bdc(0x23a)] && _0x3873f1[_0x111bdc(0x29f)](_0x111bdc(0x2f9), String(_0xbdd8b1['before']));
|
|
1141
|
+
_0xbdd8b1[_0x111bdc(_0x1d1cef._0x1335ce)] !== void 0x0 && _0x3873f1[_0x111bdc(0x29f)](_0x111bdc(_0x1d1cef._0x1335ce), String(_0xbdd8b1[_0x111bdc(0x255)]));
|
|
1142
|
+
const _0x56e595 = await _0x5d2442(_0x111bdc(_0x1d1cef._0x44d5c1) + _0x31e43f['agentId'] + _0x111bdc(0x1ad) + _0x3873f1[_0x111bdc(0x1ab)](), {
|
|
1143
|
+
'headers': _0x170ff8,
|
|
1144
|
+
'method': _0x111bdc(0x21d)
|
|
1145
|
+
}), _0x11fe0f = (_0x56e595[_0x111bdc(0x1d8)] ?? [])['map'](_0x115db2 => ({
|
|
1146
|
+
'attachments': (_0x115db2[_0x111bdc(0x1e4)] ?? [])[_0x111bdc(0x1e0)](_0x4ed434 => ({
|
|
1147
|
+
'filename': _0x4ed434[_0x111bdc(0x192)] ?? _0x4ed434['id'],
|
|
1148
|
+
'id': _0x4ed434['id']
|
|
1114
1149
|
})),
|
|
1115
|
-
'content':
|
|
1116
|
-
'createdAt':
|
|
1117
|
-
...
|
|
1118
|
-
'messageId':
|
|
1119
|
-
'senderName':
|
|
1120
|
-
'senderType':
|
|
1121
|
-
'seq':
|
|
1150
|
+
'content': _0x115db2[_0x111bdc(0x27d)] ?? '',
|
|
1151
|
+
'createdAt': _0x115db2[_0x111bdc(0x24d)],
|
|
1152
|
+
..._0x115db2[_0x111bdc(0x1a2)] && _0x115db2[_0x111bdc(0x1a2)] !== 'chat' ? { 'kind': _0x115db2[_0x111bdc(0x1a2)] } : {},
|
|
1153
|
+
'messageId': _0x115db2['id'],
|
|
1154
|
+
'senderName': _0x1c2f1b(_0x115db2[_0x111bdc(0x29c)], _0x17d820),
|
|
1155
|
+
'senderType': _0x278328(_0x115db2[_0x111bdc(0x29c)], _0x17d820),
|
|
1156
|
+
'seq': _0x115db2[_0x111bdc(0x1cd)] ?? 0x0
|
|
1122
1157
|
}));
|
|
1123
1158
|
return {
|
|
1124
|
-
'channel':
|
|
1125
|
-
'hasMore':
|
|
1126
|
-
'messages':
|
|
1127
|
-
'nextCursor':
|
|
1159
|
+
'channel': _0xbdd8b1[_0x111bdc(0x20b)],
|
|
1160
|
+
'hasMore': _0x56e595['meta']?.[_0x111bdc(_0x1d1cef._0x5e20e0)] ?? ![],
|
|
1161
|
+
'messages': _0x11fe0f,
|
|
1162
|
+
'nextCursor': _0x56e595[_0x111bdc(0x2f5)]?.[_0x111bdc(_0x1d1cef._0x34000a)]
|
|
1128
1163
|
};
|
|
1129
1164
|
}
|
|
1130
1165
|
return {
|
|
1131
|
-
async 'sendMessage'(
|
|
1132
|
-
const
|
|
1133
|
-
'body': JSON[
|
|
1134
|
-
'attachment_ids':
|
|
1135
|
-
'bodyMarkdown':
|
|
1136
|
-
'channelId':
|
|
1137
|
-
...
|
|
1138
|
-
...
|
|
1139
|
-
'threadId':
|
|
1140
|
-
...
|
|
1166
|
+
async 'sendMessage'(_0x5415bf) {
|
|
1167
|
+
const _0xe3fcb = _0xa9edfa, _0x23a970 = await _0x2aaca5(_0x5415bf[_0xe3fcb(_0x4180ed._0x1397f0)]), _0x101e48 = _0x5415bf[_0xe3fcb(0x18b)]['includes']('@') ? extractMentionedParticipantIds(_0x5415bf['content'], await _0x164502()) : [], _0x1846a4 = await _0x5d2442(_0xe3fcb(0x21f) + _0x31e43f[_0xe3fcb(_0x4180ed._0xc250f3)] + '/send', {
|
|
1168
|
+
'body': JSON[_0xe3fcb(0x1c6)]({
|
|
1169
|
+
'attachment_ids': _0x5415bf[_0xe3fcb(_0x4180ed._0x31904a)],
|
|
1170
|
+
'bodyMarkdown': _0x5415bf[_0xe3fcb(0x18b)],
|
|
1171
|
+
'channelId': _0x23a970[_0xe3fcb(0x2d3)],
|
|
1172
|
+
..._0x5415bf[_0xe3fcb(0x25f)] !== void 0x0 ? { 'metadataJson': _0x5415bf[_0xe3fcb(0x25f)] } : {},
|
|
1173
|
+
..._0x101e48[_0xe3fcb(_0x4180ed._0x23a588)] > 0x0 ? { 'mentionedParticipantIds': _0x101e48 } : {},
|
|
1174
|
+
'threadId': _0x23a970[_0xe3fcb(0x1d7)],
|
|
1175
|
+
..._0x5415bf[_0xe3fcb(0x28d)] ? { 'visibility': _0x5415bf[_0xe3fcb(0x28d)] } : {}
|
|
1141
1176
|
}),
|
|
1142
|
-
'headers':
|
|
1143
|
-
'method':
|
|
1177
|
+
'headers': _0x170ff8,
|
|
1178
|
+
'method': _0xe3fcb(0x2be)
|
|
1144
1179
|
});
|
|
1145
|
-
return { 'messageId':
|
|
1180
|
+
return { 'messageId': _0x1846a4[_0xe3fcb(0x1d8)]?.['id'] ?? '' };
|
|
1146
1181
|
},
|
|
1147
1182
|
async 'listSchedules'() {
|
|
1148
|
-
const
|
|
1149
|
-
'headers':
|
|
1150
|
-
'method':
|
|
1183
|
+
const _0x57398a = _0xa9edfa, _0x192d6a = await _0x5d2442(_0x57398a(0x257), {
|
|
1184
|
+
'headers': _0x170ff8,
|
|
1185
|
+
'method': _0x57398a(0x21d)
|
|
1151
1186
|
});
|
|
1152
|
-
return
|
|
1187
|
+
return _0x192d6a[_0x57398a(0x1d8)] ?? [];
|
|
1153
1188
|
},
|
|
1154
|
-
async 'claimScheduleRun'(
|
|
1155
|
-
const
|
|
1156
|
-
'body': JSON[
|
|
1157
|
-
'headers':
|
|
1158
|
-
'method':
|
|
1189
|
+
async 'claimScheduleRun'(_0x1c711e) {
|
|
1190
|
+
const _0x5b4586 = _0xa9edfa, _0x5c6756 = await _0x5d2442(_0x5b4586(_0x2a6086._0x10233d), {
|
|
1191
|
+
'body': JSON['stringify'](_0x1c711e),
|
|
1192
|
+
'headers': _0x170ff8,
|
|
1193
|
+
'method': _0x5b4586(_0x2a6086._0x256892)
|
|
1159
1194
|
});
|
|
1160
|
-
return
|
|
1195
|
+
return _0x5c6756[_0x5b4586(0x1d8)] ?? {
|
|
1161
1196
|
'granted': ![],
|
|
1162
1197
|
'runId': null,
|
|
1163
1198
|
'schedule': null,
|
|
1164
|
-
'scheduledFor':
|
|
1199
|
+
'scheduledFor': _0x1c711e['scheduledFor']
|
|
1165
1200
|
};
|
|
1166
1201
|
},
|
|
1167
|
-
async 'startScheduleRun'(
|
|
1168
|
-
const
|
|
1169
|
-
'body': JSON[
|
|
1170
|
-
'headers':
|
|
1171
|
-
'method':
|
|
1202
|
+
async 'startScheduleRun'(_0x562522) {
|
|
1203
|
+
const _0x1898fe = _0xa9edfa, _0x573231 = await _0x5d2442(_0x1898fe(0x1b3) + encodeURIComponent(_0x562522[_0x1898fe(_0x526829._0x482ebe)]) + _0x1898fe(_0x526829._0x2e9134), {
|
|
1204
|
+
'body': JSON['stringify']({}),
|
|
1205
|
+
'headers': _0x170ff8,
|
|
1206
|
+
'method': 'POST'
|
|
1172
1207
|
});
|
|
1173
|
-
return
|
|
1208
|
+
return _0x573231[_0x1898fe(0x1d8)] ?? {
|
|
1174
1209
|
'claimedByDaemonId': '',
|
|
1175
|
-
'id':
|
|
1210
|
+
'id': _0x562522['runId'],
|
|
1176
1211
|
'scheduleId': '',
|
|
1177
|
-
'status':
|
|
1212
|
+
'status': _0x1898fe(0x2cb)
|
|
1178
1213
|
};
|
|
1179
1214
|
},
|
|
1180
|
-
async 'finishScheduleRun'(
|
|
1181
|
-
const
|
|
1182
|
-
'body': JSON[
|
|
1183
|
-
'error':
|
|
1184
|
-
'resultJson':
|
|
1185
|
-
'status':
|
|
1215
|
+
async 'finishScheduleRun'(_0x3f64a4) {
|
|
1216
|
+
const _0x5dce8b = _0xa9edfa, _0x58ac1 = await _0x5d2442(_0x5dce8b(_0x10c771._0x364cea) + encodeURIComponent(_0x3f64a4[_0x5dce8b(0x1c7)]) + '/finish', {
|
|
1217
|
+
'body': JSON[_0x5dce8b(_0x10c771._0x28c337)]({
|
|
1218
|
+
'error': _0x3f64a4[_0x5dce8b(0x1f9)],
|
|
1219
|
+
'resultJson': _0x3f64a4[_0x5dce8b(_0x10c771._0x164c0c)],
|
|
1220
|
+
'status': _0x3f64a4[_0x5dce8b(0x1ea)]
|
|
1186
1221
|
}),
|
|
1187
|
-
'headers':
|
|
1188
|
-
'method':
|
|
1222
|
+
'headers': _0x170ff8,
|
|
1223
|
+
'method': 'POST'
|
|
1189
1224
|
});
|
|
1190
|
-
return
|
|
1225
|
+
return _0x58ac1['data'] ?? {
|
|
1191
1226
|
'nextRunAt': null,
|
|
1192
1227
|
'run': {
|
|
1193
1228
|
'claimedByDaemonId': '',
|
|
1194
|
-
'id':
|
|
1229
|
+
'id': _0x3f64a4[_0x5dce8b(0x1c7)],
|
|
1195
1230
|
'scheduleId': '',
|
|
1196
|
-
'status':
|
|
1231
|
+
'status': _0x3f64a4[_0x5dce8b(0x1ea)]
|
|
1197
1232
|
}
|
|
1198
1233
|
};
|
|
1199
1234
|
},
|
|
1200
|
-
async 'listTasks'(
|
|
1201
|
-
const
|
|
1202
|
-
return
|
|
1203
|
-
'headers':
|
|
1204
|
-
'method':
|
|
1235
|
+
async 'listTasks'(_0x17122d) {
|
|
1236
|
+
const _0x10bed6 = _0xa9edfa, _0x3d85f1 = new URLSearchParams();
|
|
1237
|
+
return _0x3d85f1[_0x10bed6(0x29f)]('channel', _0x17122d[_0x10bed6(_0x4e5a6e._0x46eb83)]), _0x17122d[_0x10bed6(0x1ea)] && _0x3d85f1[_0x10bed6(0x29f)]('status', _0x17122d['status']), _0x3bea2d(_0x10bed6(_0x4e5a6e._0x400ede) + _0x31e43f[_0x10bed6(0x2d8)] + _0x10bed6(_0x4e5a6e._0x124536) + _0x3d85f1[_0x10bed6(_0x4e5a6e._0x31c453)](), {
|
|
1238
|
+
'headers': _0x170ff8,
|
|
1239
|
+
'method': _0x10bed6(_0x4e5a6e._0x3482e8)
|
|
1205
1240
|
});
|
|
1206
1241
|
},
|
|
1207
|
-
async 'createTasks'(
|
|
1208
|
-
const
|
|
1209
|
-
return
|
|
1210
|
-
'body': JSON[
|
|
1211
|
-
...
|
|
1212
|
-
'idempotency_key':
|
|
1242
|
+
async 'createTasks'(_0x1a3004) {
|
|
1243
|
+
const _0x49996b = _0xa9edfa;
|
|
1244
|
+
return _0x3bea2d(_0x49996b(_0x2daba8._0x5589dd) + _0x31e43f[_0x49996b(0x2d8)] + _0x49996b(_0x2daba8._0x5557fb), {
|
|
1245
|
+
'body': JSON[_0x49996b(0x1c6)]({
|
|
1246
|
+
..._0x1a3004,
|
|
1247
|
+
'idempotency_key': _0x123152(_0x49996b(_0x2daba8._0x4dc058), _0x1a3004)
|
|
1213
1248
|
}),
|
|
1214
|
-
'headers':
|
|
1215
|
-
'method':
|
|
1249
|
+
'headers': _0x170ff8,
|
|
1250
|
+
'method': 'POST'
|
|
1216
1251
|
});
|
|
1217
1252
|
},
|
|
1218
|
-
async 'claimTasks'(
|
|
1219
|
-
const
|
|
1220
|
-
return
|
|
1221
|
-
'body': JSON[
|
|
1222
|
-
...
|
|
1223
|
-
'idempotency_key':
|
|
1253
|
+
async 'claimTasks'(_0x192684) {
|
|
1254
|
+
const _0x4db1d2 = _0xa9edfa;
|
|
1255
|
+
return _0x3bea2d(_0x4db1d2(_0x4da8b0._0x113791) + _0x31e43f[_0x4db1d2(0x2d8)] + _0x4db1d2(_0x4da8b0._0x3de8c3), {
|
|
1256
|
+
'body': JSON['stringify']({
|
|
1257
|
+
..._0x192684,
|
|
1258
|
+
'idempotency_key': _0x123152(_0x4db1d2(_0x4da8b0._0x53f397), _0x192684)
|
|
1224
1259
|
}),
|
|
1225
|
-
'headers':
|
|
1226
|
-
'method':
|
|
1260
|
+
'headers': _0x170ff8,
|
|
1261
|
+
'method': _0x4db1d2(_0x4da8b0._0x2f4c35)
|
|
1227
1262
|
});
|
|
1228
1263
|
},
|
|
1229
|
-
async 'unclaimTask'(
|
|
1230
|
-
const
|
|
1231
|
-
return
|
|
1232
|
-
'body': JSON[
|
|
1233
|
-
...
|
|
1234
|
-
'idempotency_key':
|
|
1264
|
+
async 'unclaimTask'(_0x4703bc) {
|
|
1265
|
+
const _0x3b39d4 = _0xa9edfa;
|
|
1266
|
+
return _0x3bea2d(_0x3b39d4(_0x2743c3._0x361945) + _0x31e43f[_0x3b39d4(0x2d8)] + '/tasks/unclaim', {
|
|
1267
|
+
'body': JSON[_0x3b39d4(_0x2743c3._0x3a17c3)]({
|
|
1268
|
+
..._0x4703bc,
|
|
1269
|
+
'idempotency_key': _0x123152(_0x3b39d4(_0x2743c3._0x4cd565), _0x4703bc)
|
|
1235
1270
|
}),
|
|
1236
|
-
'headers':
|
|
1237
|
-
'method':
|
|
1271
|
+
'headers': _0x170ff8,
|
|
1272
|
+
'method': 'POST'
|
|
1238
1273
|
});
|
|
1239
1274
|
},
|
|
1240
|
-
async 'updateTaskStatus'(
|
|
1241
|
-
const
|
|
1242
|
-
return
|
|
1243
|
-
'body': JSON[
|
|
1244
|
-
...
|
|
1245
|
-
'idempotency_key':
|
|
1275
|
+
async 'updateTaskStatus'(_0x2884c9) {
|
|
1276
|
+
const _0x16f347 = _0xa9edfa;
|
|
1277
|
+
return _0x3bea2d(_0x16f347(0x21f) + _0x31e43f[_0x16f347(0x2d8)] + _0x16f347(_0x22c6cc._0x1ca6d6), {
|
|
1278
|
+
'body': JSON[_0x16f347(0x1c6)]({
|
|
1279
|
+
..._0x2884c9,
|
|
1280
|
+
'idempotency_key': _0x123152(_0x16f347(0x1bb), _0x2884c9)
|
|
1246
1281
|
}),
|
|
1247
|
-
'headers':
|
|
1248
|
-
'method':
|
|
1282
|
+
'headers': _0x170ff8,
|
|
1283
|
+
'method': _0x16f347(_0x22c6cc._0x24b33d)
|
|
1249
1284
|
});
|
|
1250
1285
|
},
|
|
1251
|
-
async 'finalizePromotion'(
|
|
1252
|
-
const
|
|
1253
|
-
'body': JSON[
|
|
1254
|
-
'headers':
|
|
1255
|
-
'method':
|
|
1286
|
+
async 'finalizePromotion'(_0x556871) {
|
|
1287
|
+
const _0x5a4bae = _0xa9edfa, _0x22a8db = await _0x5d2442(_0x5a4bae(_0x2dbb8d._0x26e39e) + _0x31e43f[_0x5a4bae(0x2d8)] + _0x5a4bae(_0x2dbb8d._0x31b798), {
|
|
1288
|
+
'body': JSON[_0x5a4bae(_0x2dbb8d._0x345dd1)](_0x556871),
|
|
1289
|
+
'headers': _0x170ff8,
|
|
1290
|
+
'method': _0x5a4bae(0x2be)
|
|
1256
1291
|
});
|
|
1257
|
-
return
|
|
1258
|
-
'draftMessageId':
|
|
1292
|
+
return _0x22a8db[_0x5a4bae(_0x2dbb8d._0x5841ca)] ?? {
|
|
1293
|
+
'draftMessageId': _0x556871[_0x5a4bae(_0x2dbb8d._0x38a999)],
|
|
1259
1294
|
'taskIds': []
|
|
1260
1295
|
};
|
|
1261
1296
|
},
|
|
1262
|
-
async 'uploadFile'(
|
|
1263
|
-
const
|
|
1264
|
-
if (
|
|
1265
|
-
throw new Error(
|
|
1266
|
-
const
|
|
1267
|
-
'body': JSON[
|
|
1268
|
-
'channel':
|
|
1269
|
-
'contentBase64':
|
|
1270
|
-
'contentType':
|
|
1271
|
-
'originalFilename':
|
|
1297
|
+
async 'uploadFile'(_0x4192f8) {
|
|
1298
|
+
const _0xf771f9 = _0xa9edfa, _0x44f85f = await _0x2aaca5(_0x4192f8[_0xf771f9(0x2b0)]);
|
|
1299
|
+
if (_0x44f85f['threadId'])
|
|
1300
|
+
throw new Error(_0xf771f9(_0xb18ff8._0x581616));
|
|
1301
|
+
const _0x3a4ed8 = await _0x5d2442(_0xf771f9(0x21f) + _0x31e43f['agentId'] + _0xf771f9(_0xb18ff8._0x2f9b48), {
|
|
1302
|
+
'body': JSON[_0xf771f9(_0xb18ff8._0x52bf5f)]({
|
|
1303
|
+
'channel': _0x44f85f[_0xf771f9(0x196)],
|
|
1304
|
+
'contentBase64': _0x4192f8[_0xf771f9(0x19a)],
|
|
1305
|
+
'contentType': _0x4192f8[_0xf771f9(_0xb18ff8._0x40b967)],
|
|
1306
|
+
'originalFilename': _0x4192f8[_0xf771f9(_0xb18ff8._0x27f523)]
|
|
1272
1307
|
}),
|
|
1273
|
-
'headers':
|
|
1274
|
-
'method':
|
|
1308
|
+
'headers': _0x170ff8,
|
|
1309
|
+
'method': 'POST'
|
|
1275
1310
|
});
|
|
1276
1311
|
return {
|
|
1277
|
-
'attachmentId':
|
|
1278
|
-
'filename':
|
|
1279
|
-
'sizeBytes':
|
|
1312
|
+
'attachmentId': _0x3a4ed8[_0xf771f9(0x1d8)]?.['id'] ?? '',
|
|
1313
|
+
'filename': _0x3a4ed8['data']?.['originalFilename'] ?? _0x4192f8[_0xf771f9(0x192)],
|
|
1314
|
+
'sizeBytes': _0x3a4ed8['data']?.['sizeBytes'] ?? 0x0
|
|
1280
1315
|
};
|
|
1281
1316
|
},
|
|
1282
|
-
async 'downloadAttachment'(
|
|
1283
|
-
const
|
|
1284
|
-
'headers':
|
|
1285
|
-
'method':
|
|
1286
|
-
}),
|
|
1317
|
+
async 'downloadAttachment'(_0x29f32f) {
|
|
1318
|
+
const _0x114b20 = _0xa9edfa, _0x5a31ff = await _0x5d2442(_0x114b20(0x318) + _0x29f32f, {
|
|
1319
|
+
'headers': _0x170ff8,
|
|
1320
|
+
'method': _0x114b20(_0x16ab7b._0x1ee4d0)
|
|
1321
|
+
}), _0x321977 = new AbortController(), _0x43cdd2 = setTimeout(() => _0x321977[_0x114b20(0x1af)](), _0x27c288);
|
|
1287
1322
|
try {
|
|
1288
|
-
const
|
|
1289
|
-
'headers':
|
|
1323
|
+
const _0x2e20a4 = await _0x28408f(_0x3794ac + _0x114b20(0x318) + _0x29f32f + _0x114b20(_0x16ab7b._0x2222bb), {
|
|
1324
|
+
'headers': _0x170ff8,
|
|
1290
1325
|
'method': 'GET',
|
|
1291
|
-
'signal':
|
|
1326
|
+
'signal': _0x321977[_0x114b20(0x2f4)]
|
|
1292
1327
|
});
|
|
1293
|
-
if (!
|
|
1294
|
-
throw new Error(
|
|
1328
|
+
if (!_0x2e20a4['ok'])
|
|
1329
|
+
throw new Error(_0x114b20(_0x16ab7b._0x1ec607) + _0x2e20a4[_0x114b20(_0x16ab7b._0x2f330d)]);
|
|
1295
1330
|
return {
|
|
1296
|
-
'contentType':
|
|
1297
|
-
'data': Buffer[
|
|
1298
|
-
'originalFilename':
|
|
1331
|
+
'contentType': _0x5a31ff[_0x114b20(_0x16ab7b._0x3706de)]?.[_0x114b20(_0x16ab7b._0x29cdf8)] ?? _0x2e20a4[_0x114b20(0x2e2)]['get'](_0x114b20(_0x16ab7b._0x20846c)) ?? _0x114b20(0x2b6),
|
|
1332
|
+
'data': Buffer[_0x114b20(0x320)](await _0x2e20a4[_0x114b20(_0x16ab7b._0x1ea33e)]()),
|
|
1333
|
+
'originalFilename': _0x5a31ff[_0x114b20(0x1d8)]?.['originalFilename']
|
|
1299
1334
|
};
|
|
1300
1335
|
} finally {
|
|
1301
|
-
clearTimeout(
|
|
1336
|
+
clearTimeout(_0x43cdd2);
|
|
1302
1337
|
}
|
|
1303
1338
|
},
|
|
1304
1339
|
async 'listServer'() {
|
|
1305
|
-
return
|
|
1340
|
+
return _0x164502({ 'forceRefresh': !![] });
|
|
1306
1341
|
},
|
|
1307
1342
|
async 'getLatestEventSeq'() {
|
|
1308
|
-
const
|
|
1309
|
-
|
|
1310
|
-
const
|
|
1311
|
-
'headers':
|
|
1312
|
-
'method':
|
|
1313
|
-
}),
|
|
1314
|
-
return typeof
|
|
1343
|
+
const _0x125ff7 = _0xa9edfa, _0x5d3aa4 = new URLSearchParams();
|
|
1344
|
+
_0x5d3aa4[_0x125ff7(_0x2c4407._0x34bc1d)](_0x125ff7(_0x2c4407._0x405370), '0'), _0x5d3aa4[_0x125ff7(0x29f)](_0x125ff7(_0x2c4407._0x1feee0), '1');
|
|
1345
|
+
const _0x1d369d = await _0x5d2442(_0x125ff7(_0x2c4407._0x12a771) + _0x31e43f[_0x125ff7(_0x2c4407._0x4d64e0)] + _0x125ff7(_0x2c4407._0x2b5100) + _0x5d3aa4['toString'](), {
|
|
1346
|
+
'headers': _0x170ff8,
|
|
1347
|
+
'method': _0x125ff7(0x21d)
|
|
1348
|
+
}), _0x3b08fa = _0x1d369d['meta']?.[_0x125ff7(0x1e8)];
|
|
1349
|
+
return typeof _0x3b08fa === _0x125ff7(0x1b4) && _0x3b08fa > 0x0 ? _0x3b08fa : 0x0;
|
|
1315
1350
|
},
|
|
1316
|
-
async 'readHistory'(
|
|
1317
|
-
const
|
|
1318
|
-
return
|
|
1319
|
-
'after':
|
|
1320
|
-
'before':
|
|
1321
|
-
'channelId':
|
|
1322
|
-
'channelTarget':
|
|
1323
|
-
'limit':
|
|
1324
|
-
'threadId':
|
|
1351
|
+
async 'readHistory'(_0x23d5cf) {
|
|
1352
|
+
const _0x5c412c = _0xa9edfa, _0x5da20d = await _0x2aaca5(_0x23d5cf[_0x5c412c(0x2b0)]);
|
|
1353
|
+
return _0x56a68e({
|
|
1354
|
+
'after': _0x23d5cf[_0x5c412c(0x255)],
|
|
1355
|
+
'before': _0x23d5cf[_0x5c412c(0x23a)],
|
|
1356
|
+
'channelId': _0x5da20d[_0x5c412c(_0x31463e._0x35b1cd)],
|
|
1357
|
+
'channelTarget': _0x5da20d[_0x5c412c(_0x31463e._0x26e162)],
|
|
1358
|
+
'limit': _0x23d5cf[_0x5c412c(_0x31463e._0x35a554)],
|
|
1359
|
+
'threadId': _0x5da20d[_0x5c412c(0x1d7)]
|
|
1325
1360
|
});
|
|
1326
1361
|
},
|
|
1327
|
-
'resolveTarget':
|
|
1362
|
+
'resolveTarget': _0x2aaca5,
|
|
1328
1363
|
async 'checkMessages'() {
|
|
1329
|
-
const
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
const _0x4d41c1 = _0x10a3cb['toString'](), _0x406a21 = await _0x489845(_0x851234(0x31c) + _0x1244bd[_0x851234(_0xa4c24b._0x521301)] + _0x851234(0x212) + (_0x4d41c1 ? '?' + _0x4d41c1 : ''), {
|
|
1338
|
-
'headers': _0x385698,
|
|
1339
|
-
'method': _0x851234(_0xa4c24b._0x4c808e)
|
|
1340
|
-
}), _0x195058 = _0x406a21[_0x851234(0x1c0)] ?? [], _0x3cb733 = _0x406a21['meta']?.[_0x851234(_0xa4c24b._0x187855)], _0x4eed47 = _0x34d329 ? _0x195058[_0x851234(_0xa4c24b._0x2c6a5d)](_0x2ff51f => {
|
|
1341
|
-
const _0x301d78 = _0x851234;
|
|
1342
|
-
if (_0x2ff51f[_0x301d78(_0x47966a._0x53c875)] !== _0x301d78(0x253))
|
|
1364
|
+
const _0x19f429 = _0xa9edfa, _0x1ff578 = new URLSearchParams();
|
|
1365
|
+
_0x1ff578[_0x19f429(_0x1f3d7f._0x53fc7f)](_0x19f429(0x1a7), String(_0x14dcfe));
|
|
1366
|
+
const _0x2d5262 = _0x1ff578[_0x19f429(0x1ab)](), _0xc682d2 = await _0x5d2442(_0x19f429(0x21f) + _0x31e43f[_0x19f429(0x2d8)] + _0x19f429(0x212) + (_0x2d5262 ? '?' + _0x2d5262 : ''), {
|
|
1367
|
+
'headers': _0x170ff8,
|
|
1368
|
+
'method': _0x19f429(_0x1f3d7f._0x28f27c)
|
|
1369
|
+
}), _0x2e03e8 = _0xc682d2[_0x19f429(0x1d8)] ?? [], _0x2beed7 = _0xc682d2[_0x19f429(0x2f5)]?.[_0x19f429(_0x1f3d7f._0x49c8cd)], _0x161778 = _0xcda336 ? _0x2e03e8[_0x19f429(0x1d0)](_0x1182cb => {
|
|
1370
|
+
const _0x18e04c = _0x19f429;
|
|
1371
|
+
if (_0x1182cb[_0x18e04c(_0xc699f5._0x4af6b1)] !== _0x18e04c(0x2cc))
|
|
1343
1372
|
return ![];
|
|
1344
|
-
return
|
|
1345
|
-
}) :
|
|
1346
|
-
let
|
|
1347
|
-
|
|
1348
|
-
|
|
1373
|
+
return _0x588513(_0xcda336, asRecord(_0x1182cb['payloadJson']));
|
|
1374
|
+
}) : _0x2e03e8, _0x2b29dd = _0x2beed7 !== void 0x0 ? _0xcda336 ? Math['max'](_0x14dcfe, _0x161778['length'] > 0x0 ? _0x161778[_0x161778[_0x19f429(_0x1f3d7f._0x32ff53)] - 0x1][_0x19f429(_0x1f3d7f._0x3ac2d5)] : _0x14dcfe) : Math[_0x19f429(_0x1f3d7f._0x5f334b)](_0x14dcfe, _0x2beed7) : _0x161778['length'] > 0x0 ? Math[_0x19f429(0x30b)](_0x14dcfe, _0x161778[_0x161778[_0x19f429(0x2d0)] - 0x1][_0x19f429(0x215)]) : _0x14dcfe, _0x3601a8 = (_0xcda336 ? _0x161778 : _0x2e03e8)['filter'](_0x4ff59f => _0x4ff59f[_0x19f429(0x2d7)] === 'message');
|
|
1375
|
+
let _0x4efa59 = await _0x164502(), _0x31ee95 = new Map(_0x4efa59[_0x19f429(0x291)][_0x19f429(0x1e0)](_0xa12010 => [
|
|
1376
|
+
_0xa12010['id'],
|
|
1377
|
+
_0xa12010
|
|
1349
1378
|
]));
|
|
1350
|
-
const
|
|
1351
|
-
const
|
|
1352
|
-
return Boolean(
|
|
1379
|
+
const _0x2afc12 = _0x3601a8['some'](_0x4d52a3 => {
|
|
1380
|
+
const _0xfeb826 = _0x19f429, _0x11d412 = asRecord(_0x4d52a3[_0xfeb826(0x226)]), _0x7a103a = typeof _0x11d412?.['channelId'] === _0xfeb826(0x214) ? _0x11d412[_0xfeb826(0x2d3)] : '';
|
|
1381
|
+
return Boolean(_0x7a103a) && !_0x31ee95[_0xfeb826(0x221)](_0x7a103a);
|
|
1353
1382
|
});
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1383
|
+
_0x2afc12 && (_0x4efa59 = await _0x164502({ 'forceRefresh': !![] }), _0x31ee95 = new Map(_0x4efa59['channels']['map'](_0x1fd12e => [
|
|
1384
|
+
_0x1fd12e['id'],
|
|
1385
|
+
_0x1fd12e
|
|
1357
1386
|
])));
|
|
1358
|
-
const
|
|
1359
|
-
for (const
|
|
1360
|
-
const
|
|
1361
|
-
if (!
|
|
1387
|
+
const _0x5037d4 = new Map();
|
|
1388
|
+
for (const _0x44c04b of _0x3601a8) {
|
|
1389
|
+
const _0x1a2e61 = asRecord(_0x44c04b[_0x19f429(_0x1f3d7f._0x50fdb3)]), _0x5eeb11 = typeof _0x1a2e61[_0x19f429(0x2d3)] === _0x19f429(0x214) ? _0x1a2e61['channelId'] : '';
|
|
1390
|
+
if (!_0x5eeb11)
|
|
1362
1391
|
continue;
|
|
1363
|
-
const
|
|
1392
|
+
const _0x58a4d9 = typeof _0x1a2e61[_0x19f429(0x1d7)] === _0x19f429(_0x1f3d7f._0x1c21d5) ? _0x1a2e61['threadId'] : void 0x0, _0x157c19 = typeof _0x1a2e61['rootMessageId'] === _0x19f429(_0x1f3d7f._0x75290a) ? _0x1a2e61[_0x19f429(_0x1f3d7f._0x19fb3f)] : void 0x0, _0x400a50 = typeof _0x1a2e61[_0x19f429(_0x1f3d7f._0x4bc645)] === _0x19f429(0x1b4) && Number[_0x19f429(0x2ac)](_0x1a2e61['threadNumber']) ? _0x1a2e61[_0x19f429(0x308)] : void 0x0, _0x4cbe4c = Boolean(_0x58a4d9 && (!_0x157c19 || _0x44c04b[_0x19f429(_0x1f3d7f._0xdb0bde)] !== _0x157c19)), _0x2dbe14 = _0x4cbe4c ? _0x5eeb11 + ':' + _0x58a4d9 : _0x5eeb11, _0x39722f = _0x5037d4[_0x19f429(_0x1f3d7f._0x10af1d)](_0x2dbe14) ?? {
|
|
1364
1393
|
'aggregateIds': [],
|
|
1365
|
-
'channelId':
|
|
1394
|
+
'channelId': _0x5eeb11,
|
|
1366
1395
|
'entries': new Map(),
|
|
1367
|
-
'isThreadReply':
|
|
1368
|
-
'rootMessageId':
|
|
1369
|
-
'threadNumber':
|
|
1370
|
-
'threadId':
|
|
1396
|
+
'isThreadReply': _0x4cbe4c,
|
|
1397
|
+
'rootMessageId': _0x157c19,
|
|
1398
|
+
'threadNumber': _0x400a50,
|
|
1399
|
+
'threadId': _0x4cbe4c ? _0x58a4d9 : void 0x0
|
|
1371
1400
|
};
|
|
1372
|
-
|
|
1373
|
-
'payloadJson':
|
|
1374
|
-
'seq':
|
|
1375
|
-
}),
|
|
1401
|
+
_0x39722f[_0x19f429(0x308)] == null && _0x400a50 != null && (_0x39722f[_0x19f429(_0x1f3d7f._0x2c8059)] = _0x400a50), !_0x39722f[_0x19f429(0x1fb)] && _0x157c19 && (_0x39722f[_0x19f429(0x1fb)] = _0x157c19), _0x39722f['aggregateIds']['push'](_0x44c04b[_0x19f429(0x195)]), _0x39722f[_0x19f429(0x1c2)][_0x19f429(_0x1f3d7f._0x53fc7f)](_0x44c04b[_0x19f429(0x195)], {
|
|
1402
|
+
'payloadJson': _0x44c04b[_0x19f429(0x226)],
|
|
1403
|
+
'seq': _0x44c04b[_0x19f429(0x215)]
|
|
1404
|
+
}), _0x5037d4[_0x19f429(0x29f)](_0x2dbe14, _0x39722f);
|
|
1376
1405
|
}
|
|
1377
|
-
const
|
|
1378
|
-
for (const
|
|
1406
|
+
const _0x5623fe = [];
|
|
1407
|
+
for (const _0x42a5ae of _0x5037d4[_0x19f429(0x217)]()) {
|
|
1379
1408
|
const {
|
|
1380
|
-
channelId:
|
|
1381
|
-
threadId:
|
|
1382
|
-
rootMessageId:
|
|
1383
|
-
threadNumber:
|
|
1384
|
-
aggregateIds:
|
|
1385
|
-
isThreadReply:
|
|
1386
|
-
entries:
|
|
1387
|
-
} =
|
|
1388
|
-
'channelTarget':
|
|
1389
|
-
'rootMessageId':
|
|
1390
|
-
'threadId':
|
|
1391
|
-
'threadNumber':
|
|
1392
|
-
},
|
|
1393
|
-
'channelId':
|
|
1394
|
-
'channelTarget':
|
|
1395
|
-
'limit': Math[
|
|
1396
|
-
'threadId':
|
|
1397
|
-
}),
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
])),
|
|
1401
|
-
for (const
|
|
1402
|
-
if (!
|
|
1409
|
+
channelId: _0x26115a,
|
|
1410
|
+
threadId: _0x2e9915,
|
|
1411
|
+
rootMessageId: _0x432a13,
|
|
1412
|
+
threadNumber: _0x161018,
|
|
1413
|
+
aggregateIds: _0x4d2710,
|
|
1414
|
+
isThreadReply: _0x1d4600,
|
|
1415
|
+
entries: _0x464486
|
|
1416
|
+
} = _0x42a5ae, _0x5d1854 = _0x31ee95['get'](_0x26115a), _0x2f4fa9 = _0x5d1854?.[_0x19f429(_0x1f3d7f._0x275a76)] ?? _0x26115a, _0x4223df = _0x5d1854?.[_0x19f429(_0x1f3d7f._0x5e9ddd)] === 'dm' ? _0x19f429(0x295) + _0x2f4fa9 : '#' + _0x2f4fa9, _0x2f7921 = {
|
|
1417
|
+
'channelTarget': _0x4223df,
|
|
1418
|
+
'rootMessageId': _0x432a13,
|
|
1419
|
+
'threadId': _0x2e9915,
|
|
1420
|
+
'threadNumber': _0x161018
|
|
1421
|
+
}, _0x1052ce = await _0x56a68e({
|
|
1422
|
+
'channelId': _0x26115a,
|
|
1423
|
+
'channelTarget': _0x4223df,
|
|
1424
|
+
'limit': Math[_0x19f429(0x30b)](_0x4d2710[_0x19f429(_0x1f3d7f._0x2ccbed)], 0x32),
|
|
1425
|
+
'threadId': _0x2e9915
|
|
1426
|
+
}), _0x12d4e9 = new Map(_0x1052ce[_0x19f429(0x288)][_0x19f429(_0x1f3d7f._0x5a2093)](_0x2f2353 => [
|
|
1427
|
+
_0x2f2353['messageId'],
|
|
1428
|
+
_0x2f2353
|
|
1429
|
+
])), _0x5506c3 = _0x2e9915 ? _0x18b925(_0x2f7921) : _0x4223df, _0x48eae8 = _0xcda336 ? _0x1d4600 && _0x3fc0ee(_0xcda336, _0x2f7921) : !![], _0x19b7fa = _0x1d4600 ? _0x48eae8 && _0xcda336 ? _0xcda336 : _0x5506c3 : _0x4223df;
|
|
1430
|
+
for (const _0x1e43c7 of _0x4d2710) {
|
|
1431
|
+
if (!_0x48eae8)
|
|
1403
1432
|
continue;
|
|
1404
|
-
const
|
|
1405
|
-
if (
|
|
1406
|
-
|
|
1407
|
-
'
|
|
1408
|
-
'content':
|
|
1409
|
-
'
|
|
1410
|
-
|
|
1411
|
-
'
|
|
1412
|
-
'
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1433
|
+
const _0x4f1597 = _0x464486[_0x19f429(0x2a0)](_0x1e43c7), _0x1112e3 = _0x4f1597 ? asRecord(_0x4f1597[_0x19f429(0x226)]) : void 0x0, _0xf4c9fd = _0x1112e3?.[_0x19f429(_0x1f3d7f._0x55c5aa)] === _0x19f429(_0x1f3d7f._0x6e2508), _0x55e10e = _0x12d4e9[_0x19f429(_0x1f3d7f._0x5c8c5c)](_0x1e43c7);
|
|
1434
|
+
if (_0x55e10e) {
|
|
1435
|
+
const _0x1e064f = foldWorkerAgentMessageContent({
|
|
1436
|
+
'agentId': _0x31e43f[_0x19f429(_0x1f3d7f._0xbaae92)],
|
|
1437
|
+
'content': _0x55e10e[_0x19f429(0x18b)],
|
|
1438
|
+
'directory': _0x4efa59,
|
|
1439
|
+
'eventPayload': _0x1112e3,
|
|
1440
|
+
'senderType': _0x55e10e[_0x19f429(0x1e1)],
|
|
1441
|
+
'workerThreadTarget': _0xcda336
|
|
1442
|
+
});
|
|
1443
|
+
_0x5623fe[_0x19f429(0x20f)]({
|
|
1444
|
+
'attachments': _0x55e10e[_0x19f429(_0x1f3d7f._0x5987d0)],
|
|
1445
|
+
'content': _0x1e064f,
|
|
1446
|
+
'createdAt': _0x55e10e[_0x19f429(0x24d)],
|
|
1447
|
+
..._0x55e10e['kind'] ? { 'kind': _0x55e10e[_0x19f429(0x1a2)] } : {},
|
|
1448
|
+
'messageId': _0x55e10e[_0x19f429(_0x1f3d7f._0xb0c73c)],
|
|
1449
|
+
'senderName': _0x55e10e['senderName'],
|
|
1450
|
+
'senderType': _0x55e10e[_0x19f429(0x1e1)],
|
|
1451
|
+
'target': _0x19b7fa,
|
|
1452
|
+
..._0xf4c9fd ? { 'targetedTask': !![] } : {}
|
|
1416
1453
|
});
|
|
1417
1454
|
continue;
|
|
1418
1455
|
}
|
|
1419
|
-
if (
|
|
1420
|
-
const
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1456
|
+
if (_0x4f1597) {
|
|
1457
|
+
const _0x1fb00b = typeof _0x1112e3?.[_0x19f429(0x29c)] === _0x19f429(_0x1f3d7f._0x1c21d5) ? _0x1112e3[_0x19f429(_0x1f3d7f._0x14674c)] : '', _0x5e12ce = typeof _0x1112e3?.[_0x19f429(0x27d)] === _0x19f429(0x214) ? _0x1112e3[_0x19f429(_0x1f3d7f._0x5f4797)] : '', _0x5957c0 = typeof _0x1112e3?.[_0x19f429(_0x1f3d7f._0x2d3252)] === _0x19f429(0x214) && _0x1112e3[_0x19f429(_0x1f3d7f._0x5e9ddd)] !== 'chat' ? _0x1112e3[_0x19f429(_0x1f3d7f._0x176cfb)] : void 0x0;
|
|
1458
|
+
if (_0x1fb00b && _0x5e12ce) {
|
|
1459
|
+
const _0x323179 = _0x278328(_0x1fb00b, _0x4efa59), _0x36ff44 = foldWorkerAgentMessageContent({
|
|
1460
|
+
'agentId': _0x31e43f[_0x19f429(_0x1f3d7f._0x90ce4)],
|
|
1461
|
+
'content': _0x5e12ce,
|
|
1462
|
+
'directory': _0x4efa59,
|
|
1463
|
+
'eventPayload': _0x1112e3,
|
|
1464
|
+
'senderType': _0x323179,
|
|
1465
|
+
'workerThreadTarget': _0xcda336
|
|
1466
|
+
});
|
|
1467
|
+
_0x5623fe[_0x19f429(0x20f)]({
|
|
1468
|
+
'attachments': [],
|
|
1469
|
+
'content': _0x36ff44,
|
|
1470
|
+
'createdAt': new Date()['toISOString'](),
|
|
1471
|
+
..._0x5957c0 ? { 'kind': _0x5957c0 } : {},
|
|
1472
|
+
'messageId': _0x1e43c7,
|
|
1473
|
+
'senderName': _0x1c2f1b(_0x1fb00b, _0x4efa59),
|
|
1474
|
+
'senderType': _0x323179,
|
|
1475
|
+
'target': _0x19b7fa,
|
|
1476
|
+
..._0xf4c9fd ? { 'targetedTask': !![] } : {}
|
|
1477
|
+
});
|
|
1478
|
+
}
|
|
1432
1479
|
}
|
|
1433
1480
|
}
|
|
1434
1481
|
}
|
|
1435
|
-
if (
|
|
1436
|
-
if (
|
|
1437
|
-
await
|
|
1482
|
+
if (_0x2b29dd > 0x0) {
|
|
1483
|
+
if (_0x4e64d7)
|
|
1484
|
+
await _0x126fdd(_0x2b29dd);
|
|
1438
1485
|
else
|
|
1439
|
-
|
|
1486
|
+
_0x5d1d4c && await _0x14ea78(_0x2b29dd);
|
|
1440
1487
|
}
|
|
1441
|
-
return
|
|
1488
|
+
return _0x2b29dd > _0x14dcfe && (_0x14dcfe = _0x2b29dd), { 'messages': _0x5623fe };
|
|
1442
1489
|
}
|
|
1443
1490
|
};
|
|
1444
1491
|
}
|
|
1445
|
-
function toLocalTime(
|
|
1446
|
-
const
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
},
|
|
1450
|
-
if (Number[
|
|
1451
|
-
return
|
|
1452
|
-
const
|
|
1453
|
-
return
|
|
1492
|
+
function toLocalTime(_0x168e41) {
|
|
1493
|
+
const _0x438470 = {
|
|
1494
|
+
_0x4f4000: 0x24a,
|
|
1495
|
+
_0x344b1a: 0x2bd
|
|
1496
|
+
}, _0x11acee = _0xed401c, _0x51ee00 = new Date(_0x168e41);
|
|
1497
|
+
if (Number[_0x11acee(0x26f)](_0x51ee00[_0x11acee(_0x438470._0x4f4000)]()))
|
|
1498
|
+
return _0x168e41;
|
|
1499
|
+
const _0x14998f = _0x2e79bb => String(_0x2e79bb)[_0x11acee(0x2d5)](0x2, '0');
|
|
1500
|
+
return _0x51ee00[_0x11acee(0x1e3)]() + '-' + _0x14998f(_0x51ee00['getMonth']() + 0x1) + '-' + _0x14998f(_0x51ee00[_0x11acee(0x27c)]()) + '\x20' + _0x14998f(_0x51ee00[_0x11acee(_0x438470._0x344b1a)]()) + ':' + _0x14998f(_0x51ee00['getMinutes']()) + ':' + _0x14998f(_0x51ee00['getSeconds']());
|
|
1454
1501
|
}
|
|
1455
|
-
function formatAttachmentSuffix(
|
|
1456
|
-
const
|
|
1457
|
-
|
|
1502
|
+
function formatAttachmentSuffix(_0x504cc5) {
|
|
1503
|
+
const _0x36bc13 = {
|
|
1504
|
+
_0x3351e4: 0x2d0,
|
|
1505
|
+
_0x20e4bb: 0x2d0,
|
|
1506
|
+
_0x52e540: 0x1ec
|
|
1507
|
+
}, _0x5d45f0 = _0xed401c;
|
|
1508
|
+
if (!_0x504cc5 || _0x504cc5[_0x5d45f0(_0x36bc13._0x3351e4)] === 0x0)
|
|
1458
1509
|
return '';
|
|
1459
|
-
return '\x20[' +
|
|
1510
|
+
return '\x20[' + _0x504cc5[_0x5d45f0(_0x36bc13._0x20e4bb)] + _0x5d45f0(0x274) + (_0x504cc5[_0x5d45f0(0x2d0)] > 0x1 ? 's' : '') + ':\x20' + _0x504cc5[_0x5d45f0(0x1e0)](_0x8ff5a2 => _0x8ff5a2[_0x5d45f0(0x192)] + '\x20(id:' + _0x8ff5a2['id'] + ')')[_0x5d45f0(0x22f)](',\x20') + _0x5d45f0(_0x36bc13._0x52e540);
|
|
1460
1511
|
}
|
|
1461
|
-
function formatCheckMessages(
|
|
1462
|
-
const
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
},
|
|
1473
|
-
if (
|
|
1474
|
-
return
|
|
1475
|
-
return
|
|
1476
|
-
const
|
|
1477
|
-
return
|
|
1478
|
-
})[
|
|
1479
|
-
}
|
|
1480
|
-
function formatHistory(_0x1da576) {
|
|
1481
|
-
const _0x4e5b78 = {
|
|
1482
|
-
_0x1c078e: 0x325,
|
|
1483
|
-
_0x2fd9ff: 0x293,
|
|
1484
|
-
_0x21e159: 0x26f,
|
|
1485
|
-
_0x37ee79: 0x1ef,
|
|
1486
|
-
_0x2e7690: 0x32b,
|
|
1487
|
-
_0x59218e: 0x2e3,
|
|
1488
|
-
_0x131b55: 0x1e2,
|
|
1489
|
-
_0x2816d2: 0x2f3
|
|
1490
|
-
}, _0x4eedec = {
|
|
1491
|
-
_0x38d499: 0x258,
|
|
1492
|
-
_0xda3741: 0x319,
|
|
1493
|
-
_0x4b5350: 0x1ea,
|
|
1494
|
-
_0x3a3e2f: 0x26d,
|
|
1495
|
-
_0x228a5b: 0x2b9,
|
|
1496
|
-
_0x66d8f2: 0x202,
|
|
1497
|
-
_0x19e51c: 0x254,
|
|
1498
|
-
_0x5a7f64: 0x23a,
|
|
1499
|
-
_0x219e71: 0x289
|
|
1500
|
-
}, _0x51ae18 = _0x250709;
|
|
1501
|
-
if (_0x1da576[_0x51ae18(_0x4e5b78._0x1c078e)]['length'] === 0x0)
|
|
1502
|
-
return _0x51ae18(0x2f3) + _0x1da576[_0x51ae18(_0x4e5b78._0x2fd9ff)] + '\x20(0\x20messages)\x0a\x0aNo\x20messages\x20in\x20this\x20channel.';
|
|
1503
|
-
const _0x2e08d5 = _0x1da576[_0x51ae18(0x325)][_0x51ae18(_0x4e5b78._0x21e159)](_0x29a1e4 => {
|
|
1504
|
-
const _0x45c980 = _0x51ae18, _0x4473ec = _0x29a1e4[_0x45c980(0x2e1)] === _0x45c980(_0x4eedec._0x38d499) ? '\x20type=agent' : '', _0x5c1e6d = _0x29a1e4[_0x45c980(_0x4eedec._0xda3741)] && _0x29a1e4[_0x45c980(0x319)] !== _0x45c980(_0x4eedec._0x4b5350) ? '\x20kind=' + _0x29a1e4[_0x45c980(_0x4eedec._0xda3741)] : '';
|
|
1505
|
-
return _0x45c980(0x2ee) + _0x29a1e4['seq'] + _0x45c980(_0x4eedec._0x3a3e2f) + _0x29a1e4[_0x45c980(_0x4eedec._0x228a5b)] + _0x45c980(_0x4eedec._0x66d8f2) + toLocalTime(_0x29a1e4[_0x45c980(_0x4eedec._0x19e51c)]) + _0x4473ec + _0x5c1e6d + _0x45c980(0x327) + _0x29a1e4[_0x45c980(_0x4eedec._0x5a7f64)] + ':\x20' + _0x29a1e4[_0x45c980(_0x4eedec._0x219e71)] + formatAttachmentSuffix(_0x29a1e4[_0x45c980(0x20e)]);
|
|
1506
|
-
})[_0x51ae18(_0x4e5b78._0x37ee79)]('\x0a'), _0x4e2ff2 = _0x1da576['hasMore'] && _0x1da576['nextCursor'] ? _0x51ae18(_0x4e5b78._0x2e7690) + _0x1da576[_0x51ae18(0x325)][_0x51ae18(_0x4e5b78._0x59218e)] + _0x51ae18(_0x4e5b78._0x131b55) + _0x1da576['nextCursor'] + _0x51ae18(0x277) : '';
|
|
1507
|
-
return _0x51ae18(_0x4e5b78._0x2816d2) + _0x1da576[_0x51ae18(0x293)] + '\x20(' + _0x1da576['messages'][_0x51ae18(0x2e3)] + _0x51ae18(0x2a6) + _0x2e08d5 + _0x4e2ff2;
|
|
1512
|
+
function formatCheckMessages(_0x5aac20) {
|
|
1513
|
+
const _0x465911 = {
|
|
1514
|
+
_0xc17694: 0x2d0,
|
|
1515
|
+
_0x59ba31: 0x1e0
|
|
1516
|
+
}, _0x3b2c88 = {
|
|
1517
|
+
_0xd2068: 0x1d9,
|
|
1518
|
+
_0x3fac8f: 0x1a2,
|
|
1519
|
+
_0x8edde7: 0x1fa,
|
|
1520
|
+
_0x2197f8: 0x1a2,
|
|
1521
|
+
_0x2d782f: 0x196,
|
|
1522
|
+
_0x5221e2: 0x1e4
|
|
1523
|
+
}, _0x41d10e = _0xed401c;
|
|
1524
|
+
if (_0x5aac20[_0x41d10e(_0x465911._0xc17694)] === 0x0)
|
|
1525
|
+
return _0x41d10e(0x2dc);
|
|
1526
|
+
return _0x5aac20[_0x41d10e(_0x465911._0x59ba31)](_0x248295 => {
|
|
1527
|
+
const _0x49fb03 = _0x41d10e, _0x3df9f5 = _0x248295[_0x49fb03(0x1e1)] === 'agent' ? _0x49fb03(_0x3b2c88._0xd2068) : '', _0x40e37c = _0x248295[_0x49fb03(_0x3b2c88._0x3fac8f)] && _0x248295[_0x49fb03(0x1a2)] !== _0x49fb03(_0x3b2c88._0x8edde7) ? _0x49fb03(0x26d) + _0x248295[_0x49fb03(_0x3b2c88._0x2197f8)] : '';
|
|
1528
|
+
return '[target=' + _0x248295[_0x49fb03(_0x3b2c88._0x2d782f)] + _0x49fb03(0x24f) + _0x248295['messageId']['slice'](0x0, 0x8) + '\x20time=' + toLocalTime(_0x248295[_0x49fb03(0x24d)]) + _0x3df9f5 + _0x40e37c + ']\x20@' + _0x248295[_0x49fb03(0x2b7)] + ':\x20' + _0x248295[_0x49fb03(0x18b)] + formatAttachmentSuffix(_0x248295[_0x49fb03(_0x3b2c88._0x5221e2)]);
|
|
1529
|
+
})[_0x41d10e(0x22f)]('\x0a');
|
|
1508
1530
|
}
|
|
1509
|
-
function
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1531
|
+
function formatHistory(_0x2526d5) {
|
|
1532
|
+
const _0x353e8b = {
|
|
1533
|
+
_0x3eb29f: 0x288,
|
|
1534
|
+
_0x5c58c7: 0x1e0,
|
|
1535
|
+
_0x17c234: 0x18f,
|
|
1536
|
+
_0x5bc1df: 0x2d0,
|
|
1537
|
+
_0x599951: 0x241
|
|
1538
|
+
}, _0x1c4974 = {
|
|
1539
|
+
_0x486e5f: 0x1fa,
|
|
1540
|
+
_0x264bdd: 0x1a2,
|
|
1541
|
+
_0x6de1ab: 0x1ca,
|
|
1542
|
+
_0x184404: 0x18e,
|
|
1543
|
+
_0x509fbb: 0x2b7,
|
|
1544
|
+
_0x229e2d: 0x18b
|
|
1545
|
+
}, _0x11e91c = _0xed401c;
|
|
1546
|
+
if (_0x2526d5[_0x11e91c(_0x353e8b._0x3eb29f)][_0x11e91c(0x2d0)] === 0x0)
|
|
1547
|
+
return _0x11e91c(0x1a1) + _0x2526d5[_0x11e91c(0x2b0)] + '\x20(0\x20messages)\x0a\x0aNo\x20messages\x20in\x20this\x20channel.';
|
|
1548
|
+
const _0x4e857d = _0x2526d5['messages'][_0x11e91c(_0x353e8b._0x5c58c7)](_0x2bbcf3 => {
|
|
1549
|
+
const _0x396c6a = _0x11e91c, _0x2d78f9 = _0x2bbcf3['senderType'] === _0x396c6a(0x205) ? '\x20type=agent' : '', _0x384200 = _0x2bbcf3[_0x396c6a(0x1a2)] && _0x2bbcf3['kind'] !== _0x396c6a(_0x1c4974._0x486e5f) ? '\x20kind=' + _0x2bbcf3[_0x396c6a(_0x1c4974._0x264bdd)] : '';
|
|
1550
|
+
return _0x396c6a(0x251) + _0x2bbcf3[_0x396c6a(0x215)] + _0x396c6a(0x24f) + _0x2bbcf3[_0x396c6a(_0x1c4974._0x6de1ab)] + _0x396c6a(0x1e6) + toLocalTime(_0x2bbcf3[_0x396c6a(0x24d)]) + _0x2d78f9 + _0x384200 + _0x396c6a(_0x1c4974._0x184404) + _0x2bbcf3[_0x396c6a(_0x1c4974._0x509fbb)] + ':\x20' + _0x2bbcf3[_0x396c6a(_0x1c4974._0x229e2d)] + formatAttachmentSuffix(_0x2bbcf3['attachments']);
|
|
1551
|
+
})[_0x11e91c(0x22f)]('\x0a'), _0x4b6f9e = _0x2526d5[_0x11e91c(_0x353e8b._0x17c234)] && _0x2526d5[_0x11e91c(0x26e)] ? '\x0a\x0a---\x20' + _0x2526d5[_0x11e91c(_0x353e8b._0x3eb29f)][_0x11e91c(_0x353e8b._0x5bc1df)] + _0x11e91c(_0x353e8b._0x599951) + _0x2526d5['nextCursor'] + '\x20to\x20load\x20older\x20messages.\x20---' : '';
|
|
1552
|
+
return '##\x20Message\x20History\x20for\x20' + _0x2526d5[_0x11e91c(0x2b0)] + '\x20(' + _0x2526d5['messages']['length'] + _0x11e91c(0x269) + _0x4e857d + _0x4b6f9e;
|
|
1529
1553
|
}
|
|
1530
|
-
function formatServerDirectory(
|
|
1531
|
-
const
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1554
|
+
function formatServerDirectory(_0x1246ad) {
|
|
1555
|
+
const _0x395a20 = {
|
|
1556
|
+
_0x3e4203: 0x291,
|
|
1557
|
+
_0x54e829: 0x2d0,
|
|
1558
|
+
_0x3d831d: 0x291,
|
|
1559
|
+
_0x4f3187: 0x22f,
|
|
1560
|
+
_0x42b1fb: 0x1ce,
|
|
1561
|
+
_0x58e324: 0x268,
|
|
1562
|
+
_0x218012: 0x2d0,
|
|
1563
|
+
_0xe547b5: 0x268,
|
|
1564
|
+
_0x5e9d16: 0x276,
|
|
1565
|
+
_0x2a55ff: 0x19e,
|
|
1566
|
+
_0x16ba8c: 0x2f8,
|
|
1567
|
+
_0x57ee49: 0x25d
|
|
1568
|
+
}, _0x5d4b0f = _0xed401c, _0x45927e = _0x1246ad[_0x5d4b0f(_0x395a20._0x3e4203)][_0x5d4b0f(_0x395a20._0x54e829)] > 0x0 ? _0x1246ad[_0x5d4b0f(_0x395a20._0x3d831d)][_0x5d4b0f(0x1e0)](_0x547596 => _0x547596[_0x5d4b0f(0x2fe)] ? '-\x20#' + _0x547596[_0x5d4b0f(0x293)] + '\x20—\x20' + _0x547596[_0x5d4b0f(0x2fe)] : '-\x20#' + _0x547596[_0x5d4b0f(0x293)])[_0x5d4b0f(_0x395a20._0x4f3187)]('\x0a') : _0x5d4b0f(_0x395a20._0x42b1fb), _0x21cdc5 = _0x1246ad[_0x5d4b0f(0x24c)]['length'] > 0x0 ? _0x1246ad['agents']['map'](_0x328d87 => _0x5d4b0f(0x216) + _0x328d87[_0x5d4b0f(0x293)])[_0x5d4b0f(0x22f)]('\x0a') : '(none)', _0x464f65 = _0x1246ad[_0x5d4b0f(_0x395a20._0x58e324)][_0x5d4b0f(_0x395a20._0x218012)] > 0x0 ? _0x1246ad[_0x5d4b0f(_0x395a20._0xe547b5)]['map'](_0x70db5c => _0x5d4b0f(0x216) + _0x70db5c[_0x5d4b0f(0x293)])[_0x5d4b0f(_0x395a20._0x4f3187)]('\x0a') : _0x5d4b0f(0x1ce);
|
|
1541
1569
|
return [
|
|
1542
|
-
|
|
1570
|
+
_0x5d4b0f(_0x395a20._0x5e9d16) + _0x1246ad['serverName'],
|
|
1543
1571
|
'',
|
|
1544
|
-
|
|
1545
|
-
|
|
1572
|
+
_0x5d4b0f(_0x395a20._0x2a55ff),
|
|
1573
|
+
_0x45927e,
|
|
1546
1574
|
'',
|
|
1547
|
-
|
|
1548
|
-
|
|
1575
|
+
_0x5d4b0f(_0x395a20._0x16ba8c),
|
|
1576
|
+
_0x21cdc5,
|
|
1549
1577
|
'',
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
][
|
|
1578
|
+
_0x5d4b0f(_0x395a20._0x57ee49),
|
|
1579
|
+
_0x464f65
|
|
1580
|
+
][_0x5d4b0f(0x22f)]('\x0a');
|
|
1553
1581
|
}
|
|
1554
|
-
function
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1582
|
+
function _0x3256(_0x173436, _0x216146) {
|
|
1583
|
+
_0x173436 = _0x173436 - 0x183;
|
|
1584
|
+
const _0x52b2d8 = _0x52b2();
|
|
1585
|
+
let _0x3256f6 = _0x52b2d8[_0x173436];
|
|
1586
|
+
if (_0x3256['UJlgAy'] === undefined) {
|
|
1587
|
+
var _0x4354b5 = function (_0x1abfdd) {
|
|
1588
|
+
const _0x5eb4e2 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
|
|
1589
|
+
let _0x58797d = '', _0xe92fcc = '';
|
|
1590
|
+
for (let _0x2c1700 = 0x0, _0x6fe67d, _0x258bbe, _0x481777 = 0x0; _0x258bbe = _0x1abfdd['charAt'](_0x481777++); ~_0x258bbe && (_0x6fe67d = _0x2c1700 % 0x4 ? _0x6fe67d * 0x40 + _0x258bbe : _0x258bbe, _0x2c1700++ % 0x4) ? _0x58797d += String['fromCharCode'](0xff & _0x6fe67d >> (-0x2 * _0x2c1700 & 0x6)) : 0x0) {
|
|
1591
|
+
_0x258bbe = _0x5eb4e2['indexOf'](_0x258bbe);
|
|
1592
|
+
}
|
|
1593
|
+
for (let _0x1bdda6 = 0x0, _0x54ee43 = _0x58797d['length']; _0x1bdda6 < _0x54ee43; _0x1bdda6++) {
|
|
1594
|
+
_0xe92fcc += '%' + ('00' + _0x58797d['charCodeAt'](_0x1bdda6)['toString'](0x10))['slice'](-0x2);
|
|
1595
|
+
}
|
|
1596
|
+
return decodeURIComponent(_0xe92fcc);
|
|
1597
|
+
};
|
|
1598
|
+
_0x3256['VtCasc'] = _0x4354b5, _0x3256['sHUHFY'] = {}, _0x3256['UJlgAy'] = !![];
|
|
1599
|
+
}
|
|
1600
|
+
const _0x2a9264 = _0x52b2d8[0x0], _0xb21b0 = _0x173436 + _0x2a9264, _0x89f118 = _0x3256['sHUHFY'][_0xb21b0];
|
|
1601
|
+
return !_0x89f118 ? (_0x3256f6 = _0x3256['VtCasc'](_0x3256f6), _0x3256['sHUHFY'][_0xb21b0] = _0x3256f6) : _0x3256f6 = _0x89f118, _0x3256f6;
|
|
1562
1602
|
}
|
|
1563
|
-
function
|
|
1564
|
-
const
|
|
1565
|
-
return
|
|
1603
|
+
function formatUploadResult(_0x4a87f5) {
|
|
1604
|
+
const _0x2729d6 = { _0x1d9476: 0x1b0 }, _0x5b6c4c = _0xed401c;
|
|
1605
|
+
return _0x5b6c4c(0x30c) + _0x4a87f5[_0x5b6c4c(0x192)] + '\x20(' + (_0x4a87f5[_0x5b6c4c(_0x2729d6._0x1d9476)] / 0x400)[_0x5b6c4c(0x315)](0x1) + _0x5b6c4c(0x191) + _0x4a87f5[_0x5b6c4c(0x1bc)] + _0x5b6c4c(0x247);
|
|
1566
1606
|
}
|
|
1567
|
-
function
|
|
1568
|
-
const
|
|
1569
|
-
|
|
1570
|
-
_0x1cd6c3: 0x1ef
|
|
1571
|
-
}, _0x23e1d8 = {
|
|
1572
|
-
_0x5ed39e: 0x2f7,
|
|
1573
|
-
_0x3d3859: 0x2b9,
|
|
1574
|
-
_0xbfed96: 0x2ca,
|
|
1575
|
-
_0x46e975: 0x271,
|
|
1576
|
-
_0x5249ac: 0x252,
|
|
1577
|
-
_0x14b5c7: 0x1e5,
|
|
1578
|
-
_0x5b79cb: 0x19b,
|
|
1579
|
-
_0x1b4ee1: 0x312,
|
|
1580
|
-
_0x112db5: 0x313
|
|
1581
|
-
}, _0x3aecaf = _0x250709;
|
|
1582
|
-
if (_0x10f563['length'] === 0x0)
|
|
1583
|
-
return _0x3aecaf(0x2c5);
|
|
1584
|
-
return _0x10f563[_0x3aecaf(_0x2cda67._0x10d947)](_0xdd2c08 => {
|
|
1585
|
-
const _0x755f39 = _0x3aecaf, _0x46c85c = _0xdd2c08['taskNumber'] == null ? _0x755f39(_0x23e1d8._0x5ed39e) : _0xdd2c08[_0x755f39(0x20a)] != null ? '#' + _0xdd2c08[_0x755f39(0x309)] + '.' + _0xdd2c08[_0x755f39(0x20a)] : '#' + _0xdd2c08['taskNumber'], _0x4c9a20 = _0xdd2c08[_0x755f39(_0x23e1d8._0x3d3859)] ? _0x755f39(_0x23e1d8._0xbfed96) + _0xdd2c08['messageId'] : '', _0xb41843 = _0x50ac91 && _0xdd2c08[_0x755f39(0x309)] != null && !_0xdd2c08['subtaskNumber'] && _0x50ac91['has'](_0xdd2c08[_0x755f39(0x309)]) ? _0x755f39(0x27a) : '', _0x543d9c = _0xdd2c08[_0x755f39(0x271)] != null && _0xdd2c08[_0x755f39(_0x23e1d8._0x46e975)] > 0x0 ? '\x20(' + (_0xdd2c08[_0x755f39(0x1e3)] ?? 0x0) + '/' + _0xdd2c08[_0x755f39(0x271)] + _0x755f39(_0x23e1d8._0x5249ac) : '', _0x1e6b52 = _0xdd2c08[_0x755f39(_0x23e1d8._0x14b5c7)] ? _0x755f39(_0x23e1d8._0x5b79cb) + _0xdd2c08[_0x755f39(_0x23e1d8._0x14b5c7)] : '';
|
|
1586
|
-
return _0x46c85c + '\x20[' + _0xdd2c08[_0x755f39(_0x23e1d8._0x1b4ee1)] + ']\x20' + _0xdd2c08[_0x755f39(_0x23e1d8._0x112db5)] + _0x543d9c + _0x1e6b52 + _0x4c9a20 + _0xb41843;
|
|
1587
|
-
})[_0x3aecaf(_0x2cda67._0x1cd6c3)]('\x0a');
|
|
1607
|
+
function formatViewFileResult(_0x2b2245, _0x1f4fbd) {
|
|
1608
|
+
const _0x10bc52 = { _0xa06a71: 0x1b2 }, _0x5b0894 = _0xed401c;
|
|
1609
|
+
return _0x1f4fbd ? _0x5b0894(_0x10bc52._0xa06a71) + _0x2b2245 : _0x5b0894(0x2ec) + _0x2b2245;
|
|
1588
1610
|
}
|
|
1589
|
-
function
|
|
1590
|
-
const
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1611
|
+
function formatTaskList(_0x36baf7, _0x4c1710) {
|
|
1612
|
+
const _0x270aef = {
|
|
1613
|
+
_0x5d4842: 0x2d1,
|
|
1614
|
+
_0x343ab3: 0x1ca,
|
|
1615
|
+
_0x2e5400: 0x221,
|
|
1616
|
+
_0x248174: 0x2f1,
|
|
1617
|
+
_0x375e85: 0x235,
|
|
1618
|
+
_0x50370c: 0x19f,
|
|
1619
|
+
_0x5a6b16: 0x2b8,
|
|
1620
|
+
_0x387b25: 0x189,
|
|
1621
|
+
_0x4fbfe5: 0x2f6
|
|
1622
|
+
}, _0x263994 = _0xed401c;
|
|
1623
|
+
if (_0x36baf7['length'] === 0x0)
|
|
1624
|
+
return _0x263994(0x322);
|
|
1625
|
+
return _0x36baf7['map'](_0x1e8265 => {
|
|
1626
|
+
const _0x5f2262 = _0x263994, _0xbf8566 = _0x1e8265[_0x5f2262(0x2f1)] == null ? '(legacy)' : _0x1e8265[_0x5f2262(_0x270aef._0x5d4842)] != null ? '#' + _0x1e8265[_0x5f2262(0x2f1)] + '.' + _0x1e8265[_0x5f2262(_0x270aef._0x5d4842)] : '#' + _0x1e8265[_0x5f2262(0x2f1)], _0x4ce493 = _0x1e8265[_0x5f2262(0x1ca)] ? _0x5f2262(0x23e) + _0x1e8265[_0x5f2262(_0x270aef._0x343ab3)] : '', _0x4a0854 = _0x4c1710 && _0x1e8265['taskNumber'] != null && !_0x1e8265[_0x5f2262(0x2d1)] && _0x4c1710[_0x5f2262(_0x270aef._0x2e5400)](_0x1e8265[_0x5f2262(_0x270aef._0x248174)]) ? _0x5f2262(0x1e7) : '', _0x339ea7 = _0x1e8265[_0x5f2262(_0x270aef._0x375e85)] != null && _0x1e8265['childrenTotal'] > 0x0 ? '\x20(' + (_0x1e8265[_0x5f2262(_0x270aef._0x50370c)] ?? 0x0) + '/' + _0x1e8265[_0x5f2262(0x235)] + _0x5f2262(_0x270aef._0x5a6b16) : '', _0x5c6969 = _0x1e8265[_0x5f2262(0x189)] ? _0x5f2262(0x1ef) + _0x1e8265[_0x5f2262(_0x270aef._0x387b25)] : '';
|
|
1627
|
+
return _0xbf8566 + '\x20[' + _0x1e8265[_0x5f2262(0x1ea)] + ']\x20' + _0x1e8265[_0x5f2262(_0x270aef._0x4fbfe5)] + _0x339ea7 + _0x5c6969 + _0x4ce493 + _0x4a0854;
|
|
1599
1628
|
})['join']('\x0a');
|
|
1600
1629
|
}
|
|
1601
|
-
function
|
|
1602
|
-
|
|
1630
|
+
function formatCreatedTasks(_0x546e12) {
|
|
1631
|
+
const _0x59da90 = { _0x2bfb7b: 0x22f }, _0x183996 = {
|
|
1632
|
+
_0x3378fc: 0x2a9,
|
|
1633
|
+
_0x1db0fe: 0x2f6
|
|
1634
|
+
}, _0xba480 = _0xed401c;
|
|
1635
|
+
if (_0x546e12[_0xba480(0x2d0)] === 0x0)
|
|
1636
|
+
return 'No\x20tasks\x20created.';
|
|
1637
|
+
return _0x546e12['map'](_0x4f9536 => {
|
|
1638
|
+
const _0x7e8859 = _0xba480, _0xa3dcdd = _0x4f9536['taskNumber'] == null ? _0x7e8859(_0x183996._0x3378fc) : _0x4f9536[_0x7e8859(0x2d1)] != null ? '#' + _0x4f9536[_0x7e8859(0x2f1)] + '.' + _0x4f9536['subtaskNumber'] : '#' + _0x4f9536[_0x7e8859(0x2f1)], _0x407090 = _0x4f9536[_0x7e8859(0x1ca)] ? '\x20message=' + _0x4f9536[_0x7e8859(0x1ca)] : '';
|
|
1639
|
+
return _0xa3dcdd + '\x20' + _0x4f9536[_0x7e8859(_0x183996._0x1db0fe)] + _0x407090;
|
|
1640
|
+
})[_0xba480(_0x59da90._0x2bfb7b)]('\x0a');
|
|
1641
|
+
}
|
|
1642
|
+
function formatClaimTaskLabel(_0x43f20a, _0x389ea3) {
|
|
1643
|
+
if (_0x43f20a == null)
|
|
1603
1644
|
return '(legacy)';
|
|
1604
|
-
return
|
|
1645
|
+
return _0x389ea3 != null ? '#' + _0x43f20a + '.' + _0x389ea3 : '#' + _0x43f20a;
|
|
1605
1646
|
}
|
|
1606
|
-
function formatClaimTaskResults(
|
|
1607
|
-
const
|
|
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
|
-
_0x4d5218[_0x50db6d(0x317)] ? _0x50db6d(_0x36c80c._0x55bb7c) + _0x4d5218[_0x50db6d(_0x36c80c._0x7506f7)] : null,
|
|
1641
|
-
_0x4d5218[_0x50db6d(_0x36c80c._0xef1f23)] ? _0x50db6d(_0x36c80c._0x5435da) + _0x4d5218[_0x50db6d(_0x36c80c._0xef1f23)] : null
|
|
1642
|
-
][_0x50db6d(_0x36c80c._0xd17761)](Boolean)[_0x50db6d(0x1ef)]('\x20');
|
|
1643
|
-
return _0x2d802b + '\x20claimed' + _0x1c46cc + '\x20' + _0x24d963 + _0x50db6d(_0x36c80c._0x55714f);
|
|
1647
|
+
function formatClaimTaskResults(_0x50dd26) {
|
|
1648
|
+
const _0x3e19e1 = { _0x407303: 0x22f }, _0x18205e = {
|
|
1649
|
+
_0x5c6d0b: 0x1d6,
|
|
1650
|
+
_0x62e3bf: 0x2f1,
|
|
1651
|
+
_0xd87509: 0x2d1,
|
|
1652
|
+
_0x6a4410: 0x1ca,
|
|
1653
|
+
_0x1a7d96: 0x307,
|
|
1654
|
+
_0x4f9bd0: 0x282,
|
|
1655
|
+
_0x5d6eb7: 0x304,
|
|
1656
|
+
_0x445f6f: 0x2c4,
|
|
1657
|
+
_0x3a1e35: 0x1e2,
|
|
1658
|
+
_0x3703e1: 0x273,
|
|
1659
|
+
_0x377f85: 0x2e5,
|
|
1660
|
+
_0x4de33b: 0x263,
|
|
1661
|
+
_0x11e2e8: 0x263,
|
|
1662
|
+
_0x143a63: 0x1d0,
|
|
1663
|
+
_0x211caa: 0x2e1,
|
|
1664
|
+
_0x2f4a75: 0x2a4
|
|
1665
|
+
}, _0x301969 = _0xed401c;
|
|
1666
|
+
if (_0x50dd26['length'] === 0x0)
|
|
1667
|
+
return _0x301969(0x2e7);
|
|
1668
|
+
return _0x50dd26[_0x301969(0x1e0)](_0x5c4c1f => {
|
|
1669
|
+
const _0x141750 = _0x301969;
|
|
1670
|
+
if (_0x5c4c1f[_0x141750(_0x18205e._0x5c6d0b)]) {
|
|
1671
|
+
const _0x30d55e = formatClaimTaskLabel(_0x5c4c1f[_0x141750(_0x18205e._0x62e3bf)], _0x5c4c1f[_0x141750(_0x18205e._0xd87509)]), _0x3e1aad = _0x5c4c1f[_0x141750(0x1ca)] ? '\x20message=' + _0x5c4c1f[_0x141750(_0x18205e._0x6a4410)] : '';
|
|
1672
|
+
if (_0x5c4c1f[_0x141750(_0x18205e._0x1a7d96)]) {
|
|
1673
|
+
const _0x35ff10 = [
|
|
1674
|
+
_0x141750(_0x18205e._0x4f9bd0),
|
|
1675
|
+
_0x5c4c1f['stopMain'] ? _0x141750(_0x18205e._0x5d6eb7) : null,
|
|
1676
|
+
_0x5c4c1f[_0x141750(_0x18205e._0x445f6f)] ? _0x141750(_0x18205e._0x3a1e35) + _0x5c4c1f[_0x141750(0x2c4)] : null,
|
|
1677
|
+
_0x5c4c1f[_0x141750(_0x18205e._0x3703e1)] ? _0x141750(_0x18205e._0x377f85) + _0x5c4c1f[_0x141750(0x273)] : null,
|
|
1678
|
+
_0x5c4c1f[_0x141750(_0x18205e._0x4de33b)] ? 'workerDisposition=' + _0x5c4c1f[_0x141750(_0x18205e._0x11e2e8)] : null
|
|
1679
|
+
][_0x141750(_0x18205e._0x143a63)](Boolean)[_0x141750(0x22f)]('\x20');
|
|
1680
|
+
return _0x30d55e + _0x141750(0x2e1) + _0x3e1aad + '\x20' + _0x35ff10 + _0x141750(0x1cb);
|
|
1644
1681
|
}
|
|
1645
|
-
if (
|
|
1646
|
-
return
|
|
1647
|
-
const
|
|
1648
|
-
return
|
|
1682
|
+
if (_0x5c4c1f[_0x141750(_0x18205e._0x445f6f)] === _0x141750(0x20e))
|
|
1683
|
+
return _0x30d55e + _0x141750(_0x18205e._0x211caa) + _0x3e1aad + '\x20workerHandoff=false\x20executionMode=main\x0aStay\x20in\x20main\x20session:\x20read\x20the\x20referenced\x20plan/document\x20and\x20call\x20create_tasks\x20in\x20the\x20parent\x20channel\x20to\x20break\x20it\x20into\x20top-level\x20tasks\x20(or\x20otherwise\x20advance\x20the\x20task\x20in\x20main\x20without\x20handing\x20off\x20to\x20a\x20worker).';
|
|
1684
|
+
const _0x13c636 = _0x5c4c1f['workerHandoffError'] ? '\x20workerHandoff=false\x20error=' + _0x5c4c1f[_0x141750(_0x18205e._0x2f4a75)] : '';
|
|
1685
|
+
return _0x30d55e + '\x20claimed' + _0x3e1aad + _0x13c636;
|
|
1649
1686
|
}
|
|
1650
|
-
const
|
|
1651
|
-
return
|
|
1652
|
-
})[
|
|
1687
|
+
const _0x24cc7f = _0x5c4c1f['taskNumber'] == null ? _0x5c4c1f['messageId'] ?? _0x141750(0x264) : formatClaimTaskLabel(_0x5c4c1f[_0x141750(0x2f1)], _0x5c4c1f[_0x141750(0x2d1)]);
|
|
1688
|
+
return _0x24cc7f + '\x20failed:\x20' + (_0x5c4c1f['reason'] ?? 'claim\x20failed');
|
|
1689
|
+
})[_0x301969(_0x3e19e1._0x407303)]('\x0a');
|
|
1653
1690
|
}
|
|
1654
|
-
function formatUnclaimTaskResult(
|
|
1655
|
-
const
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
}, _0x27b412 = _0x250709, _0x458d88 = _0x31dcd8[_0x27b412(_0x3f1eca._0x5c1b37)] == null ? _0x27b412(0x2f7) : _0x31dcd8[_0x27b412(_0x3f1eca._0x2a0196)] != null ? '#' + _0x31dcd8['taskNumber'] + '.' + _0x31dcd8[_0x27b412(_0x3f1eca._0x2a0196)] : '#' + _0x31dcd8[_0x27b412(0x309)];
|
|
1661
|
-
return _0x458d88 + _0x27b412(_0x3f1eca._0x5ab9be) + _0x31dcd8[_0x27b412(_0x3f1eca._0x1fc3c5)];
|
|
1691
|
+
function formatUnclaimTaskResult(_0x46545e) {
|
|
1692
|
+
const _0x4f19db = {
|
|
1693
|
+
_0x1c03e4: 0x2f1,
|
|
1694
|
+
_0x2106e8: 0x1ea
|
|
1695
|
+
}, _0x5eccad = _0xed401c, _0x140b4f = _0x46545e['taskNumber'] == null ? '(legacy)' : _0x46545e['subtaskNumber'] != null ? '#' + _0x46545e['taskNumber'] + '.' + _0x46545e[_0x5eccad(0x2d1)] : '#' + _0x46545e[_0x5eccad(_0x4f19db._0x1c03e4)];
|
|
1696
|
+
return _0x140b4f + _0x5eccad(0x25b) + _0x46545e[_0x5eccad(_0x4f19db._0x2106e8)];
|
|
1662
1697
|
}
|
|
1663
|
-
function formatUpdateTaskStatusResult(
|
|
1664
|
-
const
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
return _0xfd2fa7;
|
|
1673
|
-
return _0xfd2fa7 + _0x17b5f3(0x1d3);
|
|
1698
|
+
function formatUpdateTaskStatusResult(_0x3de5ab) {
|
|
1699
|
+
const _0xcdff68 = {
|
|
1700
|
+
_0x3c46cf: 0x2d1,
|
|
1701
|
+
_0x28d5a5: 0x2f1,
|
|
1702
|
+
_0x148545: 0x1c3
|
|
1703
|
+
}, _0x5b4bff = _0xed401c, _0x1d51d5 = _0x3de5ab['taskNumber'] == null ? '(legacy)' : _0x3de5ab[_0x5b4bff(_0xcdff68._0x3c46cf)] != null ? '#' + _0x3de5ab['taskNumber'] + '.' + _0x3de5ab[_0x5b4bff(0x2d1)] : '#' + _0x3de5ab[_0x5b4bff(_0xcdff68._0x28d5a5)], _0x2fbdf5 = _0x1d51d5 + _0x5b4bff(0x25b) + _0x3de5ab[_0x5b4bff(0x1ea)];
|
|
1704
|
+
if (_0x3de5ab[_0x5b4bff(0x1ea)] !== 'in_review')
|
|
1705
|
+
return _0x2fbdf5;
|
|
1706
|
+
return _0x2fbdf5 + _0x5b4bff(_0xcdff68._0x148545);
|
|
1674
1707
|
}
|
|
1675
|
-
function formatPromotionFinalizeResult(
|
|
1676
|
-
const
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1708
|
+
function formatPromotionFinalizeResult(_0x10f06d) {
|
|
1709
|
+
const _0x1b3cbc = {
|
|
1710
|
+
_0x1b2a48: 0x22f,
|
|
1711
|
+
_0x1d0734: 0x1ce,
|
|
1712
|
+
_0x5c85f3: 0x2f0
|
|
1713
|
+
}, _0x4f360a = _0xed401c, _0xc08b72 = _0x10f06d[_0x4f360a(0x31b)][_0x4f360a(0x2d0)] > 0x0 ? _0x10f06d['taskIds'][_0x4f360a(_0x1b3cbc._0x1b2a48)](',\x20') : _0x4f360a(_0x1b3cbc._0x1d0734);
|
|
1714
|
+
return _0x4f360a(0x326) + _0x10f06d[_0x4f360a(_0x1b3cbc._0x5c85f3)] + _0x4f360a(0x30f) + _0xc08b72;
|
|
1681
1715
|
}
|
|
1682
1716
|
function getChatBridgeToolDefinitions() {
|
|
1683
|
-
const
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
_0x126f27: 0x2ef,
|
|
1689
|
-
_0x44072f: 0x21c
|
|
1690
|
-
}, _0x5d2245 = _0x250709;
|
|
1717
|
+
const _0x3a7ca2 = {
|
|
1718
|
+
_0x5a42fb: 0x283,
|
|
1719
|
+
_0x49683e: 0x239,
|
|
1720
|
+
_0x34417c: 0x1a3
|
|
1721
|
+
}, _0x37c6bf = _0xed401c;
|
|
1691
1722
|
return [
|
|
1692
|
-
{ 'name':
|
|
1693
|
-
{ 'name':
|
|
1694
|
-
{ 'name':
|
|
1695
|
-
{ 'name':
|
|
1696
|
-
{ 'name':
|
|
1697
|
-
{ 'name':
|
|
1698
|
-
{ 'name':
|
|
1699
|
-
{ 'name':
|
|
1700
|
-
{ 'name':
|
|
1701
|
-
{ 'name':
|
|
1702
|
-
{ 'name':
|
|
1723
|
+
{ 'name': 'send_message' },
|
|
1724
|
+
{ 'name': _0x37c6bf(0x210) },
|
|
1725
|
+
{ 'name': _0x37c6bf(0x24b) },
|
|
1726
|
+
{ 'name': _0x37c6bf(_0x3a7ca2._0x5a42fb) },
|
|
1727
|
+
{ 'name': _0x37c6bf(_0x3a7ca2._0x49683e) },
|
|
1728
|
+
{ 'name': _0x37c6bf(_0x3a7ca2._0x34417c) },
|
|
1729
|
+
{ 'name': 'list_tasks' },
|
|
1730
|
+
{ 'name': _0x37c6bf(0x245) },
|
|
1731
|
+
{ 'name': _0x37c6bf(0x219) },
|
|
1732
|
+
{ 'name': _0x37c6bf(0x2a2) },
|
|
1733
|
+
{ 'name': _0x37c6bf(0x1bb) },
|
|
1703
1734
|
{ 'name': 'get_worker_status' },
|
|
1704
1735
|
{ 'name': 'park_worker' },
|
|
1705
|
-
{ 'name':
|
|
1736
|
+
{ 'name': 'escalate_to_main' },
|
|
1706
1737
|
{ 'name': 'mark_waiting_input' },
|
|
1707
|
-
{ 'name':
|
|
1738
|
+
{ 'name': 'finalize_promotion' }
|
|
1708
1739
|
];
|
|
1709
1740
|
}
|
|
1710
|
-
function createChatBridgeHandlers(
|
|
1711
|
-
const
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
},
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
},
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
},
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
},
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
_0x2d7bbd: 0x27c,
|
|
1852
|
-
_0xe7e177: 0x330
|
|
1853
|
-
}, _0x49184e = _0x250709;
|
|
1854
|
-
function _0x4b8b5d(_0x1966bc, _0x2d2e08) {
|
|
1855
|
-
const _0x35c04f = _0x1881;
|
|
1856
|
-
if (!_0x2fdb1b[_0x35c04f(_0x12d83c._0x2d7bbd)])
|
|
1741
|
+
function createChatBridgeHandlers(_0x3a46ed) {
|
|
1742
|
+
const _0x513c1b = {
|
|
1743
|
+
_0x4c392f: 0x2cb,
|
|
1744
|
+
_0xc3366f: 0x2b2
|
|
1745
|
+
}, _0x4bea0d = {
|
|
1746
|
+
_0x1fed9b: 0x29b,
|
|
1747
|
+
_0x4907d7: 0x2d2,
|
|
1748
|
+
_0x1137ec: 0x2be,
|
|
1749
|
+
_0x308f77: 0x24e
|
|
1750
|
+
}, _0x2c259c = {
|
|
1751
|
+
_0x1ef571: 0x2cf,
|
|
1752
|
+
_0x173437: 0x1db
|
|
1753
|
+
}, _0x437c09 = {
|
|
1754
|
+
_0x289ab5: 0x311,
|
|
1755
|
+
_0x1cff99: 0x2d8,
|
|
1756
|
+
_0x576813: 0x310,
|
|
1757
|
+
_0x16ca0a: 0x1c6,
|
|
1758
|
+
_0x1e690c: 0x1f9,
|
|
1759
|
+
_0x3f0df5: 0x2b4,
|
|
1760
|
+
_0x2d39da: 0x2b5
|
|
1761
|
+
}, _0x57f4a7 = {
|
|
1762
|
+
_0x4ca03b: 0x29b,
|
|
1763
|
+
_0x3e141e: 0x310,
|
|
1764
|
+
_0x241696: 0x1c6,
|
|
1765
|
+
_0x464dfe: 0x2b4,
|
|
1766
|
+
_0x426117: 0x1cf,
|
|
1767
|
+
_0x2ae7e4: 0x267
|
|
1768
|
+
}, _0x818a6f = {
|
|
1769
|
+
_0xbb0803: 0x190,
|
|
1770
|
+
_0x4f80ab: 0x2b4
|
|
1771
|
+
}, _0x48d123 = {
|
|
1772
|
+
_0x23ff6e: 0x272,
|
|
1773
|
+
_0x568808: 0x254,
|
|
1774
|
+
_0x4a1a0e: 0x204,
|
|
1775
|
+
_0x2fe789: 0x272,
|
|
1776
|
+
_0x2801dd: 0x22a,
|
|
1777
|
+
_0x43ac9d: 0x229
|
|
1778
|
+
}, _0x3c58ca = {
|
|
1779
|
+
_0x502c20: 0x26b,
|
|
1780
|
+
_0x37f17e: 0x319,
|
|
1781
|
+
_0x58d0ba: 0x2cf,
|
|
1782
|
+
_0x14a724: 0x2b0
|
|
1783
|
+
}, _0x28bedd = {
|
|
1784
|
+
_0x45b137: 0x2a2,
|
|
1785
|
+
_0x214cd6: 0x2cf
|
|
1786
|
+
}, _0x6435b5 = {
|
|
1787
|
+
_0x1cf1aa: 0x1bf,
|
|
1788
|
+
_0x416f0b: 0x2aa,
|
|
1789
|
+
_0x199328: 0x197,
|
|
1790
|
+
_0x5a4ff7: 0x1eb,
|
|
1791
|
+
_0x323c3c: 0x2cf,
|
|
1792
|
+
_0x1d1cb4: 0x1e0
|
|
1793
|
+
}, _0x41cbb1 = {
|
|
1794
|
+
_0x2e8173: 0x1d6,
|
|
1795
|
+
_0xb4d46a: 0x2c4
|
|
1796
|
+
}, _0x5d070b = {
|
|
1797
|
+
_0x2da21b: 0x245,
|
|
1798
|
+
_0x5f0cc2: 0x2cf
|
|
1799
|
+
}, _0xe6783a = {
|
|
1800
|
+
_0x35bb3a: 0x2cf,
|
|
1801
|
+
_0x4ca7ed: 0x2d8,
|
|
1802
|
+
_0x5b5b5e: 0x2d8,
|
|
1803
|
+
_0x178491: 0x2b3,
|
|
1804
|
+
_0x1c65ad: 0x1ea,
|
|
1805
|
+
_0x181886: 0x2e3,
|
|
1806
|
+
_0x3fff54: 0x261,
|
|
1807
|
+
_0x2f7e15: 0x2ad,
|
|
1808
|
+
_0x5a9905: 0x289,
|
|
1809
|
+
_0x522b84: 0x2ad,
|
|
1810
|
+
_0x50793a: 0x27a
|
|
1811
|
+
}, _0x2d1df8 = { _0xd135f8: 0x1ba }, _0x4524be = {
|
|
1812
|
+
_0x4778cf: 0x2cf,
|
|
1813
|
+
_0xdf0250: 0x1bf,
|
|
1814
|
+
_0x297630: 0x288
|
|
1815
|
+
}, _0x307613 = {
|
|
1816
|
+
_0x4b2948: 0x2cf,
|
|
1817
|
+
_0x5ea1fc: 0x2b9,
|
|
1818
|
+
_0x2ef7e2: 0x25f,
|
|
1819
|
+
_0x4774a7: 0x196,
|
|
1820
|
+
_0x254345: 0x28d,
|
|
1821
|
+
_0x207881: 0x196,
|
|
1822
|
+
_0x44c651: 0x308,
|
|
1823
|
+
_0x59663c: 0x30a,
|
|
1824
|
+
_0x4cf91b: 0x265,
|
|
1825
|
+
_0x3b2c60: 0x30d,
|
|
1826
|
+
_0x45e24e: 0x1f5,
|
|
1827
|
+
_0x1d71dd: 0x22f,
|
|
1828
|
+
_0x157c3e: 0x311,
|
|
1829
|
+
_0x9a1de8: 0x1c6,
|
|
1830
|
+
_0x1072da: 0x28a,
|
|
1831
|
+
_0x5f58c0: 0x227,
|
|
1832
|
+
_0xc4c4e4: 0x29d,
|
|
1833
|
+
_0xcdd92f: 0x1ca
|
|
1834
|
+
}, _0x5c0f63 = {
|
|
1835
|
+
_0x158daa: 0x311,
|
|
1836
|
+
_0x1fd6b7: 0x2d8,
|
|
1837
|
+
_0x3dbbdd: 0x311,
|
|
1838
|
+
_0x14f80d: 0x31f,
|
|
1839
|
+
_0x1d9446: 0x2b3,
|
|
1840
|
+
_0x54c589: 0x2e3,
|
|
1841
|
+
_0x3a67c1: 0x275
|
|
1842
|
+
}, _0x50f484 = {
|
|
1843
|
+
_0x5d0610: 0x2d8,
|
|
1844
|
+
_0x111c16: 0x311,
|
|
1845
|
+
_0x4265e5: 0x2b3,
|
|
1846
|
+
_0x5db957: 0x1ea,
|
|
1847
|
+
_0x3fcdc3: 0x2e3,
|
|
1848
|
+
_0x1c8167: 0x1c9,
|
|
1849
|
+
_0x239626: 0x275
|
|
1850
|
+
}, _0x389cd3 = {
|
|
1851
|
+
_0x3ddc75: 0x1bf,
|
|
1852
|
+
_0x3c441b: 0x2b0,
|
|
1853
|
+
_0x32b5b0: 0x2c4,
|
|
1854
|
+
_0x42b582: 0x20e,
|
|
1855
|
+
_0x4d77f6: 0x2f1,
|
|
1856
|
+
_0x90cad4: 0x232,
|
|
1857
|
+
_0x534370: 0x308,
|
|
1858
|
+
_0x5d530e: 0x20b,
|
|
1859
|
+
_0x389acc: 0x20b,
|
|
1860
|
+
_0x30643f: 0x2cf,
|
|
1861
|
+
_0x30ac52: 0x292,
|
|
1862
|
+
_0x79050f: 0x1c5,
|
|
1863
|
+
_0x15b3f4: 0x303,
|
|
1864
|
+
_0x535bc9: 0x22f,
|
|
1865
|
+
_0x19fcb1: 0x311,
|
|
1866
|
+
_0xb178dc: 0x1a8,
|
|
1867
|
+
_0x1eb5f2: 0x2be,
|
|
1868
|
+
_0x24d38e: 0x2d8,
|
|
1869
|
+
_0x1b4c52: 0x1ae,
|
|
1870
|
+
_0x538676: 0x1b6,
|
|
1871
|
+
_0x161508: 0x230,
|
|
1872
|
+
_0x30f37c: 0x21a,
|
|
1873
|
+
_0x5e35f4: 0x29d
|
|
1874
|
+
}, _0x59526c = {
|
|
1875
|
+
_0x3e7927: 0x2bb,
|
|
1876
|
+
_0x477edc: 0x25e,
|
|
1877
|
+
_0x3d8e7e: 0x25e
|
|
1878
|
+
}, _0xd63df = _0xed401c;
|
|
1879
|
+
function _0x5b768a(_0x291d44, _0x327c7f) {
|
|
1880
|
+
const _0x5458e0 = _0x3256;
|
|
1881
|
+
if (!_0x3a46ed['workerMode'])
|
|
1857
1882
|
return;
|
|
1858
|
-
if (!
|
|
1859
|
-
throw new Error(
|
|
1860
|
-
if (
|
|
1861
|
-
throw new Error(
|
|
1883
|
+
if (!_0x3a46ed['workerThreadTarget'])
|
|
1884
|
+
throw new Error(_0x291d44 + _0x5458e0(_0x59526c._0x3e7927));
|
|
1885
|
+
if (_0x327c7f !== _0x3a46ed[_0x5458e0(_0x59526c._0x477edc)])
|
|
1886
|
+
throw new Error(_0x291d44 + _0x5458e0(0x298) + _0x3a46ed[_0x5458e0(_0x59526c._0x3d8e7e)] + ');\x20got\x20channel=' + _0x327c7f);
|
|
1862
1887
|
}
|
|
1863
|
-
async function
|
|
1864
|
-
const
|
|
1865
|
-
if (!
|
|
1888
|
+
async function _0x5c8e23(_0x1e9135) {
|
|
1889
|
+
const _0x508bd2 = _0x3256;
|
|
1890
|
+
if (!_0x3a46ed[_0x508bd2(0x311)] || !_0x3a46ed[_0x508bd2(0x2d8)] || _0x3a46ed[_0x508bd2(_0x389cd3._0x3ddc75)] || _0x3a46ed['workerModeEnabled'] !== !![])
|
|
1866
1891
|
return null;
|
|
1867
|
-
const
|
|
1868
|
-
if (
|
|
1892
|
+
const _0x39fee5 = parseTarget(_0x1e9135[_0x508bd2(_0x389cd3._0x3c441b)]);
|
|
1893
|
+
if (_0x39fee5[_0x508bd2(0x1a2)] !== 'channel')
|
|
1869
1894
|
return null;
|
|
1870
|
-
if (
|
|
1871
|
-
const
|
|
1895
|
+
if (_0x1e9135[_0x508bd2(_0x389cd3._0x32b5b0)] === _0x508bd2(_0x389cd3._0x42b582)) {
|
|
1896
|
+
const _0x2e2655 = _0x1e9135[_0x508bd2(_0x389cd3._0x4d77f6)] == null ? _0x508bd2(0x2a9) : '#' + _0x1e9135[_0x508bd2(_0x389cd3._0x4d77f6)];
|
|
1872
1897
|
return {
|
|
1873
1898
|
'executionMode': 'main',
|
|
1874
1899
|
'stopMain': ![],
|
|
1875
1900
|
'workerHandoff': ![],
|
|
1876
|
-
'workerHandoffError':
|
|
1901
|
+
'workerHandoffError': _0x508bd2(_0x389cd3._0x90cad4) + _0x2e2655 + '\x20stays\x20in\x20main\x20session\x20(executionMode=main);\x20remain\x20here,\x20read\x20the\x20referenced\x20plan/document,\x20and\x20call\x20create_tasks\x20in\x20the\x20parent\x20channel\x20to\x20break\x20it\x20into\x20top-level\x20tasks\x20if\x20that\x20is\x20the\x20intent.'
|
|
1877
1902
|
};
|
|
1878
1903
|
}
|
|
1879
|
-
const
|
|
1880
|
-
let
|
|
1904
|
+
const _0x3d1a77 = _0x1e9135[_0x508bd2(_0x389cd3._0x534370)] != null ? _0x39fee5[_0x508bd2(_0x389cd3._0x5d530e)] + ':t' + _0x1e9135[_0x508bd2(0x308)] : _0x39fee5[_0x508bd2(_0x389cd3._0x389acc)] + ':' + _0x1e9135['messageId'];
|
|
1905
|
+
let _0x20447c;
|
|
1881
1906
|
try {
|
|
1882
|
-
const
|
|
1883
|
-
'channel':
|
|
1907
|
+
const _0x5f17a9 = await _0x3a46ed[_0x508bd2(_0x389cd3._0x30643f)][_0x508bd2(_0x389cd3._0x30ac52)]({
|
|
1908
|
+
'channel': _0x3d1a77,
|
|
1884
1909
|
'limit': 0x14
|
|
1885
1910
|
});
|
|
1886
|
-
|
|
1911
|
+
_0x20447c = _0x5f17a9['messages'][_0x508bd2(0x2ad)](_0x2a3984 => _0x2a3984['messageId'] === _0x1e9135[_0x508bd2(0x1ca)]);
|
|
1887
1912
|
} catch {
|
|
1888
|
-
|
|
1913
|
+
_0x20447c = void 0x0;
|
|
1889
1914
|
}
|
|
1890
|
-
const
|
|
1891
|
-
|
|
1915
|
+
const _0x44e552 = _0x1e9135[_0x508bd2(_0x389cd3._0x4d77f6)] == null ? _0x508bd2(0x2a9) : '#' + _0x1e9135[_0x508bd2(_0x389cd3._0x4d77f6)], _0x25a914 = [
|
|
1916
|
+
'[target=' + _0x3d1a77 + '\x20msg=' + _0x1e9135[_0x508bd2(0x1ca)][_0x508bd2(0x2a8)](0x0, 0x8) + '\x20time=' + new Date()['toISOString']() + _0x508bd2(_0x389cd3._0x79050f) + _0x44e552 + _0x508bd2(0x21e),
|
|
1892
1917
|
'',
|
|
1893
|
-
|
|
1918
|
+
_0x20447c ? _0x508bd2(0x1c0) + _0x20447c[_0x508bd2(0x18b)] : _0x508bd2(_0x389cd3._0x15b3f4) + _0x1e9135[_0x508bd2(0x1ca)],
|
|
1894
1919
|
'',
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
][
|
|
1898
|
-
'method':
|
|
1899
|
-
'headers': { 'Content-Type':
|
|
1920
|
+
_0x508bd2(0x31c) + _0x3d1a77,
|
|
1921
|
+
_0x508bd2(0x2a1)
|
|
1922
|
+
][_0x508bd2(_0x389cd3._0x535bc9)]('\x0a'), _0x2ef966 = await fetch(_0x3a46ed[_0x508bd2(_0x389cd3._0x19fcb1)] + _0x508bd2(_0x389cd3._0xb178dc), {
|
|
1923
|
+
'method': _0x508bd2(_0x389cd3._0x1eb5f2),
|
|
1924
|
+
'headers': { 'Content-Type': 'application/json' },
|
|
1900
1925
|
'body': JSON['stringify']({
|
|
1901
|
-
'agent_id':
|
|
1902
|
-
'thread_target':
|
|
1926
|
+
'agent_id': _0x3a46ed[_0x508bd2(_0x389cd3._0x24d38e)],
|
|
1927
|
+
'thread_target': _0x3d1a77,
|
|
1903
1928
|
'spawn_packet': {
|
|
1904
|
-
'replyTarget':
|
|
1905
|
-
...
|
|
1929
|
+
'replyTarget': _0x3d1a77,
|
|
1930
|
+
..._0x1e9135[_0x508bd2(_0x389cd3._0x1b4c52)] ? { 'taskId': _0x1e9135['taskId'] } : _0x1e9135[_0x508bd2(0x2f1)] != null ? { 'taskId': _0x508bd2(0x266) + _0x1e9135[_0x508bd2(_0x389cd3._0x4d77f6)] } : {}
|
|
1906
1931
|
},
|
|
1907
1932
|
'payload': {
|
|
1908
|
-
'mode':
|
|
1909
|
-
'text':
|
|
1933
|
+
'mode': _0x508bd2(0x1a5),
|
|
1934
|
+
'text': _0x25a914
|
|
1910
1935
|
}
|
|
1911
1936
|
})
|
|
1912
|
-
}),
|
|
1913
|
-
if (!
|
|
1914
|
-
throw new Error(
|
|
1937
|
+
}), _0x500fa2 = await _0x2ef966['json']();
|
|
1938
|
+
if (!_0x500fa2['ok'])
|
|
1939
|
+
throw new Error(_0x500fa2['error'] ?? _0x508bd2(_0x389cd3._0x538676));
|
|
1915
1940
|
return {
|
|
1916
1941
|
'stopMain': !![],
|
|
1917
|
-
'threadTarget':
|
|
1918
|
-
'workerDisposition':
|
|
1942
|
+
'threadTarget': _0x3d1a77,
|
|
1943
|
+
'workerDisposition': _0x500fa2[_0x508bd2(_0x389cd3._0x161508)] === _0x508bd2(_0x389cd3._0x30f37c) ? _0x508bd2(0x21a) : _0x508bd2(_0x389cd3._0x5e35f4),
|
|
1919
1944
|
'workerHandoff': !![],
|
|
1920
|
-
'workerSessionId':
|
|
1921
|
-
'executionMode':
|
|
1945
|
+
'workerSessionId': _0x500fa2[_0x508bd2(0x252)] ?? '',
|
|
1946
|
+
'executionMode': 'worker'
|
|
1922
1947
|
};
|
|
1923
1948
|
}
|
|
1924
|
-
async function
|
|
1925
|
-
const
|
|
1926
|
-
if (!
|
|
1949
|
+
async function _0x4db585() {
|
|
1950
|
+
const _0x1d96bd = _0x3256;
|
|
1951
|
+
if (!_0x3a46ed[_0x1d96bd(0x311)] || !_0x3a46ed[_0x1d96bd(_0x50f484._0x5d0610)] || _0x3a46ed[_0x1d96bd(0x1bf)])
|
|
1927
1952
|
return null;
|
|
1928
1953
|
try {
|
|
1929
|
-
const
|
|
1930
|
-
if (!
|
|
1954
|
+
const _0x2af486 = await fetch(_0x3a46ed[_0x1d96bd(_0x50f484._0x111c16)] + '/workers/list?agent_id=' + encodeURIComponent(_0x3a46ed['agentId'])), _0x5ed959 = await _0x2af486['json']();
|
|
1955
|
+
if (!_0x5ed959['ok'])
|
|
1931
1956
|
return null;
|
|
1932
|
-
const
|
|
1933
|
-
for (const
|
|
1934
|
-
|
|
1957
|
+
const _0x46d723 = new Set();
|
|
1958
|
+
for (const _0x5b5156 of _0x5ed959[_0x1d96bd(_0x50f484._0x4265e5)]) {
|
|
1959
|
+
_0x5b5156[_0x1d96bd(_0x50f484._0x5db957)] !== _0x1d96bd(0x20a) && _0x5b5156[_0x1d96bd(_0x50f484._0x3fcdc3)] && _0x46d723[_0x1d96bd(_0x50f484._0x1c8167)](_0x5b5156['thread_target']);
|
|
1935
1960
|
}
|
|
1936
|
-
return
|
|
1961
|
+
return _0x46d723[_0x1d96bd(_0x50f484._0x239626)] > 0x0 ? _0x46d723 : null;
|
|
1937
1962
|
} catch {
|
|
1938
1963
|
return null;
|
|
1939
1964
|
}
|
|
1940
1965
|
}
|
|
1941
|
-
const
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1966
|
+
const _0x48437e = new Set([
|
|
1967
|
+
_0xd63df(_0x513c1b._0x4c392f),
|
|
1968
|
+
_0xd63df(0x294),
|
|
1969
|
+
_0xd63df(_0x513c1b._0xc3366f)
|
|
1945
1970
|
]);
|
|
1946
|
-
async function
|
|
1947
|
-
const
|
|
1948
|
-
if (!
|
|
1971
|
+
async function _0x4af232() {
|
|
1972
|
+
const _0x38982e = _0xd63df;
|
|
1973
|
+
if (!_0x3a46ed[_0x38982e(_0x5c0f63._0x158daa)] || !_0x3a46ed[_0x38982e(_0x5c0f63._0x1fd6b7)] || _0x3a46ed['workerMode'])
|
|
1949
1974
|
return null;
|
|
1950
1975
|
try {
|
|
1951
|
-
const
|
|
1952
|
-
if (!
|
|
1976
|
+
const _0x59ccc7 = await fetch(_0x3a46ed[_0x38982e(_0x5c0f63._0x3dbbdd)] + _0x38982e(_0x5c0f63._0x14f80d) + encodeURIComponent(_0x3a46ed['agentId'])), _0x35bfa4 = await _0x59ccc7[_0x38982e(0x1cf)]();
|
|
1977
|
+
if (!_0x35bfa4['ok'])
|
|
1953
1978
|
return null;
|
|
1954
|
-
const
|
|
1955
|
-
for (const
|
|
1956
|
-
|
|
1979
|
+
const _0x50fa8b = new Set();
|
|
1980
|
+
for (const _0x3172 of _0x35bfa4[_0x38982e(_0x5c0f63._0x1d9446)]) {
|
|
1981
|
+
_0x48437e['has'](_0x3172[_0x38982e(0x1ea)]) && _0x3172[_0x38982e(_0x5c0f63._0x54c589)] && _0x50fa8b[_0x38982e(0x1c9)](_0x3172[_0x38982e(_0x5c0f63._0x54c589)]);
|
|
1957
1982
|
}
|
|
1958
|
-
return
|
|
1983
|
+
return _0x50fa8b[_0x38982e(_0x5c0f63._0x3a67c1)] > 0x0 ? _0x50fa8b : null;
|
|
1959
1984
|
} catch {
|
|
1960
1985
|
return null;
|
|
1961
1986
|
}
|
|
1962
1987
|
}
|
|
1963
1988
|
return {
|
|
1964
|
-
async 'send_message'(
|
|
1965
|
-
const
|
|
1966
|
-
if (!
|
|
1967
|
-
const
|
|
1968
|
-
if (
|
|
1969
|
-
if (
|
|
1970
|
-
const
|
|
1971
|
-
'attachmentIds':
|
|
1972
|
-
'content':
|
|
1973
|
-
'metadataJson':
|
|
1974
|
-
'target':
|
|
1975
|
-
'visibility':
|
|
1989
|
+
async 'send_message'(_0x39ccc8) {
|
|
1990
|
+
const _0x4939dd = _0xd63df;
|
|
1991
|
+
if (!_0x3a46ed[_0x4939dd(0x1bf)] && _0x3a46ed[_0x4939dd(0x28b)] && _0x3a46ed[_0x4939dd(0x311)] && _0x3a46ed[_0x4939dd(0x2d8)]) {
|
|
1992
|
+
const _0x422435 = await _0x3a46ed[_0x4939dd(0x2cf)]['resolveTarget'](_0x39ccc8[_0x4939dd(0x196)]);
|
|
1993
|
+
if (_0x422435['task'] && _0x422435[_0x4939dd(0x1d7)]) {
|
|
1994
|
+
if (_0x422435[_0x4939dd(0x25a)][_0x4939dd(0x2c4)] === 'main') {
|
|
1995
|
+
const _0x3d0b4d = await _0x3a46ed[_0x4939dd(_0x307613._0x4b2948)][_0x4939dd(0x19c)]({
|
|
1996
|
+
'attachmentIds': _0x39ccc8[_0x4939dd(_0x307613._0x5ea1fc)],
|
|
1997
|
+
'content': _0x39ccc8[_0x4939dd(0x18b)],
|
|
1998
|
+
'metadataJson': _0x39ccc8[_0x4939dd(_0x307613._0x2ef7e2)],
|
|
1999
|
+
'target': _0x39ccc8[_0x4939dd(_0x307613._0x4774a7)],
|
|
2000
|
+
'visibility': _0x39ccc8[_0x4939dd(_0x307613._0x254345)]
|
|
1976
2001
|
});
|
|
1977
|
-
return
|
|
2002
|
+
return _0x4939dd(0x1c8) + _0x39ccc8[_0x4939dd(_0x307613._0x207881)] + '.\x20Message\x20ID:\x20' + _0x3d0b4d['messageId'];
|
|
1978
2003
|
}
|
|
1979
|
-
const
|
|
1980
|
-
if (
|
|
2004
|
+
const _0x53c6c8 = _0x422435[_0x4939dd(0x25a)][_0x4939dd(0x2f1)] != null ? '#' + _0x422435['task']['taskNumber'] : '(legacy)', _0xab02d3 = _0x422435[_0x4939dd(0x308)] != null ? _0x422435['target'] + ':t' + _0x422435[_0x4939dd(_0x307613._0x44c651)] : _0x422435['target'] + ':' + _0x422435[_0x4939dd(0x1d7)][_0x4939dd(0x2a8)](0x0, 0x8), _0xa3b180 = await _0x4af232();
|
|
2005
|
+
if (_0xa3b180?.[_0x4939dd(0x221)](_0xab02d3))
|
|
1981
2006
|
return [
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
][
|
|
1985
|
-
const
|
|
1986
|
-
|
|
2007
|
+
_0x4939dd(0x1de) + _0x53c6c8 + _0x4939dd(0x227) + _0xab02d3 + _0x4939dd(_0x307613._0x59663c),
|
|
2008
|
+
'Do\x20not\x20send\x20further\x20messages\x20to\x20this\x20thread\x20—\x20the\x20worker\x20is\x20handling\x20it.'
|
|
2009
|
+
]['join']('\x0a');
|
|
2010
|
+
const _0x5075cd = [
|
|
2011
|
+
'[target=' + _0xab02d3 + _0x4939dd(_0x307613._0x4cf91b) + new Date()[_0x4939dd(_0x307613._0x3b2c60)]() + ']\x20@system:\x20[enter-handoff]',
|
|
1987
2012
|
'',
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
][
|
|
1993
|
-
'method':
|
|
1994
|
-
'headers': { 'Content-Type':
|
|
1995
|
-
'body': JSON[
|
|
1996
|
-
'agent_id':
|
|
1997
|
-
'thread_target':
|
|
2013
|
+
_0x4939dd(_0x307613._0x45e24e) + _0x39ccc8[_0x4939dd(0x18b)],
|
|
2014
|
+
_0x4939dd(0x1f4) + _0x53c6c8 + '\x20(' + _0x422435[_0x4939dd(0x25a)][_0x4939dd(0x1ae)] + ')',
|
|
2015
|
+
_0x4939dd(0x31c) + _0xab02d3,
|
|
2016
|
+
_0x4939dd(0x256)
|
|
2017
|
+
][_0x4939dd(_0x307613._0x1d71dd)]('\x0a'), _0x33046b = await fetch(_0x3a46ed[_0x4939dd(_0x307613._0x157c3e)] + '/workers/deliver', {
|
|
2018
|
+
'method': _0x4939dd(0x2be),
|
|
2019
|
+
'headers': { 'Content-Type': _0x4939dd(0x310) },
|
|
2020
|
+
'body': JSON[_0x4939dd(_0x307613._0x9a1de8)]({
|
|
2021
|
+
'agent_id': _0x3a46ed['agentId'],
|
|
2022
|
+
'thread_target': _0xab02d3,
|
|
1998
2023
|
'spawn_packet': {
|
|
1999
|
-
'replyTarget':
|
|
2000
|
-
'taskId':
|
|
2024
|
+
'replyTarget': _0xab02d3,
|
|
2025
|
+
'taskId': _0x422435['task'][_0x4939dd(0x1ae)]
|
|
2001
2026
|
},
|
|
2002
2027
|
'payload': {
|
|
2003
2028
|
'mode': 'user',
|
|
2004
|
-
'text':
|
|
2029
|
+
'text': _0x5075cd
|
|
2005
2030
|
}
|
|
2006
2031
|
})
|
|
2007
|
-
}),
|
|
2008
|
-
if (!
|
|
2009
|
-
throw new Error(
|
|
2032
|
+
}), _0x5eb2af = await _0x33046b[_0x4939dd(0x1cf)]();
|
|
2033
|
+
if (!_0x5eb2af['ok'])
|
|
2034
|
+
throw new Error(_0x5eb2af['error'] ?? _0x4939dd(_0x307613._0x1072da));
|
|
2010
2035
|
return [
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
][
|
|
2036
|
+
_0x4939dd(0x1c1) + _0x53c6c8 + _0x4939dd(_0x307613._0x5f58c0) + _0xab02d3 + _0x4939dd(0x211),
|
|
2037
|
+
_0x4939dd(0x2a5) + (_0x5eb2af['disposition'] === _0x4939dd(0x21a) ? _0x4939dd(0x21a) : _0x4939dd(_0x307613._0xc4c4e4)) + '.',
|
|
2038
|
+
_0x4939dd(0x220)
|
|
2039
|
+
][_0x4939dd(0x22f)]('\x0a');
|
|
2015
2040
|
}
|
|
2016
2041
|
}
|
|
2017
|
-
const
|
|
2018
|
-
'attachmentIds':
|
|
2019
|
-
'content':
|
|
2020
|
-
'metadataJson':
|
|
2021
|
-
'target':
|
|
2022
|
-
'visibility':
|
|
2042
|
+
const _0x5d87d3 = await _0x3a46ed[_0x4939dd(0x2cf)][_0x4939dd(0x19c)]({
|
|
2043
|
+
'attachmentIds': _0x39ccc8[_0x4939dd(0x2b9)],
|
|
2044
|
+
'content': _0x39ccc8['content'],
|
|
2045
|
+
'metadataJson': _0x39ccc8['metadataJson'],
|
|
2046
|
+
'target': _0x39ccc8[_0x4939dd(0x196)],
|
|
2047
|
+
'visibility': _0x39ccc8['visibility']
|
|
2023
2048
|
});
|
|
2024
|
-
return
|
|
2049
|
+
return _0x4939dd(0x1c8) + _0x39ccc8['target'] + _0x4939dd(0x18c) + _0x5d87d3[_0x4939dd(_0x307613._0xcdd92f)];
|
|
2025
2050
|
},
|
|
2026
2051
|
async 'check_messages'() {
|
|
2027
|
-
const
|
|
2028
|
-
if (!
|
|
2029
|
-
const
|
|
2030
|
-
if (
|
|
2031
|
-
return formatCheckMessages(
|
|
2052
|
+
const _0x142134 = _0xd63df, _0x2193ab = await _0x3a46ed[_0x142134(_0x4524be._0x4778cf)][_0x142134(0x2c0)]();
|
|
2053
|
+
if (!_0x3a46ed[_0x142134(_0x4524be._0xdf0250)]) {
|
|
2054
|
+
const _0x49c925 = await _0x4db585();
|
|
2055
|
+
if (_0x49c925)
|
|
2056
|
+
return formatCheckMessages(_0x2193ab[_0x142134(_0x4524be._0x297630)][_0x142134(0x1d0)](_0x4b82ad => !_0x49c925[_0x142134(0x221)](_0x4b82ad['target'])));
|
|
2032
2057
|
}
|
|
2033
|
-
return formatCheckMessages(
|
|
2058
|
+
return formatCheckMessages(_0x2193ab['messages']);
|
|
2034
2059
|
},
|
|
2035
|
-
async 'read_history'(
|
|
2036
|
-
const
|
|
2037
|
-
return formatHistory(
|
|
2060
|
+
async 'read_history'(_0x538fa6) {
|
|
2061
|
+
const _0x40782a = _0xd63df, _0x5cd4fc = await _0x3a46ed[_0x40782a(0x2cf)][_0x40782a(0x292)](_0x538fa6);
|
|
2062
|
+
return formatHistory(_0x5cd4fc);
|
|
2038
2063
|
},
|
|
2039
2064
|
async 'list_server'() {
|
|
2040
|
-
const
|
|
2041
|
-
return formatServerDirectory(
|
|
2065
|
+
const _0x2f4acc = _0xd63df, _0x4a992c = await _0x3a46ed[_0x2f4acc(0x2cf)][_0x2f4acc(_0x2d1df8._0xd135f8)]();
|
|
2066
|
+
return formatServerDirectory(_0x4a992c);
|
|
2042
2067
|
},
|
|
2043
|
-
async 'list_tasks'(
|
|
2044
|
-
const
|
|
2045
|
-
let
|
|
2046
|
-
if (
|
|
2068
|
+
async 'list_tasks'(_0x341f72) {
|
|
2069
|
+
const _0xa543ac = _0xd63df, _0x19c12b = await _0x3a46ed[_0xa543ac(_0xe6783a._0x35bb3a)]['listTasks'](_0x341f72);
|
|
2070
|
+
let _0x1da536;
|
|
2071
|
+
if (_0x3a46ed[_0xa543ac(0x311)] && _0x3a46ed[_0xa543ac(_0xe6783a._0x4ca7ed)])
|
|
2047
2072
|
try {
|
|
2048
|
-
const
|
|
2049
|
-
if (
|
|
2050
|
-
const
|
|
2051
|
-
|
|
2052
|
-
for (const
|
|
2053
|
-
if (
|
|
2073
|
+
const _0xbeac2c = await fetch(_0x3a46ed['daemonLocalUrl'] + _0xa543ac(0x31f) + encodeURIComponent(_0x3a46ed[_0xa543ac(_0xe6783a._0x5b5b5e)])), _0x3baf9a = await _0xbeac2c[_0xa543ac(0x1cf)]();
|
|
2074
|
+
if (_0x3baf9a['ok']) {
|
|
2075
|
+
const _0x41d440 = _0x341f72['channel'] + ':';
|
|
2076
|
+
_0x1da536 = new Set();
|
|
2077
|
+
for (const _0x216315 of _0x3baf9a[_0xa543ac(_0xe6783a._0x178491)]) {
|
|
2078
|
+
if (_0x216315[_0xa543ac(_0xe6783a._0x1c65ad)] === _0xa543ac(0x20a))
|
|
2054
2079
|
continue;
|
|
2055
|
-
if (
|
|
2056
|
-
const
|
|
2057
|
-
if (
|
|
2058
|
-
|
|
2080
|
+
if (_0x216315[_0xa543ac(_0xe6783a._0x181886)]?.[_0xa543ac(_0xe6783a._0x3fff54)](_0x41d440)) {
|
|
2081
|
+
const _0x45533a = _0x216315[_0xa543ac(0x2e3)][_0xa543ac(0x2a8)](_0x41d440[_0xa543ac(0x2d0)]), _0xb9ab9e = _0x19c12b[_0xa543ac(0x27a)][_0xa543ac(_0xe6783a._0x2f7e15)](_0x7a0cce => _0x7a0cce['messageId']?.[_0xa543ac(0x261)](_0x45533a) === !![]);
|
|
2082
|
+
if (_0xb9ab9e?.['taskNumber'] != null) {
|
|
2083
|
+
_0x1da536[_0xa543ac(0x1c9)](_0xb9ab9e['taskNumber']);
|
|
2059
2084
|
continue;
|
|
2060
2085
|
}
|
|
2061
2086
|
}
|
|
2062
|
-
if (
|
|
2063
|
-
const
|
|
2064
|
-
|
|
2087
|
+
if (_0x216315[_0xa543ac(_0xe6783a._0x5a9905)]) {
|
|
2088
|
+
const _0x426489 = _0x19c12b[_0xa543ac(0x27a)][_0xa543ac(_0xe6783a._0x522b84)](_0x186750 => _0x186750[_0xa543ac(0x1ae)] === _0x216315[_0xa543ac(0x289)]);
|
|
2089
|
+
_0x426489?.['taskNumber'] != null && _0x1da536['add'](_0x426489[_0xa543ac(0x2f1)]);
|
|
2065
2090
|
}
|
|
2066
2091
|
}
|
|
2067
2092
|
}
|
|
2068
2093
|
} catch {
|
|
2069
2094
|
}
|
|
2070
|
-
return formatTaskList(
|
|
2095
|
+
return formatTaskList(_0x19c12b[_0xa543ac(_0xe6783a._0x50793a)], _0x1da536);
|
|
2071
2096
|
},
|
|
2072
|
-
async 'create_tasks'(
|
|
2073
|
-
const
|
|
2074
|
-
|
|
2075
|
-
const
|
|
2076
|
-
return formatCreatedTasks(
|
|
2097
|
+
async 'create_tasks'(_0x5f1008) {
|
|
2098
|
+
const _0x5e4c36 = _0xd63df;
|
|
2099
|
+
_0x5b768a(_0x5e4c36(_0x5d070b._0x2da21b), _0x5f1008[_0x5e4c36(0x2b0)]);
|
|
2100
|
+
const _0x26d163 = await _0x3a46ed[_0x5e4c36(_0x5d070b._0x5f0cc2)]['createTasks'](_0x5f1008);
|
|
2101
|
+
return formatCreatedTasks(_0x26d163['tasks']);
|
|
2077
2102
|
},
|
|
2078
|
-
async 'claim_tasks'(
|
|
2079
|
-
const
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
}, _0x17461e = _0x49184e;
|
|
2087
|
-
if (_0x2fdb1b[_0x17461e(_0x3119bc._0x563f5d)]) {
|
|
2088
|
-
_0x4b8b5d(_0x17461e(_0x3119bc._0x57c589), _0x1af00f[_0x17461e(0x293)]);
|
|
2089
|
-
if (_0x1af00f[_0x17461e(0x1cc)] && _0x1af00f[_0x17461e(0x1cc)][_0x17461e(0x2e3)] > 0x0)
|
|
2090
|
-
throw new Error(_0x17461e(0x261));
|
|
2091
|
-
if (!_0x1af00f['subtask_numbers'] || _0x1af00f[_0x17461e(_0x3119bc._0x5d0e6d)][_0x17461e(0x2e3)] === 0x0)
|
|
2092
|
-
throw new Error(_0x17461e(_0x3119bc._0xd11dac));
|
|
2103
|
+
async 'claim_tasks'(_0x434d06) {
|
|
2104
|
+
const _0x123a56 = _0xd63df;
|
|
2105
|
+
if (_0x3a46ed[_0x123a56(_0x6435b5._0x1cf1aa)]) {
|
|
2106
|
+
_0x5b768a(_0x123a56(0x219), _0x434d06['channel']);
|
|
2107
|
+
if (_0x434d06['message_ids'] && _0x434d06['message_ids']['length'] > 0x0)
|
|
2108
|
+
throw new Error(_0x123a56(_0x6435b5._0x416f0b));
|
|
2109
|
+
if (!_0x434d06[_0x123a56(_0x6435b5._0x199328)] || _0x434d06['subtask_numbers'][_0x123a56(0x2d0)] === 0x0)
|
|
2110
|
+
throw new Error(_0x123a56(_0x6435b5._0x5a4ff7));
|
|
2093
2111
|
}
|
|
2094
|
-
const
|
|
2095
|
-
const
|
|
2096
|
-
if (!
|
|
2097
|
-
return
|
|
2112
|
+
const _0x58c9b6 = await _0x3a46ed[_0x123a56(_0x6435b5._0x323c3c)][_0x123a56(0x1a6)](_0x434d06), _0x43f4f1 = await Promise['all'](_0x58c9b6[_0x123a56(0x2ce)][_0x123a56(_0x6435b5._0x1d1cb4)](async _0x14132a => {
|
|
2113
|
+
const _0x330cc5 = _0x123a56;
|
|
2114
|
+
if (!_0x14132a[_0x330cc5(_0x41cbb1._0x2e8173)] || !_0x14132a['messageId'])
|
|
2115
|
+
return _0x14132a;
|
|
2098
2116
|
try {
|
|
2099
|
-
const
|
|
2100
|
-
'channel':
|
|
2101
|
-
'executionMode':
|
|
2102
|
-
'messageId':
|
|
2103
|
-
'taskId':
|
|
2104
|
-
'taskNumber':
|
|
2105
|
-
'threadNumber':
|
|
2117
|
+
const _0x4ff73f = await _0x5c8e23({
|
|
2118
|
+
'channel': _0x434d06['channel'],
|
|
2119
|
+
'executionMode': _0x14132a[_0x330cc5(_0x41cbb1._0xb4d46a)],
|
|
2120
|
+
'messageId': _0x14132a[_0x330cc5(0x1ca)],
|
|
2121
|
+
'taskId': _0x14132a[_0x330cc5(0x1ae)],
|
|
2122
|
+
'taskNumber': _0x14132a[_0x330cc5(0x2f1)],
|
|
2123
|
+
'threadNumber': _0x14132a['threadNumber']
|
|
2106
2124
|
});
|
|
2107
|
-
return
|
|
2108
|
-
...
|
|
2109
|
-
...
|
|
2110
|
-
} :
|
|
2111
|
-
} catch (
|
|
2125
|
+
return _0x4ff73f ? {
|
|
2126
|
+
..._0x14132a,
|
|
2127
|
+
..._0x4ff73f
|
|
2128
|
+
} : _0x14132a;
|
|
2129
|
+
} catch (_0x266560) {
|
|
2112
2130
|
return {
|
|
2113
|
-
...
|
|
2114
|
-
'workerHandoffError':
|
|
2131
|
+
..._0x14132a,
|
|
2132
|
+
'workerHandoffError': _0x266560 instanceof Error ? _0x266560['message'] : _0x330cc5(0x1b6)
|
|
2115
2133
|
};
|
|
2116
2134
|
}
|
|
2117
2135
|
}));
|
|
2118
|
-
return formatClaimTaskResults(
|
|
2136
|
+
return formatClaimTaskResults(_0x43f4f1);
|
|
2119
2137
|
},
|
|
2120
|
-
async 'unclaim_task'(
|
|
2121
|
-
const
|
|
2122
|
-
if (
|
|
2123
|
-
|
|
2124
|
-
if (
|
|
2125
|
-
throw new Error(
|
|
2138
|
+
async 'unclaim_task'(_0x365efc) {
|
|
2139
|
+
const _0x5271ae = _0xd63df;
|
|
2140
|
+
if (_0x3a46ed['workerMode']) {
|
|
2141
|
+
_0x5b768a(_0x5271ae(_0x28bedd._0x45b137), _0x365efc[_0x5271ae(0x2b0)]);
|
|
2142
|
+
if (_0x365efc[_0x5271ae(0x1ed)] == null)
|
|
2143
|
+
throw new Error(_0x5271ae(0x324));
|
|
2126
2144
|
}
|
|
2127
|
-
const
|
|
2128
|
-
return formatUnclaimTaskResult(
|
|
2145
|
+
const _0x2390dd = await _0x3a46ed[_0x5271ae(_0x28bedd._0x214cd6)][_0x5271ae(0x201)](_0x365efc);
|
|
2146
|
+
return formatUnclaimTaskResult(_0x2390dd);
|
|
2129
2147
|
},
|
|
2130
|
-
async 'update_task_status'(
|
|
2131
|
-
const
|
|
2132
|
-
|
|
2133
|
-
const
|
|
2134
|
-
return formatUpdateTaskStatusResult(
|
|
2148
|
+
async 'update_task_status'(_0x4aa6e4) {
|
|
2149
|
+
const _0x230f0a = _0xd63df;
|
|
2150
|
+
_0x5b768a(_0x230f0a(0x1bb), _0x4aa6e4['channel']);
|
|
2151
|
+
const _0x44ac1c = await _0x3a46ed[_0x230f0a(0x2cf)][_0x230f0a(0x280)](_0x4aa6e4);
|
|
2152
|
+
return formatUpdateTaskStatusResult(_0x44ac1c);
|
|
2135
2153
|
},
|
|
2136
|
-
async 'upload_file'(
|
|
2137
|
-
const
|
|
2138
|
-
sizeBytes:
|
|
2139
|
-
...
|
|
2140
|
-
} =
|
|
2141
|
-
void
|
|
2142
|
-
const
|
|
2143
|
-
'channel':
|
|
2144
|
-
...
|
|
2154
|
+
async 'upload_file'(_0x54b1bd) {
|
|
2155
|
+
const _0xfb3641 = _0xd63df, _0x5b9741 = await _0x3a46ed[_0xfb3641(_0x3c58ca._0x502c20)](_0x54b1bd[_0xfb3641(_0x3c58ca._0x37f17e)]), {
|
|
2156
|
+
sizeBytes: _0x45c6f5,
|
|
2157
|
+
..._0x5cf7a8
|
|
2158
|
+
} = _0x5b9741;
|
|
2159
|
+
void _0x45c6f5;
|
|
2160
|
+
const _0x53f027 = await _0x3a46ed[_0xfb3641(_0x3c58ca._0x58d0ba)][_0xfb3641(0x2eb)]({
|
|
2161
|
+
'channel': _0x54b1bd[_0xfb3641(_0x3c58ca._0x14a724)],
|
|
2162
|
+
..._0x5cf7a8
|
|
2145
2163
|
});
|
|
2146
|
-
return formatUploadResult(
|
|
2164
|
+
return formatUploadResult(_0x53f027);
|
|
2147
2165
|
},
|
|
2148
|
-
async 'view_file'(
|
|
2149
|
-
const
|
|
2150
|
-
if (
|
|
2151
|
-
return formatViewFileResult(
|
|
2152
|
-
const
|
|
2153
|
-
'attachmentId':
|
|
2154
|
-
'contentType':
|
|
2155
|
-
'data':
|
|
2156
|
-
'originalFilename':
|
|
2166
|
+
async 'view_file'(_0x3db8a6) {
|
|
2167
|
+
const _0x3c1b99 = _0xd63df, _0x39ddd5 = await _0x3a46ed[_0x3c1b99(_0x48d123._0x23ff6e)][_0x3c1b99(_0x48d123._0x568808)](_0x3db8a6[_0x3c1b99(_0x48d123._0x4a1a0e)]);
|
|
2168
|
+
if (_0x39ddd5)
|
|
2169
|
+
return formatViewFileResult(_0x39ddd5, !![]);
|
|
2170
|
+
const _0x1a3cad = await _0x3a46ed[_0x3c1b99(0x2cf)][_0x3c1b99(0x19b)](_0x3db8a6[_0x3c1b99(_0x48d123._0x4a1a0e)]), _0xdd2a8 = await _0x3a46ed[_0x3c1b99(_0x48d123._0x2fe789)][_0x3c1b99(_0x48d123._0x2801dd)]({
|
|
2171
|
+
'attachmentId': _0x3db8a6['attachment_id'],
|
|
2172
|
+
'contentType': _0x1a3cad[_0x3c1b99(_0x48d123._0x43ac9d)],
|
|
2173
|
+
'data': _0x1a3cad[_0x3c1b99(0x1d8)],
|
|
2174
|
+
'originalFilename': _0x1a3cad[_0x3c1b99(0x206)]
|
|
2157
2175
|
});
|
|
2158
|
-
return formatViewFileResult(
|
|
2176
|
+
return formatViewFileResult(_0xdd2a8, ![]);
|
|
2159
2177
|
},
|
|
2160
|
-
async 'get_worker_status'(
|
|
2161
|
-
const
|
|
2162
|
-
if (!
|
|
2163
|
-
return
|
|
2164
|
-
const
|
|
2165
|
-
if (!
|
|
2166
|
-
return
|
|
2167
|
-
return
|
|
2178
|
+
async 'get_worker_status'(_0x5831ae) {
|
|
2179
|
+
const _0x3df1a2 = _0xd63df;
|
|
2180
|
+
if (!_0x3a46ed[_0x3df1a2(0x311)])
|
|
2181
|
+
return _0x3df1a2(0x29b);
|
|
2182
|
+
const _0x37a054 = await fetch(_0x3a46ed[_0x3df1a2(0x311)] + _0x3df1a2(_0x818a6f._0xbb0803) + encodeURIComponent(_0x5831ae['work_key'])), _0x4c4aa1 = await _0x37a054[_0x3df1a2(0x1cf)]();
|
|
2183
|
+
if (!_0x4c4aa1['ok'])
|
|
2184
|
+
return _0x3df1a2(0x1f2) + _0x5831ae[_0x3df1a2(_0x818a6f._0x4f80ab)] + '\x22\x20not\x20found';
|
|
2185
|
+
return _0x3df1a2(0x1f2) + _0x5831ae[_0x3df1a2(0x2b4)] + '\x22:\x20status=' + _0x4c4aa1[_0x3df1a2(0x1ea)];
|
|
2168
2186
|
},
|
|
2169
|
-
async 'park_worker'(
|
|
2170
|
-
const
|
|
2171
|
-
if (!
|
|
2172
|
-
return
|
|
2173
|
-
const
|
|
2174
|
-
'method':
|
|
2175
|
-
'headers': { 'Content-Type':
|
|
2176
|
-
'body': JSON[
|
|
2177
|
-
}),
|
|
2178
|
-
if (!
|
|
2179
|
-
throw new Error(
|
|
2180
|
-
return
|
|
2187
|
+
async 'park_worker'(_0x3245b3) {
|
|
2188
|
+
const _0x29594a = _0xd63df;
|
|
2189
|
+
if (!_0x3a46ed[_0x29594a(0x311)])
|
|
2190
|
+
return _0x29594a(_0x57f4a7._0x4ca03b);
|
|
2191
|
+
const _0xe5bca4 = await fetch(_0x3a46ed[_0x29594a(0x311)] + _0x29594a(0x2af), {
|
|
2192
|
+
'method': _0x29594a(0x2be),
|
|
2193
|
+
'headers': { 'Content-Type': _0x29594a(_0x57f4a7._0x3e141e) },
|
|
2194
|
+
'body': JSON[_0x29594a(_0x57f4a7._0x241696)]({ 'work_key': _0x3245b3[_0x29594a(_0x57f4a7._0x464dfe)] })
|
|
2195
|
+
}), _0x13e22f = await _0xe5bca4[_0x29594a(_0x57f4a7._0x426117)]();
|
|
2196
|
+
if (!_0x13e22f['ok'])
|
|
2197
|
+
throw new Error(_0x13e22f['error'] ?? 'park_worker\x20failed');
|
|
2198
|
+
return _0x29594a(0x1f2) + _0x3245b3[_0x29594a(_0x57f4a7._0x464dfe)] + _0x29594a(_0x57f4a7._0x2ae7e4);
|
|
2181
2199
|
},
|
|
2182
|
-
async 'mark_waiting_input'(
|
|
2183
|
-
const
|
|
2184
|
-
if (!
|
|
2185
|
-
return
|
|
2186
|
-
const
|
|
2187
|
-
'method':
|
|
2188
|
-
'headers': { 'Content-Type':
|
|
2189
|
-
'body': JSON[
|
|
2190
|
-
'work_key':
|
|
2191
|
-
'agent_id':
|
|
2200
|
+
async 'mark_waiting_input'(_0x42a63c) {
|
|
2201
|
+
const _0x235577 = _0xd63df;
|
|
2202
|
+
if (!_0x3a46ed[_0x235577(_0x437c09._0x289ab5)] || !_0x3a46ed[_0x235577(_0x437c09._0x1cff99)])
|
|
2203
|
+
return 'Worker\x20features\x20not\x20available\x20(daemon\x20local\x20URL\x20or\x20agent\x20ID\x20not\x20configured)';
|
|
2204
|
+
const _0x5251ef = await fetch(_0x3a46ed[_0x235577(0x311)] + _0x235577(0x2c9), {
|
|
2205
|
+
'method': 'POST',
|
|
2206
|
+
'headers': { 'Content-Type': _0x235577(_0x437c09._0x576813) },
|
|
2207
|
+
'body': JSON[_0x235577(_0x437c09._0x16ca0a)]({
|
|
2208
|
+
'work_key': _0x42a63c['work_key'],
|
|
2209
|
+
'agent_id': _0x3a46ed[_0x235577(0x2d8)]
|
|
2192
2210
|
})
|
|
2193
|
-
}),
|
|
2194
|
-
if (!
|
|
2195
|
-
throw new Error(
|
|
2196
|
-
return
|
|
2211
|
+
}), _0x11d924 = await _0x5251ef[_0x235577(0x1cf)]();
|
|
2212
|
+
if (!_0x11d924['ok'])
|
|
2213
|
+
throw new Error(_0x11d924[_0x235577(_0x437c09._0x1e690c)] ?? 'mark_waiting_input\x20failed');
|
|
2214
|
+
return _0x235577(0x1f2) + _0x42a63c[_0x235577(_0x437c09._0x3f0df5)] + _0x235577(_0x437c09._0x2d39da);
|
|
2197
2215
|
},
|
|
2198
|
-
async 'finalize_promotion'(
|
|
2199
|
-
const
|
|
2200
|
-
if (!
|
|
2201
|
-
throw new Error(
|
|
2202
|
-
const
|
|
2203
|
-
return formatPromotionFinalizeResult(
|
|
2216
|
+
async 'finalize_promotion'(_0x3d40be) {
|
|
2217
|
+
const _0x424bb0 = _0xd63df;
|
|
2218
|
+
if (!_0x3a46ed[_0x424bb0(0x1bf)])
|
|
2219
|
+
throw new Error(_0x424bb0(0x228));
|
|
2220
|
+
const _0xd6cbb7 = await _0x3a46ed[_0x424bb0(_0x2c259c._0x1ef571)][_0x424bb0(_0x2c259c._0x173437)](_0x3d40be);
|
|
2221
|
+
return formatPromotionFinalizeResult(_0xd6cbb7);
|
|
2204
2222
|
},
|
|
2205
|
-
async 'escalate_to_main'(
|
|
2206
|
-
const
|
|
2207
|
-
if (!
|
|
2208
|
-
return
|
|
2209
|
-
const
|
|
2210
|
-
'method':
|
|
2211
|
-
'headers': { 'Content-Type':
|
|
2212
|
-
'body': JSON[
|
|
2213
|
-
'work_key':
|
|
2214
|
-
'reason':
|
|
2223
|
+
async 'escalate_to_main'(_0x3ab61e) {
|
|
2224
|
+
const _0x372b65 = _0xd63df;
|
|
2225
|
+
if (!_0x3a46ed[_0x372b65(0x311)])
|
|
2226
|
+
return _0x372b65(_0x4bea0d._0x1fed9b);
|
|
2227
|
+
const _0x18cdf8 = await fetch(_0x3a46ed['daemonLocalUrl'] + _0x372b65(_0x4bea0d._0x4907d7), {
|
|
2228
|
+
'method': _0x372b65(_0x4bea0d._0x1137ec),
|
|
2229
|
+
'headers': { 'Content-Type': _0x372b65(0x310) },
|
|
2230
|
+
'body': JSON[_0x372b65(0x1c6)]({
|
|
2231
|
+
'work_key': _0x3ab61e['work_key'],
|
|
2232
|
+
'reason': _0x3ab61e[_0x372b65(0x24e)]
|
|
2215
2233
|
})
|
|
2216
|
-
}),
|
|
2217
|
-
if (!
|
|
2218
|
-
throw new Error(
|
|
2219
|
-
return
|
|
2234
|
+
}), _0x58ad00 = await _0x18cdf8[_0x372b65(0x1cf)]();
|
|
2235
|
+
if (!_0x58ad00['ok'])
|
|
2236
|
+
throw new Error(_0x58ad00['error'] ?? _0x372b65(0x260));
|
|
2237
|
+
return _0x372b65(0x222) + _0x3ab61e[_0x372b65(_0x4bea0d._0x308f77)];
|
|
2220
2238
|
}
|
|
2221
2239
|
};
|
|
2222
2240
|
}
|
|
2223
|
-
function textResult(
|
|
2224
|
-
const
|
|
2241
|
+
function textResult(_0x1e3961, _0xef74d9 = ![]) {
|
|
2242
|
+
const _0x379eab = { _0x347702: 0x2a3 }, _0x21a1c1 = _0xed401c;
|
|
2225
2243
|
return {
|
|
2226
2244
|
'content': [{
|
|
2227
|
-
'type':
|
|
2228
|
-
'text':
|
|
2245
|
+
'type': _0x21a1c1(_0x379eab._0x347702),
|
|
2246
|
+
'text': _0x1e3961
|
|
2229
2247
|
}],
|
|
2230
|
-
...
|
|
2248
|
+
..._0xef74d9 ? { 'isError': !![] } : {}
|
|
2231
2249
|
};
|
|
2232
2250
|
}
|
|
2233
|
-
async function registerChatBridgeTools(
|
|
2234
|
-
const
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
'attachment_ids': _0x34ae44[_0x2b2f29(_0x5d89f4._0x557779)](_0x34ae44[_0x2b2f29(_0x5d89f4._0x181226)]())[_0x2b2f29(_0x5d89f4._0x44dd2d)](),
|
|
2294
|
-
'metadataJson': _0x34ae44[_0x2b2f29(_0x5d89f4._0x1c9d0d)]()[_0x2b2f29(0x303)](),
|
|
2295
|
-
'visibility': _0x34ae44['enum']([
|
|
2296
|
-
_0x2b2f29(0x1c5),
|
|
2297
|
-
_0x2b2f29(0x2d8)
|
|
2298
|
-
])[_0x2b2f29(0x303)]()['describe'](_0x2b2f29(_0x5d89f4._0x2552bf))
|
|
2299
|
-
}, async _0x4cf059 => {
|
|
2300
|
-
const _0x9f3f2f = _0x2b2f29;
|
|
2251
|
+
async function registerChatBridgeTools(_0x588822, _0x4e9ff8, _0x191934) {
|
|
2252
|
+
const _0x2170e9 = {
|
|
2253
|
+
_0x4e0918: 0x31a,
|
|
2254
|
+
_0x41b29e: 0x1a0,
|
|
2255
|
+
_0x4a2376: 0x1fe,
|
|
2256
|
+
_0x2aedf6: 0x2e8,
|
|
2257
|
+
_0x19117b: 0x1fe,
|
|
2258
|
+
_0x1a2524: 0x316,
|
|
2259
|
+
_0x12bc40: 0x2f2,
|
|
2260
|
+
_0x4db863: 0x210,
|
|
2261
|
+
_0x52dd14: 0x1b4,
|
|
2262
|
+
_0xeb7beb: 0x26a,
|
|
2263
|
+
_0x1589a1: 0x207,
|
|
2264
|
+
_0x3a8b8e: 0x2de,
|
|
2265
|
+
_0x224d0f: 0x2f2,
|
|
2266
|
+
_0x45a9f1: 0x300,
|
|
2267
|
+
_0x59a377: 0x214,
|
|
2268
|
+
_0x3a47c3: 0x1fe,
|
|
2269
|
+
_0x4de8eb: 0x253,
|
|
2270
|
+
_0x444a6f: 0x219,
|
|
2271
|
+
_0x1e5fac: 0x1b4,
|
|
2272
|
+
_0x35122f: 0x1fe,
|
|
2273
|
+
_0x21f031: 0x1a0,
|
|
2274
|
+
_0x11b287: 0x1d2,
|
|
2275
|
+
_0x1b24fc: 0x214,
|
|
2276
|
+
_0x44ce74: 0x2d4,
|
|
2277
|
+
_0x50e519: 0x1fe,
|
|
2278
|
+
_0x4401d9: 0x1b8,
|
|
2279
|
+
_0xffa497: 0x2d6,
|
|
2280
|
+
_0x261d3e: 0x299,
|
|
2281
|
+
_0x6bc5ad: 0x214,
|
|
2282
|
+
_0x39c374: 0x1ac,
|
|
2283
|
+
_0x3bc745: 0x2f2,
|
|
2284
|
+
_0x4b9f5f: 0x214,
|
|
2285
|
+
_0x1732d1: 0x1bf,
|
|
2286
|
+
_0x2b3a86: 0x1f6,
|
|
2287
|
+
_0x4ee4b3: 0x2d4,
|
|
2288
|
+
_0x3b59b1: 0x1b4,
|
|
2289
|
+
_0x2f5412: 0x277
|
|
2290
|
+
}, _0x4993a6 = {
|
|
2291
|
+
_0x23cef1: 0x2cc,
|
|
2292
|
+
_0x43c3f0: 0x20d
|
|
2293
|
+
}, _0x2b5d34 = { _0x926d60: 0x2cc }, _0x10aafd = { _0x5ee786: 0x27e }, _0x274e13 = { _0xf60dc4: 0x1a3 }, _0x37e19d = {
|
|
2294
|
+
_0x27eee9: 0x239,
|
|
2295
|
+
_0x347234: 0x2cc
|
|
2296
|
+
}, _0x39cc64 = { _0x303b40: 0x1bb }, _0x2b7bb6 = { _0x3e9763: 0x2a2 }, _0x1c00bd = {
|
|
2297
|
+
_0x149742: 0x2cc,
|
|
2298
|
+
_0x4abf45: 0x209
|
|
2299
|
+
}, _0x1304e2 = { _0x2fcdaf: 0x22e }, _0x159dd9 = { _0x556099: 0x2bf }, _0x30d314 = { _0xddaa13: 0x2c2 }, _0x452669 = { _0xe8d6c0: 0x2cc }, _0x4975ea = _0xed401c, {z: _0x473272} = await import(_0x4975ea(_0x2170e9._0x4e0918));
|
|
2300
|
+
_0x588822[_0x4975ea(0x2f2)](_0x4975ea(0x281), _0x4975ea(0x2ff), {
|
|
2301
|
+
'target': _0x473272['string'](),
|
|
2302
|
+
'content': _0x473272[_0x4975ea(0x214)](),
|
|
2303
|
+
'attachment_ids': _0x473272[_0x4975ea(_0x2170e9._0x41b29e)](_0x473272['string']())[_0x4975ea(_0x2170e9._0x4a2376)](),
|
|
2304
|
+
'metadataJson': _0x473272[_0x4975ea(0x29a)]()[_0x4975ea(0x1fe)](),
|
|
2305
|
+
'visibility': _0x473272['enum']([
|
|
2306
|
+
_0x4975ea(0x31d),
|
|
2307
|
+
_0x4975ea(_0x2170e9._0x2aedf6)
|
|
2308
|
+
])[_0x4975ea(_0x2170e9._0x19117b)]()[_0x4975ea(_0x2170e9._0x1a2524)](_0x4975ea(0x271))
|
|
2309
|
+
}, async _0x449c24 => {
|
|
2310
|
+
const _0x2d5cb8 = _0x4975ea;
|
|
2301
2311
|
try {
|
|
2302
|
-
return textResult(await
|
|
2303
|
-
} catch (
|
|
2304
|
-
return textResult(
|
|
2312
|
+
return textResult(await _0x4e9ff8['send_message'](_0x449c24));
|
|
2313
|
+
} catch (_0x1c215e) {
|
|
2314
|
+
return textResult(_0x1c215e instanceof Error ? _0x1c215e[_0x2d5cb8(_0x452669._0xe8d6c0)] : _0x2d5cb8(0x278), !![]);
|
|
2305
2315
|
}
|
|
2306
|
-
}),
|
|
2307
|
-
const
|
|
2316
|
+
}), _0x588822[_0x4975ea(_0x2170e9._0x12bc40)](_0x4975ea(_0x2170e9._0x4db863), 'Check\x20for\x20new\x20messages\x20without\x20waiting.', {}, async () => {
|
|
2317
|
+
const _0x570f56 = _0x4975ea;
|
|
2308
2318
|
try {
|
|
2309
|
-
return textResult(await
|
|
2310
|
-
} catch (
|
|
2311
|
-
return textResult(
|
|
2319
|
+
return textResult(await _0x4e9ff8['check_messages']());
|
|
2320
|
+
} catch (_0x3a1555) {
|
|
2321
|
+
return textResult(_0x3a1555 instanceof Error ? _0x3a1555[_0x570f56(0x2cc)] : _0x570f56(_0x30d314._0xddaa13), !![]);
|
|
2312
2322
|
}
|
|
2313
|
-
}),
|
|
2314
|
-
'channel':
|
|
2315
|
-
'limit':
|
|
2316
|
-
'before':
|
|
2317
|
-
'after':
|
|
2318
|
-
}, async
|
|
2319
|
-
const
|
|
2323
|
+
}), _0x588822[_0x4975ea(_0x2170e9._0x12bc40)](_0x4975ea(0x24b), _0x4975ea(0x224), {
|
|
2324
|
+
'channel': _0x473272['string'](),
|
|
2325
|
+
'limit': _0x473272[_0x4975ea(_0x2170e9._0x52dd14)]()[_0x4975ea(0x1fe)](),
|
|
2326
|
+
'before': _0x473272[_0x4975ea(0x1b4)]()[_0x4975ea(_0x2170e9._0x4a2376)](),
|
|
2327
|
+
'after': _0x473272['number']()[_0x4975ea(0x1fe)]()
|
|
2328
|
+
}, async _0x42b5d2 => {
|
|
2329
|
+
const _0x3e3470 = _0x4975ea;
|
|
2320
2330
|
try {
|
|
2321
|
-
return textResult(await
|
|
2322
|
-
} catch (
|
|
2323
|
-
return textResult(
|
|
2331
|
+
return textResult(await _0x4e9ff8[_0x3e3470(0x24b)](_0x42b5d2));
|
|
2332
|
+
} catch (_0x2875ee) {
|
|
2333
|
+
return textResult(_0x2875ee instanceof Error ? _0x2875ee[_0x3e3470(0x2cc)] : _0x3e3470(_0x159dd9._0x556099), !![]);
|
|
2324
2334
|
}
|
|
2325
|
-
}),
|
|
2326
|
-
const
|
|
2335
|
+
}), _0x588822['tool']('list_server', _0x4975ea(0x1fc), {}, async () => {
|
|
2336
|
+
const _0x4977f4 = _0x4975ea;
|
|
2327
2337
|
try {
|
|
2328
|
-
return textResult(await
|
|
2329
|
-
} catch (
|
|
2330
|
-
return textResult(
|
|
2338
|
+
return textResult(await _0x4e9ff8['list_server']());
|
|
2339
|
+
} catch (_0x12a495) {
|
|
2340
|
+
return textResult(_0x12a495 instanceof Error ? _0x12a495[_0x4977f4(0x2cc)] : _0x4977f4(0x225), !![]);
|
|
2331
2341
|
}
|
|
2332
|
-
}),
|
|
2333
|
-
'channel':
|
|
2334
|
-
'status':
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
])[
|
|
2340
|
-
}, async
|
|
2341
|
-
const
|
|
2342
|
+
}), _0x588822['tool'](_0x4975ea(0x22e), _0x4975ea(_0x2170e9._0xeb7beb), {
|
|
2343
|
+
'channel': _0x473272[_0x4975ea(0x214)](),
|
|
2344
|
+
'status': _0x473272['enum']([
|
|
2345
|
+
_0x4975ea(0x31e),
|
|
2346
|
+
_0x4975ea(_0x2170e9._0x1589a1),
|
|
2347
|
+
_0x4975ea(_0x2170e9._0x3a8b8e),
|
|
2348
|
+
_0x4975ea(0x1da)
|
|
2349
|
+
])[_0x4975ea(0x1fe)]()
|
|
2350
|
+
}, async _0xad2720 => {
|
|
2351
|
+
const _0x3887ce = _0x4975ea;
|
|
2342
2352
|
try {
|
|
2343
|
-
return textResult(await
|
|
2344
|
-
} catch (
|
|
2345
|
-
return textResult(
|
|
2353
|
+
return textResult(await _0x4e9ff8[_0x3887ce(_0x1304e2._0x2fcdaf)](_0xad2720));
|
|
2354
|
+
} catch (_0x499764) {
|
|
2355
|
+
return textResult(_0x499764 instanceof Error ? _0x499764[_0x3887ce(0x2cc)] : _0x3887ce(0x1e9), !![]);
|
|
2346
2356
|
}
|
|
2347
|
-
}),
|
|
2348
|
-
'channel':
|
|
2349
|
-
'idempotency_key':
|
|
2350
|
-
'tasks':
|
|
2351
|
-
'title':
|
|
2352
|
-
'description':
|
|
2353
|
-
'priority':
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
])[
|
|
2357
|
+
}), _0x588822[_0x4975ea(_0x2170e9._0x224d0f)](_0x4975ea(0x245), _0x4975ea(_0x2170e9._0x45a9f1), {
|
|
2358
|
+
'channel': _0x473272[_0x4975ea(0x214)](),
|
|
2359
|
+
'idempotency_key': _0x473272['string']()[_0x4975ea(0x1fe)](),
|
|
2360
|
+
'tasks': _0x473272[_0x4975ea(0x1a0)](_0x473272['object']({
|
|
2361
|
+
'title': _0x473272[_0x4975ea(_0x2170e9._0x59a377)](),
|
|
2362
|
+
'description': _0x473272[_0x4975ea(0x214)]()[_0x4975ea(_0x2170e9._0x3a47c3)](),
|
|
2363
|
+
'priority': _0x473272[_0x4975ea(0x2fd)]([
|
|
2364
|
+
_0x4975ea(0x2fa),
|
|
2365
|
+
_0x4975ea(_0x2170e9._0x4de8eb),
|
|
2366
|
+
_0x4975ea(0x1aa),
|
|
2367
|
+
'urgent'
|
|
2368
|
+
])[_0x4975ea(_0x2170e9._0x4a2376)]()
|
|
2359
2369
|
}))
|
|
2360
|
-
}, async
|
|
2361
|
-
const
|
|
2370
|
+
}, async _0x597ce8 => {
|
|
2371
|
+
const _0x337905 = _0x4975ea;
|
|
2362
2372
|
try {
|
|
2363
|
-
return textResult(await
|
|
2364
|
-
} catch (
|
|
2365
|
-
return textResult(
|
|
2373
|
+
return textResult(await _0x4e9ff8['create_tasks'](_0x597ce8));
|
|
2374
|
+
} catch (_0x4c71ea) {
|
|
2375
|
+
return textResult(_0x4c71ea instanceof Error ? _0x4c71ea[_0x337905(0x2cc)] : _0x337905(0x27f), !![]);
|
|
2366
2376
|
}
|
|
2367
|
-
}),
|
|
2368
|
-
'channel':
|
|
2369
|
-
'task_numbers':
|
|
2370
|
-
'subtask_numbers':
|
|
2371
|
-
'message_ids':
|
|
2372
|
-
'evidence':
|
|
2373
|
-
'create_thread':
|
|
2374
|
-
'create_task':
|
|
2375
|
-
}))[
|
|
2376
|
-
'idempotency_key':
|
|
2377
|
-
}, async
|
|
2378
|
-
const
|
|
2377
|
+
}), _0x588822[_0x4975ea(0x2f2)](_0x4975ea(_0x2170e9._0x444a6f), 'Claim\x20tasks\x20in\x20a\x20channel\x20by\x20task\x20number\x20or\x20source\x20message.\x20For\x20subtasks\x20in\x20a\x20thread,\x20use\x20subtask_numbers\x20with\x20a\x20single\x20task_numbers\x20entry.', {
|
|
2378
|
+
'channel': _0x473272[_0x4975ea(_0x2170e9._0x59a377)](),
|
|
2379
|
+
'task_numbers': _0x473272[_0x4975ea(0x1a0)](_0x473272[_0x4975ea(_0x2170e9._0x1e5fac)]())['optional'](),
|
|
2380
|
+
'subtask_numbers': _0x473272[_0x4975ea(_0x2170e9._0x41b29e)](_0x473272['number']())[_0x4975ea(_0x2170e9._0x35122f)](),
|
|
2381
|
+
'message_ids': _0x473272[_0x4975ea(_0x2170e9._0x21f031)](_0x473272[_0x4975ea(_0x2170e9._0x59a377)]())[_0x4975ea(0x1fe)](),
|
|
2382
|
+
'evidence': _0x473272[_0x4975ea(_0x2170e9._0x11b287)](_0x473272[_0x4975ea(_0x2170e9._0x1b24fc)](), _0x473272[_0x4975ea(_0x2170e9._0x44ce74)]({
|
|
2383
|
+
'create_thread': _0x473272['unknown']()['optional'](),
|
|
2384
|
+
'create_task': _0x473272['unknown']()[_0x4975ea(_0x2170e9._0x3a47c3)]()
|
|
2385
|
+
}))[_0x4975ea(0x1fe)](),
|
|
2386
|
+
'idempotency_key': _0x473272[_0x4975ea(0x214)]()[_0x4975ea(_0x2170e9._0x4a2376)]()
|
|
2387
|
+
}, async _0x439587 => {
|
|
2388
|
+
const _0x181dc0 = _0x4975ea;
|
|
2379
2389
|
try {
|
|
2380
|
-
return textResult(await
|
|
2381
|
-
} catch (
|
|
2382
|
-
return textResult(
|
|
2390
|
+
return textResult(await _0x4e9ff8[_0x181dc0(0x219)](_0x439587));
|
|
2391
|
+
} catch (_0x3d4106) {
|
|
2392
|
+
return textResult(_0x3d4106 instanceof Error ? _0x3d4106[_0x181dc0(_0x1c00bd._0x149742)] : _0x181dc0(_0x1c00bd._0x4abf45), !![]);
|
|
2383
2393
|
}
|
|
2384
|
-
}),
|
|
2385
|
-
'channel':
|
|
2386
|
-
'task_number':
|
|
2387
|
-
'subtask_number':
|
|
2388
|
-
'idempotency_key':
|
|
2389
|
-
}, async
|
|
2390
|
-
const
|
|
2394
|
+
}), _0x588822[_0x4975ea(0x2f2)](_0x4975ea(0x2a2), 'Release\x20a\x20claimed\x20task\x20by\x20channel\x20and\x20task\x20number.\x20For\x20subtasks,\x20also\x20pass\x20subtask_number.', {
|
|
2395
|
+
'channel': _0x473272[_0x4975ea(_0x2170e9._0x59a377)](),
|
|
2396
|
+
'task_number': _0x473272[_0x4975ea(0x1b4)](),
|
|
2397
|
+
'subtask_number': _0x473272['number']()['optional'](),
|
|
2398
|
+
'idempotency_key': _0x473272[_0x4975ea(0x214)]()[_0x4975ea(_0x2170e9._0x50e519)]()
|
|
2399
|
+
}, async _0x15c8eb => {
|
|
2400
|
+
const _0x342906 = _0x4975ea;
|
|
2391
2401
|
try {
|
|
2392
|
-
return textResult(await
|
|
2393
|
-
} catch (
|
|
2394
|
-
return textResult(
|
|
2402
|
+
return textResult(await _0x4e9ff8[_0x342906(_0x2b7bb6._0x3e9763)](_0x15c8eb));
|
|
2403
|
+
} catch (_0x399323) {
|
|
2404
|
+
return textResult(_0x399323 instanceof Error ? _0x399323['message'] : 'unclaim_task\x20failed', !![]);
|
|
2395
2405
|
}
|
|
2396
|
-
}),
|
|
2397
|
-
'channel':
|
|
2398
|
-
'task_number':
|
|
2399
|
-
'subtask_number':
|
|
2400
|
-
'status':
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2406
|
+
}), _0x588822['tool']('update_task_status', _0x4975ea(_0x2170e9._0x4401d9), {
|
|
2407
|
+
'channel': _0x473272[_0x4975ea(_0x2170e9._0x1b24fc)](),
|
|
2408
|
+
'task_number': _0x473272['number'](),
|
|
2409
|
+
'subtask_number': _0x473272[_0x4975ea(0x1b4)]()[_0x4975ea(0x1fe)](),
|
|
2410
|
+
'status': _0x473272[_0x4975ea(0x2fd)]([
|
|
2411
|
+
_0x4975ea(0x31e),
|
|
2412
|
+
_0x4975ea(0x207),
|
|
2413
|
+
_0x4975ea(0x2de),
|
|
2414
|
+
_0x4975ea(0x1da)
|
|
2405
2415
|
]),
|
|
2406
|
-
'idempotency_key':
|
|
2407
|
-
}, async
|
|
2408
|
-
const
|
|
2416
|
+
'idempotency_key': _0x473272[_0x4975ea(_0x2170e9._0x59a377)]()[_0x4975ea(0x1fe)]()
|
|
2417
|
+
}, async _0x1119b0 => {
|
|
2418
|
+
const _0x400126 = _0x4975ea;
|
|
2409
2419
|
try {
|
|
2410
|
-
return textResult(await
|
|
2411
|
-
} catch (
|
|
2412
|
-
return textResult(
|
|
2420
|
+
return textResult(await _0x4e9ff8[_0x400126(_0x39cc64._0x303b40)](_0x1119b0));
|
|
2421
|
+
} catch (_0x3a6865) {
|
|
2422
|
+
return textResult(_0x3a6865 instanceof Error ? _0x3a6865['message'] : _0x400126(0x1b1), !![]);
|
|
2413
2423
|
}
|
|
2414
|
-
}),
|
|
2415
|
-
'channel':
|
|
2416
|
-
'file_path':
|
|
2417
|
-
}, async
|
|
2418
|
-
const
|
|
2424
|
+
}), _0x588822['tool']('upload_file', _0x4975ea(_0x2170e9._0xffa497), {
|
|
2425
|
+
'channel': _0x473272['string'](),
|
|
2426
|
+
'file_path': _0x473272[_0x4975ea(0x214)]()
|
|
2427
|
+
}, async _0x2c168d => {
|
|
2428
|
+
const _0x4b5e8f = _0x4975ea;
|
|
2419
2429
|
try {
|
|
2420
|
-
return textResult(await
|
|
2421
|
-
} catch (
|
|
2422
|
-
return textResult(
|
|
2430
|
+
return textResult(await _0x4e9ff8[_0x4b5e8f(_0x37e19d._0x27eee9)](_0x2c168d));
|
|
2431
|
+
} catch (_0x8206fa) {
|
|
2432
|
+
return textResult(_0x8206fa instanceof Error ? _0x8206fa[_0x4b5e8f(_0x37e19d._0x347234)] : _0x4b5e8f(0x28e), !![]);
|
|
2423
2433
|
}
|
|
2424
|
-
}),
|
|
2425
|
-
const
|
|
2434
|
+
}), _0x588822['tool']('view_file', _0x4975ea(_0x2170e9._0x261d3e), { 'attachment_id': _0x473272[_0x4975ea(_0x2170e9._0x6bc5ad)]() }, async _0x5b4310 => {
|
|
2435
|
+
const _0x5467cf = _0x4975ea;
|
|
2426
2436
|
try {
|
|
2427
|
-
return textResult(await
|
|
2428
|
-
} catch (
|
|
2429
|
-
return textResult(
|
|
2437
|
+
return textResult(await _0x4e9ff8[_0x5467cf(_0x274e13._0xf60dc4)](_0x5b4310));
|
|
2438
|
+
} catch (_0x4faaea) {
|
|
2439
|
+
return textResult(_0x4faaea instanceof Error ? _0x4faaea[_0x5467cf(0x2cc)] : _0x5467cf(0x1be), !![]);
|
|
2430
2440
|
}
|
|
2431
|
-
}),
|
|
2432
|
-
const
|
|
2441
|
+
}), _0x588822[_0x4975ea(_0x2170e9._0x12bc40)](_0x4975ea(0x248), _0x4975ea(_0x2170e9._0x39c374), { 'work_key': _0x473272[_0x4975ea(0x214)]() }, async _0x5899a2 => {
|
|
2442
|
+
const _0x1f4422 = _0x4975ea;
|
|
2433
2443
|
try {
|
|
2434
|
-
return textResult(await
|
|
2435
|
-
} catch (
|
|
2436
|
-
return textResult(
|
|
2444
|
+
return textResult(await _0x4e9ff8[_0x1f4422(0x248)](_0x5899a2));
|
|
2445
|
+
} catch (_0x48e8ee) {
|
|
2446
|
+
return textResult(_0x48e8ee instanceof Error ? _0x48e8ee[_0x1f4422(0x2cc)] : _0x1f4422(_0x10aafd._0x5ee786), !![]);
|
|
2437
2447
|
}
|
|
2438
|
-
}),
|
|
2439
|
-
const
|
|
2448
|
+
}), _0x588822[_0x4975ea(_0x2170e9._0x3bc745)](_0x4975ea(0x2e9), 'Worker-only.\x20Park\x20the\x20current\x20worker\x20lane\x20after\x20you\x20have\x20already\x20reported\x20results\x20in\x20this\x20thread.\x20This\x20does\x20not\x20end\x20the\x20session;\x20same-thread\x20follow-up\x20will\x20resume\x20this\x20lane.', { 'work_key': _0x473272[_0x4975ea(_0x2170e9._0x4b9f5f)]() }, async _0x436919 => {
|
|
2449
|
+
const _0x1b746a = _0x4975ea;
|
|
2440
2450
|
try {
|
|
2441
|
-
return textResult(await
|
|
2442
|
-
} catch (
|
|
2443
|
-
return textResult(
|
|
2451
|
+
return textResult(await _0x4e9ff8[_0x1b746a(0x2e9)](_0x436919));
|
|
2452
|
+
} catch (_0x4534b5) {
|
|
2453
|
+
return textResult(_0x4534b5 instanceof Error ? _0x4534b5[_0x1b746a(0x2cc)] : _0x1b746a(0x20c), !![]);
|
|
2444
2454
|
}
|
|
2445
|
-
}), !
|
|
2446
|
-
'work_key':
|
|
2447
|
-
'reason':
|
|
2448
|
-
}, async
|
|
2449
|
-
const
|
|
2455
|
+
}), !_0x191934?.[_0x4975ea(_0x2170e9._0x1732d1)] && _0x588822[_0x4975ea(0x2f2)](_0x4975ea(0x2e4), 'Escalate\x20an\x20issue\x20to\x20the\x20main\x20agent\x20session.\x20Use\x20when\x20the\x20worker\x20cannot\x20resolve\x20a\x20problem\x20alone\x20and\x20needs\x20main\x20to\x20intervene.', {
|
|
2456
|
+
'work_key': _0x473272['string'](),
|
|
2457
|
+
'reason': _0x473272[_0x4975ea(0x214)]()
|
|
2458
|
+
}, async _0x67054b => {
|
|
2459
|
+
const _0x20d096 = _0x4975ea;
|
|
2450
2460
|
try {
|
|
2451
|
-
return textResult(await
|
|
2452
|
-
} catch (
|
|
2453
|
-
return textResult(
|
|
2461
|
+
return textResult(await _0x4e9ff8[_0x20d096(0x2e4)](_0x67054b));
|
|
2462
|
+
} catch (_0x15b299) {
|
|
2463
|
+
return textResult(_0x15b299 instanceof Error ? _0x15b299[_0x20d096(0x2cc)] : _0x20d096(0x260), !![]);
|
|
2454
2464
|
}
|
|
2455
|
-
}),
|
|
2456
|
-
'draftMessageId':
|
|
2457
|
-
'tasks':
|
|
2458
|
-
'stage':
|
|
2459
|
-
'member':
|
|
2460
|
-
'specPath':
|
|
2465
|
+
}), _0x191934?.[_0x4975ea(0x1bf)] && (_0x588822[_0x4975ea(0x2f2)](_0x4975ea(_0x2170e9._0x2b3a86), _0x4975ea(0x321), {
|
|
2466
|
+
'draftMessageId': _0x473272[_0x4975ea(0x214)](),
|
|
2467
|
+
'tasks': _0x473272[_0x4975ea(_0x2170e9._0x41b29e)](_0x473272[_0x4975ea(_0x2170e9._0x4ee4b3)]({
|
|
2468
|
+
'stage': _0x473272[_0x4975ea(_0x2170e9._0x3b59b1)]()[_0x4975ea(0x250)]()[_0x4975ea(0x19d)](),
|
|
2469
|
+
'member': _0x473272['number']()[_0x4975ea(0x250)]()[_0x4975ea(0x19d)](),
|
|
2470
|
+
'specPath': _0x473272['string']()
|
|
2461
2471
|
}))
|
|
2462
|
-
}, async
|
|
2463
|
-
const
|
|
2472
|
+
}, async _0x2b12c6 => {
|
|
2473
|
+
const _0x71f63c = _0x4975ea;
|
|
2464
2474
|
try {
|
|
2465
|
-
return textResult(await
|
|
2466
|
-
} catch (
|
|
2467
|
-
return textResult(
|
|
2475
|
+
return textResult(await _0x4e9ff8['finalize_promotion'](_0x2b12c6));
|
|
2476
|
+
} catch (_0x5ce48f) {
|
|
2477
|
+
return textResult(_0x5ce48f instanceof Error ? _0x5ce48f[_0x71f63c(_0x2b5d34._0x926d60)] : 'finalize_promotion\x20failed', !![]);
|
|
2468
2478
|
}
|
|
2469
|
-
}),
|
|
2470
|
-
const
|
|
2479
|
+
}), _0x588822['tool'](_0x4975ea(_0x2170e9._0x2f5412), 'Mark\x20the\x20current\x20worker\x20as\x20waiting\x20for\x20human\x20input.\x20Pauses\x20the\x20idle\x20TTL\x20timer\x20until\x20a\x20new\x20message\x20arrives.', { 'work_key': _0x473272['string']() }, async _0x126a0f => {
|
|
2480
|
+
const _0x31858b = _0x4975ea;
|
|
2471
2481
|
try {
|
|
2472
|
-
return textResult(await
|
|
2473
|
-
} catch (
|
|
2474
|
-
return textResult(
|
|
2482
|
+
return textResult(await _0x4e9ff8[_0x31858b(0x277)](_0x126a0f));
|
|
2483
|
+
} catch (_0x42460d) {
|
|
2484
|
+
return textResult(_0x42460d instanceof Error ? _0x42460d[_0x31858b(_0x4993a6._0x23cef1)] : _0x31858b(_0x4993a6._0x43c3f0), !![]);
|
|
2475
2485
|
}
|
|
2476
2486
|
}));
|
|
2477
2487
|
}
|
|
2478
|
-
async function createChatBridgeServer(
|
|
2479
|
-
const
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
},
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
return await registerChatBridgeTools(_0x2fff69, _0x531a09, { 'workerMode': _0x4a7bbb[_0x3981a6(_0x49d3ab._0x141195)] }), {
|
|
2487
|
-
'handlers': _0x531a09,
|
|
2488
|
-
'server': _0x2fff69
|
|
2488
|
+
async function createChatBridgeServer(_0x230690) {
|
|
2489
|
+
const _0x23e470 = { _0x201364: 0x1bf }, _0x1fcb60 = _0xed401c, {McpServer: _0x16ee17} = await import(_0x1fcb60(0x1a9)), _0x184af3 = new _0x16ee17({
|
|
2490
|
+
'name': _0x1fcb60(0x1fa),
|
|
2491
|
+
'version': _0x1fcb60(0x187)
|
|
2492
|
+
}), _0x48c225 = createChatBridgeHandlers(_0x230690);
|
|
2493
|
+
return await registerChatBridgeTools(_0x184af3, _0x48c225, { 'workerMode': _0x230690[_0x1fcb60(_0x23e470._0x201364)] }), {
|
|
2494
|
+
'handlers': _0x48c225,
|
|
2495
|
+
'server': _0x184af3
|
|
2489
2496
|
};
|
|
2490
2497
|
}
|
|
2491
|
-
function readFlag(
|
|
2492
|
-
const
|
|
2493
|
-
if (
|
|
2498
|
+
function readFlag(_0x1c619a, _0x110993) {
|
|
2499
|
+
const _0x29d8a8 = { _0x258629: 0x23f }, _0x447471 = _0xed401c, _0x5549f2 = _0x1c619a[_0x447471(_0x29d8a8._0x258629)](_0x110993);
|
|
2500
|
+
if (_0x5549f2 === -0x1)
|
|
2494
2501
|
return void 0x0;
|
|
2495
|
-
return
|
|
2502
|
+
return _0x1c619a[_0x5549f2 + 0x1];
|
|
2496
2503
|
}
|
|
2497
|
-
function parseChatBridgeArgs(
|
|
2498
|
-
const
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
if (!
|
|
2512
|
-
throw new Error(
|
|
2513
|
-
if (!_0x3ba3d1)
|
|
2514
|
-
throw new Error('Missing\x20--daemon-api-key');
|
|
2515
|
-
if (_0x254b43 !== void 0x0 && (_0x11d78d === void 0x0 || !Number['isFinite'](_0x11d78d) || _0x11d78d < 0x0))
|
|
2516
|
-
throw new Error(_0x4ecd46(_0x20fbca._0x404fde));
|
|
2504
|
+
function parseChatBridgeArgs(_0x2dc8f5) {
|
|
2505
|
+
const _0x158deb = {
|
|
2506
|
+
_0x299657: 0x25c,
|
|
2507
|
+
_0xb43754: 0x1c4,
|
|
2508
|
+
_0x39191c: 0x1d1,
|
|
2509
|
+
_0x3adb9a: 0x270,
|
|
2510
|
+
_0x47a922: 0x1d4,
|
|
2511
|
+
_0x3a0c3f: 0x208,
|
|
2512
|
+
_0x224cb3: 0x329
|
|
2513
|
+
}, _0x430f3b = _0xed401c, _0x1d36ca = readFlag(_0x2dc8f5, _0x430f3b(0x234)), _0x1f4331 = readFlag(_0x2dc8f5, _0x430f3b(0x22b)), _0x440a3b = readFlag(_0x2dc8f5, _0x430f3b(_0x158deb._0x299657)), _0x5bb245 = readFlag(_0x2dc8f5, '--initial-last-seen-seq'), _0x40b322 = readFlag(_0x2dc8f5, _0x430f3b(_0x158deb._0xb43754)) ?? _0x430f3b(0x246), _0x306f4c = readFlag(_0x2dc8f5, _0x430f3b(0x27b)), _0x117a0e = readFlag(_0x2dc8f5, _0x430f3b(_0x158deb._0x39191c)), _0x30649d = readFlag(_0x2dc8f5, _0x430f3b(0x1a4)), _0x450af2 = readFlag(_0x2dc8f5, _0x430f3b(0x243)), _0x27b579 = readFlag(_0x2dc8f5, _0x430f3b(_0x158deb._0x3adb9a)), _0x114a56 = _0x2dc8f5['includes'](_0x430f3b(_0x158deb._0x47a922)), _0x28285c = _0x5bb245 === void 0x0 ? void 0x0 : Number[_0x430f3b(0x1ff)](_0x5bb245, 0xa);
|
|
2514
|
+
if (!_0x1d36ca)
|
|
2515
|
+
throw new Error(_0x430f3b(_0x158deb._0x3a0c3f));
|
|
2516
|
+
if (!_0x440a3b)
|
|
2517
|
+
throw new Error(_0x430f3b(0x2c7));
|
|
2518
|
+
if (_0x5bb245 !== void 0x0 && (_0x28285c === void 0x0 || !Number[_0x430f3b(0x26c)](_0x28285c) || _0x28285c < 0x0))
|
|
2519
|
+
throw new Error(_0x430f3b(_0x158deb._0x224cb3));
|
|
2517
2520
|
return {
|
|
2518
|
-
'agentId':
|
|
2519
|
-
'attachmentCacheDir':
|
|
2520
|
-
'daemonApiKey':
|
|
2521
|
-
'daemonLocalUrl':
|
|
2522
|
-
'initialLastSeenSeq':
|
|
2523
|
-
'sessionId':
|
|
2524
|
-
'serverUrl':
|
|
2525
|
-
'workerModeEnabled':
|
|
2526
|
-
'workerSessionId':
|
|
2527
|
-
'workerThreadTarget':
|
|
2528
|
-
'workerMode':
|
|
2521
|
+
'agentId': _0x1d36ca,
|
|
2522
|
+
'attachmentCacheDir': _0x1f4331,
|
|
2523
|
+
'daemonApiKey': _0x440a3b,
|
|
2524
|
+
'daemonLocalUrl': _0x306f4c,
|
|
2525
|
+
'initialLastSeenSeq': _0x28285c,
|
|
2526
|
+
'sessionId': _0x117a0e,
|
|
2527
|
+
'serverUrl': _0x40b322,
|
|
2528
|
+
'workerModeEnabled': _0x30649d === void 0x0 ? void 0x0 : _0x30649d !== _0x430f3b(0x327),
|
|
2529
|
+
'workerSessionId': _0x450af2,
|
|
2530
|
+
'workerThreadTarget': _0x27b579,
|
|
2531
|
+
'workerMode': _0x114a56
|
|
2529
2532
|
};
|
|
2530
2533
|
}
|
|
2531
|
-
async function runChatBridgeCli(
|
|
2532
|
-
const
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
'
|
|
2534
|
+
async function runChatBridgeCli(_0x35626e) {
|
|
2535
|
+
const _0x5a4c7a = {
|
|
2536
|
+
_0x5cc640: 0x29e,
|
|
2537
|
+
_0x59b29d: 0x2d9
|
|
2538
|
+
}, _0x4c0fa7 = _0xed401c, _0x1695a5 = parseChatBridgeArgs(_0x35626e), {StdioServerTransport: _0x4d0fb0} = await import(_0x4c0fa7(0x200)), _0x21e020 = createInternalAgentClient(_0x1695a5), _0x2d5999 = createAttachmentCache({ 'cacheDir': _0x1695a5[_0x4c0fa7(_0x5a4c7a._0x5cc640)] }), _0x50099e = await createChatBridgeServer({
|
|
2539
|
+
'agentId': _0x1695a5[_0x4c0fa7(0x2d8)],
|
|
2540
|
+
'attachmentCache': _0x2d5999,
|
|
2541
|
+
'client': _0x21e020,
|
|
2542
|
+
'daemonLocalUrl': _0x1695a5[_0x4c0fa7(0x311)],
|
|
2537
2543
|
'uploadPreparer': prepareUploadFile,
|
|
2538
|
-
'workerModeEnabled':
|
|
2539
|
-
'workerMode':
|
|
2540
|
-
'workerThreadTarget':
|
|
2544
|
+
'workerModeEnabled': _0x1695a5[_0x4c0fa7(0x28b)],
|
|
2545
|
+
'workerMode': _0x1695a5[_0x4c0fa7(0x1bf)],
|
|
2546
|
+
'workerThreadTarget': _0x1695a5[_0x4c0fa7(0x25e)]
|
|
2541
2547
|
});
|
|
2542
|
-
await
|
|
2548
|
+
await _0x50099e[_0x4c0fa7(_0x5a4c7a._0x59b29d)]['connect'](new _0x4d0fb0());
|
|
2543
2549
|
}
|
|
2544
|
-
var executedAsEntry = process[
|
|
2545
|
-
executedAsEntry && await runChatBridgeCli(process[
|
|
2550
|
+
var executedAsEntry = process[_0xed401c(0x237)][0x1] ? import.meta.url === pathToFileURL(process[_0xed401c(0x237)][0x1])['href'] : ![];
|
|
2551
|
+
executedAsEntry && await runChatBridgeCli(process[_0xed401c(0x237)]['slice'](0x2));
|
|
2546
2552
|
export {
|
|
2547
2553
|
createChatBridgeHandlers,
|
|
2548
2554
|
createChatBridgeServer,
|