AxAgentPlaybookEvolveResult Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAgentPlaybookEvolveResult.md type AxAgentPlaybookEvolveResult

AxAgentPlaybookEvolveResult

TypeScript
type AxAgentPlaybookEvolveResult<OUT> = object;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/playbookEvolveTypes.ts#L127

Type Parameters

Type ParameterDefault type
OUT extends AxGenOutAxGenOut

Properties

baseline

TypeScript
baseline: object;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/playbookEvolveTypes.ts#L128

heldIn

TypeScript
heldIn: number;

heldOut?

TypeScript
optional heldOut: number;

final

TypeScript
final: object;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/playbookEvolveTypes.ts#L129

heldIn

TypeScript
heldIn: number;

heldOut?

TypeScript
optional heldOut: number;

metricCallsUsed

TypeScript
metricCallsUsed: number;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/playbookEvolveTypes.ts#L136


outcomes

TypeScript
outcomes: readonly AxAgentPlaybookEvolveOutcome[];

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/playbookEvolveTypes.ts#L131


playbookSnapshot?

TypeScript
optional playbookSnapshot: AxPlaybookSnapshot;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/playbookEvolveTypes.ts#L135

Playbook state after the accepted bullets.


recommendations

TypeScript
recommendations: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/playbookEvolveTypes.ts#L133

Config suggestions collected from mined weaknesses; never auto-applied.


records

TypeScript
records: readonly AxAgentPlaybookEvolveRunRecord<any, OUT>[];

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/playbookEvolveTypes.ts#L138

The baseline corpus (post-run records with scores).


weaknesses

TypeScript
weaknesses: readonly AxAgentPlaybookWeakness[];

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/playbookEvolveTypes.ts#L130

Docs