Spaces:
Paused
Paused
| """Evaluation module for Arabic Teaching Multi-Agent System v2.""" | |
| from src.evaluation.metrics import ( | |
| AccuracyMetric, | |
| JSONValidityMetric, | |
| SentimentMetric, | |
| StructureMetric, | |
| ) | |
| __all__ = [ | |
| "SentimentMetric", | |
| "JSONValidityMetric", | |
| "StructureMetric", | |
| "AccuracyMetric", | |
| ] | |