mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
471caa36ad
Signed-off-by: prha <prha@vercel.com>
@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";