Build lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
WebSocket 模块
|
||||
提供 WebSocket 连接和消息处理功能
|
||||
"""
|
||||
from core.websocket.router import router
|
||||
|
||||
__all__ = ['router']
|
||||
Reference in New Issue
Block a user