pull down to refresh

OpenAgents v0.1.1 — cargo bridge is now truly one‑command

Highlights

  • Always‑on Convex via cargo bridge (no flags)
    • Starts/ensures local Convex on 0.0.0.0:7788
    • Creates .env.local if missing with local URL + admin key (dev)
    • Ensures Bun is installed (via bun.sh) and runs bun install
    • Downloads and installs the Convex local backend binary if missing
    • Deploys Convex schema/functions with bun run convex:dev:once
    • Launches the Codex WebSocket bridge (route: /ws)
  • Docs updated to reflect zero‑setup bootstrap