Eve framework: batteries-included AI agent deployment with durable execution and sandbox

evilrabbit_ · x · 2026-08-03

Eve is an agent framework built on the AI SDK, designed to be 'batteries-included'. It provides durable execution, a sandbox, and a base toolset out of the box, automatically wiring up skills and assets. Users can deploy an agent with just an instructions.md file.

The default harness manages model calls, compaction, and tool execution. Compaction summarizes older turns to prevent context overflow, with a configurable threshold (default 0.9), and preserves the framework's own tool state and active todo list. Clients and channels can also request manual compaction between turns.

Original post →

More from coding & agent

coding & agent channel →