bdc07be344
Updates soul.c and all per-module .c files with: - parse_float_x100() engram score fix - id_in_seen dedup wiring across session_preload - session-end summary hook + session-start recall - Emergency structural repair (no duplicate fns, all callsites wired)
17 lines
800 B
Plaintext
17 lines
800 B
Plaintext
// auto-generated by elc --emit-header — do not edit
|
|
extern fn tier_working() -> String
|
|
extern fn tier_episodic() -> String
|
|
extern fn tier_canonical() -> String
|
|
extern fn mem_store(content: String, label: String, tags: String) -> String
|
|
extern fn mem_remember(content: String, tags: String) -> String
|
|
extern fn mem_recall(query: String, depth: Int) -> String
|
|
extern fn mem_search(query: String, limit: Int) -> String
|
|
extern fn mem_strengthen(node_id: String) -> Void
|
|
extern fn mem_forget(node_id: String) -> Void
|
|
extern fn mem_consolidate() -> String
|
|
extern fn mem_save(path: String) -> Void
|
|
extern fn mem_load(path: String) -> Void
|
|
extern fn mem_boot_count_get() -> Int
|
|
extern fn mem_boot_count_inc() -> Int
|
|
extern fn mem_emit_state_event(trigger: String, kind: String, content: String) -> String
|