You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, agent.execute_policy_action() gets the policies actions, then executes them in one function. Ideally we would split this up into seeing the policy actions, then executing these actions.
The text was updated successfully, but these errors were encountered:
Currently,
agent.execute_policy_action()
gets the policies actions, then executes them in one function. Ideally we would split this up into seeing the policy actions, then executing these actions.The text was updated successfully, but these errors were encountered: