Files

6 lines
191 B
Python
Raw Permalink Normal View History

"""AI UI Control plugin — lets AI agents control the frontend UI via WebSocket."""
from app.plugins.builtins.ai_ui_control.plugin import AIUIControlPlugin
__all__ = ["AIUIControlPlugin"]