Skip to content

AbstractFlow v0.3.10

Choose a tag to compare

@github-actions github-actions released this 12 May 02:21
· 33 commits to main since this release

Added

  • AbstractFlow media node properties now load Gateway voice profiles, TTS models, STT models, provider image models, and cached local vision models from Gateway catalog routes.
  • Generate Image, Generate Voice, Transcribe Audio, and Listen Voice nodes now expose simple Gateway Media controls for local/provider model selection.

Fixed

  • Image, TTS, and STT selectors now write media-specific fields (image_provider/image_model, tts_model, stt_model) instead of overloading LLM routing provider/model.
  • Apple/GPU Flow release-profile installs now include abstractagent>=0.3.7, so Agent-node workflow validation matches the capabilities shipped in the local host profiles.

Changed

  • Apple/GPU Flow install profiles now require Runtime >=0.4.10 and Core >=2.13.13 while keeping Gateway as a separately installed server dependency to avoid a Flow/Gateway release-order cycle.