carepath-api / scribe /training /soap /__init__.py
tranth3truong's picture
Deploy CP-UX-17: public demo hub, same-origin API, one design world
aacc29a
Raw
History Blame Contribute Delete
232 Bytes
"""Research-only grounded SOAP training and evaluation."""
from soap.schemas import FACT_TYPES, SOAP_FIELDS, validate_example, validate_prediction
__all__ = ["FACT_TYPES", "SOAP_FIELDS", "validate_example", "validate_prediction"]