docs(code): 补齐第二阶段前后端中文注释

This commit is contained in:
2026-09-07 15:00:37 +08:00
parent ca5b52bc8a
commit 6cd8913d31
24 changed files with 66 additions and 47 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
"""Two bounded live calls for context summary + answer; never changes saved config."""
"""执行两次有界真实调用完成上下文摘要与回答,不修改已保存配置。"""
import argparse, asyncio, json, sys
from pathlib import Path
sys.path.insert(0,str(Path(__file__).resolve().parents[1]))