AxAgentPlaybookEvolveResult
type AxAgentPlaybookEvolveResult<OUT> = object;Type Parameters
| Type Parameter | Default type |
|---|---|
OUT extends AxGenOut | AxGenOut |
Properties
baseline
baseline: object;heldIn
heldIn: number;heldOut?
optional heldOut: number;final
final: object;heldIn
heldIn: number;heldOut?
optional heldOut: number;metricCallsUsed
metricCallsUsed: number;outcomes
outcomes: readonly AxAgentPlaybookEvolveOutcome[];playbookSnapshot?
optional playbookSnapshot: AxPlaybookSnapshot;Playbook state after the accepted bullets.
recommendations
recommendations: readonly string[];Config suggestions collected from mined weaknesses; never auto-applied.
records
records: readonly AxAgentPlaybookEvolveRunRecord<any, OUT>[];The baseline corpus (post-run records with scores).
weaknesses
weaknesses: readonly AxAgentPlaybookWeakness[];