/** * OpenKernel — Autonomy public API * * Proactive, unattended execution: goals that fire on interval/idle/once * triggers, each run with the device's persistent role context. */ export { GoalLoop } from './goal-loop.js'; export type { Goal, GoalInput, GoalTrigger, GoalLoopDeps } from './goal-loop.js';