Offloaded data detection from the LLM and hardcoded it
This commit is contained in:
@@ -76,8 +76,6 @@
|
||||
- [x] When calculating averages, please round up to the nearest integer. We only want to deliver whole integers to the LLM to process, and nothing with decimal points. It gets confused with decimal points.
|
||||
- [x] In the discord message, please include the exact specific details and the log of the problem that prompted the alert
|
||||
|
||||
## TODO
|
||||
|
||||
## Phase 7: Offloading Analysis from LLM
|
||||
|
||||
39. [x] Create a new function `analyze_data_locally` in `monitor_agent.py`.
|
||||
@@ -93,4 +91,6 @@
|
||||
41.1. [x] Call `analyze_data_locally` to get the list of anomalies.
|
||||
41.2. [x] If anomalies are found, call `generate_llm_report` to create the report.
|
||||
41.3. [x] Use the output of `generate_llm_report` for alerting.
|
||||
42. [x] Remove the detailed analytical instructions from `build_llm_prompt` as they will be handled by `analyze_data_locally`.
|
||||
42. [x] Remove the detailed analytical instructions from `build_llm_prompt` as they will be handled by `analyze_data_locally`.
|
||||
|
||||
## TODO
|
||||
|
||||
Reference in New Issue
Block a user