test(agent): probe runtime change amplification

This commit is contained in:
chengyongru
2026-07-10 17:54:34 +08:00
committed by Xubin Ren
parent 21f58cbabf
commit 6b7470646f
2 changed files with 61 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ class LLMRuntime:
context_window_tokens: int
model_preset: str | None = None
snapshot_signature: tuple[object, ...] | None = None
runtime_probe: str | None = None
@classmethod
def capture(