tools.inject_ncm module

Inject neurochemicals into Stargazer’s Limbic System (NCM V3).

NCM INJECTION TOOL

Stimulates the Neuro-Chemical Model with chemical delta vectors. Changes persist in Redis DB12 and decay toward baseline.

SECURITY: Requires CORE_MEMORY privilege (bit 1).

async tools.inject_ncm.run(chemical_vector, reason='manual_injection', target_user_id='', ctx=None)[source]

Execute this tool and return the result.

Parameters:
  • chemical_vector (str) – The chemical vector value.

  • reason (str) – The reason value.

  • target_user_id (str) – The target user id value.

  • ctx (ToolContext | None) – Tool execution context providing access to bot internals.

Returns:

Result string.

Return type:

str