Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@jayasanka-sack jayasanka-sack released this 30 Jan 07:23
· 15 commits to main since this release
b1b888b
  • Remove the concept of devices (clients should only send the goal and the available inputs)
  • Remove prolog. (As we remove the custom rule functionality from ALF. We no longer need prolog)
  • Move goals into a separate file. Now it's easy to add a new goal
  • Change the structure of the model configuration file. (Also renamed it to model_config.json)
  • Write unit tests
  • Separate Adaptation manager and the Prediction Service
  • Introduce a new function adapt() to handle the feedback loop
  • Add a GitHub action to run tests against commits
  • Rename /monitor endpoint to /context
  • Renamed sensors to inputs
  • Update the example application
  • Update the readme