Files
neuron/dist/soul.elh.c
T
will.anderson 24789f726a
Neuron Soul CI / build (pull_request) Has been cancelled
chore(dist): update chat.c with operator identity fix
2026-06-28 14:13:31 -05:00

11 lines
259 B
C
Generated

#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);