Build your first fully functional, Java-based AI agent using familiar Spring conventions and built-in tools from Spring AI.
DutyManagementSystem/ ├── Staff.java # Data model for a staff member ├── Duty.java # Data model for a duty assignment ├── StaffManager.java # Manages staff – CRUD + file persistence ├── ...