ffadafb0bf
neuron-api.el is a new first-class El module that implements all Neuron cognitive API handlers natively — no HTTP round-trips, no MCP wrapper, direct engram builtin calls. All capabilities that previously lived in the MCP wrapper adapter now live here in the soul. Handlers: begin_session, compile_ctx, remember, recall, search_knowledge, browse_knowledge, capture_knowledge, evolve_knowledge, promote_knowledge, browse_processes, define_process, log_state_event, list_state_events, inspect_config, tune_config, inspect_graph, link_entities, list_typed, consolidate. Routes wired in routes.el under /api/neuron/* (GET + POST). Also compiles all loop-1/loop-2 .el source changes into dist/*.c and rebuilds the binary. memory.elh and neuron-api.elh updated with new exports.
13 lines
604 B
Plaintext
13 lines
604 B
Plaintext
// auto-generated by elc --emit-header — do not edit
|
|
extern fn strip_query(path: String) -> String
|
|
extern fn err_404(path: String) -> String
|
|
extern fn err_405(method: String, path: String) -> String
|
|
extern fn route_health() -> String
|
|
extern fn route_lineage() -> String
|
|
extern fn route_imprint_contextual(body: String) -> String
|
|
extern fn route_imprint_user(body: String) -> String
|
|
extern fn route_synthesize(body: String) -> String
|
|
extern fn handle_dharma_recv(body: String) -> String
|
|
extern fn route_sessions() -> String
|
|
extern fn handle_request(method: String, path: String, body: String) -> String
|