feat(qwen): add qwen provider and video generation

This commit is contained in:
Peter Steinberger
2026-04-04 17:43:15 +01:00
parent 759373e887
commit e3ac0f43df
104 changed files with 2477 additions and 483 deletions

View File

@@ -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,