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.
This commit is contained in:
2025-08-21 12:18:08 -05:00
parent f65b2d468d
commit d03018de9b
2 changed files with 13 additions and 6 deletions

View File

@@ -70,7 +70,7 @@
- [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.
- [ ] Log all LLM responses to the console.
- [x] Log all LLM responses to the console.
- [ ] Reduce alerts to only happen between 9am and 12am.
- [ ] Get hostnames of devices in Nmap scan.
- [ ] Filter out RTT fluctuations below 10 seconds.