dcc0bf550a
- P0: unified soul binary with engram_node_full fix, read-back-verify, search fix - P0: move API keys from plaintext plists to macOS Keychain - P0: fix MCP backend URL (port 8742 → 7770) - P1.6: memory-export/import scripts (AES-256-CBC, versioned .neuronmem format) - P1.7: nightly cultivation digest with sharpness metric (launchd at 23:55) - P2.10: Ollama provider in agentic loop (SOUL_LLM_PROVIDER=ollama) - P3.12: refugee importer for ChatGPT/Screenpipe/generic formats - P3.13: GLM-OCR spike — SHIP IT (mlx-vlm, 1.59GB, photo-to-memory.sh)
11 lines
765 B
Plaintext
Generated
11 lines
765 B
Plaintext
Generated
// auto-generated by elc --emit-header — do not edit
|
|
extern fn agent_person(agent: String) -> String
|
|
extern fn agent_number(agent: String) -> String
|
|
extern fn realize_np(referent: String, number: String) -> String
|
|
extern fn realize_vp_lang(base_verb: String, tense: String, aspect: String, person: String, number: String, profile: [String]) -> [String]
|
|
extern fn realize_question_lang(predicate: String, tense: String, aspect: String, person: String, number: String, agent: String, patient: String, location: String, profile: [String]) -> String
|
|
extern fn capitalize_first(s: String) -> String
|
|
extern fn add_punct(s: String, intent: String) -> String
|
|
extern fn realize_lang(form: [String], profile: [String]) -> String
|
|
extern fn realize(form: [String]) -> String
|