hermes-agent/cron
teknium1 a885d2f240 refactor: implement structured logging across multiple modules
- Introduced logging functionality in cli.py, run_agent.py, scheduler.py, and various tool modules to replace print statements with structured logging.
- Enhanced error handling and informational messages to improve debugging and monitoring capabilities.
- Ensured consistent logging practices across the codebase, facilitating better traceability and maintenance.
2026-02-21 03:11:11 -08:00
..
__init__.py Implement cron job management system for scheduled tasks (similar to OpenAI's Pulse but the AI can also schedule jobs) 2026-02-02 08:26:42 -08:00
jobs.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
scheduler.py refactor: implement structured logging across multiple modules 2026-02-21 03:11:11 -08:00