Files
openclaw/src/plugin-sdk/node-selection-runtime.ts
T
2026-08-19 10:51:02 -07:00

5 lines
210 B
TypeScript

// Shared node-selection policy for bundled plugin runtime code.
export type { EligibleNodeMessages } from "../shared/node-resolve.js";
export { resolveEligibleNodeFromList } from "../shared/node-resolve.js";