ToolsThe story, in brief

Extend eve agents with installable extensions

Vercel just turned agent extensibility into a package manager problem. Extensions ship, version, and upgrade like dependencies.

Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI agents and the coordination of work.AI illustration by KeyNews
The KeyNews take

Why it matters

Vercel's eve platform now supports installable extensions for agents, enabling reusable tools, skills, and hooks across any agent. This commoditizes agent composition and lowers barriers for builders to package and distribute agent capabilities at scale.

The key facts

13 to know
  1. Extensions can package tools, connections, skills, instructions, and hooks

  2. Extensions publish to package registries with versioning and upgrade support

  3. Single-command scaffolding: 'eve extension init'

  4. Extensions imported as file-based namespaced modules in agent/extensions/

  5. Approval-gating for tool execution via disableTool()

  6. Config schema validation using standard libraries like Zod

  7. Tool result type narrowing in hooks via toolResultFrom

  8. Supports domain-specific extensions: browser-use, memory, self-improvement patterns

  9. Eve extensions support tools, connections, skills, instructions, and hooks

  10. Extensions published to package registries with versioning and upgrade paths

  11. Namespace-based extension isolation (e.g., crm__search tool naming)

  12. Tool approval controls and result type narrowing via hooks

  13. Vercel product announcement; shipped July 21, 2026

Go to the source

Vercel Blogvercel.com

Publisher excerpt: You can now package tools, connections, skills, instructions, and hooks into extensions that any agent can import. Extensions can be published to package registries, then installed, versioned, and upgraded like any other project dependency.eve A browser-use extension might ship tools for navigating…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools