aicoolies logo
eve vercel

eve by Vercel

Filesystem-first framework for durable AI agents

Share
open-sourceOpen Source
Visit Website →

Eve is Vercel's filesystem-first TypeScript framework for building durable AI agents as ordinary project files. It combines Markdown instructions and skills, typed tools, channels, connections, subagents, schedules, sandboxes, and evals with Vercel's agent runtime so teams can ship deployable agents without hand-rolling orchestration. The current beta fits Vercel-native backend agent projects.

Eve is Vercel's open-source framework for building durable AI agents as a directory of files. An Eve project keeps always-on instructions in Markdown, model and runtime choices in agent.ts, typed actions under tools, reusable procedures under skills, and delivery surfaces under channels. That filesystem-first layout makes agent behavior easier to inspect, review, and extend than a single opaque prompt or configuration blob.

The practical hook is that Eve is not just a chat wrapper. Vercel's docs and npm package frame it as a TypeScript runtime for sessions that can stream incremental output, resume after cold starts or long pauses, call typed tools, load skills on demand, connect to services, delegate to subagents, run on schedules, use sandboxes, and collect eval or run data in the Vercel dashboard. It fits teams that want agent projects to live beside application code while still using Vercel primitives such as AI Gateway, Workflows, Sandbox, and Connect.

Eve is still a new public beta, so production teams should treat the APIs, pricing surfaces, approval gates, sandbox policy, connection scopes, telemetry choices, and model credentials as things to verify before rollout. It is most compelling for TypeScript and Vercel-native teams that want deployable backend agents with production plumbing close at hand. Python-first, fully self-hosted, or vendor-neutral teams may prefer LangGraph, CrewAI, Mastra, Pydantic AI, or lower-level Vercel AI SDK patterns. Its early traction is strong for a brand-new Vercel project, but this page frames that as launch momentum rather than established independent adoption.

Pricing

Open-source Apache-2.0 npm package; Vercel platform resources, AI Gateway/model usage, Sandbox, Workflows, Connect, and provider APIs may be billed separately.

Platforms

TypeScript/Node.js agent projects for Vercel; local CLI via npx eve@latest init, with channels, connections, sandboxes, schedules, and evals.

Categories

Tags

Use Cases

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source
Windows-MCP logo

Windows-MCP

MCP server for controlling Windows desktops through UIAutomation

Windows-MCP is an open-source MCP server for giving AI agents structured access to Windows desktop automation. It focuses on UIAutomation, snapshots, input control, and Windows-specific app workflows, making it different from general filesystem or shell MCP servers.

open-sourceOpen Source
BrowserOS logo

BrowserOS

Open-source agentic browser that runs local AI agents in your browsing workflow.

BrowserOS is a privacy-first, open-source agentic browser for running AI assistants locally inside real browsing sessions instead of handing every task to a remote cloud browser.

open-sourceOpen Source
Agent Governance Toolkit logo

Agent Governance Toolkit

Microsoft’s open-source toolkit for adding policy enforcement, identity, sandboxing, and audit controls to production AI agents.

Agent Governance Toolkit is an open-source Microsoft project for teams moving AI agents from demos into controlled production workflows. It focuses on runtime policy enforcement, zero-trust identity, sandboxed execution, and reliability patterns around autonomous agents, giving security and platform teams a governance layer around tool calls and agent actions rather than another prompt-only guardrail.

open-sourceOpen SourceTelemetry
rampart

Rampart

Microsoft’s pytest-native red teaming framework for turning AI agent safety findings into CI tests.

RAMPART is an open-source Microsoft framework for safety and security testing of agentic AI applications. It brings red-team findings into a pytest-native workflow so teams can turn prompt injection, unsafe tool use, and behavioral boundary failures into repeatable regression tests. The strongest aicoolies angle is developer workflow: RAMPART makes agent safety part of CI/CD instead of a one-off security review.

open-sourceOpen Source
OpenHuman logo

OpenHuman

Local-first personal AI agent with memory trees, desktop integrations, and private workspace context.

OpenHuman is an open-source, local-first personal AI agent from TinyHumans. It combines a desktop app, persistent memory trees, Obsidian-compatible storage, OAuth integrations, and local model support into a private assistant harness. It is most interesting for users who want agentic workflows and long-term memory without handing every context detail to a fully cloud-hosted assistant.

open-sourceOpen SourceTelemetry