Eve
Eve is Vercel's filesystem-first framework for durable agents. Files under agent/tools/ become typed model tools, which makes them a natural place to adapt the agent-device Node.js client.
Create an Eve project, then add agent-device:
Add agent/tools/agent_device.ts:
Eve discovers the file automatically; no tool registry is required. Tell the agent how to use it in agent/instructions.md:
For CI or another short-lived host, the outer runner should still close the named agent-device session in its own cleanup path. Model-directed close is useful during the normal tool loop, but it is not a replacement for deterministic cleanup after errors or cancellation.
Runtime placement
Run the tool in Eve's app runtime when it needs local access to simulators, emulators, platform tooling, and daemon state. If Eve is hosted separately from the devices, connect through an agent-device remote proxy instead.
Eve is currently beta, so check its current documentation when upgrading. For a production example, read Building Mobile QA Agents With Vercel Eve, which covers a PR QA agent using an agent_device tool and a deterministic CI runner.
See Node.js API for the complete client surface.
