Fix 'my' path resolution: inject operator home into system prompt (#30) #60

Closed
will.anderson wants to merge 2 commits from fix/operator-identity-home-resolution into main
2 changed files with 126 additions and 112 deletions
Showing only changes of commit 24789f726a - Show all commits
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);