Monorepo scaffold for the Web MCP Agent platform (proxy gateway, shared protocol/types, and OpenClaw workspaces).
- Install dependencies:
pnpm install
- Copy env template:
cp .env.example .env
- Build packages:
pnpm --filter @webagent/shared buildpnpm --filter @webagent/proxy build
- Start development tasks:
pnpm dev
Use the deploy script when you need VM state to match your current local repository (including openclaw/ files, workspaces, templates, and agent scaffolding):
bash infra/deploy.sh dev.lamoom.comThe script syncs local files with rsync, preserves remote .env, merges runtime-registered OpenClaw agents back into the synced config, rebuilds, migrates, restarts services, and runs health checks.