refactor(plugin-sdk): formalize runtime contract barrels

This commit is contained in:
Vincent Koc
2026-03-20 09:30:09 -07:00
parent 9b6f286ac2
commit aa78a0c00e
20 changed files with 474 additions and 369 deletions

View File

@@ -1 +1,5 @@
export * from "../../src/plugin-sdk/zai.js";
export {
detectZaiEndpoint,
type ZaiDetectedEndpoint,
type ZaiEndpointId,
} from "openclaw/plugin-sdk/provider-zai-endpoint";