
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
它展示了将现有基于服务器的智能体运行时重构成库,并在无服务器数据库平台内部运行的新架构,实现了持久性和低延迟。
eve is Vercel's durable AI agent runtime. Out of the box it runs as a long-lived Node server and persists its state through the Workflow SDK's "world" — Postgres + Redis locally, Vercel's managed queues in production.
adam ports the whole thing onto Convex. Not just
the durable state — the execution engine itself. eve build is used as a
compiler; the emitted server bundle is vendored into the Convex deployment and
executed inside Convex "use node" actions. At runtime there is no eve
server. One Convex deployment runs and stores everything:
runner/engine, chat:send)heartbeat.md) mapped to Convex
crons┌──────────────────────────────────────────────────────────────────┐
│ Convex deployment (packages/backend) │
│ │
│ chat:send ─────────► eve channel API ─┐ │
│ (action, "use node") │ enqueue │
│ │ inline fast path ▼ │
│ └─► deliverSessionInline world/queue │
│ (same action) (mutations) │
│ │ ctx.scheduler │
│ ▼ │
│ runner/engine:tick │
│ (action, "use node") │
│ │ imports vendored eve bundle │
│ ▼ │
│ workflow P
adam — Vercel's eve agent runtime with its entire durable world (state, queue, streams, UI) on Convex
根据分类、Topic 和编程语言匹配的相似项目。

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.