Skip to content

AbstractRuntime v0.4.25

Choose a tag to compare

@github-actions github-actions released this 29 May 09:44
· 92 commits to main since this release

Added

  • File-backed artifact stores now expose content_path(...) for hosts that need a stable local path while in-memory stores continue to return None.

Changed

  • Minimum optional AbstractCore dependency floor is now abstractcore>=2.13.30 (and matching multimodal, mcp-worker, and hardware-profile cascade extras), aligning Runtime with the latest Core media/plugin floors and image-to-image residency truth.

Fixed

  • Artifact-backed media resolution now preserves image roles such as source and mask, keeping image-edit and image-to-video requests wired correctly through AbstractCore.
  • Model-residency discovery now treats image_to_image as its own vision task and deduplicates shared loaded-model records when task is omitted.