File size: 197 Bytes
b54319d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
Quant.ai LLM Module
Implements Typed Natural Language Hypothesis parsing into validated JSON Experiment Schemas.
"""

from .parser import LLMHypothesisParser

__all__ = ["LLMHypothesisParser"]