Eve Launches: Build Durable AI Agents with Next.js-Style Architecture

evilrabbit_ · x · 2026-08-20

Eve is a framework for building durable agents with a file-system architecture similar to Next.js. Developers can define an agent's identity simply by creating an instructions.md file. It supports configuring models via agent.ts, adding Markdown-based skill playbooks in the skills/ directory, and implementing tools by dropping TypeScript files into the tools/ directory without manual registration. The framework also includes an isolated sandbox environment for backend execution.

Original post →

More from coding & agent

coding & agent channel →