mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 15:10:43 +00:00
6 lines
284 B
TypeScript
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";
|