github-actions
Deploy render worker from GitHub Actions
06ca3b1
Raw
History Blame Contribute Delete
149 Bytes
"""Manim geometry script generation and rendering (worker-safe, no LLM agents)."""
from .renderer import RendererAgent
__all__ = ["RendererAgent"]