Spaces:
Running
Running
| """ | |
| Agents module for Manimator | |
| Contains intelligent agents for code generation and improvement. | |
| """ | |
| from .reflexion_agent import ReflexionAgent, ReflectionState | |
| __all__ = ["ReflexionAgent", "ReflectionState"] | |