AxAgentPlaybookLearnOptions
type AxAgentPlaybookLearnOptions = object;Properties
dedupe?
optional dedupe: boolean;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?
optional minSignals: number;Failure signals a run must produce before spending LLM calls on a playbook update. Default 1.