first commit

This commit is contained in:
2026-06-12 14:02:15 +08:00
commit 9cbdc1d95d
69 changed files with 9486 additions and 0 deletions

5
rag_eval/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""Public package exports for the RAG evaluation toolkit."""
from .execution.runner import run_scenario
__all__ = ["run_scenario"]