Refactor AI daily report pipeline

This commit is contained in:
Mimikko-zeus
2026-06-04 15:21:56 +08:00
parent 94e18ce22d
commit 5a98696255
64 changed files with 4778 additions and 1316 deletions

1
skill/scripts/.gitkeep Normal file
View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python3
from ai_daily_report.cli import main
if __name__ == "__main__":
raise SystemExit(main())