SuiteHealthAnalyzer class

跨多次 run 分析 suite 健康度。Anthropic Step 7 / 8 的工具支撑。

Available extensions

Constructors

SuiteHealthAnalyzer(ReportStore store, {SaturationThresholds thresholds = const SaturationThresholds()})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store ReportStore
final
thresholds SaturationThresholds
final

Methods

analyze({required String suiteName, int recentRunCount = 10}) Future<SuiteHealthReport>

Available on SuiteHealthAnalyzer, provided by the SuiteHealthAnalyzerOps extension

跨多 run 分析。从 store 拉最近 recentRunCount 次 run 计算 graduation/broken 候选 + 难度分布。
computeSaturationStatus(EvalRunReport report) SaturationStatus
检测当前 report 单次 run 的饱和度。
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited