Manim-Agent / ai_core /app /errors.py
github-actions[bot]
deploy: release 8c0c1b7
f1f74fb
Raw
History Blame Contribute Delete
154 Bytes
from __future__ import annotations
class InactiveStepError(RuntimeError):
"""Raised when Backend no longer accepts work for the current AI step."""