mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-07 09:17:12 +08: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";
|