# 支持BC25模块的 Helios Service框架 ## 支持功能service - 目前只支持 LogService - 规划中支持 NetService -> 规划中 ## 其他功能 - 支持sys_bus - 支持文件读取 - 支持线程监控等 ## 使用方式 ```python from usr.guard import GuardContext context = GuardContext() context.refresh() ```