epistemic_promote

Increase a memory's confidence, potentially promoting it to a higher tier.

MUTATE
epistemic_promote

Parameters

NameTypeRequiredDescription
idstringNo*Memory ID to promote.
querystringNo*Natural language — promotes the best match.
boostnumberNoConfidence increase amount. Default: 0.15. Max: 0.50.

Example

{
  "tool": "epistemic_promote",
  "input": {
    "query": "user likes pho",
    "boost": 0.20
  }
}
Response
{
  "id": "mem_f8a2b1c3",
  "oldConfidence": 0.741,
  "newConfidence": 0.941,
  "oldTier": "WORKING",
  "newTier": "FACT"
}

Notes

  • Confidence is capped at 1.0
  • Owner-only operation (enforced by policy)
  • Logged in audit trail as PROMOTE event