Files
openclaw/packages/agent-core/src/node.ts
2026-06-04 01:23:43 -04:00

4 lines
164 B
TypeScript

// Node-specific agent-core entrypoint with the default Node execution env.
export { NodeExecutionEnv } from "./harness/env/nodejs.js";
export * from "./index.js";