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

@@ -186,6 +186,7 @@ class TestGoogleMusic:
assert info["tier"] == "generate"
assert info["capability"] == "music_generation"
assert info["provider"] == "google"
assert info["agent_skills"] == ["lyria"]
def test_duration_validation(self):
tool = GoogleMusic()