mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 17:03:58 +00:00
11 lines
348 B
TypeScript
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";
|