Rimuovi la classe Predictor e aggiorna le importazioni in Pipeline e __init__.py

This commit is contained in:
2025-10-19 18:57:16 +02:00
parent 38daafce9a
commit 8b53966158
4 changed files with 75 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
from app.agents.predictor import PredictorInput, PredictorOutput
from app.agents.pipeline import Pipeline, PipelineInputs, PipelineEvent
from app.agents.core import PipelineInputs, QueryOutputs
__all__ = ["PredictorInput", "PredictorOutput", "Pipeline", "PipelineInputs", "PipelineEvent"]
__all__ = ["Pipeline", "PipelineInputs", "PipelineEvent", "QueryOutputs"]