chore(dist): update chat.c with operator identity fix
Neuron Soul CI / build (pull_request) Has been cancelled

This commit is contained in:
2026-06-28 14:13:31 -05:00
parent 53df211e06
commit 24789f726a
2 changed files with 126 additions and 112 deletions
Generated Vendored
+116 -112
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+10
View File
@@ -0,0 +1,10 @@
#include <stdint.h>
#include <stdlib.h>
#include "el_runtime.h"
el_val_t init_soul_edges(void);
el_val_t load_identity_context(void);
el_val_t seed_persona_from_env(void);
el_val_t emit_session_start_event(void);
el_val_t layered_cycle(el_val_t raw_input);