Skip to content

AbstractCore v2.13.24

Choose a tag to compare

@github-actions github-actions released this 20 May 23:31
· 20 commits to main since this release

Changed

  • Lightweight music integration: raised the optional abstractcore[music] floor to abstractmusic>=0.1.4, which installs AbstractMusic's lightweight remote-capable base package without local model runtime extras.
  • Remote ACE Music routing: music_backend / server backend selectors now recognize acemusic, ace-music, remote, and related ACE aliases as abstractmusic:acemusic, while still allowing explicit plugin backend ids.
  • Music server formats: /v1/audio/music and /{provider}/v1/audio/music now accept and document wav, mp3, and flac, matching the remote ACE Music backend's advertised formats.

Fixed

  • Music API diagnostics: plugin-side upstream 5xx/timeouts, including ACE Music HTTP 504 responses, now preserve gateway-style HTTP statuses instead of being collapsed into generic 500 errors.