feat: shadow produce code agent kafka events

This commit is contained in:
lyon1998
2026-06-28 19:51:36 +08:00
parent 2338e8520f
commit fc7fc23f4e
4 changed files with 204 additions and 0 deletions
+10
View File
@@ -10,6 +10,7 @@
"dependencies": {
"@openai/codex": "^0.128.0",
"fzstd": "0.1.1",
"kafkajs": "^2.2.4",
"pg": "^8.21.0",
"playwright": "1.59.1",
"yaml": "^2.8.3"
@@ -159,6 +160,15 @@
"resolved": "https://registry.npmjs.org/fzstd/-/fzstd-0.1.1.tgz",
"integrity": "sha512-dkuVSOKKwh3eas5VkJy1AW1vFpet8TA/fGmVA5krThl8YcOVE/8ZIoEA1+U1vEn5ckxxhLirSdY837azmbaNHA=="
},
"node_modules/kafkajs": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/kafkajs/-/kafkajs-2.2.4.tgz",
"integrity": "sha512-j/YeapB1vfPT2iOIUn/vxdyKEuhuY2PxMBvf5JWux6iSaukAccrMtXEY/Lb7OvavDhOWME589bpLrEdnVHjfjA==",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/pg": {
"version": "8.21.0",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.21.0.tgz",