feat: track agentrun event visible latency

This commit is contained in:
lyon
2026-06-17 18:45:19 +08:00
parent bdd031fe90
commit 74f5f1773d
9 changed files with 77 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"check": "bun run scripts/check.ts && bun run scripts/tsc-check.ts && bun test",
"check": "bun run scripts/check.ts && bun run scripts/tsc-check.ts && bun test scripts",
"check:tsc": "bun run scripts/tsc-check.ts",
"check:tsc-strict": "bun run scripts/tsc-check.ts --strict",
"typecheck": "vue-tsc --noEmit",