docs: 为全部代码补充中文注释并加入 AGENTS 注释规范

This commit is contained in:
cat-shark
2026-08-13 22:09:55 +08:00
parent 77e9ac6b7e
commit ac41a9a6da
29 changed files with 472 additions and 2 deletions
+5 -1
View File
@@ -1 +1,5 @@
"""WOV platform API package."""
"""WOV 平台 API 包。
包含 FastAPI 应用入口、SQLite 数据访问、节点生命周期管理、工作流调度器以及
管理端/用户端路由。
"""