← back to all tools
AGT · Autonomous agents

Eve

A filesystem-first framework for durable agents from Vercel. You author an agent as plain files — instructions, typed tools, skills, channels, schedules — and it persists its own state to disk, so runs survive restarts and move between environments.

view source ↗4.0k stars
agent/ instructions.mdtools/skills/channels/schedules/ run state on disk resume

license

Apache-2.0

language

TypeScript

status

bookmarked

added

2026-07-24

categories

AGT · Autonomous agents

tags

frameworkTypeScriptdurablefilesystem-first

what we've heard

1 note from the team

mixed
Seth
Nice abstraction for durable agents, and TS tool definitions with type safety make it easy for an agent to write its own tools. Downside — like a lot of Vercel's stuff — is the tight coupling to their infra.