/** * Subprocess bootstrap script — entry point for forked Agency subprocesses. * * Receives a startup message from the parent via IPC, dynamically imports the * compiled Agency script, runs the requested node via runNode(), and sends the * result back over IPC. * * The AGENCY_IPC=1 env var is set by the parent before forking, which tells * interruptWithHandlers to route interrupts to the parent instead of returning * them as Interrupt[] objects. */ export {};