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

AxAgentPlaybookLearnOptions

TypeScript
type AxAgentPlaybookLearnOptions = object;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/playbookConfig.ts#L17

Properties

dedupe?

TypeScript
optional dedupe: boolean;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/playbookConfig.ts#L31

Skip signals whose signature was already curated into this playbook — recorded on the snapshot artifact’s update events, so the check is deterministic and survives save/restore. Coverage lapses when every bullet that update produced has since been pruned from the playbook, so a lost lesson can be re-learned; an update the curator explicitly answered with no operations stays covered. Default true.


minSignals?

TypeScript
optional minSignals: number;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/playbookConfig.ts#L22

Failure signals a run must produce before spending LLM calls on a playbook update. Default 1.

Docs