Aggiunta cartella per i modelli, agenti e team

This commit is contained in:
2025-10-04 00:46:03 +02:00
parent cc0cae52db
commit e5e38d0a6d
6 changed files with 51 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
import pytest
from app.predictor import PREDICTOR_INSTRUCTIONS, PredictorInput, PredictorOutput, PredictorStyle
from app.agents import AppModels
from app.agents.predictor import PREDICTOR_INSTRUCTIONS, PredictorInput, PredictorOutput, PredictorStyle
from app.markets.base import ProductInfo
from app.models import AppModels
def unified_checks(model: AppModels, input):
llm = model.get_agent(PREDICTOR_INSTRUCTIONS, output=PredictorOutput) # type: ignore[arg-type]