{ "name": "@code/agents", "version": "0.0.0", "private": true, "type": "module", "scripts": { "build": "bun --env-file=../../.env flue build", "check-types": "tsc --noEmit", "dev": "bun --env-file=../../.env flue dev", "dev:tailscale": "bun --env-file=../../.env flue dev", "run": "bun --env-file=../../.env flue run", "runner": "bun --env-file=../../.env src/runner.ts", "run:zopu": "bun --env-file=../../.env flue run zopu", "run:work-planner": "bun --env-file=../../.env flue run work-planner" }, "dependencies": { "@agentos-software/codex-cli": "0.3.4", "@agentos-software/git": "0.3.3", "@code/backend": "workspace:*", "@code/env": "workspace:*", "@code/primitives": "workspace:*", "@flue/runtime": "latest", "@rivet-dev/agentos": "0.2.10", "convex": "catalog:", "hono": "catalog:", "rivetkit": "2.3.9", "valibot": "catalog:" }, "devDependencies": { "@code/config": "workspace:*", "@flue/cli": "latest", "@types/bun": "catalog:", "typescript": "catalog:" } }