Commit Graph

11 Commits

Author SHA1 Message Date
d03018de9b feat: Log LLM responses to console
- Add a StreamHandler to the logger to output all logs to the console.
- Log the LLM response to the console for real-time monitoring.
- Update PROGRESS.md to reflect the completion of the task.
- Fix a syntax error in monitor_agent.py.
2025-08-21 12:18:08 -05:00
f65b2d468d feat: Implement daily log rotation
- Add logging to monitor_agent.py to replace print statements.
- Configure TimedRotatingFileHandler to keep logs for the past 24 hours.
- Update .gitignore to exclude the new log file.
- Update PROGRESS.md to reflect the completion of the task.
2025-08-21 12:15:36 -05:00
e119bc7194 feat: Update baseline calculations and LLM prompts
- Change baseline calculations to use integers instead of floats to simplify data.
- Update LLM constraints and prompt for more accurate anomaly detection.
- Refine known_issues to reduce false positives.
- Update PROGRESS.md with new TODO items.
2025-08-21 12:12:15 -05:00
c5a446ea65 Updated Docs 2025-08-20 15:38:22 -05:00
dd673829d2 Nmap... working? 2025-08-20 12:51:11 -05:00
0169483738 Converted Responses to JSON, improved severity detection, and built a known issues feed 2025-08-20 12:06:11 -05:00
7eaff1d08c Added NMAP planning and updated constraints 2025-08-19 15:57:31 -05:00
b5e6ae3918 Somehow, working perfectly 2025-08-19 15:37:16 -05:00
692e372ef3 Working with Live Data 2025-08-19 15:11:48 -05:00
f15cd12fbf Updated Future Plans 2025-08-18 15:07:32 -05:00
524120c9f2 Watch over Temps 2025-08-18 14:32:39 -05:00