feat(kernel): upgrade neurosymbolic kernel to Order 2 (recursive self-maintenance, SOTA upgrades)

This commit is contained in:
2026-03-31 20:28:01 -04:00
parent 98cf6006c7
commit 2f20cbdc22
12 changed files with 398 additions and 210 deletions

View File

@@ -21,6 +21,10 @@
#:org-object-type
#:org-object-attributes
#:org-object-children
#:org-object-vector
#:snapshot-object-store
#:rollback-object-store
#:send-swarm-packet
;; --- Context API (Peripheral Vision) ---
#:context-query-store
@@ -59,6 +63,11 @@
;; --- Neuro (System 1) ---
#:ask-neuro
#:register-neuro-backend
#:register-auth-provider
#:distill-prompt
#:get-embedding
#:cosine-similarity
#:find-most-similar
;; --- AST Helpers ---
#:find-headline-missing-id))