@tonyclaw/agent-inspector 2.0.32 → 2.0.33
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/.output/nitro.json +1 -1
- package/.output/public/assets/{CompareDrawer-Dgi0hhg5.js → CompareDrawer-ClTJxdoU.js} +1 -1
- package/.output/public/assets/{ProxyViewerContainer-4dG0nLRp.js → ProxyViewerContainer--Pes01q2.js} +22 -22
- package/.output/public/assets/{ReplayDialog-BL6BwDuI.js → ReplayDialog-iuzfh85b.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-DZMmiIiD.js → RequestAnatomy-FZnnP9Gx.js} +1 -1
- package/.output/public/assets/{ResponseView-DJLOiTYq.js → ResponseView-MZ6ZWvbL.js} +1 -1
- package/.output/public/assets/{StreamingChunkSequence--SxZ5cxc.js → StreamingChunkSequence-B8mZMdzs.js} +1 -1
- package/.output/public/assets/_sessionId-Bc26Rfxs.js +1 -0
- package/.output/public/assets/index-C6AiRPsJ.js +1 -0
- package/.output/public/assets/index-C_8PFAm2.css +1 -0
- package/.output/public/assets/{main-CbRIHhJ5.js → main-B797Hnge.js} +2 -2
- package/.output/server/{_sessionId-DNfumR8F.mjs → _sessionId-DD05qd8d.mjs} +2 -2
- package/.output/server/_ssr/{CompareDrawer-CzgjhnUa.mjs → CompareDrawer-oGOG5-kQ.mjs} +2 -2
- package/.output/server/_ssr/{ProxyViewerContainer-BqOcZ7en.mjs → ProxyViewerContainer-Bbl5tqT1.mjs} +130 -121
- package/.output/server/_ssr/{ReplayDialog-DmEknIL8.mjs → ReplayDialog-BegfwWIy.mjs} +3 -3
- package/.output/server/_ssr/{RequestAnatomy-DNoiMudY.mjs → RequestAnatomy-BW_X2DyZ.mjs} +2 -2
- package/.output/server/_ssr/{ResponseView-C_cRrleT.mjs → ResponseView-Bx_uJ4RS.mjs} +2 -2
- package/.output/server/_ssr/{StreamingChunkSequence-DHZ9Q_dL.mjs → StreamingChunkSequence-CQp5QQnB.mjs} +2 -2
- package/.output/server/_ssr/{index-coYS9XyS.mjs → index-ODSKeDD8.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{router-DUb5lKw1.mjs → router-QcI4GOvo.mjs} +4 -4
- package/.output/server/{_tanstack-start-manifest_v-xcG1o8Vt.mjs → _tanstack-start-manifest_v-dEujKJ3-.mjs} +1 -1
- package/.output/server/index.mjs +63 -63
- package/package.json +1 -1
- package/src/components/groups/GroupsDialog.tsx +132 -121
- package/.output/public/assets/_sessionId-C4z6gu9i.js +0 -1
- package/.output/public/assets/index-Drpb2qR5.js +0 -1
- package/.output/public/assets/index-fUUi8iQF.css +0 -1
|
@@ -198,7 +198,7 @@ function getResponse() {
|
|
|
198
198
|
return event.res;
|
|
199
199
|
}
|
|
200
200
|
async function getStartManifest(matchedRoutes) {
|
|
201
|
-
const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-
|
|
201
|
+
const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-dEujKJ3-.mjs");
|
|
202
202
|
const startManifest = tsrStartManifest();
|
|
203
203
|
const rootRoute = startManifest.routes[rootRouteId] = startManifest.routes[rootRouteId] || {};
|
|
204
204
|
rootRoute.assets = rootRoute.assets || [];
|
|
@@ -767,7 +767,7 @@ let entriesPromise;
|
|
|
767
767
|
let baseManifestPromise;
|
|
768
768
|
let cachedFinalManifestPromise;
|
|
769
769
|
async function loadEntries() {
|
|
770
|
-
const routerEntry = await import("./router-
|
|
770
|
+
const routerEntry = await import("./router-QcI4GOvo.mjs").then((n) => n.w);
|
|
771
771
|
const startEntry = await import("./start-HYkvq4Ni.mjs");
|
|
772
772
|
return { startEntry, routerEntry };
|
|
773
773
|
}
|
|
@@ -50,7 +50,7 @@ import "../_libs/mimic-function.mjs";
|
|
|
50
50
|
import "../_libs/semver.mjs";
|
|
51
51
|
import "../_libs/uint8array-extras.mjs";
|
|
52
52
|
const faviconSvg = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20role='img'%20aria-label='Agent%20Inspector'%3e%3crect%20width='64'%20height='64'%20rx='14'%20fill='%23111827'%20/%3e%3cg%20fill='none'%20stroke='%23f59e0b'%20stroke-width='4.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20fill='%23f59e0b'%20d='M15%2036c0-11%207-18%2017-18s17%207%2017%2018c0%208-7%2013-17%2013s-17-5-17-13z'%20/%3e%3cpath%20d='M16%2031c-6-5-12-3-12%204%200%205%206%206%2011%202'%20/%3e%3cpath%20d='M48%2031c6-5%2012-3%2012%204%200%205-6%206-11%202'%20/%3e%3cpath%20d='M27%2019l-3-7'%20/%3e%3cpath%20d='M37%2019l3-7'%20/%3e%3cpath%20d='M19%2045l-6%209'%20/%3e%3cpath%20d='M27%2048l-3%209'%20/%3e%3cpath%20d='M37%2048l3%209'%20/%3e%3cpath%20d='M45%2045l6%209'%20/%3e%3c/g%3e%3cpath%20d='M14%2047l9-8%208%209c-5%203.5-12%203-17-1z'%20fill='%232f6b3f'%20opacity='.95'%20/%3e%3cpath%20d='M18%2046l5-5%205%206c-3%201.6-7%201.4-10-1z'%20fill='%236fb36f'%20opacity='.95'%20/%3e%3cpath%20d='M23%2041v10'%20fill='none'%20stroke='%23d6b45f'%20stroke-width='1.6'%20stroke-linecap='round'%20/%3e%3ccircle%20cx='31'%20cy='48'%20r='1.8'%20fill='%23c2412d'%20/%3e%3cpath%20d='M24%2044l13-11%2014%2013c-8%205.8-18%205.3-27-2z'%20fill='%232f6b3f'%20opacity='.97'%20/%3e%3cpath%20d='M30%2043l7-7%209%209c-5%202.7-11%202.5-16-2z'%20fill='%236fb36f'%20opacity='.95'%20/%3e%3cpath%20d='M37%2036v14'%20fill='none'%20stroke='%23d6b45f'%20stroke-width='2'%20stroke-linecap='round'%20/%3e%3cpath%20d='M30%2043c5-2%2011-1.5%2016%202'%20fill='none'%20stroke='%239fca78'%20stroke-width='1.8'%20stroke-linecap='round'%20/%3e%3ccircle%20cx='51'%20cy='46'%20r='2'%20fill='%23c2412d'%20/%3e%3cpath%20d='M40%2050l8-8%207%208c-4.2%203.2-10%203-15%200z'%20fill='%232f6b3f'%20opacity='.95'%20/%3e%3cpath%20d='M43%2049l5-5%204.5%205.5c-3%201.5-6%201.2-9.5-.5z'%20fill='%236fb36f'%20opacity='.95'%20/%3e%3cpath%20d='M48%2044v9'%20fill='none'%20stroke='%23d6b45f'%20stroke-width='1.5'%20stroke-linecap='round'%20/%3e%3ccircle%20cx='55'%20cy='50'%20r='1.7'%20fill='%23c2412d'%20/%3e%3ccircle%20cx='24'%20cy='11'%20r='3.2'%20fill='%23f59e0b'%20/%3e%3ccircle%20cx='40'%20cy='11'%20r='3.2'%20fill='%23f59e0b'%20/%3e%3ccircle%20cx='25'%20cy='34'%20r='2.1'%20fill='%23111827'%20/%3e%3ccircle%20cx='39'%20cy='34'%20r='2.1'%20fill='%23111827'%20/%3e%3c/svg%3e";
|
|
53
|
-
const appCss = "/assets/index-
|
|
53
|
+
const appCss = "/assets/index-C_8PFAm2.css";
|
|
54
54
|
const Route$z = createRootRoute({
|
|
55
55
|
head: () => ({
|
|
56
56
|
meta: [
|
|
@@ -93,7 +93,7 @@ function RootDocument({ children }) {
|
|
|
93
93
|
] })
|
|
94
94
|
] });
|
|
95
95
|
}
|
|
96
|
-
const $$splitComponentImporter$1 = () => import("./index-
|
|
96
|
+
const $$splitComponentImporter$1 = () => import("./index-ODSKeDD8.mjs");
|
|
97
97
|
const Route$y = createFileRoute("/")({
|
|
98
98
|
component: lazyRouteComponent($$splitComponentImporter$1, "component")
|
|
99
99
|
});
|
|
@@ -136,7 +136,7 @@ function decodeSessionIdFromPath(encoded) {
|
|
|
136
136
|
function getSessionPath(sessionId) {
|
|
137
137
|
return `/session/${encodeSessionIdForPath(sessionId)}`;
|
|
138
138
|
}
|
|
139
|
-
const $$splitComponentImporter = () => import("../_sessionId-
|
|
139
|
+
const $$splitComponentImporter = () => import("../_sessionId-DD05qd8d.mjs");
|
|
140
140
|
const Route$x = createFileRoute("/session/$sessionId")({
|
|
141
141
|
component: lazyRouteComponent($$splitComponentImporter, "component"),
|
|
142
142
|
parseParams: (params) => ({
|
|
@@ -5453,7 +5453,7 @@ const Route$s = createFileRoute("/api/models")({
|
|
|
5453
5453
|
}
|
|
5454
5454
|
}
|
|
5455
5455
|
});
|
|
5456
|
-
const version = "2.0.
|
|
5456
|
+
const version = "2.0.33";
|
|
5457
5457
|
const packageJson = {
|
|
5458
5458
|
version
|
|
5459
5459
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const tsrStartManifest = () => ({ "routes": { "__root__": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/__root.tsx", "children": ["/", "/api/config", "/api/groups", "/api/health", "/api/logs", "/api/mcp", "/api/models", "/api/providers", "/api/runs", "/api/sessions", "/proxy/$", "/session/$sessionId", "/api/knowledge/candidates", "/api/knowledge/project-context", "/api/knowledge/search", "/api/knowledge/sessions/$sessionId/candidates"], "preloads": ["/assets/main-
|
|
1
|
+
const tsrStartManifest = () => ({ "routes": { "__root__": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/__root.tsx", "children": ["/", "/api/config", "/api/groups", "/api/health", "/api/logs", "/api/mcp", "/api/models", "/api/providers", "/api/runs", "/api/sessions", "/proxy/$", "/session/$sessionId", "/api/knowledge/candidates", "/api/knowledge/project-context", "/api/knowledge/search", "/api/knowledge/sessions/$sessionId/candidates"], "preloads": ["/assets/main-B797Hnge.js"], "assets": [] }, "/": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/index.tsx", "assets": [], "preloads": ["/assets/index-C6AiRPsJ.js", "/assets/ProxyViewerContainer--Pes01q2.js"] }, "/api/config": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/config.ts", "children": ["/api/config/paths"] }, "/api/groups": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/groups.ts", "children": ["/api/groups/$groupId"] }, "/api/health": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/health.ts" }, "/api/logs": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.ts", "children": ["/api/logs/$id", "/api/logs/stream"] }, "/api/mcp": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/mcp.ts" }, "/api/models": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/models.ts" }, "/api/providers": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.ts", "children": ["/api/providers/$providerId", "/api/providers/export", "/api/providers/import", "/api/providers/scan"] }, "/api/runs": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/runs.ts", "children": ["/api/runs/$runId"] }, "/api/sessions": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/sessions.ts" }, "/proxy/$": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/proxy/$.ts" }, "/session/$sessionId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/session/$sessionId.tsx", "assets": [], "preloads": ["/assets/_sessionId-Bc26Rfxs.js", "/assets/ProxyViewerContainer--Pes01q2.js"] }, "/api/config/paths": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/config.paths.ts" }, "/api/groups/$groupId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/groups.$groupId.ts", "children": ["/api/groups/$groupId/evidence", "/api/groups/$groupId/sessions"] }, "/api/knowledge/candidates": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.candidates.ts", "children": ["/api/knowledge/candidates/$candidateId"] }, "/api/knowledge/project-context": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.project-context.ts" }, "/api/knowledge/search": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.search.ts" }, "/api/logs/$id": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.$id.ts", "children": ["/api/logs/$id/chunks", "/api/logs/$id/replay"] }, "/api/logs/stream": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.stream.ts" }, "/api/providers/$providerId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.$providerId.ts", "children": ["/api/providers/$providerId/model-metadata", "/api/providers/$providerId/test"] }, "/api/providers/export": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.export.ts" }, "/api/providers/import": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.import.ts" }, "/api/providers/scan": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.scan.ts" }, "/api/runs/$runId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/runs.$runId.ts", "children": ["/api/runs/$runId/evidence"] }, "/api/groups/$groupId/evidence": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/groups.$groupId.evidence.ts" }, "/api/groups/$groupId/sessions": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/groups.$groupId.sessions.ts" }, "/api/knowledge/candidates/$candidateId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.candidates.$candidateId.ts", "children": ["/api/knowledge/candidates/$candidateId/promote"] }, "/api/logs/$id/chunks": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.$id.chunks.ts" }, "/api/logs/$id/replay": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.$id.replay.ts" }, "/api/providers/$providerId/model-metadata": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.$providerId.model-metadata.ts" }, "/api/providers/$providerId/test": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.$providerId.test.ts", "children": ["/api/providers/$providerId/test/log"] }, "/api/runs/$runId/evidence": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/runs.$runId.evidence.ts" }, "/api/knowledge/candidates/$candidateId/promote": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.candidates.$candidateId.promote.ts" }, "/api/knowledge/sessions/$sessionId/candidates": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.sessions.$sessionId.candidates.ts" }, "/api/providers/$providerId/test/log": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.$providerId.test.log.ts" } }, "clientEntry": "/assets/main-B797Hnge.js" });
|
|
2
2
|
export {
|
|
3
3
|
tsrStartManifest
|
|
4
4
|
};
|
package/.output/server/index.mjs
CHANGED
|
@@ -35,103 +35,103 @@ const headers = ((m) => function headersRouteRule(event) {
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
const assets = {
|
|
38
|
-
"/assets/
|
|
38
|
+
"/assets/index-C6AiRPsJ.js": {
|
|
39
39
|
"type": "text/javascript; charset=utf-8",
|
|
40
|
-
"etag": '"
|
|
41
|
-
"mtime": "2026-07-01T02:
|
|
42
|
-
"size":
|
|
43
|
-
"path": "../public/assets/
|
|
44
|
-
},
|
|
45
|
-
"/assets/minimax-BPMzvuL-.jpeg": {
|
|
46
|
-
"type": "image/jpeg",
|
|
47
|
-
"etag": '"1b06-IwivU89ko5UTMUM1/t7hn4sQK9A"',
|
|
48
|
-
"mtime": "2026-07-01T02:41:45.885Z",
|
|
49
|
-
"size": 6918,
|
|
50
|
-
"path": "../public/assets/minimax-BPMzvuL-.jpeg"
|
|
40
|
+
"etag": '"74-a6DN9m2CAFwv76/yc/R0OhyV/6c"',
|
|
41
|
+
"mtime": "2026-07-01T02:54:30.449Z",
|
|
42
|
+
"size": 116,
|
|
43
|
+
"path": "../public/assets/index-C6AiRPsJ.js"
|
|
51
44
|
},
|
|
52
45
|
"/assets/alibaba-TTwafVwX.svg": {
|
|
53
46
|
"type": "image/svg+xml",
|
|
54
47
|
"etag": '"171b-6dyV5K8QjiaY35sN9qNprh9zDIs"',
|
|
55
|
-
"mtime": "2026-07-01T02:
|
|
48
|
+
"mtime": "2026-07-01T02:54:30.449Z",
|
|
56
49
|
"size": 5915,
|
|
57
50
|
"path": "../public/assets/alibaba-TTwafVwX.svg"
|
|
58
51
|
},
|
|
59
|
-
"/assets/
|
|
52
|
+
"/assets/minimax-BPMzvuL-.jpeg": {
|
|
53
|
+
"type": "image/jpeg",
|
|
54
|
+
"etag": '"1b06-IwivU89ko5UTMUM1/t7hn4sQK9A"',
|
|
55
|
+
"mtime": "2026-07-01T02:54:30.449Z",
|
|
56
|
+
"size": 6918,
|
|
57
|
+
"path": "../public/assets/minimax-BPMzvuL-.jpeg"
|
|
58
|
+
},
|
|
59
|
+
"/assets/index-C_8PFAm2.css": {
|
|
60
60
|
"type": "text/css; charset=utf-8",
|
|
61
|
-
"etag": '"
|
|
62
|
-
"mtime": "2026-07-01T02:
|
|
63
|
-
"size":
|
|
64
|
-
"path": "../public/assets/index-
|
|
61
|
+
"etag": '"1ac9e-HNLu+/ctAdlujlPfCr3RCZb1vrw"',
|
|
62
|
+
"mtime": "2026-07-01T02:54:30.449Z",
|
|
63
|
+
"size": 109726,
|
|
64
|
+
"path": "../public/assets/index-C_8PFAm2.css"
|
|
65
65
|
},
|
|
66
|
-
"/assets/
|
|
66
|
+
"/assets/ReplayDialog-iuzfh85b.js": {
|
|
67
67
|
"type": "text/javascript; charset=utf-8",
|
|
68
|
-
"etag": '"
|
|
69
|
-
"mtime": "2026-07-01T02:
|
|
70
|
-
"size":
|
|
71
|
-
"path": "../public/assets/
|
|
68
|
+
"etag": '"318c-XcEmd05uEcAHlG9titFXbo+gCrY"',
|
|
69
|
+
"mtime": "2026-07-01T02:54:30.450Z",
|
|
70
|
+
"size": 12684,
|
|
71
|
+
"path": "../public/assets/ReplayDialog-iuzfh85b.js"
|
|
72
72
|
},
|
|
73
|
-
"/assets/
|
|
73
|
+
"/assets/CompareDrawer-ClTJxdoU.js": {
|
|
74
74
|
"type": "text/javascript; charset=utf-8",
|
|
75
|
-
"etag": '"
|
|
76
|
-
"mtime": "2026-07-01T02:
|
|
77
|
-
"size":
|
|
78
|
-
"path": "../public/assets/
|
|
79
|
-
},
|
|
80
|
-
"/assets/qwen-CONDcHqt.png": {
|
|
81
|
-
"type": "image/png",
|
|
82
|
-
"etag": '"572c3-cdJAPaHdOvFCGzuaQjagdgOu6XE"',
|
|
83
|
-
"mtime": "2026-07-01T02:41:45.885Z",
|
|
84
|
-
"size": 357059,
|
|
85
|
-
"path": "../public/assets/qwen-CONDcHqt.png"
|
|
75
|
+
"etag": '"49fe-p99Ki2esmkY4icjU0xIHKhhNuIk"',
|
|
76
|
+
"mtime": "2026-07-01T02:54:30.450Z",
|
|
77
|
+
"size": 18942,
|
|
78
|
+
"path": "../public/assets/CompareDrawer-ClTJxdoU.js"
|
|
86
79
|
},
|
|
87
|
-
"/assets/
|
|
80
|
+
"/assets/RequestAnatomy-FZnnP9Gx.js": {
|
|
88
81
|
"type": "text/javascript; charset=utf-8",
|
|
89
|
-
"etag": '"
|
|
90
|
-
"mtime": "2026-07-01T02:
|
|
91
|
-
"size":
|
|
92
|
-
"path": "../public/assets/
|
|
82
|
+
"etag": '"4485-pgwLUhuIJkkKYqkanchZKSnuAT0"',
|
|
83
|
+
"mtime": "2026-07-01T02:54:30.450Z",
|
|
84
|
+
"size": 17541,
|
|
85
|
+
"path": "../public/assets/RequestAnatomy-FZnnP9Gx.js"
|
|
93
86
|
},
|
|
94
|
-
"/assets/
|
|
87
|
+
"/assets/main-B797Hnge.js": {
|
|
95
88
|
"type": "text/javascript; charset=utf-8",
|
|
96
|
-
"etag": '"
|
|
97
|
-
"mtime": "2026-07-01T02:
|
|
98
|
-
"size":
|
|
99
|
-
"path": "../public/assets/
|
|
89
|
+
"etag": '"51726-NY9MyReO0iwQh08rCm1upy3DdpM"',
|
|
90
|
+
"mtime": "2026-07-01T02:54:30.449Z",
|
|
91
|
+
"size": 333606,
|
|
92
|
+
"path": "../public/assets/main-B797Hnge.js"
|
|
100
93
|
},
|
|
101
|
-
"/assets/ResponseView-
|
|
94
|
+
"/assets/ResponseView-MZ6ZWvbL.js": {
|
|
102
95
|
"type": "text/javascript; charset=utf-8",
|
|
103
|
-
"etag": '"30d0-
|
|
104
|
-
"mtime": "2026-07-01T02:
|
|
96
|
+
"etag": '"30d0-nvVFmB+Fh0jpFdfRsVGSbhaM0AQ"',
|
|
97
|
+
"mtime": "2026-07-01T02:54:30.450Z",
|
|
105
98
|
"size": 12496,
|
|
106
|
-
"path": "../public/assets/ResponseView-
|
|
99
|
+
"path": "../public/assets/ResponseView-MZ6ZWvbL.js"
|
|
107
100
|
},
|
|
108
|
-
"/assets/StreamingChunkSequence
|
|
101
|
+
"/assets/StreamingChunkSequence-B8mZMdzs.js": {
|
|
109
102
|
"type": "text/javascript; charset=utf-8",
|
|
110
|
-
"etag": '"d57-
|
|
111
|
-
"mtime": "2026-07-01T02:
|
|
103
|
+
"etag": '"d57-VG77bGn8l1PydHDayZdXVGDb5U8"',
|
|
104
|
+
"mtime": "2026-07-01T02:54:30.450Z",
|
|
112
105
|
"size": 3415,
|
|
113
|
-
"path": "../public/assets/StreamingChunkSequence
|
|
106
|
+
"path": "../public/assets/StreamingChunkSequence-B8mZMdzs.js"
|
|
114
107
|
},
|
|
115
|
-
"/assets/_sessionId-
|
|
108
|
+
"/assets/_sessionId-Bc26Rfxs.js": {
|
|
116
109
|
"type": "text/javascript; charset=utf-8",
|
|
117
|
-
"etag": '"d2-
|
|
118
|
-
"mtime": "2026-07-01T02:
|
|
110
|
+
"etag": '"d2-DJ+ArTTuJAjf6O/vpm4IpJ4fTdU"',
|
|
111
|
+
"mtime": "2026-07-01T02:54:30.449Z",
|
|
119
112
|
"size": 210,
|
|
120
|
-
"path": "../public/assets/_sessionId-
|
|
113
|
+
"path": "../public/assets/_sessionId-Bc26Rfxs.js"
|
|
114
|
+
},
|
|
115
|
+
"/assets/qwen-CONDcHqt.png": {
|
|
116
|
+
"type": "image/png",
|
|
117
|
+
"etag": '"572c3-cdJAPaHdOvFCGzuaQjagdgOu6XE"',
|
|
118
|
+
"mtime": "2026-07-01T02:54:30.449Z",
|
|
119
|
+
"size": 357059,
|
|
120
|
+
"path": "../public/assets/qwen-CONDcHqt.png"
|
|
121
121
|
},
|
|
122
122
|
"/assets/zhipuai-BPNAnxo-.svg": {
|
|
123
123
|
"type": "image/svg+xml",
|
|
124
124
|
"etag": '"2bf8-hNaLCTi89nOFCsIIfWpP/jrfo0s"',
|
|
125
|
-
"mtime": "2026-07-01T02:
|
|
125
|
+
"mtime": "2026-07-01T02:54:30.449Z",
|
|
126
126
|
"size": 11256,
|
|
127
127
|
"path": "../public/assets/zhipuai-BPNAnxo-.svg"
|
|
128
128
|
},
|
|
129
|
-
"/assets/ProxyViewerContainer
|
|
129
|
+
"/assets/ProxyViewerContainer--Pes01q2.js": {
|
|
130
130
|
"type": "text/javascript; charset=utf-8",
|
|
131
|
-
"etag": '"
|
|
132
|
-
"mtime": "2026-07-01T02:
|
|
133
|
-
"size":
|
|
134
|
-
"path": "../public/assets/ProxyViewerContainer
|
|
131
|
+
"etag": '"b565e-t/KBWxv0P/4ezDh3bFUBZTEtCzI"',
|
|
132
|
+
"mtime": "2026-07-01T02:54:30.450Z",
|
|
133
|
+
"size": 743006,
|
|
134
|
+
"path": "../public/assets/ProxyViewerContainer--Pes01q2.js"
|
|
135
135
|
}
|
|
136
136
|
};
|
|
137
137
|
function readAsset(id) {
|