feat: publish workphone SDK deployment and API docs
This commit is contained in:
20
sdk/agent/anti_ban/__init__.py
Normal file
20
sdk/agent/anti_ban/__init__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
"""
|
||||
设备端深层防封模块 (anti_ban)
|
||||
|
||||
Agent 启动时自动执行环境自检,运行时持续监控风控信号。
|
||||
所有自动化操作经过触摸加固层和传感器模拟层。
|
||||
"""
|
||||
|
||||
from .device_guard import DeviceGuard
|
||||
from .risk_sentinel import RiskSentinel
|
||||
from .touch_hardener import TouchHardener
|
||||
from .sensor_simulator import SensorSimulator
|
||||
from .nurture_scheduler import NurtureScheduler
|
||||
|
||||
__all__ = [
|
||||
"DeviceGuard",
|
||||
"RiskSentinel",
|
||||
"TouchHardener",
|
||||
"SensorSimulator",
|
||||
"NurtureScheduler",
|
||||
]
|
||||
Reference in New Issue
Block a user