Documentation
¶
Overview ¶
runtime-probe - 引擎运行时行为真验探针 (engine runtime behavior prober).
不同于 schema-probe / capability-probe (它们探 provider 的能力), 本探针 验引擎主循环自己的运行时行为 -- 那些被报价流程 (tools.None, 零工具) 从不触发、因而从没拿真模型跑过的引擎内部功能, 尤其是"坏了不吭声" (silent) 的后台路径.
Unlike schema-probe / capability-probe (which probe provider capabilities), this probes the engine main-loop's OWN runtime behavior -- the engine-internal features the quote flow (tools.None, zero tools) never exercises and thus were never run against a real model, especially the silent (fail-without-a-peep) background paths.
checks:
toolgate 工具执行回路 + 权限闸是否真拦在工具执行之前 memory turn 边界的静默记忆抽取子 agent: complete 事件报喜后记忆是否真落盘
用法 (free 本地 fmlx):
go run ./cmd/runtime-probe/ --check toolgate --base-url http://10.0.0.1:8000 --model gemma4-e2b-4bit go run ./cmd/runtime-probe/ --check memory --base-url http://10.0.0.1:8000 --model gemma4-dense-12b-bf16
Click to show internal directories.
Click to hide internal directories.