DEV Community

Discussion on: Stop Asking LLMs “Does This Pass?” — Turn Policies Into Executable Rules Instead

Collapse
 
kanwaloswal profile image
Kanwal Oswal

Quick update :
v0.2.0 now supports 'FLOW' Strategy

The FLOW strategy is AeroRule's new feature allowing you to chain rules together into complex decision trees. By setting the next property on a rule's onSuccess or onFailure actions, you can control the exact execution path.

more at
github.com/kanwaloswal/AeroRule