fix(kernel): Definitively export shared symbols in package.org
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
This commit is contained in:
@@ -25,6 +25,11 @@ flowchart TD
|
|||||||
;; --- communication protocol ---
|
;; --- communication protocol ---
|
||||||
#:frame-message
|
#:frame-message
|
||||||
#:read-framed-message
|
#:read-framed-message
|
||||||
|
#:PROTO-GET
|
||||||
|
#:LIST-OBJECTS-WITH-ATTRIBUTE
|
||||||
|
#:COSINE-SIMILARITY
|
||||||
|
#:VAULT-MASK-STRING
|
||||||
|
#:*VAULT-MEMORY*
|
||||||
#:parse-message
|
#:parse-message
|
||||||
#:make-hello-message
|
#:make-hello-message
|
||||||
#:validate-communication-protocol-schema
|
#:validate-communication-protocol-schema
|
||||||
|
|||||||
@@ -4,8 +4,12 @@
|
|||||||
;; --- communication protocol ---
|
;; --- communication protocol ---
|
||||||
#:frame-message
|
#:frame-message
|
||||||
#:read-framed-message
|
#:read-framed-message
|
||||||
|
#:PROTO-GET
|
||||||
|
#:LIST-OBJECTS-WITH-ATTRIBUTE
|
||||||
|
#:COSINE-SIMILARITY
|
||||||
|
#:VAULT-MASK-STRING
|
||||||
|
#:*VAULT-MEMORY*
|
||||||
#:parse-message
|
#:parse-message
|
||||||
#:proto-get
|
|
||||||
#:make-hello-message
|
#:make-hello-message
|
||||||
#:validate-communication-protocol-schema
|
#:validate-communication-protocol-schema
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user