Skip to content

Releases: SilverLineFramework/orchestrator

ARTS v1.0.1

16 Feb 22:34

Choose a tag to compare

What's Changed

  • Release dockerfile
  • WASM file exchange
  • Data store refactor
  • Explicitly specify python3 for virtualenv

Full Changelog: v1.0.0...v1.0.1

ARTS v1.0.0

31 Jan 18:36
4d582bd

Choose a tag to compare

First ARTS Release

ARTS is responsible for managing computational resources available in an ARENA realm (realms represent a geographically distinct set of resources). It uses WASM modules as a basic compute unit that can run in isolation in a distributed set of available runtimes, which run in, e.g., headsets, phones, laptops, embedded routers, or edge servers. Runtimes register in ARTS their availability, resources, and host system access APIs implemented. As applications are started, ARTS decides the best available compute resource(s) to run the application and monitors its execution to adapt to changing resource availability and consumption.

Contributors