Trying to help the LLM
This commit is contained in:
16
PROGRESS.md
16
PROGRESS.md
@@ -61,13 +61,10 @@
|
||||
37. [x] Update `README.md` with current project status and improvements.
|
||||
38. [x] Create `AGENTS.md` to document human and autonomous agents.
|
||||
|
||||
## Keeping track of Current Objectives
|
||||
|
||||
[x] Improve "high" priority detection by explicitly instructing LLM to output severity in structured JSON format.
|
||||
[x] Implement dynamic contextual information (Known/Resolved Issues Feed) for LLM to improve severity detection.
|
||||
|
||||
## TODO
|
||||
## Previous TODO
|
||||
|
||||
- [x] Improve "high" priority detection by explicitly instructing LLM to output severity in structured JSON format.
|
||||
- [x] Implement dynamic contextual information (Known/Resolved Issues Feed) for LLM to improve severity detection.
|
||||
- [x] Change baseline calculations to only use integers instead of floats.
|
||||
- [x] Add a log file that only keeps records for the past 24 hours.
|
||||
- [x] Log all LLM responses to the console.
|
||||
@@ -75,4 +72,9 @@
|
||||
- [x] Get hostnames of devices in Nmap scan.
|
||||
- [x] Filter out RTT fluctuations below 10 seconds.
|
||||
- [x] Filter out temperature fluctuations with differences less than 5 degrees.
|
||||
- [ ] Create a list of known port numbers and their applications for the LLM to check against to see if an open port is a threat
|
||||
- [x] Create a list of known port numbers and their applications for the LLM to check against to see if an open port is a threat
|
||||
- [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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user