This commit is contained in:
9
frontend/__init__.py
Normal file
9
frontend/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
AI Agent 前端模块
|
||||
采用分层架构设计,包含配置、状态、API客户端和UI组件
|
||||
"""
|
||||
|
||||
from .logger import debug, info, warning, error
|
||||
|
||||
__version__ = "2.0.0"
|
||||
__all__ = ["debug", "info", "warning", "error"]
|
||||
Reference in New Issue
Block a user