Files
vercel__eve/packages/eve-self-modification

@eve/self-modification

@eve/self-modification is a compatibility package. It forwards its entrypoints to the implementation included with eve.

Update imports to use eve directly:

import { defineSelfModificationAgent } from "eve/self-modification/agent";

export default defineSelfModificationAgent();
export { default } from "eve/self-modification/sandbox";
export { default } from "eve/self-modification";