mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 10:39:49 +00:00
feat: add fal and OpenRouter music generation (#82789)
* feat: add fal and OpenRouter music generation * fix: repair music generation CI gates * chore: refresh proof gate
This commit is contained in:
committed by
GitHub
parent
562d460d75
commit
f453904165
@@ -103,7 +103,7 @@ export type {
|
||||
} from "../plugins/memory-state.js";
|
||||
export type { CliBackendConfig } from "../config/types.js";
|
||||
export type * from "./image-generation.js";
|
||||
export * from "./music-generation.js";
|
||||
export type * from "./music-generation.js";
|
||||
export type { SecretInput, SecretRef } from "../config/types.secrets.js";
|
||||
export type { RuntimeEnv } from "../runtime.js";
|
||||
export type { HookEntry } from "../hooks/types.js";
|
||||
|
||||
@@ -12,3 +12,9 @@ export type {
|
||||
MusicGenerationSourceImage,
|
||||
MusicGenerationOutputFormat,
|
||||
} from "../music-generation/types.js";
|
||||
export {
|
||||
downloadGeneratedMusicAsset,
|
||||
extractGeneratedMusicFileCandidates,
|
||||
generatedMusicAssetFromBase64,
|
||||
type GeneratedMusicFileCandidate,
|
||||
} from "../music-generation/provider-assets.js";
|
||||
|
||||
@@ -44,6 +44,7 @@ export const pluginRegistrationContractCases = {
|
||||
pluginId: "fal",
|
||||
providerIds: ["fal"],
|
||||
imageGenerationProviderIds: ["fal"],
|
||||
musicGenerationProviderIds: ["fal"],
|
||||
},
|
||||
firecrawl: {
|
||||
pluginId: "firecrawl",
|
||||
@@ -115,6 +116,7 @@ export const pluginRegistrationContractCases = {
|
||||
providerIds: ["openrouter"],
|
||||
mediaUnderstandingProviderIds: ["openrouter"],
|
||||
imageGenerationProviderIds: ["openrouter"],
|
||||
musicGenerationProviderIds: ["openrouter"],
|
||||
videoGenerationProviderIds: ["openrouter"],
|
||||
requireDescribeImages: true,
|
||||
requireGenerateImage: true,
|
||||
|
||||
Reference in New Issue
Block a user