Refactor: Phase 1: High-Level Restructuring
This commit is contained in:
parent
21700dce52
commit
96bedae80a
13 changed files with 787 additions and 0 deletions
9
detector_worker/pipeline/__init__.py
Normal file
9
detector_worker/pipeline/__init__.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
"""
|
||||
Pipeline module - Pipeline execution and action processing
|
||||
|
||||
This module handles:
|
||||
- Main pipeline execution coordination
|
||||
- Branch processing (parallel classification)
|
||||
- Action execution (Redis, Database)
|
||||
- Field mapping and template resolution
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue