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

Expose planner API via mahler/planner #23

Closed pipex closed 1 year ago

pipex commented 1 year ago

Before the API was exposed at the top level mahler import. Using the Planner interface by itself should be generally rare and most likely limited to testing. Exposing the planner API via a namespace makes that more evident.

Change-type: minor

pipex commented 1 year ago

I self-certify!