docs: Rename cognitive architecture to Associative/Deliberate and Foreground/Background
This commit is contained in:
@@ -92,7 +92,9 @@ Parsing is the inverse of framing. This function performs three critical safety
|
||||
|
||||
;; SECURITY: Prevent Reader Macro Injection (e.g. #. ) during deserialization
|
||||
(let ((*read-eval* nil))
|
||||
(read-from-string actual-msg)))))
|
||||
(let ((msg (read-from-string actual-msg)))
|
||||
(validate-oacp-schema msg)
|
||||
msg)))))
|
||||
#+end_src
|
||||
|
||||
** Handshaking (make-hello-message)
|
||||
|
||||
Reference in New Issue
Block a user