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

AxAgentPlaybookEvolveProposal

TypeScript
type AxAgentPlaybookEvolveProposal = object;

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

A bounded proposal: one curated playbook update per mined weakness.

Properties

clusterSignature

TypeScript
clusterSignature: string;

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

Cluster signature recorded on the update event (dedupe ledger).


feedback

TypeScript
feedback: string;

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

Digest handed to the playbook update (curator input).


weaknessId

TypeScript
weaknessId: string;

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

Docs