实现 v0.1 Postgres durable store 骨架

This commit is contained in:
Codex
2026-05-29 11:41:20 +08:00
parent a240122039
commit 2288cb1558
11 changed files with 601 additions and 44 deletions
+5
View File
@@ -9,8 +9,13 @@
"test": "bun run src/selftest/run.ts",
"cli": "bun scripts/agentrun-cli.ts"
},
"dependencies": {
"pg": "^8.13.1"
},
"devDependencies": {
"@types/pg": "^8.11.10",
"@types/node": "^22.10.0",
"tsx": "^4.19.2",
"typescript": "^5.8.3"
}
}