Pre-Implementation Notes on Vercel's Agent Framework, eve
A summary of my pre-implementation research into Vercel's eve agent framework: directory-based design, the difference between tools and skills, sandboxing, durable execution, and more.
Series
5 posts
A summary of my pre-implementation research into Vercel's eve agent framework: directory-based design, the difference between tools and skills, sandboxing, durable execution, and more.
A quick validation log of running Vercel's open-source agent framework Eve locally through init, dev startup, and the first session.
A follow-up to my first look: adding tools and evals to Eve, configuring models via the Vercel AI Gateway, invoking tools from the TUI, and exploring the info and eval commands.
A hands-on comparison of two ways to send Eve tool-calling executions to Langfuse as trace/span/generation data.
A hands-on log comparing how the same weather tool call looks in Vercel's Eve agent framework when observed from the TUI versus the HTTP API, separating the developer-friendly display from the integration-friendly event stream.