summaryrefslogtreecommitdiff
path: root/src/main.py
AgeCommit message (Collapse)Author
2026-03-25feat: add tqdm progress bar and fix main config flag loadingCaptainJack2491
2026-03-01feat: add centralized logging with configurable debug levelsCaptainJack2491
- Create src/logger.py with Python logging module - Add 4 debug levels: 1=CRITICAL, 2=WARNING, 3=INFO, 4=DEBUG - Level 4 includes reasoning, VFS info, and available tools - Level 4 auto-enables file output (both mode) - Update agent.py and runner.py to use logger instead of print - Update config.yaml.example with logging configuration - Update README with logging documentation
2026-01-11[fix] big moving around, probably made lot more bugs.CaptainJack2491