mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 23:13:57 +00:00
7 lines
185 B
TypeScript
7 lines
185 B
TypeScript
// Opencode Go API module exposes the plugin public contract.
|
|
export {
|
|
applyOpencodeGoConfig,
|
|
applyOpencodeGoProviderConfig,
|
|
OPENCODE_GO_DEFAULT_MODEL_REF,
|
|
} from "./onboard.js";
|