feat(music): add Google Lyria generation skill

This commit is contained in:
calesthio
2026-07-18 16:47:35 -07:00
parent af87fc1337
commit 0ff7bb30e3
5 changed files with 322 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ class GoogleMusic(BaseTool):
" - Or set GOOGLE_APPLICATION_CREDENTIALS for Vertex AI service account."
)
fallback_tools = ["music_gen"]
agent_skills = ["music"]
agent_skills = ["lyria"]
capabilities = [
"generate_background_music",