mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-12 05:16:07 +00:00
4 lines
164 B
TypeScript
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";
|