Merge remote-tracking branch 'origin/pr/151' into HEAD
Neuron Soul CI / build (pull_request) Has been cancelled
Neuron Soul CI / deploy (pull_request) Has been cancelled

# Conflicts:
#	dist/soul.c
#	memory.el
#	neuron-api.el
#	routes.el
This commit is contained in:
2026-08-15 18:45:20 -05:00
2 changed files with 538 additions and 409 deletions
+538 -408
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -12,5 +12,4 @@ extern fn route_synthesize(body: String) -> String
extern fn handle_dharma_recv(body: String) -> String
extern fn connectd_get(suffix: String) -> String
extern fn connectd_post(suffix: String, body: String) -> String
extern fn handle_connectors(method: String, clean: String, body: String) -> String
extern fn handle_request(method: String, path: String, body: String) -> String