eve shows an extension system for reusable agent capabilities
evilrabbit_ · x · 2026-07-23
A repost of eve’s extension system for agents: shared capabilities such as browser use, memory, and self-improvement can be packaged as extensions that any eve agent can import.
How it works
- Build an extension with a structure like package.json, extension.ts, tool files, connection files, SKILL.md, and instructions.md.
- Publish it to npm after running eve extension build.
- Install the package and mount it in an agent via an import such as import crm from "@acme/crm"; export default crm();.
The image reinforces the same workflow, showing how capabilities are organized into a reusable extension bundle.
More from coding & agent
- Atomic Agent launches an open-source build for macOS, Windows and Linux — rohanpaul_ai · 2026-07-23
- AI coding only feels identity-threatening when the goals stay too small — doodlestein · 2026-07-23
- Dev Replaces Fitness App with Claude + MCP, Outperforms AI Power Estimation — matt_slotnick · 2026-07-23
- Agent sandbox OS runs AI code in AWS Lambda microVMs through MCP — dhana36 · 2026-07-23
- A prompt that tests whether your AI workflow compounds or degrades at scale — Powerful_Creme2224 · 2026-07-23
- AI Agents End the Era of Deep Work, Ushering in a 'Shallow Work' Future — nptacek · 2026-07-23