identity | Snapshot of mood, interaction count, consolidation score, and the six-axis personality vector |
status | Brain state: uptime, perceptions, last dream, working-memory size, knowledge-graph size |
dream | Force a consolidation cycle now. Use sparingly; the gates fire automatically |
learner_status | The online rerank learner’s training step count, samples seen, last loss, and weights |
train_step | Force one training step on the rerank head. Debugging aid; the learner runs its own background loop |
skill_status | The per-user skill model: checkpoint state, score-call counts, training-row count |
skill_train | Run the skill-model trainer once and return its summary |
llm_status | The on-device model’s training state from ~/.xynthis/llm/state.json: cumulative steps, last loss, latest checkpoint. Reads the file directly, so it works even when the brain is down |
llm_train_set | Control the on-device training loop: enabled on/off, interval_secs (60-86400), force_tick to run one training pass now. Writes ~/.xynthis/llm/train_config.json, which the model server polls every 5 seconds |