Skip to main content

RegisterActionConfig

Config for write-back (register) actions.

Writes the decision result back to a named primitive in the Memintel primitive registry. Enables closed-loop patterns: a decision outcome updates an observable signal that future concept evaluations can consume.

primitive_id — the primitive to update (format: namespace.field) entity_field — which field from the decision payload carries the entity ID that identifies which primitive record to update. Defaults to 'entity' (decision.entity).

typeType (string)required
Constant value: register
primitive_idPrimitive Id (string)required
entity_fieldEntity Field (string)
Default value: entity
RegisterActionConfig
{
"type": "register",
"primitive_id": "string",
"entity_field": "entity"
}