Files
openclaw/src/plugin-sdk/agent-harness.ts
2026-04-23 05:35:17 +01:00

6 lines
284 B
TypeScript

// Public agent harness surface for plugins that replace the low-level agent runtime.
// Keep model/vendor-specific protocol code in the plugin that registers the harness.
export * from "./agent-harness-runtime.js";
export { createOpenClawCodingTools } from "../agents/pi-tools.js";