/** * OpenKernel — Agents public API * * How a task actually gets run on a node: the native kernel, or a third-party * coding CLI acting as the executor (so a mesh-dispatched task can be fulfilled * by Claude Code, Codex, or OpenCode). */ export * from './backends/index.js';