github-actions
Deploy OCR worker from GitHub Actions
9614fd7
raw
history blame contribute delete
149 Bytes
"""Manim geometry script generation and rendering (worker-safe, no LLM agents)."""
from .renderer import RendererAgent
__all__ = ["RendererAgent"]