Files
openclaw/src/plugins/runtime/runtime-embedded-agent.runtime.ts
2026-06-03 20:36:52 -04:00

3 lines
124 B
TypeScript

/** Lazy runtime barrel for embedded-agent execution. */
export { runEmbeddedAgent } from "../../agents/embedded-agent.js";