SIGN IN SIGN UP

fix: remove agent from pnpm workspace to fix Render build

The agent's package.json made it a pnpm workspace member, so
pnpm install on the Node frontend service triggered "uv sync" in an
environment where uv doesn't exist — breaking Render deploys.

Remove apps/agent/package.json entirely (matching the Shadify pattern)
and run the agent dev server via a direct shell command in the root
package.json instead of through Turbo.
J
jerelvelarde committed
f64850d638d07f81e0e6bf6595fe72ae2f406b05
Parent: 20cd544