Eve: Filesystem-First Framework for Durable Agents
The Neuron
Eve is a filesystem-first framework for building AI agents where core capabilities are organized in conventional directory structures to simplify inspection and extension. A new agent is created with `npx eve@latest init my-agent`, which generates a project scaffold with folders for instructions, tools, skills, channels, and schedules. The framework allows developers to define agent behavior through markdown files and TypeScript functions stored directly in the filesystem rather than through configuration APIs.
Why it matters
Eve gives developers a filesystem-first framework for building durable agents from folders for instructions, tools, skills, channels, and schedules.