@eve/self-modification
v0.0.13
Published
Compatibility entrypoints for eve self-modification.
Readme
@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";