Commit Graph

2 Commits

Author SHA1 Message Date
renjianbo
68fbadae76 feat: add 8 builtin tools, AgentSchedules management page, Celery Beat integration
- Add 3 schedule tools (create/list/delete) and 5 utility tools (crypto, random, email, URL, regex)
- Add frontend AgentSchedules.vue page with full CRUD, cron presets, manual trigger
- Integrate Celery Beat for automatic schedule execution
- Update startup scripts with Celery Beat launch
- Fix schedule list API to show all schedules for admin users
- Add celrybeat-schedule.* to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-02 19:14:25 +08:00
renjianbo
b608267fb5 feat: add auto-start scripts and project overview document
- Add start_aiagent_background.ps1 for silent background startup
- Add install_autostart.ps1 for Windows Task Scheduler registration
- Add 项目初始文档.md as quick reference for project onboarding
- Update stop_aiagent.ps1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-02 17:42:18 +08:00