* refactor: rename artifactId and application name to 'datamate'; add model configuration and related services
* refactor: simplify package scanning by using wildcard for mapper packages
* feat: add model health check functionality and improve model configuration
* feat: Update site name to DataMate and refine text for AI data processing
* feat: Refactor settings page and implement model access functionality
- Created a new ModelAccess component for managing model configurations.
- Removed the old Settings component and replaced it with a new SettingsPage component that integrates ModelAccess, SystemConfig, and WebhookConfig.
- Added SystemConfig component for managing system settings.
- Implemented WebhookConfig component for managing webhook configurations.
- Updated API functions for model management in settings.apis.ts.
- Adjusted routing to point to the new SettingsPage component.
* refactor: rename artifactId and application name to 'datamate'; add model configuration and related services
* refactor: simplify package scanning by using wildcard for mapper packages
* refactor: remove db table management from LS adapter (mv to scripts later); change adapter to use the same MySQL DB as other modules.
* refactor: Rename LS Adapter module to datamate-python
* refactor: clean up tag management and dataset handling, update API endpoints
* feat: add showTime prop to DevelopmentInProgress component across multiple pages
* refactor: update component styles and improve layout with new utility classes
* feat: enhance useFetchData hook with polling functionality and improve task progress tracking
* feat: enhance dataset management features with improved tag handling, download functionality, and UI updates
* feat: Enhance DatasetDetail component with delete functionality and improved download handling
feat: Add automatic data refresh and improved user feedback in DatasetManagementPage
fix: Update dataset API to streamline download functionality and improve error handling
* feat: Clear new tag input after successful addition in TagManager
feat: Add automatic data refresh and improved user feedback in DatasetManagementPage
fix: Update dataset API to streamline download functionality and improve error handling
* Enhance CleaningTaskService to track cleaning process progress and update ExecutorType to DATAMATE
* Refactor project to use 'datamate' naming convention for services and configurations
* refactor: clean up tag management and dataset handling, update API endpoints
* feat: add showTime prop to DevelopmentInProgress component across multiple pages
* refactor: update component styles and improve layout with new utility classes