Update the reconcile settings
Patch any subset. This is what the viewer’s Settings tab writes. Turning on
llm_entities, llm_conflicts, or llm_recheck is what allows a run started by hand
to spend money; the daemon’s own idle and startup runs stay on the free passes
whatever is saved here.
Body
Which passes a run does. The two free passes are on by default and the three that spend money are off, because a pass whose work the ledger can undo needs no permission and one that spends does. Every field is optional on a write.
Fix memory principle violations. Free, acts on its own.
Resolve duplicate entities. Free, acts on its own.
Let a model resolve uncertain entity pairs. One call per pair.
Let a model resolve memory conflicts. One call per conflict.
Look for contradictions the save path could not see. Up to 200 calls per run, roughly $0.55 at the ceiling.
Run the free passes shortly after the daemon starts when the last run is more than 36 hours old.
Response
The settings as saved.
Which passes a run does. The two free passes are on by default and the three that spend money are off, because a pass whose work the ledger can undo needs no permission and one that spends does. Every field is optional on a write.
Fix memory principle violations. Free, acts on its own.
Resolve duplicate entities. Free, acts on its own.
Let a model resolve uncertain entity pairs. One call per pair.
Let a model resolve memory conflicts. One call per conflict.
Look for contradictions the save path could not see. Up to 200 calls per run, roughly $0.55 at the ceiling.
Run the free passes shortly after the daemon starts when the last run is more than 36 hours old.