balena-io-modules / mahler

A automated task composer and HTN based planner for building autonomous system agents.
Apache License 2.0
7 stars 1 forks source link

Allow action tasks to return an Observable #19

Closed pipex closed 1 year ago

pipex commented 1 year ago

This allow long running tasks (e.g. downloading a large file) to report intermediate progress of the operation (e.g. download progress) that the agent can report to its subscribers.

Change-type: patch