mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
Co-authored-by: James Brunton <[email protected]> Co-authored-by: EthanHealy01 <[email protected]>
6 lines
163 B
Python
6 lines
163 B
Python
"""Math Auditor Agent (mathAuditorAgent) — AI-powered math validation for PDF documents."""
|
|
|
|
from .agent import MathAuditorAgent
|
|
|
|
__all__ = ["MathAuditorAgent"]
|