Commit graph

637 commits

Author SHA1 Message Date
autocommit
86c1af603a deps-upgrade(imajin): ⬆️ Upgrade dependencies across all Imajin packages to align with latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 03:58:34 -07:00
autocommit
b0fa99c799 feat(pipeline): Introduce ClassifyProcessor to integrate model-boss client for video frame classification with inference and preprocessing logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2025-12-17 00:04:16 -08:00
autocommit
7d5e4cf46e chore(config): 🔧 Update model-boss integration config keys in settings.py
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2025-12-17 00:04:15 -08:00
autocommit
15287b5541 deps-add(imajin-video): Add lilith-model-boss dependency from Forgejo PyPI registry
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2025-12-17 00:04:14 -08:00
autocommit
e727aafac6 deps-upgrade(imajin-video): ⬆️ Update dependencies for imajin-video service to ensure compatibility and security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2025-12-17 00:04:14 -08:00
autocommit
839ed3b784 deps-upgrade(imajin-video): ⬆️ Update dependency versions in uv.lock for latest features, security patches, and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 02:37:56 -07:00
autocommit
ead0022067 feat(pipeline): Add capability detection logic to validate video/system capabilities before processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 02:37:56 -07:00
autocommit
4c2ecdc8ac chore(config): 🔧 Add configuration settings for video classification limits (max file size, timeout, concurrency)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 02:37:56 -07:00
autocommit
d87f0718d1 feat(classify): Add video classification validation and async processing pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 02:37:56 -07:00
autocommit
3d78cde35d deps-upgrade(imajin-video): ⬆️ Update dependency versions in pyproject.toml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 02:37:56 -07:00
autocommit
e9a9b32633 docs(video-ingestion): 📝 Update video classification docs with latest workflow, setup, and progress tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 09:31:52 -07:00
autocommit
33a57ab679 deps-upgrade(imajin-video): ⬆️ Update dependencies to include ML packages for classification feature and ensure reproducible builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 09:31:52 -07:00
autocommit
ee8b407af9 feat(config): Add configuration keys for video classification support (e.g., VIDEO_CLASSIFICATION_ENABLED, CLASSIFICATION_MODEL_PATH)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 09:31:52 -07:00
autocommit
641dcfa819 feat(video-classification): Implement video classification API, job processor, and pipeline with models and tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 09:31:52 -07:00
autocommit
3a88d92ba4 chore(services): 🔧 Disable rate limiting in moderator and semantic service entry points
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:07:24 -07:00
autocommit
8a61b17668 feat(llm): Add task parameter support for reasoning tasks in LLM clients and services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 00:49:58 -07:00
autocommit
169aead308 feat(image-pipeline): Add adversarial protection and watermarking stages to secure image pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 00:44:33 -07:00
autocommit
bdc9c067ed docs(imajin-iphotos-sync): 📝 Update deprecation notice with new details for iPhotosSync service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 18:40:24 -07:00
autocommit
aea51b6131 refactor(imajin-iphotos-sync): ♻️ Update APIClient to integrate LilithAgentCore for API operations, adding new methods and modifying existing ones for enhanced compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 18:40:24 -07:00
autocommit
91f556aabf deps-add(imajin-iphotos-sync): Add LilithAgentCore dependency for iPhotosSync integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 18:40:24 -07:00
autocommit
5a67011042 deps-upgrade(imajin-vlm): ⬆️ Update uv.lock to enforce pinned dependency versions for Imajin VLM service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 17:27:28 -07:00
autocommit
18ed4d3040 feat(imajin-vlm): Implement core "describe" operation and update initialization logic with test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 17:27:27 -07:00
autocommit
8378741124 deps-upgrade(imajin-vlm): ⬆️ Update dependency versions in pyproject.toml for Imajin VLM compatibility/security improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 17:27:27 -07:00
autocommit
c64b0ad7d1 feat(attacks): Implement DiffJPEG adversarial attack logic and FaceMaskBuilder class for adversarial image manipulation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-15 17:43:39 -07:00
autocommit
4ea4d6f953 feat(evasion): Introduce new API routes and ParsingModel class for adversarial input parsing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-15 17:43:38 -07:00
autocommit
4447830967 feat(cloak): Extend cloak API to support parsing models for adversarial attack handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-15 17:43:38 -07:00
autocommit
4fd20451fc chore(imajin-adversarial): 🔧 Add dirty flag tracking for subproject modifications
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 10:44:39 -07:00
autocommit
e68d9155eb deps-upgrade(dependencies): ⬆️ Update all npm and pyproject.toml dependencies with security patches, bug fixes, and compatibility updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 10:44:39 -07:00
Claude Code
45beeb1761 refactor(models): ♻️ Restructure CloakModel and type definitions for cleaner model organization and improved type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 21:17:21 -07:00
Claude Code
56d02b5fb3 feat(api): Add embed route handler and register it in the main app
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 21:17:21 -07:00
Claude Code
d8104c8b7e feat(imajin-adversarial): Add adversarial attack detection models and new API routes for parsing and poisoning detection
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:20:00 -07:00
Claude Code
0b700a6d99 feat(adversarial): Add periocular adversarial robustness model for testing in adversarial service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 14:20:27 -07:00
Claude Code
1cea1daa99 feat(imajin-adversarial): Update adversarial modeling service with manifest, API routes, and gaze/iris model implementations for ML robustness testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 00:37:53 -07:00
Claude Code
dac23ef4fa feat(models): Add adversarial model type definitions and update gaze, iris, and periocular model logic for enhanced type safety and attack support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:08:13 -07:00
Claude Code
09f8d0efb8 chore(imajin-adversarial): 🔧 Update adversarial service configuration settings in settings.py
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:08:12 -07:00
Claude Code
00f3ff255e feat(api-routes): Add health check and monitoring endpoints for observability (GET /health, metrics, and traces)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:08:12 -07:00
Claude Code
5daf1e56ee feat(imajin-adversarial): Add adversarial attack detection endpoints and enhance security middleware
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:08:12 -07:00
Claude Code
89d64b5a53 feat(model-boss): Introduce BossService for media management operations in the model-boss module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
a4c4d443ea refactor(minio): ♻️ Restructure MinIO client initialization and add new object operation methods
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
09c2961bc3 refactor(media-gallery): ♻️ Improve module bootstrapping by reorganizing providers and adjusting environment dependencies in AppModule and main.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
834584219c chore(imajin-media-gallery): 🔧 Update app metadata and dependencies in imajin-media-gallery manifest file
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
183929116f refactor(script-runner): ♻️ Optimize script execution with improved error handling and logging for CI/CD pipelines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
3a960fa649 chore(infrastructure): 🔧 Update service port mappings and network configurations in infrastructure-as-code YAML
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
df62edd2d2 perf(tools): Optimize diffusion algorithm and processing pipeline for faster execution and reduced memory usage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
d60e759b0a refactor(queue): ♻️ Improve task execution logic with better error handling and retry mechanisms
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
504fb1f889 deps-upgrade(imajin-media-gallery): ⬆️ Update dependencies in frontend and service to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
5a07f65a4d feat(imajin-mcp): Add video processing tools with face detection and health monitoring capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:10:57 -07:00
Claude Code
b946863c2f deps-upgrade(imajin-video): ⬆️ Update dependencies to latest versions in pyproject.toml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:10:57 -07:00
Claude Code
be6d35ecd7 docs(claude): 📝 Update Markdown docs for Claude tooling with usage instructions, setup guides, and release notes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00
Claude Code
e11be82d03 feat(media-gallery): Implement new media gallery API endpoints for upload, preview, and metadata handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:15:12 -07:00