2665810962
- soul.el: SOUL_CGI_ID, SOUL_ENGRAM_PATH, SOUL_IDENTITY env vars;
state_set("soul_snapshot_path") so callers can find it; only call
init_soul_edges() when cgi_id == "ntn-genesis"
- chat.el: handle_dharma_room_turn — soul builds its own context from its
own engram, assembles system prompt, calls LLM, persists episodic memory;
also fix is_new_tool scoping bug in handle_chat_agentic (use has_tool)
- routes.el: wire dharma_room_turn event type before chat_as_soul branch
- rebuild dist/neuron: handle_dharma_room_turn now compiled in
13 lines
666 B
Plaintext
13 lines
666 B
Plaintext
// auto-generated by elc --emit-header — do not edit
|
|
extern fn auth_headers(tok: String) -> Map
|
|
extern fn axon_get(path: String) -> String
|
|
extern fn axon_post(path: String, body: String) -> String
|
|
extern fn handle_conversations(method: String) -> String
|
|
extern fn handle_config(method: String, body: String) -> String
|
|
extern fn dharma_registry() -> String
|
|
extern fn dharma_network_state() -> String
|
|
extern fn handle_dharma(path: String, method: String, body: String) -> String
|
|
extern fn handle_tool(path: String, method: String, body: String) -> String
|
|
extern fn handle_nlg(path: String, method: String, body: String) -> String
|
|
extern fn render_studio() -> String
|