quant-ai / src /llm /__init__.py
Ypeng12's picture
feat: 10/10 HRT style point-in-time alpha research platform, purged walk-forward CV, risk parity & test suite
b54319d
Raw
History Blame Contribute Delete
197 Bytes
"""
Quant.ai LLM Module
Implements Typed Natural Language Hypothesis parsing into validated JSON Experiment Schemas.
"""
from .parser import LLMHypothesisParser
__all__ = ["LLMHypothesisParser"]