- Updated async-nats dependency to version 0.45.0 in both libertas_api and libertas_worker.
- Introduced AI-related structures and traits in libertas_core for face detection.
- Added AiConfig and FaceDetectorRuntime enums to support different face detection methods.
- Implemented TractFaceDetector and RemoteNatsFaceDetector in libertas_infra for local and remote face detection.
- Created FaceDetectionPlugin to integrate face detection into the media processing pipeline.
- Enhanced XMP writing functionality to include face region data.
- Updated PluginManager to initialize face detection plugins based on configuration.
feat(libertas_api): add dependency on libertas_infra and async-nats
refactor(libertas_api): consolidate config loading and add broker_url
refactor(libertas_api): integrate NATS client into app state and services
feat(libertas_core): introduce config module for database and server settings
fix(libertas_core): enhance error handling with detailed messages
feat(libertas_infra): create infrastructure layer with database repositories
feat(libertas_infra): implement Postgres repositories for media and albums
feat(libertas_worker): add worker service to process media jobs via NATS