Can anyone clarify what are some proven practices for returning values from a Dust app?
It seems returning a Boolean can indicate true for success and false for failure.
The docs indicate that a numeric return value can be interpreted in the context of the app's description.
Is there a recommended way for the Dust app to return more structured data (e.g., table of CPI by month) that an agent can understand?