Files
openclaw/src/plugin-sdk/agent-harness-tool-runtime.ts
2026-06-23 15:48:27 +08:00

11 lines
348 B
TypeScript

/**
* Focused runtime SDK subpath for native harness tool-surface routing.
*
* Keep tool-search and code-mode dependencies out of the lightweight harness
* lifecycle facade used during plugin startup.
*/
export {
createAgentHarnessToolSurfaceRuntime,
type AgentHarnessToolSurfaceRuntime,
} from "../agents/harness/tool-surface-bridge.js";