- "backend/config.py" - "backend/worker.py" - "backend/pipeline/schemas.py" - "backend/pipeline/llm_client.py" - "backend/requirements.txt" - "backend/pipeline/__init__.py" - "backend/pipeline/stages.py" GSD-Task: S03/T01
5 lines
166 B
Python
5 lines
166 B
Python
"""Pipeline stage tasks (stages 2-5).
|
|
|
|
Task implementations will be added in T02. This module must be importable
|
|
so that ``worker.py`` can register Celery tasks.
|
|
"""
|