working basic monitor

This commit is contained in:
Silen Naihin
2023-09-07 19:48:05 -07:00
parent 76f2e12b97
commit a5a9142b20
2 changed files with 468 additions and 1 deletions

View File

@@ -235,7 +235,7 @@ GENERAL, no specificity
"""
def is_action_agent(log, agent="", test="", response=""):
def is_action_agent(log, agent, test="", response=""):
"""Determines if a log contains an action based on patterns from different agents."""
is_action = False