Add live agent views and improve Codex monitoring

This commit is contained in:
William Valentin
2026-03-20 13:59:51 -07:00
parent a87bbc6983
commit 687a7aa79d
10 changed files with 1408 additions and 184 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "handler.js",
"type": "module",
"bin": {
"agentmon-handler": "./handler.js"
"agentmon-codex-handler": "./handler.js"
},
"scripts": {
"build": "npx esbuild handler.ts --platform=node --format=esm --outfile=handler.js"