Add AgentOS daemon control plane and maintenance tooling
This commit is contained in:
29
apps/daemon/package.json
Normal file
29
apps/daemon/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "daemon",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"module": "src/index.ts",
|
||||
"scripts": {
|
||||
"dev": "bun run --watch src/index.ts",
|
||||
"build": "bun build src/index.ts --compile --outfile dist/code-daemon",
|
||||
"start": "./dist/code-daemon",
|
||||
"check-types": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@code/backend": "workspace:*",
|
||||
"@code/env": "workspace:*",
|
||||
"@code/primitives": "workspace:*",
|
||||
"@effect/platform-bun": "4.0.0-beta.99",
|
||||
"@rivet-dev/agentos": "^0.2.7",
|
||||
"convex": "catalog:",
|
||||
"effect": "4.0.0-beta.99",
|
||||
"rivetkit": "0.0.0-stack-feat-rivetkit-forward-inspector-tabs-to-native-plugin-actors-qkwmksyy.d2859b0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@code/config": "workspace:*",
|
||||
"@types/bun": "latest",
|
||||
"@types/node": "^22.13.14",
|
||||
"typescript": "^6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user