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
8 lines
396 B
Plaintext
Generated
8 lines
396 B
Plaintext
Generated
// auto-generated by elc --emit-header — do not edit
|
|
extern fn imprint_current() -> String
|
|
extern fn imprint_load(imprint_id: String) -> String
|
|
extern fn imprint_respond(input: String, imprint_id: String) -> String
|
|
extern fn imprint_surface_knowledge(query: String, imprint_id: String) -> String
|
|
extern fn imprint_surface_memory_read(query: String) -> String
|
|
extern fn imprint_unload() -> Void
|