refactor(agent): align policy contracts with runtime (#6306)

This commit is contained in:
InfinityPacer
2026-08-13 22:14:43 +08:00
committed by GitHub
parent 57e7f86f38
commit 402543f636
9 changed files with 42 additions and 573 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class ToolCatalogEntry:
@dataclass(frozen=True)
class ToolCatalogSnapshot:
"""同一图构造与严格执行共享的本地工具事实源。"""
"""图构造、缓存签名和身份碰撞审计共享的本地工具事实源。"""
entries: tuple[ToolCatalogEntry, ...]
plugin_revision: int