feat: Implemented data storage and baselining
This commit is contained in:
@@ -145,6 +145,8 @@ if __name__ == "__main__":
|
||||
"network_metrics": network_metrics
|
||||
}
|
||||
|
||||
data_storage.store_data(combined_data)
|
||||
|
||||
llm_response = analyze_data_with_llm(combined_data, data_storage.calculate_baselines())
|
||||
|
||||
if llm_response and llm_response != "OK":
|
||||
|
||||
Reference in New Issue
Block a user