mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 18:30:22 +00:00
feat(qwen): add qwen provider and video generation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { createAcpxRuntimeService } from "./register.runtime.js";
|
||||
import type { OpenClawPluginApi } from "./runtime-api.js";
|
||||
import { createAcpxPluginConfigSchema } from "./src/config-schema.js";
|
||||
|
||||
@@ -6,8 +7,7 @@ const plugin = {
|
||||
name: "ACPX Runtime",
|
||||
description: "ACP runtime backend powered by the acpx CLI.",
|
||||
configSchema: () => createAcpxPluginConfigSchema(),
|
||||
async register(api: OpenClawPluginApi) {
|
||||
const { createAcpxRuntimeService } = await import("./register.runtime.js");
|
||||
register(api: OpenClawPluginApi) {
|
||||
api.registerService(
|
||||
createAcpxRuntimeService({
|
||||
pluginConfig: api.pluginConfig,
|
||||
|
||||
Reference in New Issue
Block a user