docs: 将仓库代码注释统一为中文

This commit is contained in:
2026-09-10 00:40:56 +08:00
parent ee9dd926e5
commit 68dc78a45e
249 changed files with 707 additions and 900 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ class AgentRuntime:
skill_config=skill_config,
allowed_tools=allowed_tools,
)
# Reserve capacity before yielding to concurrent creators.
# 在让渡给并发创建者之前保留容量。
self._records[run.run_id] = record
try:
cancelled = await self._writer.submit('create', run.model_copy(deep=True), request.model_copy(deep=True), self._config_snapshot(record))