@tonyclaw/agent-inspector 3.0.13 → 3.0.15
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-BRV9ztWd.js → CompareDrawer-UaIxykqz.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-DlpfcX56.js +106 -0
- package/.output/public/assets/{ReplayDialog-B4b6aD0q.js → ReplayDialog-BFFomU1m.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-ybH1l2Bp.js → RequestAnatomy-DKQJBt_c.js} +1 -1
- package/.output/public/assets/{ResponseView-DpPKgH-Y.js → ResponseView-D7yotmne.js} +2 -2
- package/.output/public/assets/{StreamingChunkSequence-9f_rtMzz.js → StreamingChunkSequence-Da-6WNFG.js} +1 -1
- package/.output/public/assets/{_sessionId-gEmO-b2f.js → _sessionId-ByTXLS-w.js} +1 -1
- package/.output/public/assets/{index-JgHKqbP1.js → index-BrM8t5mc.js} +1 -1
- package/.output/public/assets/index-CGpPRty8.js +1 -0
- package/.output/public/assets/index-HRfrFVYw.css +1 -0
- package/.output/public/assets/{json-viewer-DFpIPmLo.js → json-viewer-DyjXQdVu.js} +1 -1
- package/.output/public/assets/{main-YvdO47OP.js → main-Zv_gjZMb.js} +2 -2
- package/.output/server/_libs/lucide-react.mjs +216 -202
- package/.output/server/{_sessionId-wSX-l7m2.mjs → _sessionId-GcFhWT0i.mjs} +3 -3
- package/.output/server/_ssr/{CompareDrawer-R4d8V0Rv.mjs → CompareDrawer-BV7dw1TN.mjs} +3 -3
- package/.output/server/_ssr/{ProxyViewerContainer-CDtJhGg8.mjs → ProxyViewerContainer-CcgfvaS4.mjs} +931 -393
- package/.output/server/_ssr/{ReplayDialog-BvmLERpW.mjs → ReplayDialog-B7sBKxIO.mjs} +4 -4
- package/.output/server/_ssr/{RequestAnatomy-CH-oO6mY.mjs → RequestAnatomy-s_9Veje2.mjs} +3 -3
- package/.output/server/_ssr/{ResponseView-D7shbJw0.mjs → ResponseView-DsOFPCvF.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-DB2YHGJj.mjs → StreamingChunkSequence-CyA1XtiF.mjs} +3 -3
- package/.output/server/_ssr/{index-CS4QLxuv.mjs → index-CDDRt201.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{json-viewer-HxOn73kS.mjs → json-viewer-BFV-xtRM.mjs} +3 -3
- package/.output/server/_ssr/{router-l4O3mQ4T.mjs → router-B2Q7vHPM.mjs} +321 -121
- package/.output/server/_tanstack-start-manifest_v-Dm_GmuRz.mjs +4 -0
- package/.output/server/index.mjs +73 -73
- package/README.md +24 -0
- package/package.json +1 -1
- package/src/components/ProxyViewer.tsx +470 -197
- package/src/components/ProxyViewerContainer.tsx +145 -17
- package/src/components/ecosystem/AgentLabDialog.tsx +221 -10
- package/src/components/proxy-viewer/ToolTraceEvents.tsx +36 -10
- package/src/components/proxy-viewer/TurnGroup.tsx +4 -1
- package/src/lib/ecosystemContract.ts +21 -1
- package/src/proxy/ecosystemRegistry.ts +52 -0
- package/src/proxy/ecosystemTasks.ts +95 -1
- package/src/proxy/formats/openai/codexMetadata.ts +61 -0
- package/src/proxy/formats/openai/handler.ts +8 -2
- package/src/routes/api/ecosystem.packages.ts +2 -1
- package/src/routes/api/ecosystem.recipes.$recipeId.run.ts +16 -0
- package/styles/globals.css +54 -0
- package/.output/public/assets/ProxyViewerContainer-BVsv8OFb.js +0 -106
- package/.output/public/assets/index-BIgsQvaF.css +0 -1
- package/.output/public/assets/index-CF3MPYb3.js +0 -1
- package/.output/server/_tanstack-start-manifest_v-Dckf_NHV.mjs +0 -4
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const tsrStartManifest = () => ({ "routes": { "__root__": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/__root.tsx", "children": ["/", "/api/alerts", "/api/config", "/api/groups", "/api/health", "/api/logs", "/api/mcp", "/api/models", "/api/providers", "/api/runs", "/api/sessions", "/proxy/$", "/session/$sessionId", "/api/ecosystem/packages", "/api/ecosystem/tasks", "/api/knowledge/candidates", "/api/knowledge/project-context", "/api/knowledge/search", "/api/ecosystem/recipes/$recipeId/run", "/api/knowledge/sessions/$sessionId/candidates"], "preloads": ["/assets/main-Zv_gjZMb.js"], "assets": [] }, "/": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/index.tsx", "assets": [], "preloads": ["/assets/index-CGpPRty8.js", "/assets/ProxyViewerContainer-DlpfcX56.js"] }, "/api/alerts": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/alerts.ts", "children": ["/api/alerts/summary"] }, "/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/import", "/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-ByTXLS-w.js", "/assets/ProxyViewerContainer-DlpfcX56.js"] }, "/api/alerts/summary": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/alerts.summary.ts" }, "/api/config/paths": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/config.paths.ts" }, "/api/ecosystem/packages": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/ecosystem.packages.ts", "children": ["/api/ecosystem/packages/$packageId/help", "/api/ecosystem/packages/$packageId/install", "/api/ecosystem/packages/$packageId/runner-presets", "/api/ecosystem/packages/$packageId/upgrade"] }, "/api/ecosystem/tasks": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/ecosystem.tasks.ts", "children": ["/api/ecosystem/tasks/$taskId"] }, "/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/body", "/api/logs/$id/chunks", "/api/logs/$id/replay"] }, "/api/logs/import": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.import.ts" }, "/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/ecosystem/tasks/$taskId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/ecosystem.tasks.$taskId.ts" }, "/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/body": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.$id.body.ts" }, "/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/ecosystem/packages/$packageId/help": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/ecosystem.packages.$packageId.help.ts" }, "/api/ecosystem/packages/$packageId/install": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/ecosystem.packages.$packageId.install.ts" }, "/api/ecosystem/packages/$packageId/runner-presets": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/ecosystem.packages.$packageId.runner-presets.ts" }, "/api/ecosystem/packages/$packageId/upgrade": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/ecosystem.packages.$packageId.upgrade.ts" }, "/api/ecosystem/recipes/$recipeId/run": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/ecosystem.recipes.$recipeId.run.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-Zv_gjZMb.js" });
|
|
2
|
+
export {
|
|
3
|
+
tsrStartManifest
|
|
4
|
+
};
|
package/.output/server/index.mjs
CHANGED
|
@@ -38,121 +38,121 @@ const assets = {
|
|
|
38
38
|
"/assets/agent-inspector-58K1_MsC.ico": {
|
|
39
39
|
"type": "image/vnd.microsoft.icon",
|
|
40
40
|
"etag": '"38fa-ZD8kPABHYjPIkcH82FMY6iZM7fI"',
|
|
41
|
-
"mtime": "2026-07-
|
|
41
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
42
42
|
"size": 14586,
|
|
43
43
|
"path": "../public/assets/agent-inspector-58K1_MsC.ico"
|
|
44
44
|
},
|
|
45
45
|
"/assets/alibaba-TTwafVwX.svg": {
|
|
46
46
|
"type": "image/svg+xml",
|
|
47
47
|
"etag": '"171b-6dyV5K8QjiaY35sN9qNprh9zDIs"',
|
|
48
|
-
"mtime": "2026-07-
|
|
48
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
49
49
|
"size": 5915,
|
|
50
50
|
"path": "../public/assets/alibaba-TTwafVwX.svg"
|
|
51
51
|
},
|
|
52
|
-
"/assets/
|
|
53
|
-
"type": "image/jpeg",
|
|
54
|
-
"etag": '"1b06-IwivU89ko5UTMUM1/t7hn4sQK9A"',
|
|
55
|
-
"mtime": "2026-07-07T13:32:21.623Z",
|
|
56
|
-
"size": 6918,
|
|
57
|
-
"path": "../public/assets/minimax-BPMzvuL-.jpeg"
|
|
58
|
-
},
|
|
59
|
-
"/assets/json-viewer-DFpIPmLo.js": {
|
|
52
|
+
"/assets/json-viewer-DyjXQdVu.js": {
|
|
60
53
|
"type": "text/javascript; charset=utf-8",
|
|
61
|
-
"etag": '"1ae6-
|
|
62
|
-
"mtime": "2026-07-
|
|
54
|
+
"etag": '"1ae6-gkWygbgta5NYG+vjMv2zRffJ1XM"',
|
|
55
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
63
56
|
"size": 6886,
|
|
64
|
-
"path": "../public/assets/json-viewer-
|
|
57
|
+
"path": "../public/assets/json-viewer-DyjXQdVu.js"
|
|
65
58
|
},
|
|
66
|
-
"/assets/CompareDrawer-
|
|
59
|
+
"/assets/CompareDrawer-UaIxykqz.js": {
|
|
67
60
|
"type": "text/javascript; charset=utf-8",
|
|
68
|
-
"etag": '"4bc3-
|
|
69
|
-
"mtime": "2026-07-
|
|
61
|
+
"etag": '"4bc3-ggKCTMawsv7rU1UHEIKKGiOMipI"',
|
|
62
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
70
63
|
"size": 19395,
|
|
71
|
-
"path": "../public/assets/CompareDrawer-
|
|
64
|
+
"path": "../public/assets/CompareDrawer-UaIxykqz.js"
|
|
72
65
|
},
|
|
73
|
-
"/assets/index-
|
|
66
|
+
"/assets/index-BrM8t5mc.js": {
|
|
74
67
|
"type": "text/javascript; charset=utf-8",
|
|
75
|
-
"etag": '"
|
|
76
|
-
"mtime": "2026-07-
|
|
77
|
-
"size":
|
|
78
|
-
"path": "../public/assets/index-
|
|
68
|
+
"etag": '"1cd2c-3pgDwJ46E6Felh8A42E0YhDLHbg"',
|
|
69
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
70
|
+
"size": 118060,
|
|
71
|
+
"path": "../public/assets/index-BrM8t5mc.js"
|
|
79
72
|
},
|
|
80
|
-
"/assets/index-
|
|
73
|
+
"/assets/index-HRfrFVYw.css": {
|
|
81
74
|
"type": "text/css; charset=utf-8",
|
|
82
|
-
"etag": '"
|
|
83
|
-
"mtime": "2026-07-
|
|
84
|
-
"size":
|
|
85
|
-
"path": "../public/assets/index-
|
|
75
|
+
"etag": '"256cc-1u+nmxaQWLqCgRpu+RY8lHvN/Rw"',
|
|
76
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
77
|
+
"size": 153292,
|
|
78
|
+
"path": "../public/assets/index-HRfrFVYw.css"
|
|
79
|
+
},
|
|
80
|
+
"/assets/minimax-BPMzvuL-.jpeg": {
|
|
81
|
+
"type": "image/jpeg",
|
|
82
|
+
"etag": '"1b06-IwivU89ko5UTMUM1/t7hn4sQK9A"',
|
|
83
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
84
|
+
"size": 6918,
|
|
85
|
+
"path": "../public/assets/minimax-BPMzvuL-.jpeg"
|
|
86
86
|
},
|
|
87
|
-
"/assets/index-
|
|
87
|
+
"/assets/index-CGpPRty8.js": {
|
|
88
88
|
"type": "text/javascript; charset=utf-8",
|
|
89
|
-
"etag": '"
|
|
90
|
-
"mtime": "2026-07-
|
|
91
|
-
"size":
|
|
92
|
-
"path": "../public/assets/index-
|
|
89
|
+
"etag": '"74-9CZaW7HJYOH3NQYj4/xip60xhg4"',
|
|
90
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
91
|
+
"size": 116,
|
|
92
|
+
"path": "../public/assets/index-CGpPRty8.js"
|
|
93
93
|
},
|
|
94
|
-
"/assets/
|
|
94
|
+
"/assets/ReplayDialog-BFFomU1m.js": {
|
|
95
95
|
"type": "text/javascript; charset=utf-8",
|
|
96
|
-
"etag": '"
|
|
97
|
-
"mtime": "2026-07-
|
|
98
|
-
"size":
|
|
99
|
-
"path": "../public/assets/
|
|
96
|
+
"etag": '"3347-wwiHOYqrhCVahfCSETluyefD+cU"',
|
|
97
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
98
|
+
"size": 13127,
|
|
99
|
+
"path": "../public/assets/ReplayDialog-BFFomU1m.js"
|
|
100
100
|
},
|
|
101
|
-
"/assets/RequestAnatomy-
|
|
101
|
+
"/assets/RequestAnatomy-DKQJBt_c.js": {
|
|
102
102
|
"type": "text/javascript; charset=utf-8",
|
|
103
|
-
"etag": '"43f2-
|
|
104
|
-
"mtime": "2026-07-
|
|
103
|
+
"etag": '"43f2-gYWUIZmEexr5Q2THgcpMQjBaUPM"',
|
|
104
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
105
105
|
"size": 17394,
|
|
106
|
-
"path": "../public/assets/RequestAnatomy-
|
|
106
|
+
"path": "../public/assets/RequestAnatomy-DKQJBt_c.js"
|
|
107
107
|
},
|
|
108
|
-
"/assets/
|
|
108
|
+
"/assets/StreamingChunkSequence-Da-6WNFG.js": {
|
|
109
109
|
"type": "text/javascript; charset=utf-8",
|
|
110
|
-
"etag": '"
|
|
111
|
-
"mtime": "2026-07-
|
|
112
|
-
"size":
|
|
113
|
-
"path": "../public/assets/
|
|
114
|
-
},
|
|
115
|
-
"/assets/zhipuai-BPNAnxo-.svg": {
|
|
116
|
-
"type": "image/svg+xml",
|
|
117
|
-
"etag": '"2bf8-hNaLCTi89nOFCsIIfWpP/jrfo0s"',
|
|
118
|
-
"mtime": "2026-07-07T13:32:21.623Z",
|
|
119
|
-
"size": 11256,
|
|
120
|
-
"path": "../public/assets/zhipuai-BPNAnxo-.svg"
|
|
110
|
+
"etag": '"e95-ARTbW7bmyEiYTbpKN4GWBTv1p6c"',
|
|
111
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
112
|
+
"size": 3733,
|
|
113
|
+
"path": "../public/assets/StreamingChunkSequence-Da-6WNFG.js"
|
|
121
114
|
},
|
|
122
|
-
"/assets/ResponseView-
|
|
115
|
+
"/assets/ResponseView-D7yotmne.js": {
|
|
123
116
|
"type": "text/javascript; charset=utf-8",
|
|
124
|
-
"etag": '"47fc-
|
|
125
|
-
"mtime": "2026-07-
|
|
117
|
+
"etag": '"47fc-nPeXrFn8Wpo46dPZ7uyHhpOBuJk"',
|
|
118
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
126
119
|
"size": 18428,
|
|
127
|
-
"path": "../public/assets/ResponseView-
|
|
120
|
+
"path": "../public/assets/ResponseView-D7yotmne.js"
|
|
128
121
|
},
|
|
129
|
-
"/assets/
|
|
122
|
+
"/assets/_sessionId-ByTXLS-w.js": {
|
|
130
123
|
"type": "text/javascript; charset=utf-8",
|
|
131
|
-
"etag": '"
|
|
132
|
-
"mtime": "2026-07-
|
|
133
|
-
"size":
|
|
134
|
-
"path": "../public/assets/
|
|
124
|
+
"etag": '"36c-ADd7r0LCAoK2B1cl6eXhc8bMt5E"',
|
|
125
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
126
|
+
"size": 876,
|
|
127
|
+
"path": "../public/assets/_sessionId-ByTXLS-w.js"
|
|
135
128
|
},
|
|
136
|
-
"/assets/
|
|
129
|
+
"/assets/main-Zv_gjZMb.js": {
|
|
137
130
|
"type": "text/javascript; charset=utf-8",
|
|
138
|
-
"etag": '"
|
|
139
|
-
"mtime": "2026-07-
|
|
140
|
-
"size":
|
|
141
|
-
"path": "../public/assets/
|
|
131
|
+
"etag": '"512fd-7rsB2+XEiGjMln+9zlzlURXLTKA"',
|
|
132
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
133
|
+
"size": 332541,
|
|
134
|
+
"path": "../public/assets/main-Zv_gjZMb.js"
|
|
135
|
+
},
|
|
136
|
+
"/assets/zhipuai-BPNAnxo-.svg": {
|
|
137
|
+
"type": "image/svg+xml",
|
|
138
|
+
"etag": '"2bf8-hNaLCTi89nOFCsIIfWpP/jrfo0s"',
|
|
139
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
140
|
+
"size": 11256,
|
|
141
|
+
"path": "../public/assets/zhipuai-BPNAnxo-.svg"
|
|
142
142
|
},
|
|
143
143
|
"/assets/qwen-CONDcHqt.png": {
|
|
144
144
|
"type": "image/png",
|
|
145
145
|
"etag": '"572c3-cdJAPaHdOvFCGzuaQjagdgOu6XE"',
|
|
146
|
-
"mtime": "2026-07-
|
|
146
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
147
147
|
"size": 357059,
|
|
148
148
|
"path": "../public/assets/qwen-CONDcHqt.png"
|
|
149
149
|
},
|
|
150
|
-
"/assets/ProxyViewerContainer-
|
|
150
|
+
"/assets/ProxyViewerContainer-DlpfcX56.js": {
|
|
151
151
|
"type": "text/javascript; charset=utf-8",
|
|
152
|
-
"etag": '"
|
|
153
|
-
"mtime": "2026-07-
|
|
154
|
-
"size":
|
|
155
|
-
"path": "../public/assets/ProxyViewerContainer-
|
|
152
|
+
"etag": '"b94bd-+vob2Bv5wCpOrt9K9QAH50+Oiuc"',
|
|
153
|
+
"mtime": "2026-07-08T07:17:16.900Z",
|
|
154
|
+
"size": 758973,
|
|
155
|
+
"path": "../public/assets/ProxyViewerContainer-DlpfcX56.js"
|
|
156
156
|
}
|
|
157
157
|
};
|
|
158
158
|
function readAsset(id) {
|
package/README.md
CHANGED
|
@@ -357,6 +357,30 @@ Built-in prompt templates help turn captured evidence into user-facing output:
|
|
|
357
357
|
- `inspector_generate_group_report`: produce a provider/model evaluation report for a group.
|
|
358
358
|
- `inspector_extract_repro_steps`: extract concise reproduction steps from a session.
|
|
359
359
|
|
|
360
|
+
## TonyClaw Lab Ecosystem
|
|
361
|
+
|
|
362
|
+
TonyClaw Lab turns Inspector into a local control panel for the TonyClaw npm ecosystem. The UI shows
|
|
363
|
+
installed and latest package status for `@tonyclaw/agent-inspector`,
|
|
364
|
+
`@tonyclaw/agent-inspector-mcp`, and `@tonyclaw/eval-harness`; it can launch install, upgrade,
|
|
365
|
+
help, preset discovery, and safe smoke-test recipes without leaving Inspector.
|
|
366
|
+
|
|
367
|
+
The Lab also exposes copy-ready recipes that connect Inspector evidence, MCP checks, and evaluation
|
|
368
|
+
runners:
|
|
369
|
+
|
|
370
|
+
```bash
|
|
371
|
+
npx @tonyclaw/eval-harness check-inspector-mcp
|
|
372
|
+
npx @tonyclaw/eval-harness inspector-smoke --title "TonyClaw Lab smoke" --latest-log-limit 5
|
|
373
|
+
npx @tonyclaw/eval-harness runner-presets --format json
|
|
374
|
+
npx @tonyclaw/eval-harness run-once --smoke --project-source <project> --work-source <work> --count 1 --parallel 1
|
|
375
|
+
```
|
|
376
|
+
|
|
377
|
+
Use these recipes as stable starting points for CI smoke tests, local provider checks, and
|
|
378
|
+
multi-run evaluation batches. Inspector remains the evidence surface; eval-harness drives repeatable
|
|
379
|
+
workloads; the MCP package bridges coding agents that prefer stdio.
|
|
380
|
+
|
|
381
|
+
Recipes without placeholders can be run directly from TonyClaw Lab. Template recipes remain
|
|
382
|
+
copy-ready so users can fill project and work directories explicitly before running them.
|
|
383
|
+
|
|
360
384
|
## Jenkins And GitCode
|
|
361
385
|
|
|
362
386
|
Team CI, GitCode WebHook setup, Cloudflare Tunnel notes, local push fallback, and the verified PR workflow live in [Jenkins + GitCode WebHook](docs/JENKINS_GITCODE_WEBHOOK_TUNNEL.md). Keep real Jenkins notify tokens, GitCode access tokens, and tunnel URLs out of the repository.
|