00f15b094b
- sessions.el: new sessions module with session management and approval gate
- routes.el: wire /api/sessions routes (list, get, create, approve, tool_result)
- chat.el: thread-aware activation — short messages anchor to last reply
before engram compilation so follow-ups stay on-topic
- chat.el: agentic path tracks per-session history (session_hist_{id})
instead of shared conv_history, seeding each turn with prior context
- chat.el: add call_neuron_mcp, dispatch_tool, is_builtin_tool, next_bridge_id
agentic_loop, bridge_save, agentic_resume, handle_tool_result
- dist/soul: rebuild with all of the above
7 lines
273 B
Plaintext
7 lines
273 B
Plaintext
// auto-generated by elc --emit-header — do not edit
|
|
extern fn init_soul_edges() -> Void
|
|
extern fn load_identity_context() -> Void
|
|
extern fn seed_persona_from_env() -> Void
|
|
extern fn emit_session_start_event() -> Void
|
|
extern fn layered_cycle(raw_input: String) -> String
|