Files
Stirling-PDF/engine/src/stirling/agents/ledger/__init__.py
T
de8c483054 Feat/math validation agent (#6012)
Co-authored-by: James Brunton <[email protected]>
Co-authored-by: EthanHealy01 <[email protected]>
2026-04-17 10:36:45 +01:00

6 lines
163 B
Python

"""Math Auditor Agent (mathAuditorAgent) — AI-powered math validation for PDF documents."""
from .agent import MathAuditorAgent
__all__ = ["MathAuditorAgent"]