mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 14:01:24 +08: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";
|