NUDelta / orchestration-engine

Scripts to guide situated actions, powered by programming constructs that model ways of working
0 stars 0 forks source link

feedback message should be passed into communicationFns #7

Closed kapil1garg closed 2 years ago

kapil1garg commented 2 years ago

Feedback message is currently passed in as a parameter to the communication functions (e.g., sendSlackMessageForProject(message)). Instead, we can use the same approach as the detector evaluation using an ExecutionEnv that take in a message as part of the environment (and in the future, resources; see #6)