Spaces:
Sleeping
Sleeping
| # # agents/__init__.py | |
| # from .grammar_agent import GrammarAgent | |
| # from .style_agent import StyleAgent | |
| # from .clarity_agent import ClarityAgent | |
| # from .reviewer_agent import ReviewerAgent | |
| # __all__ = [ | |
| # "GrammarAgent", | |
| # "StyleAgent", | |
| # "ClarityAgent", | |
| # "ReviewerAgent", | |
| # ] | |
| # This file just marks "agents" as a package. | |
| # Intentionally left empty. | |