←── back to feed
/topics/vercel-eve-open-source-agent-framework
Vercel Eve open-source agent framework
3 items●2 sources●updated 50d ago●trend 0
Vercel has open-sourced Eve, an Apache-2.0 licensed agent framework now in public preview that structures agents as directories of files mapped to capabilities. The framework includes durable execution, sandboxes, approvals, connections, channels, and built-in evals, with scaffolding via npx eve@latest init and deployment through vercel deploy.
- Apache-2.0 licensed, currently in public preview
- Agents represented as directories of files mapped to capabilities
- Built-in features: durable execution, sandboxes, approvals, connections, channels, evals
- Scaffold with npx eve@latest init command
- Deploy unchanged via vercel deploy