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

Add `status` method to Agent #48

Open pipex opened 11 months ago

pipex commented 11 months ago

This allows users to query whether the agent is applying state (status running), listening for sensor changes (status idle) is stopping or it has been stopped.

Change-type: minor